:root {
    --time: .3s;
    --bgc: #ff7e14;
    --ftc: #ff7e14;
    --color: var(--ftc);
    --backtop-color-rgb: 255, 126, 20;
    --btn: var(--p40);
    --btn_size: var(--ft14);
    --btn_color: var(--ftc);
    --main: 1400px;
    --ft12: 12px;
    --ft13: 13px;
    --ft14: 14px;
    --ft15: 15px;
    --ft16: 16px;
    --ft17: 17px;
    --ft18: 18px;
    --ft20: 20px;
    --ft22: 22px;
    --ft24: 24px;
    --ft26: 26px;
    --ft28: 28px;
    --ft30: 30px;
    --ft32: 32px;
    --ft36: 36px;
    --ft40: 40px;
    --ft48: 48px;
    --ft56: 56px;
    --ft64: 64px;
    --ft66: 66px;
    --ft72: 72px;
    --ft80: 80px;
    --p0: 0;
    --p5: 5px;
    --p8: 8px;
    --p10: 10px;
    --p12: 12px;
    --p15: 15px;
    --p16: 16px;
    --p20: 20px;
    --p24: 24px;
    --p25: 25px;
    --p30: 30px;
    --p35: 35px;
    --p36: 36px;
    --p40: 40px;
    --p48: 48px;
    --p50: 50px;
    --p60: 60px;
    --p70: 70px;
    --p80: 80px;
    --p100: 100px
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    min-width: 0;
    word-break: break-word;
    word-wrap: break-word
}

html {
    scroll-behavior: smooth
}

body {
    width: 100%;
    color: #000;
    font-size: var(--ft16);
    overflow-x: hidden
}

ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt,
form {
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none;
    transition: all var(--time)
}

img,
svg,
video {
    display: block;
    max-width: 100%
}

button,
input,
textarea,
select {
    border: 0;
    outline: none;
    font: inherit;
    color: inherit;
    background: transparent
}

button {
    cursor: pointer
}

section,
main {
    width: 100%
}

section {
    padding: var(--p80) 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

main {
    flex: 1
}

.main {
    width: var(--main);
    max-width: 90%;
    margin: 0 auto
}

.main1 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    max-width: 90%;
    margin-right: 0;
    margin-left: auto
}

.main2 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    max-width: 90%;
    margin-right: auto;
    margin-left: 0
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-column-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.al-c {
    align-items: center
}

.al-b {
    align-items: baseline
}

.al-fs {
    align-items: flex-start
}

.al-fe {
    align-items: flex-end
}

.al-s {
    align-items: stretch
}

.jc-c {
    justify-content: center
}

.jc-s {
    justify-content: space-between
}

.jc-sa {
    justify-content: space-around
}

.jc-se {
    justify-content: space-evenly
}

.jc-fs {
    justify-content: flex-start
}

.jc-fe {
    justify-content: flex-end
}

.d-grid {
    display: grid
}

.grid1 {
    grid-template-columns: repeat(1, 1fr)
}

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

.grid3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid4 {
    grid-template-columns: repeat(4, 1fr)
}

.grid5 {
    grid-template-columns: repeat(5, 1fr)
}

.grid6 {
    grid-template-columns: repeat(6, 1fr)
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr)
}

.grid-row>* {
    grid-column: span 12
}

.grid-row .pc1 {
    grid-column: span 1
}

.grid-row .pc2 {
    grid-column: span 2
}

.grid-row .pc3 {
    grid-column: span 3
}

.grid-row .pc4 {
    grid-column: span 4
}

.grid-row .pc5 {
    grid-column: span 5
}

.grid-row .pc6 {
    grid-column: span 6
}

.grid-row .pc7 {
    grid-column: span 7
}

.grid-row .pc8 {
    grid-column: span 8
}

.grid-row .pc9 {
    grid-column: span 9
}

.grid-row .pc10 {
    grid-column: span 10
}

.grid-row .pc11 {
    grid-column: span 11
}

.grid-row .pc12 {
    grid-column: span 12
}

.bgc {
    background: var(--bgc)
}

.ftc {
    color: var(--ftc)
}

.label {
    white-space: nowrap
}

.must::before {
    display: inline-block;
    content: "*"
}

