/* icon align */
.icon-wrapper .icon,
.icon-wrapper .icon-after:after,
.icon-wrapper .icon-before:before,
.icon-wrapper .more:not(.icon-before):after {
    position: relative;
    top: -0.06em
}

/*hero*/
@media only screen and (min-width: 735px){
    .section-in-the-car .grid .copy-container{
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1069px) {
    .section-apple-intelligence .section-copy {
        max-width:535px
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .section-apple-intelligence .section-copy {
        max-width:366px
    }
}

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


.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;
    }
}

/*hero*/

.section-hero-images .column{
    position: absolute;
}

.section-hero-images{
    margin-bottom: 0px;
}

.overview-hero-homepod-mini {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 770px;
    --p-height:631px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-hero-homepod-mini {
        --p-width: 483px;
        --p-height:393px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-hero-homepod-mini {
        --p-width: 290px;
        --p-height: 235px;
    }
}


.section-hero-images {
    margin-top: 100px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .section-hero-images {
         margin-top: 100px;
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .section-hero-images {
       margin-top: 100px;
    }
}

.section-hero-copy{
    margin-top: 138px;
    padding-top: 0px;
}


@media only screen and (max-width: 1068px) {
    .section-hero-copy{
        margin-top: -79px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero-copy{
         margin-top: 45px;
         padding-top: 0px;
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero-images {
        min-height:630px;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero-images {
        min-height: 360px;
        height: auto;
    }
}

.section-hero-images picture{
    margin-top: -48px;
}

.section-hero .siri {
    width: 755px;
    height: 428px;
    margin-left: -10px;
    z-index: 10;
    background: linear-gradient(121deg,#FE0576 24%,#EA12B6 40%,#38CBFF 60%);
    background-size: 300% 100%;
    animation: gradient 3s cubic-bezier(0.33,1,0.68,1) forwards;
}

@media only screen and (max-width: 1068px) {
    .section-hero .siri {
    width: 472px;
    height: 287px;
    margin-left: -10px;
    z-index: 10;
    background: linear-gradient(121deg,#FE0576 24%,#EA12B6 40%,#38CBFF 60%);
    background-size: 300% 100%;
    animation: gradient 3s cubic-bezier(0.33,1,0.68,1) forwards;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .siri {
    width: 288px;
    height: 194px;
    margin-left: -10px;
    z-index: 10;
    background: linear-gradient(121deg,#FE0576 24%,#EA12B6 40%,#38CBFF 60%);
    background-size: 300% 100%;
    animation: gradient 3s cubic-bezier(0.33,1,0.68,1) forwards;
    }
}

.section-hero-images .homepod-update {
    mix-blend-mode: normal;
    z-index: 10;
    position: relative;
    margin-bottom: var(--homepod-bottom);
    transform: scale(1.3) translateY(50%);
}

.section-hero {
    --homepod-bottom: -245px;
    overflow: hidden;
    position: relative;
    padding-bottom: 125px;
    margin-bottom: -177px;
}

@media only screen and (max-width:1068px) {
    .section-hero {
        padding-bottom: 164px;
        margin-bottom: -170px;
    }
}

@media only screen and (max-width:734px) {
    .section-hero {
        padding-bottom: 150px;
        margin-bottom: -170px;
    }
}
/*hero end*/

/* line-heigt */
.section-in-the-car .headline,
.section-on-the-go .headline,
.section-working-out .headline,
.section-winding-down .headline,
.section-apple-intelligence .headline{
    line-height: 0.94;
}

/* icon nowrap */
@media only screen and (max-width: 1068px) {
    .router.theme-dark.shortcuts .typography-intro .icon-wrapper,
    .router.theme-dark.sirikit .typography-intro .icon-wrapper{
        width: 100%;
        white-space: nowrap;
    }
}

.section-digital-assistant .section-content .callout-cta{
    white-space: nowrap;
}

.xsmall{
    display: none;
}

.xxsmall{
    display: none;
}

@media only screen and (max-width: 460px){
    .xsmall{
        display: block;
    }
}

@media only screen and (max-width: 366px) {
    .xsmall{
        display: none;
    }
}

@media only screen and (max-width: 366px) {
    .xxsmall{
        display: block;
    }
}


@media only screen and (max-width: 734px) {
    .section-in-the-car .headline,
    .section-on-the-go .headline,
    .section-working-out .headline,
    .section-winding-down .headline,
    .section-apple-intelligence .headline {
        line-height: 0.98;
    }
}

.typography-digital-assistant-copy{
    line-height: 1.25714285 !important;
}

@media only screen and (max-width: 1068px) {
    .typography-digital-assistant-copy{
        line-height: 1.25714285 !important;
    }
}

@media only screen and (max-width: 734px) {
    .typography-digital-assistant-copy{
        line-height: 1.35890052 !important;
    }
}

/* br */
.small-330 {
    display: none;
}

@media only screen and (min-width: 330px) and (max-width: 734px) {
    .small-330 {
        display: block;
    }
}

.xsmall-hide {
    display: hide;
}

@media only screen and  (max-width: 393px) {
    .xsmall-hide {
        display: none;
    }
}

/* setcion-on-the-go */
.section-on-the-go .image-wrapper-sticky picture {
    margin-top: -75px;
}
@media only screen and (max-width: 1068px) {
    .section-on-the-go .image-wrapper-sticky picture {
        margin-top: -64px;
    }
}

.section-on-the-go .secondary-image {
    right: 21%;
    top: 40%;
}

@media only screen and (max-width: 1068px) {
    .section-on-the-go .secondary-image {
        right: 18%;
        top: 32%;
    }
}

@media only screen and (max-width: 734px) {
    .section-on-the-go .secondary-image {
        right: 11%;
        top: 30%;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px){
    .section-scenario .align-hw-left .copy-container {
        margin-top: 83px;
    }
}


/* section-in-the-car */
.section-in-the-car .grid .copy-container {
    padding-right: 0;
    grid-column-start: 8;
}

@media only screen and (max-width: 734px) {
    .section-scenario .align-hw-left .copy-container {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1700px) {
    .section-in-the-car .section-scenario-intro {
        bottom: 38px;
    }
}

@media only screen and (max-width: 1068px) {

    .section-in-the-car .section-scenario-intro {
        bottom: 0;
    }

}

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

@media only screen and (max-width: 1068px) {
    .section-in-the-car .grid .copy-container {
        --y-offset: 0;
        margin-top: -105px;
        margin-left:-20px
    }
}

@media only screen and (max-width: 734px) {
    .section-in-the-car .grid .copy-container {
        margin-top: 30px;
        margin-left: 0;
    }
}

/* section-working-out */
@media only screen and (min-width: 1201px) {
    .section-scenario.section-working-out .grid-main .image-wrapper-sticky picture {
        padding-top: 75px;
        top: calc(40vh - 75px);
    }
}

@media only screen and (min-width: 1069px) and (max-width: 1200px) {
    .section-scenario.section-working-out .grid-main .image-wrapper-sticky picture {
        padding-top: 90px;
        top: calc(40vh - 90px);
    }
}

@media only screen and (min-width: 1069px) and (max-width: 1200px) and (orientation:portrait) {
    .section-scenario.section-working-out .grid-main .image-wrapper-sticky picture {
        top: calc(60vh - 90px);
    }
}

@media only screen and (max-width: 1068px) {
    .section-working-out .image-wrapper-sticky picture {
        padding-right: 29px;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px){
    .section-scenario.section-working-out .grid-main .image-wrapper-sticky picture {
        margin-top: -80px;
    }
}

@media only screen and (max-width: 734px) {
    .section-scenario .grid-main .image-wrapper-sticky picture {
        margin-top: inherit;
    }
}

/* winding down (homepod) */
@media only screen and (min-width: 1069px){
    .overview-winding-down-homepod {
        --p-width: 293px;
        --p-height: 830px
    }
    .section-winding-down .image-wrapper-sticky picture {
        padding-right: 120px;
        margin-top: -155px;
    }
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-winding-down-homepod {
        --p-width: 219px;
        --p-height: 618px
    }

    .section-winding-down .image-wrapper-sticky picture {
        padding-right: 95px;
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-winding-down-homepod {
        --p-width: 178px;
        --p-height: 400px
    }
}

@media only screen and (orientation:portrait) {
    .section-scenario.section-winding-down .grid-main .image-wrapper-sticky picture {
        top: 40vh;
    }
}

/* privacy layout */
.section-digital-assistant .section-content .callout-title{
    max-width: 100%;
}

.section-digital-assistant .section-content .callout-copy{
    max-width: 860px;
}

@media only screen and (max-width: 1068px){
    .section-digital-assistant .section-content .callout-copy{
        max-width: 576px;
    }
}

@media only screen and (max-width: 734px){
    .section-digital-assistant .section-content .callout-copy{
        max-width: unset;
    }
}

/* on the go small gradient fix */
@media only screen and (max-width: 734px) {
    .section-on-the-go .gradient-bg {
        background-size: 100% 76.5%;
    }

    .section-winding-down .gradient-bg {
        background-size: 100% 84%;
    }
}

/* landscape hero device copy covering fix */
@media only screen and (max-height:415px)and (max-width:1068px) {
    .section-hero picture img {
        transform: scale(1);
    }
}

/* router middle tile image not crop */
.section-routers .router-container .router.shortcuts {
    overflow: hidden;
}
