.mt-page {
    --mt-ink: #182324;
    --mt-muted: #5d6b6d;
    --mt-line: #d9e1df;
    --mt-paper: #f7f4ed;
    --mt-cream: #fffdf8;
    --mt-green: #315f54;
    --mt-green-dark: #173e38;
    --mt-clay: #b8633f;
    --mt-sun: #e9b75f;
    color: var(--mt-ink);
    background: var(--mt-cream);
    font-family: inherit;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
}

.mt-page * {
    box-sizing: border-box;
}

.mt-section {
    padding: 72px 0;
}

.mt-section-alt {
    background: var(--mt-paper);
}

.mt-wrap {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.mt-kicker {
    margin: 0 0 14px;
    color: var(--mt-clay);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mt-hero {
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #173e38 0%, #315f54 58%, #b8633f 100%);
    color: #fff;
}

.mt-hero-home {
    background:
        linear-gradient(90deg, rgba(15, 38, 34, 0.86) 0%, rgba(24, 54, 49, 0.74) 48%, rgba(24, 54, 49, 0.46) 100%),
        url("https://meitour.com.au/wp-content/uploads/2019/04/Melbourne_skyline-croped.jpg") center center / cover no-repeat;
}

.mt-hero-booking {
    min-height: 760px;
}

.mt-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    gap: 48px;
    align-items: end;
}

.mt-hero-booking .mt-hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
    align-items: center;
}

.mt-hero-single {
    grid-template-columns: minmax(0, 900px) !important;
}

.mt-hero h1,
.mt-page h2,
.mt-page h3 {
    letter-spacing: 0;
}

.mt-hero h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(48px, 7vw, 92px);
    line-height: 0.94;
    color: #fff;
}

.mt-lead {
    max-width: 700px;
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.mt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.mt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 30px;
    border: 2px solid #91672c;
    border-radius: 999px;
    background: #91672c;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.mt-button.lsm-btn {
    border-radius: 999px;
    text-transform: none;
}

.mt-button.lsm-btn-primary {
    background: #91672c;
    border-color: #91672c;
    color: #fff;
}

.mt-button.lsm-btn-primary:hover,
.mt-button.lsm-btn-primary:focus {
    background: #262626;
    border-color: #91672c;
    color: #fff;
}

.mt-button.lsm-btn-secondary {
    background: #262626;
    border-color: #91672c;
    color: #fff;
}

.mt-button:hover,
.mt-button:focus {
    background: var(--mt-green-dark);
    border-color: var(--mt-green-dark);
    color: #fff;
}

.mt-button-light {
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.12);
}

.mt-button-soft {
    border-color: var(--mt-line);
    background: #fff;
    color: var(--mt-green-dark);
}

.mt-photo-placeholder {
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.08) 0, rgba(255,255,255,0.08) 12px, transparent 12px, transparent 24px);
    color: rgba(255, 255, 255, 0.9);
}

.mt-photo-placeholder strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
}

.mt-booking-panel {
    padding: 24px;
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.96);
    color: var(--mt-ink);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
}

.mt-booking-panel .chbs-main.lsm-homepage-checkprice {
    background: transparent !important;
}

.mt-booking-panel h2 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.12;
    color: var(--mt-green-dark);
}

.mt-booking-panel p {
    margin: 0 0 18px;
    color: var(--mt-muted);
    line-height: 1.55;
}

.mt-booking-panel .chbs-main {
    width: 100% !important;
    margin: 0 !important;
}

.mt-booking-panel .chbs-main,
.mt-booking-panel .chbs-main * {
    max-width: 100%;
}

.mt-booking-full-section {
    background: #ffffff;
}

.mt-booking-full {
    max-width: 1120px;
    margin: 0 auto;
}

.mt-booking-full .chbs-main {
    width: 100%;
}

.mt-booking-missing {
    padding: 18px;
    border: 1px dashed var(--mt-clay);
    border-radius: 6px;
    background: #fff8ef;
    color: var(--mt-ink);
    line-height: 1.55;
}

.mt-section .mt-photo-placeholder {
    border-color: var(--mt-line);
    color: var(--mt-muted);
    background:
        linear-gradient(135deg, rgba(49, 95, 84, 0.12), rgba(233, 183, 95, 0.12)),
        repeating-linear-gradient(45deg, rgba(49,95,84,0.06) 0, rgba(49,95,84,0.06) 12px, transparent 12px, transparent 24px);
}

.mt-section .mt-photo-placeholder strong {
    color: var(--mt-green-dark);
}

.mt-heading {
    max-width: 790px;
    margin-bottom: 34px;
}

.mt-heading h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.04;
    color: var(--mt-ink);
}

.mt-heading p {
    margin: 18px 0 0;
    color: var(--mt-muted);
    font-size: 18px;
    line-height: 1.65;
}

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

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

.mt-card {
    min-height: 210px;
    padding: 26px;
    border: 1px solid var(--mt-line);
    border-radius: 6px;
    background: #fff;
}

.mt-card h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 1.18;
    color: var(--mt-green-dark);
}

.mt-card p {
    margin: 0;
    color: var(--mt-muted);
    font-size: 16px;
    line-height: 1.65;
}

.mt-card a {
    color: var(--mt-green-dark);
}

.mt-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 46px;
    align-items: center;
}

.mt-list {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.mt-list li {
    padding-left: 30px;
    position: relative;
    color: var(--mt-muted);
    line-height: 1.55;
}

.mt-list li::before {
    content: "";
    position: absolute;
    top: 0.66em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--mt-sun);
}

.mt-band {
    padding: 46px;
    border-radius: 6px;
    background: var(--mt-green-dark);
    color: #fff;
}

.mt-band h2,
.mt-band h3 {
    margin: 0;
    color: #fff;
}

.mt-band p {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.65;
}

.mt-link-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.mt-link-list a {
    display: block;
    padding: 14px 16px;
    border: 1px solid var(--mt-line);
    border-radius: 4px;
    background: #fff;
    color: var(--mt-green-dark);
    font-weight: 700;
    text-decoration: none;
}

.mt-note {
    margin-top: 18px;
    color: var(--mt-muted);
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .mt-section {
        padding: 56px 0;
    }

    .mt-hero {
        min-height: auto;
        padding: 96px 0 56px;
    }

    .mt-hero-inner,
    .mt-hero-booking .mt-hero-inner,
    .mt-split,
    .mt-grid,
    .mt-grid-2 {
        grid-template-columns: 1fr;
    }

    .mt-photo-placeholder {
        min-height: 240px;
    }
}

@media (max-width: 560px) {
    .mt-wrap {
        width: min(100% - 28px, 1160px);
    }

    .mt-actions,
    .mt-link-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mt-button {
        width: 100%;
    }

    .mt-card,
    .mt-band {
        padding: 22px;
    }
}