.bg_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg_fixed {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.line-clamp1,
.line-clamp2,
.line-clamp3,
.line-clamp4,
.line-clamp5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp1 {
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.line-clamp2 {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.line-clamp3 {
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.line-clamp4 {
    -webkit-line-clamp: 4;
    line-clamp: 4
}

.line-clamp5 {
    -webkit-line-clamp: 5;
    line-clamp: 5
}

.s_content {
    line-height: 1.8
}

.s_content * {
    text-wrap-mode: wrap !important;
    word-break: break-word
}

.s_content li {
    list-style: inherit
}

.s_content .list-paddingleft-2 {
    padding-left: 1em
}

.s_content img,
.s_content video {
    display: inline-block;
    max-width: 100%;
    height: auto !important
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-width: 100%;
    height: var(--btn);
    padding: 0 var(--p30);
    gap: 8px;
    border: 1px solid var(--btn_color);
    background: var(--btn_color);
    color: #fff;
    font-size: var(--btn_size);
    line-height: var(--btn);
    text-align: center;
    cursor: pointer;
    transition: all var(--time)
}

.btn:hover {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2)
}

.pagenum {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p10);
    margin-top: var(--p70)
}

.pagenum .pagination {
    display: flex;
    justify-content: center;
    gap: var(--p10);
    width: max-content;
    margin: 0 auto
}

.pagenum input,
.pagenum button,
.pagenum a,
.pagenum span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5em;
    height: 2.5em;
    padding: 2px 5px;
    background: #f8f8f8;
    color: #000;
    line-height: 1.6em;
    text-align: center
}

.pagenum .page-number.active {
    background: var(--ftc);
    color: #fff
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px
}

::-webkit-scrollbar-track-piece {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
    cursor: pointer
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--ftc)
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    :root {
        --main: 92%;
        --btn: 40px;
        --btn_size: var(--ft14);
        --ft30: 26px;
        --ft32: 28px;
        --ft36: 30px;
        --ft40: 34px;
        --ft48: 40px;
        --ft56: 46px;
        --ft64: 52px;
        --ft66: 54px;
        --ft72: 58px;
        --ft80: 64px;
        --p60: 50px;
        --p70: 55px;
        --p80: 60px;
        --p100: 80px
    }

    .main,
    .main1,
    .main2 {
        width: 100% !important;
        max-width: 92%;
        margin-right: auto;
        margin-left: auto
    }

    .grid-row .tb1 {
        grid-column: span 1
    }

    .grid-row .tb2 {
        grid-column: span 2
    }

    .grid-row .tb3 {
        grid-column: span 3
    }

    .grid-row .tb4 {
        grid-column: span 4
    }

    .grid-row .tb5 {
        grid-column: span 5
    }

    .grid-row .tb6 {
        grid-column: span 6
    }

    .grid-row .tb7 {
        grid-column: span 7
    }

    .grid-row .tb8 {
        grid-column: span 8
    }

    .grid-row .tb9 {
        grid-column: span 9
    }

    .grid-row .tb10 {
        grid-column: span 10
    }

    .grid-row .tb11 {
        grid-column: span 11
    }

    .grid-row .tb12 {
        grid-column: span 12
    }
}

@media only screen and (max-width:767px) {
    :root {
        --main: 92%;
        --btn: 38px;
        --btn_size: var(--ft14);
        --ft16: 14px;
        --ft18: 15px;
        --ft20: 16px;
        --ft22: 18px;
        --ft24: 20px;
        --ft26: 22px;
        --ft28: 24px;
        --ft30: 25px;
        --ft32: 26px;
        --ft36: 28px;
        --ft40: 30px;
        --ft48: 34px;
        --ft56: 38px;
        --ft64: 42px;
        --ft66: 44px;
        --ft72: 46px;
        --ft80: 50px;
        --p30: 20px;
        --p36: 24px;
        --p40: 28px;
        --p48: 32px;
        --p50: 34px;
        --p60: 40px;
        --p70: 44px;
        --p80: 48px;
        --p100: 60px
    }

    section {
        padding: var(--p60) 0
    }

    .main,
    .main1,
    .main2 {
        width: 100% !important;
        max-width: 92%;
        margin-right: auto;
        margin-left: auto
    }

    .grid-row .mb1 {
        grid-column: span 1
    }

    .grid-row .mb2 {
        grid-column: span 2
    }

    .grid-row .mb3 {
        grid-column: span 3
    }

    .grid-row .mb4 {
        grid-column: span 4
    }

    .grid-row .mb5 {
        grid-column: span 5
    }

    .grid-row .mb6 {
        grid-column: span 6
    }

    .grid-row .mb7 {
        grid-column: span 7
    }

    .grid-row .mb8 {
        grid-column: span 8
    }

    .grid-row .mb9 {
        grid-column: span 9
    }

    .grid-row .mb10 {
        grid-column: span 10
    }

    .grid-row .mb11 {
        grid-column: span 11
    }

    .grid-row .mb12 {
        grid-column: span 12
    }
}

:root {
    --main: 1400px;
    --navy: #001624;
    --navy2: #082f3d;
    --blue: #174657;
    --cream: #f7f0e5;
    --paper: #fbf5ec;
    --light: #f4f6f7;
    --gold: #9d7618;
    --gold2: #cfa744;
    --ink: #183140;
    --muted: #6d7780;
    --line: #d7d0c4;
    --bgc: var(--gold);
    --ftc: var(--gold);
    font-family: Arial, Helvetica, sans-serif
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0
}

.SiteHeader {
    height: 100px;
    background: #050505;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    justify-content: flex-end;
}

.SiteHeader .main {
    width: 1660px;
    max-width: 90%;
    margin-right: var(--p60);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    width: 182px;
    height: 76px;
    object-fit: contain
}

.nav {
    display: flex;
    align-items: center;
    gap: 66px;
    font-size: 14px
}

.nav a.active,
.nav a:hover {
    color: #fff
}

.bookBtn,
.btnGold,
.btnDark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 27px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    transition: all var(--time);
    white-space: nowrap
}

.bookBtn,
.btnGold {
    background: #c19622;
    color: #111
}

.btnDark {
    background: var(--navy);
    color: #FFF;
    
}

