.tml-lvh {
  --tml-ink: #15171c;
  --tml-night: #171622;
  --tml-navy: #16213d;
  --tml-cream: #f7f1e7;
  --tml-paper: #fffdfa;
  --tml-gold: #d9aa53;
  --tml-gold-light: #f2d99c;
  --tml-coral: #b55243;
  --tml-muted: #67666a;
  --tml-line: rgba(21, 23, 28, 0.13);
  --tml-shadow: 0 24px 70px rgba(23, 22, 34, 0.13);
  color: var(--tml-ink);
  background: var(--tml-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: clip;
  -webkit-font-smoothing: antialiased;
}

html:has(body.tml-lvh-page),
body.tml-lvh-page {
  max-width: 100%;
  overflow-x: hidden !important;
  overscroll-behavior-x: none;
  width: 100%;
}

.tml-lvh *,
.tml-lvh *::before,
.tml-lvh *::after {
  box-sizing: border-box;
}

.tml-lvh h1,
.tml-lvh h2,
.tml-lvh h3,
.tml-lvh p,
.tml-lvh figure,
.tml-lvh dl,
.tml-lvh dd,
.tml-lvh ol,
.tml-lvh ul {
  margin-top: 0;
}

.tml-lvh h1,
.tml-lvh h2,
.tml-lvh h3 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.tml-lvh img {
  display: block;
  max-width: 100%;
}

.tml-lvh a {
  text-decoration: none;
}

.tml-lvh__sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.tml-lvh a:focus-visible,
.tml-lvh button:focus-visible,
.tml-lvh summary:focus-visible,
.tml-lvh [tabindex="0"]:focus-visible {
  outline: 3px solid #5a91ff;
  outline-offset: 4px;
}

.tml-lvh__wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.tml-lvh__hero {
  position: relative;
  min-height: min(800px, 88vh);
  display: grid;
  align-items: end;
  color: #fff;
  isolation: isolate;
}

.tml-lvh__hero-image,
.tml-lvh__hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tml-lvh__hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center 46%;
}

.tml-lvh__hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 9, 17, 0.88) 0%, rgba(7, 9, 17, 0.64) 43%, rgba(7, 9, 17, 0.08) 75%),
    linear-gradient(0deg, rgba(7, 9, 17, 0.78) 0%, transparent 55%);
}

.tml-lvh__hero-content {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0 72px;
}

.tml-lvh__eyebrow,
.tml-lvh__kicker {
  color: var(--tml-coral);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.tml-lvh__eyebrow {
  color: var(--tml-gold-light);
}

.tml-lvh__hero h1 {
  color: #fff;
  font-size: clamp(3.25rem, 7.3vw, 6.8rem);
  max-width: 950px;
  margin-bottom: 25px;
  text-wrap: balance;
}

.tml-lvh__hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.65;
  max-width: 760px;
  margin-bottom: 34px;
}

.tml-lvh__hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 28px;
}

.tml-lvh__button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.045em;
  line-height: 1.2;
  min-height: 54px;
  padding: 16px 25px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tml-lvh__button:hover {
  transform: translateY(-2px);
}

.tml-lvh__button--gold {
  background: var(--tml-gold);
  box-shadow: 0 14px 36px rgba(217, 170, 83, 0.25);
  color: #17120a;
}

.tml-lvh__button--gold:hover {
  background: #e7bd6c;
  box-shadow: 0 16px 40px rgba(217, 170, 83, 0.34);
  color: #17120a;
}

.tml-lvh__button--dark {
  background: var(--tml-night);
  box-shadow: 0 14px 34px rgba(23, 22, 34, 0.15);
  color: #fff;
}

.tml-lvh__button--dark:hover {
  background: #29263a;
  color: #fff;
}

.tml-lvh__text-link {
  color: #fff;
  font-size: 0.91rem;
  font-weight: 750;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.tml-lvh__text-link:hover {
  border-color: var(--tml-gold-light);
  color: var(--tml-gold-light);
}

.tml-lvh__hero-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin-top: 54px;
  max-width: 760px;
  padding-top: 20px;
}

.tml-lvh__hero-meta span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
}

.tml-lvh__hero-meta span:not(:last-child)::after {
  color: var(--tml-gold);
  content: "◆";
  font-size: 0.45rem;
  position: absolute;
  right: -19px;
  top: 0.32rem;
}

