@media only screen and (min-width: 735px){
    .section-in-the-car .section-scenario-intro .typography-section-headline{
        line-height: .8423076923;
    }

    .section-in-the-car .grid .copy-container{
        margin-top: 50px;
    }
}

.inline_nowrap{
    display: inline;
    white-space: nowrap;
}

.section-scenario .scenario-tile.in-the-kitchen-tile{
    max-height: 400px;
}

@media only screen and (max-width: 1068px){
     .section-scenario .scenario-tile.in-the-kitchen-tile{
        max-height: 285px;
        min-height: 285px;
    }
}

@media only screen and (max-width: 734px){
    .section-scenario .scenario-tile.in-the-kitchen-tile.large-span-12{
        display: grid;
        justify-content: unset;
        align-items: unset;
    }
    .section-scenario .scenario-tile.in-the-kitchen-tile.large-span-12 .tile-image{
        padding-right: 0;
    }

    .section-scenario .scenario-tile.in-the-kitchen-tile{
        min-height:420px;
        max-height: auto;
    }
}




.overview-car-tile-2 {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 424px;
    --p-height:84px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-car-tile-2 {
        --p-width: 306px;
        --p-height:61px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-car-tile-2 {
        --p-width: 251px;
        --p-height:51px
    }
}


/*保障隐私宽度调整*/
.section-digital-assistant .section-content .callout-copy {
    max-width: 50.25ch;
    margin-bottom: 30px;
}



/*ArtCD start*/
.section-working-out .headline, .section-in-the-kitchen .headline{
    margin-left: -10px;
}

@media only screen and (max-width: 734px) {
    .section-working-out .headline, .section-in-the-kitchen .headline{
        margin-left: -5px;
    }
}

/*ArtCD end*/


.section-on-the-go .headline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: linear-gradient(45deg,#224D88 32%,#935893 60%,#E896B8 80%);
    padding: 20px 0 55px;
}

.section-hero-copy {
    max-width: 845px;
}
@media only screen and (max-width:1068px) {
    .section-hero-copy {
        max-width: 635px;
    }
}


/*  Hero Section responsibility line break  */
@media only screen and (max-width:734px) {
    .section-hero-copy {
        max-width: 450px;
    }
}

@media only screen and (min-width: 440px) {
    .span1,.span2,.span3,.span4 {
        display: inline-flex;
    }
    .span1 { 
        margin-left: .6em;
    }
    .span2 {}
    .span2::after {
        content: " ";
        white-space: pre;
    }
    .span3 {margin-left: .6em;}
    .span3::before {
        content: "\A";
        white-space: pre;
    }
    .span4 {}
}
@media only screen and (max-width: 439px) {
    .span2::before {
        content: "\A";
        white-space: pre;
    }
    .span3 {}
    .span3::after {
        content: "\A";
        white-space: pre;
    }
    .span4 {margin-left: .6em;}
}

.section-apple-intelligence .headline {
    margin-left: -5px;
}