.btnLine {
    /*border: 1px solid rgba(24, 49, 64, 0.55);*/
    /*color: var(--ink)*/
    color: rgba(255, 255, 255, 0.8);
}

.btnLine3 {
    padding: 16px 48px;
    border: 2px solid #002B49;
    color: #002B49;
}

.bookBtn:hover,
.btnGold:hover,
.btnDark:hover,
.btnLine:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16)
}

.menu_button,
.navMobile {
    display: none
}

.Hero {
    position: relative;
    min-height: 520px;
    padding: 0;
    color: #fff;
    background-position: center;
    background-size: cover
}

.Hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 20, 32, 0.43)
}

.Hero .main {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: flex;
    align-items: center
}

.Hero.center .main {
    justify-content: center;
    text-align: center
}

.Hero .info {
    max-width: 780px
}

.eyebrow {
    margin-bottom: 18px;
    color: var(--gold2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase
}

h1 {
    font-size: 60px;
    line-height: 1.08;
    font-weight: 400
}

.Hero .desc {
    max-width: 650px;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7
}

.Hero.center .desc {
    margin-right: auto;
    margin-left: auto
}

.btnGroup {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 60px;
}

.Hero.center .btnGroup {
    justify-content: center
}

.titleCom {
    margin-bottom: 64px;
    text-align: center
}

.titleCom .eyebrow {
    margin-bottom: 12px
}

.titleCom .title,
.titleCom h2 {
    color: var(--ink);
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400
}

.titleCom::after {
    display: block;
    width: 64px;
    height: 2px;
    margin: 20px auto 0;
    background: var(--gold);
    content: ""
}

.desc {
    color: var(--muted);
    line-height: 1.7
}

.split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 120px
}
.shots video {
    width: 100%!important;
    height: auto!important;
}
.split .media img,
.mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.cardImg {
    width: 100%;
}
.miyuebox4-bottom {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
.miyuebox6btn {
    padding: 12px 40px;
    border: 1px solid #FFF;
    color: #FFF;
}
.miyuebox4-bottom .xian {
    width: 48px;
    height: 2px;
    background-color: #775A19;
}
.miyuebox4-bottom .span1 {
    color: #001629;
    font-size: 12px;
    line-height: 1.2;
}
.split h2 {
    width: 80%;
    font-size: 38px;
    line-height: 1.16;
    font-weight: 400
}

.split .desc {
    width: 80%;
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 15px
}

.iconList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 45px 0;
    color: #334654;
    font-size: 14px
}

.iconList li {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.btnLine-btn {
    height: 44px;
    padding: 16px 40px;
    border: 1px solid #73777E;
    color: #001629;
}
.ValueGrid,
.InclusionGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.ValueGrid .item,
.InclusionGrid .item,
.ServiceCards .item {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(0, 22, 36, 0.08);
    padding: 44px 34px;
    text-align: center
}

.ValueGrid .icon,
.InclusionGrid .icon,
.ServiceCards .icon {
    padding-bottom: 24px;
    color: var(--gold);
    font-size: 34px;
    line-height: 1;
    margin: 0 auto;
}

.ValueGrid .title,
.InclusionGrid .title,
.ServiceCards .title {
    font-size: 17px;
    font-weight: 700
}

.ValueGrid .desc,
.InclusionGrid .desc,
.ServiceCards .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.55
}

.SiteFooter {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.62)
}

.FooterTop {
    padding: 76px 0 74px
}

.FooterTop .main {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 92px
}

.SiteFooter h3 {
    color: var(--gold);
    font-size: 19px;
    font-weight: 400
}

.SiteFooter h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px
}

.SiteFooter h4::after,
.SiteFooter h3::after {
    display: block;
    width: 32px;
    height: 1px;
    margin: 14px 0 22px;
    background: var(--gold);
    content: ""
}

.SiteFooter p,
.SiteFooter li {
    font-size: 12px;
    line-height: 1.9
}

.SiteFooter li+li {
    margin-top: 10px
}

.FooterBottom {
    padding: 24px 0;
    background: rgba(0, 0, 0, 0.24);
    font-size: 12px
}

.FooterBottom .main {
    display: flex;
    justify-content: space-between
}

.cream {
    width: 1280px;
    margin: 0 auto;
    max-width: 90%;
    background: var(--paper)
}

.soft {
    background: #f5f7f8
}

.dark {
    background: var(--blue);
    color: #fff
}

.dark .titleCom .title,
.dark .titleCom h2,
.dark h2,
.dark h3 {
    color: #fff
}

.dark .desc {
    color: rgba(255, 255, 255, 0.7)
}

.AboutHero {
    padding: 0;
    background: #fff
}

.AboutHero .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 700px
}

.AboutHero .media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.AboutHero .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 14%
}

.AboutHero h1 {
    color: var(--ink);
    font-size: 44px
}

.AboutHero .desc {
    max-width: 520px;
    margin: 34px 0;
    font-size: 18px
}

.linkArrow {
    color: var(--gold);
    font-size: 13px
}

.AboutValues,
.Partners,
.Testimonials {
    padding: 145px 0
}

.AboutValues .ValueGrid {
    margin-top: 72px
}

.Journey {
    padding: 90px 0 110px
}