.tml-lvh__affiliate-note {
  background: #fff6e5;
  border-bottom: 1px solid rgba(154, 109, 30, 0.18);
  color: #554526;
  font-size: 0.71rem;
  line-height: 1.4;
  padding: 8px max(24px, calc((100vw - 1180px) / 2));
  text-align: center;
}

.tml-lvh__jump-nav {
  background: rgba(255, 253, 250, 0.95);
  border-bottom: 1px solid var(--tml-line);
  box-shadow: 0 8px 28px rgba(21, 23, 28, 0.06);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.admin-bar .tml-lvh__jump-nav {
  top: 32px;
}

.tml-lvh__jump-inner {
  align-items: center;
  display: flex;
  gap: 25px;
  min-height: 61px;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.tml-lvh__jump-inner::-webkit-scrollbar {
  display: none;
}

.tml-lvh__jump-label {
  color: #8a8379;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tml-lvh__jump-inner a {
  color: var(--tml-ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.tml-lvh__jump-inner a:hover,
.tml-lvh__jump-inner a.is-active {
  color: var(--tml-coral);
}

.tml-lvh__section {
  padding: 110px 0;
}

.tml-lvh__section--cream {
  background: var(--tml-cream);
}

.tml-lvh__section--white {
  background: var(--tml-paper);
}

.tml-lvh__section--ink {
  background: var(--tml-night);
  color: #fff;
}

.tml-lvh__section-heading {
  max-width: 770px;
  margin-bottom: 48px;
}

.tml-lvh__section-heading h2,
.tml-lvh__method h2,
.tml-lvh__tips-layout h2,
.tml-lvh__faq-layout h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  margin-bottom: 18px;
  text-wrap: balance;
}

.tml-lvh__section-heading p:last-child,
.tml-lvh__tips-layout header > p:last-child {
  color: var(--tml-muted);
  font-size: 1.06rem;
  max-width: 700px;
}

.tml-lvh__section-heading--light h2 {
  color: #fff;
}

.tml-lvh__section-heading--light p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.tml-lvh__quick-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}

.tml-lvh__quick-card {
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(28, 24, 19, 0.08);
  color: #fff;
  grid-column: span 2;
  min-height: 330px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.tml-lvh__quick-card--featured,
.tml-lvh__quick-card:nth-child(2) {
  grid-column: span 3;
  min-height: 390px;
}

.tml-lvh__quick-card img,
.tml-lvh__quick-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.tml-lvh__quick-card img {
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
  z-index: -2;
}

.tml-lvh__quick-overlay {
  background: linear-gradient(0deg, rgba(7, 9, 15, 0.88), rgba(7, 9, 15, 0.03) 70%);
  z-index: -1;
}

.tml-lvh__quick-card:hover img {
  transform: scale(1.035);
}

.tml-lvh__quick-content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 27px;
  position: absolute;
  right: 0;
}

.tml-lvh__quick-content small {
  color: var(--tml-gold-light);
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.tml-lvh__quick-content strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.tml-lvh__quick-content em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-style: normal;
  margin-top: 5px;
}

.tml-lvh__table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow-x: auto;
}

.tml-lvh__table {
  border-collapse: collapse;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0;
  min-width: 1050px;
  width: 100%;
}

.tml-lvh__table th,
.tml-lvh__table td {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px 17px;
  text-align: left;
  vertical-align: middle;
}

.tml-lvh__table thead th {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tml-lvh__table tbody th {
  font-size: 0.9rem;
  min-width: 145px;
}

.tml-lvh__table tbody td {
  color: rgba(255, 255, 255, 0.7);
}

.tml-lvh__table tbody tr:last-child th,
.tml-lvh__table tbody tr:last-child td {
  border-bottom: 0;
}

.tml-lvh__table tbody tr:hover {
  background: rgba(217, 170, 83, 0.06);
}

.tml-lvh__rank {
  align-items: center;
  border: 1px solid rgba(217, 170, 83, 0.6);
  border-radius: 50%;
  color: var(--tml-gold-light);
  display: inline-flex;
  font-size: 0.65rem;
  height: 25px;
  justify-content: center;
  margin-right: 9px;
  width: 25px;
}

.tml-lvh__table-link {
  color: var(--tml-gold-light);
  font-weight: 800;
  white-space: nowrap;
}

.tml-lvh__swipe-note {
  color: rgba(255, 255, 255, 0.45);
  display: none;
  font-size: 0.74rem;
  margin: 12px 0 0;
}

.tml-lvh__method {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.85fr 1.5fr;
}

.tml-lvh__method-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
}

.tml-lvh__method-grid > div {
  border-bottom: 1px solid var(--tml-line);
  padding: 0 28px 30px 0;
}

.tml-lvh__method-grid > div:nth-child(even) {
  border-left: 1px solid var(--tml-line);
  padding-left: 30px;
}

.tml-lvh__method-grid > div:nth-child(n+3) {
  padding-top: 30px;
}

.tml-lvh__method-grid > div:nth-last-child(-n+2) {
  border-bottom: 0;
  padding-bottom: 0;
}

.tml-lvh__method-grid span {
  color: var(--tml-coral);
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}

.tml-lvh__method-grid h3 {
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 7px;
}

.tml-lvh__method-grid p {
  color: var(--tml-muted);
  font-size: 0.87rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.tml-lvh__hotel {
  padding: 125px 0;
  scroll-margin-top: 72px;
}

.tml-lvh__hotel--bellagio {
  background: #f5e8e0;
}

.tml-lvh__hotel--wynn {
  background: #e8eee7;
}

.tml-lvh__hotel--venetian {
  background: #f4eee2;
}

.tml-lvh__hotel--caesars {
  background: #eee7eb;
}

.tml-lvh__hotel--encore {
  background: #ece8df;
}

.tml-lvh__hotel-intro {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 110px minmax(0, 790px);
  margin-bottom: 54px;
}

.tml-lvh__hotel-number {
  border-bottom: 1px solid currentColor;
  color: var(--tml-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 14px;
}

.tml-lvh__hotel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.tml-lvh__hotel-badges span {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(21, 23, 28, 0.12);
  border-radius: 999px;
  color: #464249;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding: 7px 12px;
  text-transform: uppercase;
}

.tml-lvh__hotel-copy h2 {
  font-size: clamp(2.9rem, 6vw, 5.7rem);
  margin-bottom: 22px;
  text-wrap: balance;
}

.tml-lvh__hotel-lede {
  color: #4e4b50;
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 760px;
}

.tml-lvh__gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 270px 220px;
  margin-bottom: 58px;
}

.tml-lvh__gallery figure {
  border-radius: 5px;
  box-shadow: var(--tml-shadow);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.tml-lvh__gallery figure:nth-child(2) {
  grid-column: 8 / 13;
  grid-row: 1;
}

.tml-lvh__gallery figure:nth-child(3) {
  grid-column: 8 / 10;
  grid-row: 2;
}

.tml-lvh__gallery figure:nth-child(4) {
  grid-column: 10 / 13;
  grid-row: 2;
}

.tml-lvh__gallery-main {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

.tml-lvh__gallery--right .tml-lvh__gallery-main {
  grid-column: 6 / 13;
}

.tml-lvh__gallery--right figure:nth-child(2) {
  grid-column: 1 / 6;
}

.tml-lvh__gallery--right figure:nth-child(3) {
  grid-column: 1 / 3;
}

.tml-lvh__gallery--right figure:nth-child(4) {
  grid-column: 3 / 6;
}

.tml-lvh__gallery img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.tml-lvh__gallery figure:hover img {
  transform: scale(1.02);
}

.tml-lvh__gallery figcaption {
  background: linear-gradient(0deg, rgba(8, 9, 14, 0.82), transparent);
  bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.7rem;
  left: 0;
  line-height: 1.3;
  padding: 34px 16px 13px;
  position: absolute;
  right: 0;
}

.tml-lvh__hotel-details {
  display: grid;
  gap: 38px;
  grid-template-columns: 0.8fr 1.55fr;
}

.tml-lvh__snapshot {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(21, 23, 28, 0.1);
  border-radius: 6px;
  padding: 28px;
}

.tml-lvh__snapshot-label {
  color: var(--tml-coral);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.tml-lvh__snapshot dl,
.tml-lvh__snapshot dd {
  margin-bottom: 0;
}

.tml-lvh__snapshot dl > div {
  border-top: 1px solid var(--tml-line);
  display: grid;
  gap: 16px;
  grid-template-columns: 86px 1fr;
  padding: 13px 0;
}

.tml-lvh__snapshot dt {
  color: #827d78;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tml-lvh__snapshot dd {
  color: #37343a;
  font-size: 0.82rem;
  line-height: 1.5;
}

.tml-lvh__pros-cons {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.25fr 0.75fr;
}

.tml-lvh__pros-cons h3 {
  font-size: 1.55rem;
  margin-bottom: 20px;
}

.tml-lvh__pros-cons ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.tml-lvh__pros-cons li {
  border-top: 1px solid var(--tml-line);
  color: #454248;
  font-size: 0.87rem;
  line-height: 1.55;
  padding: 13px 0 13px 25px;
  position: relative;
}

.tml-lvh__pros-cons li::before {
  color: var(--tml-coral);
  content: "✓";
  font-size: 0.8rem;
  font-weight: 900;
  left: 0;
  position: absolute;
}

.tml-lvh__pros-cons aside {
  align-self: start;
  background: var(--tml-night);
  border-radius: 6px;
  color: #fff;
  padding: 27px;
}

.tml-lvh__pros-cons aside h3 {
  color: var(--tml-gold-light);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.tml-lvh__pros-cons aside p {
  color: rgba(255, 255, 255, 0.71);
  font-size: 0.81rem;
  line-height: 1.62;
  margin-bottom: 0;
}

.tml-lvh__decision-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, 1fr);
}

.tml-lvh__decision-grid > div {
  background: var(--tml-paper);
  border: 1px solid var(--tml-line);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  min-height: 230px;
  padding: 27px;
}

.tml-lvh__decision-grid > div:nth-child(4) {
  grid-column: 2 / 4;
}

.tml-lvh__decision-grid > div:nth-child(5) {
  grid-column: 4 / 6;
}

.tml-lvh__decision-grid span {
  color: var(--tml-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.35;
}

.tml-lvh__decision-grid strong {
  color: var(--tml-ink);
  font-size: 0.86rem;
  margin-top: auto;
  padding-top: 24px;
}

.tml-lvh__decision-grid a {
  color: var(--tml-coral);
  font-size: 0.75rem;
  font-weight: 800;
  margin-top: 6px;
}

.tml-lvh__tips-layout {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: 0.85fr 1.25fr;
}

.tml-lvh__tips-layout header {
  position: sticky;
  top: 100px;
}

.tml-lvh__tips-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tml-lvh__tips-list li {
  border-top: 1px solid var(--tml-line);
  display: grid;
  gap: 22px;
  grid-template-columns: 48px 1fr;
  padding: 23px 0;
}

.tml-lvh__tips-list > li > span {
  color: var(--tml-coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.tml-lvh__tips-list strong {
  display: block;
  font-size: 0.93rem;
  margin-bottom: 5px;
}

.tml-lvh__tips-list p {
  color: var(--tml-muted);
  font-size: 0.84rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.tml-lvh__section--faq {
  background: #202638;
  color: #fff;
}

.tml-lvh__faq-layout {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: 0.7fr 1.3fr;
}

.tml-lvh__faq-layout h2 {
  color: #fff;
}

.tml-lvh__faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.tml-lvh__faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.tml-lvh__faq-list summary {
  color: #fff;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.35;
  list-style: none;
  padding: 22px 48px 22px 0;
  position: relative;
}

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

.tml-lvh__faq-list summary::after {
  color: var(--tml-gold-light);
  content: "+";
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 1.45rem;
  font-weight: 300;
  position: absolute;
  right: 5px;
  top: 18px;
  transition: transform 180ms ease;
}

.tml-lvh__faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.tml-lvh__faq-list details > div {
  padding: 0 48px 23px 0;
}

.tml-lvh__faq-list p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.87rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.tml-lvh__final-cta {
  align-items: center;
  color: #fff;
  display: grid;
  min-height: 650px;
  position: relative;
  isolation: isolate;
}

.tml-lvh__final-cta > img,
.tml-lvh__final-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.tml-lvh__final-cta > img {
  object-fit: cover;
  z-index: -3;
}

.tml-lvh__final-shade {
  background: linear-gradient(90deg, rgba(7, 9, 16, 0.9), rgba(7, 9, 16, 0.46) 62%, rgba(7, 9, 16, 0.2));
  z-index: -2;
}

.tml-lvh__final-content {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0;
}

.tml-lvh__final-content h2 {
  color: #fff;
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  margin-bottom: 18px;
  max-width: 720px;
}

.tml-lvh__final-content p:not(.tml-lvh__kicker) {
  color: rgba(255, 255, 255, 0.77);
  font-size: 1.02rem;
  margin-bottom: 30px;
  max-width: 650px;
}

.tml-lvh__footer-note {
  background: #0d0e13;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
  line-height: 1.6;
  padding: 30px 0;
}

.tml-lvh__footer-note .tml-lvh__wrap {
  display: grid;
  gap: 10px 35px;
  grid-template-columns: 1fr 1fr;
}

.tml-lvh__footer-note p {
  margin-bottom: 0;
}

.tml-lvh__footer-note strong {
  color: rgba(255, 255, 255, 0.72);
}

.tml-lvh__floating-cta {
  align-items: center;
  background: #d9aa53;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 16px 42px rgba(7, 9, 17, 0.34);
  color: #17120a;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 13px;
  letter-spacing: 0.035em;
  line-height: 1.2;
  max-width: calc(100vw - 36px);
  padding: 15px 17px 15px 21px;
  position: fixed;
  right: 24px;
  text-align: center;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  z-index: 1000;
}

@keyframes tml-deals-gold-shimmer {
  0%, 100% { background-color: #d9aa53; box-shadow: 0 16px 42px rgba(7, 9, 17, 0.34); }
  50% { background-color: #f0c76a; box-shadow: 0 18px 46px rgba(217, 170, 83, 0.48); }
}

.tml-lvh__floating-cta {
  animation: tml-deals-gold-shimmer 3.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .tml-lvh__floating-cta { animation: none; }
}

.tml-lvh__floating-cta:hover {
  background: #e7bd6c;
  box-shadow: 0 18px 46px rgba(7, 9, 17, 0.42);
  color: #17120a;
  transform: translateY(-2px);
}

.tml-lvh__floating-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.tml-lvh__floating-cta-arrow {
  align-items: center;
  background: rgba(23, 18, 10, 0.14);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1.05rem;
  height: 28px;
  justify-content: center;
  width: 28px;
}

@media (max-width: 980px) {
  .tml-lvh__section,
  .tml-lvh__hotel {
    padding: 88px 0;
  }

  .tml-lvh__quick-card,
  .tml-lvh__quick-card--featured,
  .tml-lvh__quick-card:nth-child(2) {
    grid-column: span 3;
    min-height: 330px;
  }

  .tml-lvh__quick-card:last-child {
    grid-column: 2 / 6;
  }

  .tml-lvh__method,
  .tml-lvh__tips-layout,
  .tml-lvh__faq-layout {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .tml-lvh__tips-layout header {
    position: static;
  }

  .tml-lvh__hotel-details {
    grid-template-columns: 1fr;
  }

  .tml-lvh__gallery {
    grid-template-rows: 230px 190px;
  }

  .tml-lvh__decision-grid > div,
  .tml-lvh__decision-grid > div:nth-child(4),
  .tml-lvh__decision-grid > div:nth-child(5) {
    grid-column: span 3;
  }

  .tml-lvh__decision-grid > div:last-child {
    grid-column: 2 / 6;
  }
}

@media (max-width: 782px) {
  .admin-bar .tml-lvh__jump-nav {
    top: 46px;
  }
}

@media (max-width: 720px) {
  body.tml-lvh-page {
    overflow-x: hidden;
  }

  body.tml-lvh-page .wp-site-blocks,
  body.tml-lvh-page .wp-block-post-content {
    max-width: 100%;
    overflow-x: hidden;
  }

  .tml-lvh {
    left: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden;
    position: static;
    min-width: 0;
    width: 100% !important;
  }

  .tml-lvh {
    font-size: 16px;
  }

  .tml-lvh__wrap,
  .tml-lvh__hero-content,
  .tml-lvh__final-content {
    width: min(100% - 32px, 1180px);
  }

  .tml-lvh__hero {
    min-height: 760px;
  }

  .tml-lvh__hero-image {
    object-position: 62% center;
  }

  .tml-lvh__hero-shade {
    background: linear-gradient(0deg, rgba(7, 9, 17, 0.92) 0%, rgba(7, 9, 17, 0.58) 66%, rgba(7, 9, 17, 0.15));
  }

  .tml-lvh__hero-content {
    padding: 105px 0 42px;
  }

  .tml-lvh__hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .tml-lvh__hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tml-lvh__text-link {
    align-self: flex-start;
  }

  .tml-lvh__hero-meta {
    gap: 9px 20px;
    margin-top: 35px;
  }

  .tml-lvh__hero-meta span:not(:last-child)::after {
    right: -13px;
  }

  .tml-lvh__affiliate-note {
    font-size: 0.69rem;
    padding: 8px 16px;
  }

  .tml-lvh__jump-inner {
    width: 100%;
    padding: 0 16px;
  }

  .tml-lvh__section,
  .tml-lvh__hotel {
    padding: 72px 0;
  }

  .tml-lvh__section-heading {
    margin-bottom: 34px;
  }

  .tml-lvh__quick-grid {
    display: flex;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 12px 0;
    scroll-snap-type: x mandatory;
  }

  .tml-lvh__quick-card,
  .tml-lvh__quick-card--featured,
  .tml-lvh__quick-card:nth-child(2),
  .tml-lvh__quick-card:last-child {
    flex: 0 0 82vw;
    min-height: 390px;
    scroll-snap-align: start;
  }

  .tml-lvh__swipe-note {
    display: block;
  }

  .tml-lvh__method-grid {
    grid-template-columns: 1fr;
  }

  .tml-lvh__method-grid > div,
  .tml-lvh__method-grid > div:nth-child(even),
  .tml-lvh__method-grid > div:nth-child(n+3),
  .tml-lvh__method-grid > div:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--tml-line);
    border-left: 0;
    padding: 23px 0;
  }

  .tml-lvh__method-grid > div:last-child {
    border-bottom: 0;
  }

  .tml-lvh__hotel-intro {
    gap: 18px;
    grid-template-columns: 46px 1fr;
    margin-bottom: 37px;
  }

  .tml-lvh__hotel-number {
    font-size: 1.15rem;
    padding-bottom: 9px;
  }

  .tml-lvh__hotel-copy h2 {
    font-size: clamp(2.7rem, 12.5vw, 4.3rem);
  }

  .tml-lvh__gallery,
  .tml-lvh__gallery--right {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 380px 165px 165px;
    margin-bottom: 42px;
  }

  .tml-lvh__gallery .tml-lvh__gallery-main,
  .tml-lvh__gallery--right .tml-lvh__gallery-main {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .tml-lvh__gallery figure:nth-child(2),
  .tml-lvh__gallery--right figure:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .tml-lvh__gallery figure:nth-child(3),
  .tml-lvh__gallery--right figure:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .tml-lvh__gallery figure:nth-child(4),
  .tml-lvh__gallery--right figure:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }

  .tml-lvh__pros-cons {
    grid-template-columns: 1fr;
  }

  .tml-lvh__decision-grid {
    grid-template-columns: 1fr;
  }

  .tml-lvh__decision-grid > div,
  .tml-lvh__decision-grid > div:nth-child(4),
  .tml-lvh__decision-grid > div:nth-child(5),
  .tml-lvh__decision-grid > div:last-child {
    grid-column: 1;
    min-height: 190px;
  }

  .tml-lvh__faq-list summary {
    font-size: 1.1rem;
  }

  .tml-lvh__final-cta {
    min-height: 610px;
  }

  .tml-lvh__footer-note .tml-lvh__wrap {
    grid-template-columns: 1fr;
  }

  .tml-lvh__floating-cta {
    bottom: 14px;
    font-size: 0.75rem;
    justify-content: center;
    left: 16px;
    min-height: 54px;
    padding: 13px 15px 13px 20px;
    right: 16px;
  }
}

@media (max-width: 480px) {
  .tml-lvh__hero {
    min-height: 720px;
  }

  .tml-lvh__hero h1 {
    font-size: clamp(2.85rem, 14vw, 3.75rem);
  }

  .tml-lvh__hero-copy {
    font-size: 0.98rem;
  }

  .tml-lvh__section-heading h2,
  .tml-lvh__method h2,
  .tml-lvh__tips-layout h2,
  .tml-lvh__faq-layout h2 {
    font-size: 2.65rem;
  }

  .tml-lvh__gallery,
  .tml-lvh__gallery--right {
    grid-template-rows: 330px 145px 145px;
  }

  .tml-lvh__hotel-intro {
    grid-template-columns: 1fr;
  }

  .tml-lvh__hotel-number {
    width: 46px;
  }

  .tml-lvh__snapshot {
    padding: 21px;
  }

  .tml-lvh__snapshot dl > div {
    gap: 5px;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tml-lvh *,
  .tml-lvh *::before,
  .tml-lvh *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