.Journey .line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 74px
}

.Journey .line::before {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    border-top: 2px dotted #8d969b;
    content: ""
}

.Journey .item {
    position: relative;
    padding-top: 50px
}

.Journey .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 3px solid var(--gold);
    border-radius: 50%;
    background: #fff;
    content: ""
}

.Journey strong {
    display: block;
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 16px
}

.Partners .strip {
    height: 80px;
    margin: 60px auto 90px;
    background: rgba(255, 255, 255, 0.62);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.Partners .strip .strip-img {
    display: block;
}

.Testimonials {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center
}

.Testimonials .quoteMark {
    margin: 0 auto;
    margin-bottom: var(--p30);
    color: var(--gold);
    /*font-size: 54px*/
}

.Testimonials h2 {
    margin: 12px 0 52px;
    font-size: 28px;
    font-weight: 400
}

.Testimonials blockquote {
    max-width: 820px;
    margin: 0 auto 62px;
    color: #164055;
    font-size: 30px;
    line-height: 1.28
}

.CtaBand {
    padding: 96px 0;
    background: var(--blue);
    color: #fff;
    text-align: center
}

.CtaBand h2 {
    font-size: 38px;
    font-weight: 400
}

.CtaBand .btnGroup {
    justify-content: center
}

.FleetHero {
    background-image: url("../assets/images/luxury-car-hero.png");
    min-height: 690px
}

.FleetFeatures {
    padding: 126px 0 110px;
    background: #001b2c
}

.FeatureMasonry {
    display: flex;
    flex-wrap: wrap;
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-auto-rows: 220px;*/
    gap: 28px;
    margin-top: 70px
}
.FeatureMasonry .item:nth-child(4n + 1) {
  width: calc(0.9 * 100% / (1 + 2.1));
  min-height: 255px;
}
/* 每组第2个：2.1 份宽度 */
.FeatureMasonry .item:nth-child(4n + 2) {
  width: calc(2 * 100% / (1 + 2.1));
  min-height: 255px;
}
/* 每组第3个：805 份宽度 */
.FeatureMasonry .item:nth-child(4n + 3) {
  width: calc(785 * 100% / (805 + 566));
  min-height: 455px;
}
/* 每组第4个：566 份宽度 */
.FeatureMasonry .item:nth-child(4n + 4) {
  width: calc(546 * 100% / (805 + 566));
  min-height: 455px;
}
.FeatureMasonry .item {
    position: relative;
    padding: 44px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden
}

.FeatureMasonry .wide {
    grid-column: span 2
}

.FeatureMasonry .tall {
    grid-row: span 2
}

.FeatureMasonry img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .58
}

.FeatureMasonry .info {
    position: relative;
    z-index: 1
}

.FeatureMasonry .title {
    color: #fff;
    font-size: 24px;
    font-weight: 400
    
}

.FeatureMasonry .desc {
    max-width: 320px;
    margin-top: 28px;
    font-size: 13px
}

.FleetCards {
    padding: 130px 0 145px
}

.FleetCards .head {
    max-width: 680px;
    margin-bottom: 70px
}

.FleetCards h2 {
    font-size: 38px;
    font-weight: 400
}

.FleetCards .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px
}

.FleetCards .cardImg {
    aspect-ratio: 688 / 360
}

.FleetCards .title {
    width: 80%;
    margin-top: 28px;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--p8);
}
.zuchebox2-bottonNR1-img {
    margin-right: var(--p8);
}
.FleetCards .bottom {
    margin-top: var(--p24);
    display: flex;
    flex-direction: row;
    gap: var(--p16);
}
.zuchebox2-bottonNR {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: var(--p8);
}
.FleetCards .bottomNR img {
    display: block;
}
.FleetServices {
    padding: 150px 0;
    background: var(--blue)
}

.FleetServices .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.FleetServices .item {
    padding: 0 42px;
    border-left: 1px solid rgba(255, 255, 255, 0.15)
}

.FleetServices h3 {
    font-size: 28px;
    line-height: 1.16;
    font-weight: 400
}

.FleetServices .desc {
    margin: 28px 0 42px
}

.BgQuote {
    padding: 160px 0;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    position: relative
}

.BgQuote::before {
    position: absolute;
    inset: 0;
    /*background: rgba(0, 16, 27, 0.52);*/
    content: ""
}

.BgQuote .main {
    position: relative;
    z-index: 1
}
.index7btnspan {
    color: #C6A43F;
    font-size: var(--ft20);
    line-height: var(--ft28);
    margin-bottom: var(--p20);
}
.BgQuote h2 {
    margin: var(--p30) auto;
    width: 46%;
    font-size: 36px;
    line-height: 1.14;
    font-weight: 400;
}
.BgQuote p {
    display: block;
    margin-bottom: var(--p30);
}
.index7NRdiv {
    width: 1000px;
    margin: 0 auto;
    max-width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 20px;
}
.index7NRdivdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--p25) var(--p35) 7px;
}
.index7NRdivdiv img {
    display: block;
    margin: 0 auto;
}
.index7NRdivdiv p {
    text-align: center;
    color: #FDF8F0;
    font-size: var(--ft14);
    line-height: var(--ft20);
}
.ValueGrid .item img {
    margin: 0;
}
.ValueGrid .item .title,.ValueGrid .item .desc {
    text-align: left;
}
.ValueGrid .item:hover {
    background-color: #1A3B4C;
}
.ValueGrid .item:hover .title {
    color: #FFF;
}
.ValueGrid .item:hover .desc {
    color: rgba(250, 248, 245, 0.67);
}
.index7btnspan2 {
    font-size: var(--ft14);
    line-height: var(--ft20);
    color: rgba(250, 248, 245, 0.67);
}

.MiniForm {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 34px
}

.MiniForm input {
    width: 290px;
    height: 52px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(0, 0, 0, 0.2);
    color: #fff
}

.WeddingHero {
    
    min-height: 580px
}

.WeddingHero.alt {
    background-image: url("../assets/images/ocean-cliffs.png")
}

.WeddingIntro,
.WeddingHoneymoon,
.PhotoStory,
.ConciergeTeam {
    padding: 130px 0
}

.WeddingIntro .media,
.WeddingHoneymoon .media {
    height: 665px
}

.WeddingHoneymoon {
    background: #1A3B4C
}

.ServiceCards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 62px 0
}

.sirenhunlidiv2-NR {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
}
.sirenhunlidiv2-NRdivimg {
    display: block;
    width: 19px;
}
.sirenhunlidiv2-NRdiv .span1 {
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
}
.sirenhunlidiv2-NRdiv .span2 {
    font-size: 14px;
    line-height: 20px;
    color: #7293B6;
}
.sirenhunlidiv2-NRdiv {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}
.sirenhunlidiv2-bottom {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #FFDEA5;
}
.sirenhunlidiv2-bottom p {
    font-size: 12px;
    line-height: 16px;
    color: #FFDEA5;
}
.sirenhunlidiv2-bottom a {
    width: 50%;
    background: #FFDEA5;
}
.sirenhunlidiv3div {
    position: relative;
}
.sirenhunlidiv3divNR {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
}
.sirenhunlidiv4btn1 {
    display: block;
    padding: 16px 0;
    width: 100%;
    border: 1px solid #FFDEA5;
    text-align: center;
    color: #FFDEA5;
}
.sirenhunlidiv4btn2 {
    display: block;
    padding: 16px 0;
    width: 100%;
    text-align: center;
    background-color: rgba(38, 69, 85);
    color: #FFF;
}
.sirenhunlidiv3divNR .span1 {
    margin-bottom: 32px;
    margin-left: 32px;
    width: 50%;
    font-size: 28px;
    line-height: 36px;
    color: #FFF;
}
.TimelineDark {
    padding: 120px 0;
    /*background: var(--blue);*/
    background-color: #1A3B4C;
    color: #fff
}

.TimelineDark h2 {
    margin-bottom: 72px;
    text-align: center;
    font-size: 32px;
    font-weight: 400
}

.TimelineDark .timeline {
    position: relative;
    width: 760px;
    max-width: 100%;
    margin: 0 auto
}

.TimelineDark .timeline::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
    content: ""
}

.TimelineDark .item {
    position: relative;
    width: 50%;
    padding: 0 60px 54px 0;
    text-align: right
}

.TimelineDark .item:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 54px 60px;
    text-align: left
}

.TimelineDark .item::after {
    position: absolute;
    top: 18px;
    right: -8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 14px rgba(207, 167, 68, 0.8);
    content: ""
}

.TimelineDark .item:nth-child(even)::after {
    right: auto;
    left: -7px
}

.TimelineDark .time {
    color: var(--gold2);
    font-size: 11px;
    text-transform: uppercase
}

.TimelineDark .title {
    margin: 8px 0;
    color: #fff;
    font-size: 22px
}

.WeddingCta {
    position: relative;
    padding: 92px 0;
    background: #fff;
    text-align: center;
    overflow: hidden
}

.WeddingCta h2 {
    font-size: 30px;
    font-weight: 400
}

.WeddingCta .desc {
    max-width: 720px;
    margin: 18px auto 0
}

.WeddingCta .heart {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(207, 167, 68, 0.18);
    font-size: 170px;
    line-height: 1
}

.StatsBar {
    padding: 58px 0;
    background: var(--paper)
}

.StatsBar .main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px
}

.StatsBar .label {
    color: var(--gold);
    font-size: 11px;
    text-transform: uppercase
}

.StatsBar strong {
    display: block;
    margin-top: 8px;
    color: var(--ink);
    font-size: 24px;
    font-weight: 400
}

.DetailHero {
    
    min-height: 520px
}

.JourneyList {
    padding: 82px 0 130px
}

.JourneyList .titleCom {
    margin-bottom: 70px
}
.footerdiv1p {
    margin-top: 4px;
    color: rgba(198, 164, 63, 0.5);
    font-size: 11px;
    line-height: 13px;
}
.JourneyList .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 82px;
    align-items: center;
    margin-bottom: 125px
}
.lvyouNRbtn {
    padding: 12px 20px;
    border: 1px solid #775A19;
    color: #775A19;
}
.JourneyList .row:nth-child(even) .media {
    order: -1
}

.JourneyList .media {
    height: 360px
}

.JourneyList .media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.JourneyList .day {
    color: #d6c7ab;
    font-size: 20px;
    margin-bottom: 28px
}

.JourneyList h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 22px
}

.Inclusions {
    padding: 112px 0;
    background: var(--blue)
}

.Inclusions .InclusionGrid {
    margin-top: 60px
}

.Inclusions .item {
    background: rgba(255, 255, 255, 0.08);
    color: #fff
}

.DetailCta {
    padding: 90px 0;
    text-align: center
}

.PortfolioHero {
    
    min-height: 700px
}

.PortfolioFilters {
    padding: 46px 0;
    background: var(--paper);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.PortfolioFilters .main {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.zuopindiv4btn {
    padding: 12px 48px;
    border: 1px solid #001629;
    color: #001629;
}
.filters {
    display: flex;
    gap: 52px;
    color: #68727a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
}
.VideoBand .video video {
    width: 100%!important;
    height: auto;
}
.filters a.active {
    background: var(--navy);
    color: #fff;
    padding: 15px 24px
}

.PortfolioGrid {
    padding: 52px 0 140px
}

.PortfolioGrid .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px
}

.PortfolioGrid .item {
    position: relative;
    height: 560px;
    overflow: hidden;
    color: #fff
}

.PortfolioGrid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.PortfolioGrid .item:hover img {
    transform: scale(1.04)
}

.PortfolioGrid .item::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.55));
    content: ""
}

.PortfolioGrid .info,
.badge {
    position: absolute;
    z-index: 1
}

.PortfolioGrid .info {
    left: 28px;
    right: 28px;
    bottom: 28px
}

.PortfolioGrid .title {
    font-size: 17px
}

.badge {
    left: 22px;
    top: 22px;
    padding: 7px 12px;
    border-radius: 14px;
    background: rgba(0, 22, 36, 0.65);
    font-size: 10px;
    text-transform: uppercase
}

.VideoBand {
    padding: 150px 0;
    background: var(--blue);
    color: #fff
}

.VideoBand .main {
    display: grid;
    grid-template-columns: .8fr 1fr;
    align-items: center;
    gap: 150px
}

.VideoBand h2 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

.VideoBand .quote {
    margin: 34px 0;
    padding-left: 28px;
    border-left: 2px solid var(--gold);
    color: rgba(255, 255, 255, 0.78)
}

.VideoBand .video {
    position: relative;
    aspect-ratio: 688 / 360
}

.VideoBand .video img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.45);
    color: #fff;
    font-size: 30px
}

.PlainCta {
    padding: 95px 0;
    background: #f4f6f7;
    text-align: center
}

.PlainCta h2 {
    font-size: 16px;
    font-weight: 700
}

.TravelHero {
    
    min-height: 520px
}

.PhotoStory .mosaic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 65px
}
.index5div {
    position: relative;
}
.index5divNR {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.ProcessIcons h2 {
    font-size: var(--ft40);
    line-height: var(--ft56);
}

.index7btn {
    margin: 0 auto;
}
.index6divFuTitle {
    color: rgba(250, 248, 245, 0.75);
    font-size: var(--ft16);
    line-height: var(--ft22);
    margin: var(--p60) auto;
}
.ProcessIcons .grid .item .icon {
    display: block;
    margin: 12px auto;
}
.ProcessIcons .grid .item h3 {
    color: #C6A43F;
    margin-bottom: 12px;
}
.shiPin-btn {
    margin: var(--p50) 0;
    padding: 20px 0;
    background-color: rgba(241, 238, 232);
    display: flex;
    align-items: center;
}
.shiPin-btndiv {
    display: inline-block;
    margin: 0 auto;
}
.shiPin-btndivdiv {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.index5divNR .span1 {
    color: #FDF8F0;
    font-size: var(--ft20);
    line-height: var(--ft30);
}
.index5divNR .span2 {
    color: #FAF8F5;
    font-size: var(--ft14);
    line-height: var(--ft20);
}
.PhotoStory .mosaic img {
    height: 430px
}

.Experience {
    padding: 125px 0;
    background: var(--blue)
}

.Experience .main {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 120px
}

.Experience h2 {
    font-size: 34px;
    line-height: 1.18;
    font-weight: 400
}

.Experience .steps {
    display: grid;
    gap: 38px
}
/*.Experience .steps::before {*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 300px;*/
/*    background-color: #FFDEA5;*/
/*}*/
.Experience .item {
    position: relative;
    padding-left: 38px
}
.sirenhunlidiv7btn {
    padding: 12px 38px;
    border: 1px solid #FFF;
    color: #FFF;
}
.Experience .item::before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold2);
    content: ""
}

.ValueStrip {
    padding: 80px 0;
    background: #f4f4f4
}

.ConciergeTeam .split {
    gap: 85px
}

.ConciergeTeam .media {
    height: 320px
}

.StoryHero {
    padding: 42px 0 0;
    background: var(--paper)
}

.StoryHero .heroImg {
    position: relative;
    height: 800px;
    color: #fff
}

.StoryHero .heroImg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.StoryHero .heroImg::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.55));
    content: ""
}

.StoryHero .caption {
    position: absolute;
    left: 45px;
    bottom: 44px;
    z-index: 1
}

.StoryHero h1 {
    font-size: 48px
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
    margin-top: 12px
}

.thumbs img {
    height: 90px;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1)
}

.StoryIntro {
    padding: 120px 0
}

.StoryIntro .main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px
}

.StoryIntro blockquote {
    margin-top: 32px;
    padding-left: 24px;
    border-left: 2px solid var(--gold);
    color: #164055;
    font-size: 20px;
    line-height: 1.6
}

.detailsTable {
    border-top: 2px solid var(--gold);
    background: #f1f3f4
}

.detailsTable .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 18px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 13px
}

/*.Moments .mosaic {*/
/*    display: grid;*/
/*    grid-template-columns: 1.4fr .7fr;*/
/*    gap: 22px;*/
/*    margin-top: 60px*/
/*}*/
.Moments .mosaicNR .span1 {
    position: absolute;
    bottom: 32px;
    left: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}
.Moments .mosaicNR {
    position: relative;
}
.Moments .mosaic {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--p30);
    width: 100%;
}
/* 第一张占2份宽度 */
.mosaic .mosaic:nth-child(1) {
    flex: 2;
}
/* 剩下全部1份宽度 */
.mosaic .mosaic:nth-child(2),
.mosaic .mosaic:nth-child(3),
.mosaic .mosaic:nth-child(4),
.mosaic .mosaic:nth-child(5) {
    flex: 1;
}

/* 卡片内部图片铺满 */
.mosaicNR {
    display: flex;
    flex-direction: column;
}
.mosaicNR img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.Moments .mosaic img {
    height: 330px
}

.Moments .mosaic img:first-child {
    height: 410px
}

.Moments .mosaic .bottom {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.Behind {
    padding: 110px 0;
    background: var(--blue);
    color: #fff
}

.Behind .main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px
}

.Behind .shots {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px
}

.Behind img {
    width: 100%;
    height: 240px;
    object-fit: cover
}

.SimilarStories {
    padding: 110px 0 135px
}

.SimilarStories .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 68px;
    margin-top: 55px
}

.SimilarStories img {
    width: 100%;
    height: 410px;
    object-fit: cover
}

.SimilarStories .title {
    margin-top: 18px;
    font-size: 18px
}

.HomeHero {
    
    min-height: 610px
}

.HomeAbout {
    padding: 95px 0
}
.btnLineindex {
    border: 1px solid #FFF;
    padding: 12px 15px;
}


.btnLine2index {
    border: 1px solid #C6A43F;
    padding: 12px 15px;
    color: #C6A43F;
}
.HomeExperiences {
    padding: 110px 0;
    background: var(--blue)
}

.ExperienceCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 64px
}
.WeddingIntro .bottomNR {
    margin: var(--p30) 0;
    border-left: 5px solid #C6A43F;
    padding: 17px 10px;
    background-color: rgba(241, 238, 232);
    font-size: var(--ft15);
    line-height: var(--ft20);
    color: #1A3B4C;
}


.index4btn {
    padding: 14px var(--p30);
    background-color: #FDF8F0;
    color: #0A1A26;
}

.WeddingHoneymoon .info .iconList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
    margin: 45px 0;
    color: #FAF8F5;
    font-size: 14px;
}
.index3btn {
    background-color: #1A3B4C;
    color: #C6A43F;
}
.WeddingIntro .iconList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
    margin: 45px 0;
    color: #334654;
    font-size: 14px;
}
.ExperienceCards .item {
    position: relative;
    /*height: 420px;*/
    color: #fff;
    overflow: hidden
}
.ExperienceCards .info .span1 {
    display: inline-block;
    color: #0A1A26;
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 11px;
    background-color: #C6A43F;
}
.ExperienceCards .info .span2 {
    font-size: var(--ft22);
    line-height: var(--ft28);
    color: #FAF8F5;
}
.ExperienceCards .info .span3 {
    font-size: var(--ft14);
    line-height: var(--ft15);
    color: rgba(250, 248, 245, 0.7);
}
.ExperienceCards img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ExperienceCards .info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1
}

.ExperienceCards .item::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.62));
    content: ""
}

.ProcessIcons {
    padding: 90px 0;
    background: var(--blue);
    text-align: center
}

.ProcessIcons .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-top: 54px
}

.CarBanner {
    
}

.WhyChoose {
    padding: 105px 0
}

.WhyChoose .ValueGrid {
    margin-top: 50px
}

.mb-40 {
    margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .SiteHeader {
        height: auto;
        padding: 14px 0
    }

    .nav {
        gap: 20px
    }

    .bookBtn {
        padding: 0 18px
    }

    h1 {
        font-size: 46px
    }

    .Hero,
    .PortfolioHero {
        min-height: 520px
    }

    .split,
    .AboutHero .wrap,
    .StoryIntro .main,
    .VideoBand .main,
    .Experience .main,
    .Behind .main {
        gap: 50px
    }

    .ValueGrid,
    .InclusionGrid,
    .ServiceCards,
    .ExperienceCards,
    .PortfolioGrid .grid {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .FooterTop .main {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px
    }

    .PortfolioGrid .item {
        height: 500px
    }
}

@media only screen and (max-width:767px) {
    .SiteHeader {
        height: auto;
        padding: 12px 0
    }
    .Partners .strip {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .SiteHeader .main {
        flex-wrap: wrap;
        gap: 12px
    }

    .logo {
        width: 128px;
        height: 52px
    }

    .nav {
        display: none
    }

    .menu_button {
        display: flex;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.25);
        color: #fff;
        transition: color var(--time), border-color var(--time), background var(--time)
    }

    .SiteHeader.is-open .menu_button {
        border-color: rgba(193, 150, 34, 0.65);
        background: rgba(193, 150, 34, 0.16);
        color: #d3a742
    }

    .navMobile {
        display: block;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0;
        transition: max-height var(--time), opacity var(--time), padding var(--time)
    }

    .SiteHeader.is-open .navMobile {
        max-height: 260px;
        padding: 10px 0;
        opacity: 1
    }

    .navMobile a {
        display: block;
        padding: 10px 0;
        color: rgba(255, 255, 255, 0.75)
    }

    .bookBtn {
        height: 38px;
        padding: 0 14px;
        font-size: 11px
    }

    .Hero,
    .FleetHero,
    .PortfolioHero,
    .HomeHero {
        min-height: 460px
    }

    h1 {
        font-size: 34px
    }

    .Hero .desc {
        font-size: 14px
    }

    .btnGroup,
    .MiniForm,
    .PortfolioFilters .main {
        flex-direction: column;
        align-items: stretch
    }

    .btnGold,
    .btnDark,
    .btnLine,
    .MiniForm input {
        width: 100%
    }

    .split,
    .AboutHero .wrap,
    .FleetCards .grid,
    .FleetServices .grid,
    .ValueGrid,
    .InclusionGrid,
    .ServiceCards,
    .StatsBar .main,
    .PortfolioGrid .grid,
    .VideoBand .main,
    .Experience .main,
    .ExperienceCards,
    .ProcessIcons .grid,
    .StoryIntro .main,
    .Behind .main,
    .SimilarStories .grid,
    .JourneyList .row {
        grid-template-columns: 1fr
    }

    .AboutHero .wrap {
        min-height: 0
    }

    .AboutHero .media {
        height: 360px
    }

    .AboutHero .info {
        padding: 60px 6%
    }

    .AboutValues,
    .Partners,
    .Testimonials,
    .WeddingIntro,
    .WeddingHoneymoon,
    .PhotoStory,
    .ConciergeTeam,
    .FleetCards,
    .FleetServices,
    .VideoBand {
        padding: 64px 0
    }

    .FeatureMasonry {
        display: block
    }

    .FeatureMasonry .item {
        min-height: 230px;
        margin-bottom: 18px
    }

    .FleetServices .item {
        padding: 0 0 30px;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15)
    }

    .Journey .line {
        grid-template-columns: 1fr
    }

    .Journey .line::before {
        display: none
    }

    .TimelineDark .timeline::before,
    .TimelineDark .item::after {
        left: 0
    }

    .TimelineDark .item,
    .TimelineDark .item:nth-child(even) {
        width: 100%;
        margin-left: 0;
        padding: 0 0 42px 34px;
        text-align: left
    }

    .TimelineDark .item::after,
    .TimelineDark .item:nth-child(even)::after {
        right: auto;
        left: -7px
    }

    .PortfolioGrid .item {
        height: 430px
    }

    .filters {
        flex-wrap: wrap;
        gap: 14px
    }

    .PhotoStory .mosaic,
    .Moments .mosaic,
    .Moments .mosaic .bottom,
    .thumbs,
    .Behind .shots {
        grid-template-columns: 1fr
    }

    .PhotoStory .mosaic img,
    .Moments .mosaic img,
    .Moments .mosaic img:first-child,
    .SimilarStories img {
        height: auto;
        aspect-ratio: 4 / 3
    }

    .StoryHero .heroImg {
        height: 460px
    }

    .FooterTop .main {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .FooterBottom .main {
        display: block
    }

    .WeddingCta .heart {
        display: none
    }

    .bookBtn:hover,
    .btnGold:hover,
    .btnDark:hover,
    .btnLine:hover,
    .PortfolioGrid .item:hover img {
        transform: none
    }
    .sirenhunlidiv2-NR {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 1040px) {
    .FeatureMasonry .item:nth-child(4n + 3) {
      width: calc(765 * 100% / (805 + 566));
      min-height: 455px;
    }
    /* 每组第4个：566 份宽度 */
    .FeatureMasonry .item:nth-child(4n + 4) {
      width: calc(526 * 100% / (805 + 566));
      min-height: 455px;
    }
}
@media screen and (max-width: 480px) {
    .FeatureMasonry {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .FeatureMasonry .item {
        width: 90%;
        margin: 0 auto;
    }
    .FeatureMasonry .item:nth-child(4n + 1) {
      width: 90%;
      min-height: 255px;
    }
    .FeatureMasonry .item:nth-child(4n + 2) {
      width: 90%;
      min-height: 255px;
    }
    .FeatureMasonry .item:nth-child(4n + 3) {
      width: 90%;
      min-height: 255px;
    }
    .FeatureMasonry .item:nth-child(4n + 4) {
      width: 90%;
      min-height: 255px;
    }
}




