/*
 * Aadar Satkar controlled front-page upgrade
 * Keeps the approved hero/search layout while adding:
 * 1) smooth 60 FPS cross-fading hero scenes
 * 2) larger highlighted specialised-experiences cards
 * 3) safer spacing for inner-page headings
 */

/* Larger, fully visible logo — current approved navbar proportions */
.as-site-header {
    height: 96px;
}

.as-site-header.scrolled {
    height: 78px;
}

.as-navbar-shell {
    width: min(1460px, calc(100% - 56px));
    grid-template-columns: 292px 1fr auto;
    gap: 24px;
}

.as-brand img {
    width: 276px;
    height: 76px;
    object-fit: contain;
    object-position: left center;
    transition: width .25s ease, height .25s ease;
}

.as-site-header.scrolled .as-brand img {
    width: 238px;
    height: 62px;
}

.as-main-nav {
    gap: clamp(15px, 1.55vw, 25px);
}

.as-main-nav a {
    padding-top: 35px;
    padding-bottom: 30px;
}

.as-site-header.scrolled .as-main-nav a {
    padding-top: 27px;
    padding-bottom: 24px;
}

/* Keep the currently approved hero height and text position */
.as-video-hero {
    min-height: 820px;
    padding-top: 96px;
    overflow: hidden;
    background: #020a13;
}

.as-hero-media {
    position: absolute;
    inset: 0;
    z-index: -4;
    overflow: hidden;
    background: #020a13;
}

.as-hero-video-stack {
    isolation: isolate;
}

.as-hero-video-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
    opacity: 0;
    filter: saturate(.94) contrast(1.04) brightness(.80);
    transform: scale(1.018);
    transition: opacity 1.6s cubic-bezier(.45, 0, .18, 1);
    will-change: opacity;
}

.as-hero-video-slide.is-preparing {
    opacity: 0;
}

.as-hero-video-slide.is-active {
    opacity: 1;
}

.as-hero-video-slide.is-leaving {
    opacity: 0;
}

.as-video-hero::before {
    height: 240px;
}

.as-video-hero .as-hero-shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(2,10,19,.96) 0%, rgba(2,10,19,.80) 31%, rgba(2,10,19,.35) 60%, rgba(2,10,19,.12) 100%),
        linear-gradient(180deg, rgba(2,10,19,.14), rgba(2,10,19,.20) 55%, rgba(2,10,19,.72));
}

.as-video-hero .as-hero-inner {
    min-height: 690px;
    align-items: center;
}

.as-video-hero .as-hero-content {
    width: min(620px, 62%);
    padding: 128px 0 205px;
}

.as-video-hero .as-hero-subtitle {
    font-size: 1.08rem;
    letter-spacing: .035em;
}

.as-video-hero .as-enquiry-wrap {
    bottom: 28px;
}

.as-video-hero .as-contact-rail i,
.as-video-hero .as-trust-emblem i {
    color: var(--as-gold-400);
    font-size: 1.2rem;
}

.as-video-hero .as-plane {
    display: inline-grid;
    place-items: center;
    transform: rotate(-12deg);
}

/* Most important front-page section */
.as-services-premium {
    position: relative;
    z-index: 3;
    padding: 58px 0 66px;
    border-top: 1px solid rgba(215,168,63,.38);
    border-bottom: 1px solid rgba(215,168,63,.24);
    background:
        radial-gradient(circle at 50% -15%, rgba(215,168,63,.12), transparent 42%),
        linear-gradient(180deg, #061827 0%, #03111e 58%, #020b14 100%);
}

.as-services-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0 49.8%, rgba(215,168,63,.045) 50%, transparent 50.2%),
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 100% 100%, 100% 64px;
    opacity: .65;
}

.as-services-premium .as-container {
    position: relative;
    z-index: 1;
}

.as-services-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
    align-items: end;
    gap: 48px;
    margin-bottom: 30px;
}

.as-services-heading .as-eyebrow {
    margin-bottom: 8px;
}

.as-services-heading h2 {
    margin: 0;
    font-family: var(--as-serif);
    font-size: clamp(2.2rem, 3.6vw, 4rem);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
    color: #fff;
}

.as-services-heading > p {
    max-width: 470px;
    margin: 0 0 4px auto;
    color: rgba(255,255,255,.66);
    font-size: .86rem;
    line-height: 1.75;
    text-align: right;
}

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

.as-services-premium .as-experience-card {
    min-height: 0;
    display: block;
    padding: 0;
    border: 1px solid rgba(215,168,63,.35) !important;
    border-radius: 13px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.045),
        0 18px 45px rgba(0,0,0,.24);
    text-align: left;
    transform: translateZ(0);
    transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.as-services-premium .as-experience-card::before {
    content: none;
}

.as-services-premium .as-experience-card:hover,
.as-services-premium .as-experience-card:focus-visible {
    border-color: rgba(232,190,91,.9) !important;
    background: linear-gradient(180deg, rgba(215,168,63,.11), rgba(255,255,255,.025));
    box-shadow:
        0 24px 58px rgba(0,0,0,.34),
        0 0 32px rgba(215,168,63,.13),
        inset 0 1px 0 rgba(255,255,255,.075);
    transform: translateY(-7px);
}

.as-experience-image {
    position: relative;
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    background: #071726;
}

.as-experience-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 42%, rgba(2,10,19,.72) 100%),
        linear-gradient(90deg, rgba(2,10,19,.18), transparent 60%);
}

.as-experience-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.as-experience-card:hover .as-experience-image img,
.as-experience-card:focus-visible .as-experience-image img {
    transform: scale(1.075);
    filter: saturate(1.08) brightness(1.04);
}

.as-experience-image > i {
    position: absolute;
    right: 18px;
    bottom: 17px;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(232,190,91,.72);
    border-radius: 50%;
    color: #f0c65e;
    background: rgba(2,10,19,.72);
    box-shadow: 0 8px 24px rgba(0,0,0,.32);
    font-size: 1.25rem;
    backdrop-filter: blur(8px);
}

.as-experience-copy {
    min-height: 182px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 23px 20px;
}

.as-services-premium .as-experience-copy strong {
    color: #fff;
    font-family: var(--as-serif);
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.015em;
}

.as-services-premium .as-experience-copy small {
    min-height: 0;
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.62);
    font-size: .76rem;
    line-height: 1.65;
    text-align: left;
}

.as-services-premium .as-experience-copy em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 17px;
    color: #efc45b;
    font-size: .7rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .035em;
    opacity: 1;
    transform: none;
}

.as-services-premium .as-experience-copy em b {
    font-size: 1rem;
    transition: transform .25s ease;
}

.as-experience-card:hover .as-experience-copy em b {
    transform: translateX(5px);
}

/* Inner pages: titles should never sit too close to or behind the navbar */
.as-inner-hero {
    min-height: 410px;
    padding-top: 132px;
}

.as-inner-hero .as-container {
    padding-top: 34px;
}

/* Responsive adjustments */
@media (max-width: 1240px) {
    .as-navbar-shell {
        grid-template-columns: 245px 1fr auto;
        gap: 16px;
    }

    .as-brand img {
        width: 232px;
        height: 66px;
    }

    .as-main-nav {
        gap: 14px;
    }

    .as-main-nav a {
        font-size: .69rem;
    }

    .as-experience-image {
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .as-site-header,
    .as-site-header.scrolled {
        height: 78px;
    }

    .as-navbar-shell {
        grid-template-columns: 235px 1fr;
    }

    .as-brand img,
    .as-site-header.scrolled .as-brand img {
        width: 225px;
        height: 62px;
    }

    .as-video-hero {
        min-height: 900px;
        padding-top: 78px;
    }

    .as-video-hero .as-hero-inner {
        min-height: 690px;
    }

    .as-video-hero .as-hero-content {
        padding-top: 115px;
        padding-bottom: 265px;
    }

    .as-services-heading {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .as-services-heading > p {
        max-width: 620px;
        margin-left: 0;
        text-align: left;
    }

    .as-services-premium .as-experience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .as-inner-hero {
        padding-top: 118px;
    }
}

@media (max-width: 860px) {
    .as-navbar-shell {
        width: min(100% - 28px, 1180px);
    }

    .as-main-nav {
        inset: 78px 0 0;
    }

    .as-video-hero {
        min-height: 980px;
    }

    .as-video-hero .as-hero-content {
        width: 82%;
        padding-top: 100px;
        padding-bottom: 330px;
    }
}

@media (max-width: 640px) {
    .as-brand img,
    .as-site-header.scrolled .as-brand img {
        width: 205px;
        height: 56px;
    }

    .as-video-hero {
        min-height: 1120px;
    }

    .as-hero-video-slide {
        object-position: 62% center;
    }

    .as-video-hero .as-hero-content {
        width: calc(100% - 48px);
        padding-top: 82px;
        padding-bottom: 470px;
    }

    .as-services-premium {
        padding: 42px 0 48px;
    }

    .as-services-heading h2 {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .as-services-premium .as-experience-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .as-experience-image {
        height: 215px;
    }

    .as-experience-copy {
        min-height: 165px;
    }

    .as-inner-hero {
        min-height: 390px;
        padding-top: 108px;
    }

    .as-inner-hero .as-container {
        padding-top: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .as-hero-video-slide,
    .as-experience-card,
    .as-experience-image img {
        transition: none !important;
    }
}

/* ============================================================
   CONTROLLED V3: REAL FOOTAGE + HIGH-RES MEDIA + CONTACT DETAILS
   The approved hero height, hero copy position and enquiry bar
   remain unchanged.
   ============================================================ */

/* Smooth real-footage crossfade. */
.as-hero-video-slide {
    transition-duration: 1.85s;
    transition-timing-function: cubic-bezier(.42, 0, .18, 1);
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0) scale(1.012);
}

.as-hero-video-slide[data-scene="Corporate and MICE"] {
    object-position: center 48%;
}

.as-hero-video-slide[data-scene="Student Educational Tour"] {
    object-position: center 46%;
}

.as-hero-video-slide[data-scene="Destination Wedding"] {
    object-position: center 45%;
}

.as-hero-video-slide[data-scene="Music and Live Experiences"] {
    object-position: center 52%;
}

.as-hero-video-slide[data-scene="Couple Travel"] {
    object-position: center 44%;
}

/* Experience cards: keep the approved grid/card scale, but let the
   photograph carry roughly 70% of each card's visual weight. */
.as-services-premium .as-experience-card {
    display: flex;
    min-height: 414px;
    flex-direction: column;
}

.as-experience-image {
    flex: 0 0 286px;
    height: 286px;
}

.as-experience-image::after {
    background:
        linear-gradient(180deg, transparent 56%, rgba(2,10,19,.66) 100%),
        linear-gradient(90deg, rgba(2,10,19,.10), transparent 64%);
}

.as-experience-image img {
    image-rendering: auto;
    filter: saturate(1.04) contrast(1.025) brightness(1.01);
}

.as-experience-copy {
    min-height: 128px;
    flex: 1 1 auto;
    padding: 16px 21px 15px;
}

.as-services-premium .as-experience-copy strong {
    font-size: clamp(1.48rem, 1.55vw, 1.78rem);
    line-height: 1.02;
}

.as-services-premium .as-experience-copy small {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 7px;
    font-size: .72rem;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.as-services-premium .as-experience-copy em {
    padding-top: 10px;
    font-size: .7rem;
}

/* Bring life and consistent sharpness to all homepage photography. */
.as-tour-card img,
.as-fixed-card img,
.as-gallery-grid img {
    image-rendering: auto;
    filter: saturate(1.06) contrast(1.035) brightness(1.015);
}

.as-tour-card:hover img,
.as-fixed-card:hover img,
.as-gallery-grid img:hover {
    filter: saturate(1.11) contrast(1.055) brightness(1.035);
}

/* Footer contact information */
.as-contact-company {
    display: block;
    margin: 0 0 7px;
    color: #fff;
    font-family: var(--as-serif);
    font-size: .91rem;
    font-weight: 600;
    line-height: 1.15;
}

.as-contact-address {
    max-width: 255px;
    margin: 0 0 12px;
    color: rgba(255,255,255,.64);
    font-size: .62rem;
    font-style: normal;
    line-height: 1.6;
}

/* Contact Us page */
.as-contact-section {
    padding-top: 54px;
}

.as-contact-overview {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: 42px;
    align-items: start;
}

.as-contact-intro h2,
.as-department-heading h2 {
    margin: 0;
    color: #fff;
    font-family: var(--as-serif);
    font-size: clamp(2.45rem, 4vw, 4.1rem);
    font-weight: 600;
    line-height: .98;
}

.as-contact-lead {
    max-width: 620px;
    margin: 14px 0 25px;
    color: rgba(255,255,255,.65);
    font-size: .83rem;
    line-height: 1.75;
}

.as-office-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.as-office-card,
.as-department-card {
    border: 1px solid rgba(215,168,63,.27);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 14px 34px rgba(0,0,0,.15);
}

.as-office-card {
    min-height: 178px;
    padding: 21px;
}

.as-office-card i,
.as-department-card i {
    color: var(--as-gold-400);
    font-size: 1.18rem;
}

.as-office-card strong {
    display: block;
    margin: 11px 0 7px;
    color: #fff;
    font-family: var(--as-serif);
    font-size: 1.25rem;
}

.as-office-card address {
    margin: 0;
    color: rgba(255,255,255,.63);
    font-size: .72rem;
    font-style: normal;
    line-height: 1.65;
}

.as-contact-direct {
    display: grid;
    gap: 8px;
    margin-top: 17px;
}

.as-contact-direct a {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.78);
    font-size: .76rem;
}

.as-contact-direct a:hover {
    color: var(--as-gold-400);
}

.as-contact-direct i {
    width: 19px;
    color: var(--as-gold-400);
}

.as-contact-overview .as-contact-form {
    position: sticky;
    top: 108px;
    padding: 28px;
    border-color: rgba(215,168,63,.30);
    background:
        radial-gradient(circle at 100% 0, rgba(215,168,63,.09), transparent 42%),
        rgba(255,255,255,.026);
}

.as-contact-overview .as-contact-form::before {
    content: "Plan Your Journey";
    grid-column: 1 / -1;
    margin-bottom: 3px;
    color: #fff;
    font-family: var(--as-serif);
    font-size: 2rem;
    font-weight: 600;
}

.as-department-section {
    margin-top: 56px;
    padding-top: 48px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.as-department-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 22px;
}

.as-department-heading p {
    max-width: 520px;
    margin: 0;
    color: rgba(255,255,255,.60);
    font-size: .78rem;
    line-height: 1.7;
    text-align: right;
}

.as-department-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.as-department-card {
    min-height: 145px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.as-department-card:hover {
    transform: translateY(-4px);
    border-color: rgba(232,190,91,.66);
    box-shadow: 0 18px 38px rgba(0,0,0,.25), 0 0 22px rgba(215,168,63,.08);
}

.as-department-card strong {
    margin: 13px 0 8px;
    color: #fff;
    font-family: var(--as-serif);
    font-size: 1.18rem;
    line-height: 1.05;
}

.as-department-card a {
    margin-top: auto;
    color: var(--as-gold-400);
    font-size: .72rem;
    font-weight: 700;
}

@media (max-width: 1240px) {
    .as-services-premium .as-experience-card {
        min-height: 392px;
    }

    .as-experience-image {
        flex-basis: 268px;
        height: 268px;
    }

    .as-experience-copy {
        min-height: 124px;
    }

    .as-department-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .as-services-premium .as-experience-card {
        min-height: 402px;
    }

    .as-experience-image {
        flex-basis: 276px;
        height: 276px;
    }

    .as-contact-overview {
        grid-template-columns: 1fr;
    }

    .as-contact-overview .as-contact-form {
        position: static;
    }
}

@media (max-width: 760px) {
    .as-office-grid,
    .as-department-grid {
        grid-template-columns: 1fr 1fr;
    }

    .as-department-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .as-department-heading p {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .as-services-premium .as-experience-card {
        min-height: 378px;
    }

    .as-experience-image {
        flex-basis: 255px;
        height: 255px;
    }

    .as-experience-copy {
        min-height: 123px;
        padding: 15px 18px 14px;
    }

    .as-services-premium .as-experience-copy strong {
        font-size: 1.55rem;
    }

    .as-office-grid,
    .as-department-grid {
        grid-template-columns: 1fr;
    }

    .as-contact-overview .as-contact-form {
        padding: 20px;
    }
}

/* =========================================================
   BRAND FILM HERO — scene-specific copy, photos and finale
   ========================================================= */
.as-brand-film-hero .as-hero-content {
    position: relative;
    z-index: 5;
}

.as-film-content .as-eyebrow,
.as-film-content h1,
.as-film-content .as-hero-subtitle {
    text-shadow: 0 7px 28px rgba(0,0,0,.48);
}

.as-film-content h1 {
    max-width: 690px;
    font-size: clamp(3.2rem, 5.15vw, 6rem);
    line-height: .92;
}

.as-film-content .as-hero-subtitle {
    max-width: 640px;
    margin-top: 20px;
    color: rgba(255,255,255,.86);
    font-size: clamp(.96rem, 1.35vw, 1.2rem);
    line-height: 1.6;
    letter-spacing: .02em;
}

.as-film-content.is-scene-entering .as-eyebrow {
    animation: asFilmCopyIn .75s ease both;
}

.as-film-content.is-scene-entering h1 {
    animation: asFilmCopyIn .9s .08s ease both;
}

.as-film-content.is-scene-entering .as-hero-subtitle {
    animation: asFilmCopyIn .9s .18s ease both;
}

.as-film-photo-stage {
    position: absolute;
    z-index: 1;
    top: 166px;
    right: clamp(72px, 7vw, 138px);
    width: min(39vw, 610px);
    height: 470px;
    pointer-events: none;
}

.as-film-photo {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(236,190,84,.72);
    border-radius: 18px;
    background: #071522;
    box-shadow: 0 28px 70px rgba(0,0,0,.45), 0 0 0 6px rgba(2,10,19,.28);
    opacity: 0;
}

.as-film-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(2,10,19,.52));
}

.as-film-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.as-film-photo-one {
    top: 0;
    right: 4%;
    width: 70%;
    height: 61%;
    transform: rotate(1.4deg) translateY(16px) scale(.97);
}

.as-film-photo-two {
    right: 25%;
    bottom: 1%;
    width: 58%;
    height: 49%;
    transform: rotate(-2deg) translateY(18px) scale(.97);
}

.as-film-photo-stage.is-scene-entering .as-film-photo-one {
    animation: asFilmPhotoOne 5.15s ease both;
}

.as-film-photo-stage.is-scene-entering .as-film-photo-two {
    animation: asFilmPhotoTwo 5.15s ease both;
}

.as-film-finale {
    position: absolute;
    z-index: 8;
    inset: 96px 0 138px;
    display: grid;
    place-items: center;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    background: radial-gradient(circle at center, rgba(13,37,58,.52), rgba(2,10,19,.18) 52%, transparent 75%);
    transition: opacity .8s ease, visibility .8s ease;
}

.as-film-finale-copy {
    display: grid;
    justify-items: center;
    text-align: center;
}

.as-film-join,
.as-film-beyond {
    margin: 0;
    color: #fff;
    text-shadow: 0 8px 32px rgba(0,0,0,.68);
    opacity: 0;
}

.as-film-join {
    font-family: var(--as-serif);
    font-size: clamp(3.3rem, 6vw, 7rem);
    font-weight: 600;
    line-height: .92;
}

.as-film-beyond {
    margin-top: 15px;
    color: #efc55d;
    font-size: clamp(1.1rem, 2vw, 2rem);
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.as-film-final-logo {
    width: min(580px, 64vw);
    max-height: 220px;
    margin-top: 12px;
    object-fit: contain;
    opacity: 0;
    filter: drop-shadow(0 20px 38px rgba(0,0,0,.52));
}

.as-brand-film-hero.is-brand-finale .as-film-finale {
    visibility: visible;
    opacity: 1;
}

.as-brand-film-hero.is-brand-finale .as-film-join {
    animation: asFinalJoin 6.1s ease both;
}

.as-brand-film-hero.is-brand-finale .as-film-beyond {
    animation: asFinalBeyond 6.1s ease both;
}

.as-brand-film-hero.is-brand-finale .as-film-final-logo {
    animation: asFinalLogo 6.1s ease both;
}

.as-brand-film-hero.is-brand-finale .as-film-content,
.as-brand-film-hero.is-brand-finale .as-film-photo-stage {
    opacity: 0;
    visibility: hidden;
    transition: opacity .55s ease, visibility .55s ease;
}

.as-brand-film-hero.is-brand-finale .as-hero-video-slide.is-active {
    filter: saturate(.55) contrast(1.06) brightness(.3) blur(1px);
    transform: scale(1.035);
}

@keyframes asFilmCopyIn {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes asFilmPhotoOne {
    0%, 5% { opacity: 0; transform: rotate(1.4deg) translateY(22px) scale(.965); }
    18%, 58% { opacity: .96; transform: rotate(1.4deg) translateY(0) scale(1); }
    82%, 100% { opacity: 0; transform: rotate(1.4deg) translateY(-12px) scale(1.015); }
}

@keyframes asFilmPhotoTwo {
    0%, 28% { opacity: 0; transform: rotate(-2deg) translateY(24px) scale(.965); }
    43%, 82% { opacity: .94; transform: rotate(-2deg) translateY(0) scale(1); }
    100% { opacity: 0; transform: rotate(-2deg) translateY(-10px) scale(1.012); }
}

@keyframes asFinalJoin {
    0%, 7% { opacity: 0; transform: translateY(20px); }
    18%, 38% { opacity: 1; transform: translateY(0); }
    48%, 100% { opacity: 0; transform: translateY(-14px); }
}

@keyframes asFinalBeyond {
    0%, 27% { opacity: 0; transform: translateY(18px); }
    40%, 58% { opacity: 1; transform: translateY(0); }
    68%, 100% { opacity: 0; transform: translateY(-12px); }
}

@keyframes asFinalLogo {
    0%, 54% { opacity: 0; transform: scale(.9); }
    68%, 100% { opacity: 1; transform: scale(1); }
}

/* =========================================================
   APPROVED PREMIUM EXPERIENCE CARD TREATMENT
   ========================================================= */
.as-services-premium .as-experience-grid {
    gap: 28px;
    align-items: stretch;
}

.as-services-premium .as-experience-card {
    width: 100%;
    max-width: 390px;
    min-height: 610px;
    margin-inline: auto;
    border: 1px solid rgba(218,169,55,.78) !important;
    border-radius: 21px;
    background: linear-gradient(180deg, #191c1a 0%, #111411 100%);
    box-shadow: 0 18px 42px rgba(0,0,0,.38), 0 5px 13px rgba(205,154,42,.14);
    text-align: center;
}

.as-services-premium .as-experience-card:hover,
.as-services-premium .as-experience-card:focus-visible {
    transform: translateY(-8px);
    border-color: #e4b84f !important;
    background: linear-gradient(180deg, #1c201d 0%, #121512 100%);
    box-shadow: 0 28px 62px rgba(0,0,0,.48), 0 0 34px rgba(218,169,55,.16);
}

.as-services-premium .as-experience-image {
    height: 375px;
    border-radius: 20px 20px 0 0;
    background: #0a1218;
}

.as-services-premium .as-experience-image::after {
    background: linear-gradient(180deg, transparent 56%, rgba(7,12,10,.52) 100%);
}

.as-services-premium .as-experience-image img {
    object-position: center;
}

.as-services-premium .as-experience-image > i {
    right: 50%;
    bottom: 0;
    width: 80px;
    height: 80px;
    transform: translate(50%, 50%);
    border: 2px solid #d9a82f;
    color: #d9a82f;
    background: #151916;
    box-shadow: 0 8px 24px rgba(0,0,0,.4), inset 0 0 0 5px rgba(217,168,47,.035);
    font-size: 2rem;
}

.as-services-premium .as-experience-copy {
    min-height: 235px;
    align-items: center;
    padding: 54px 28px 26px;
    text-align: center;
}

.as-services-premium .as-experience-copy strong {
    color: #fff8e8;
    font-size: clamp(1.75rem, 2vw, 2.15rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.015em;
    text-transform: uppercase;
}

.as-services-premium .as-experience-copy small {
    max-width: 310px;
    margin-top: 16px;
    color: rgba(255,255,255,.88);
    font-size: .95rem;
    line-height: 1.55;
    text-align: center;
}

.as-services-premium .as-experience-copy em {
    min-width: 195px;
    justify-content: center;
    margin-top: auto;
    padding: 13px 24px;
    border: 1px solid rgba(243,197,83,.6);
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(180deg, #d7a534, #9c6c17);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 8px 18px rgba(0,0,0,.25);
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: 0;
}

.as-services-premium .as-experience-card:hover .as-experience-copy em,
.as-services-premium .as-experience-card:focus-visible .as-experience-copy em {
    background: linear-gradient(180deg, #e5b84b, #a9761c);
}

@media (max-width: 1180px) {
    .as-film-photo-stage {
        right: 58px;
        width: 40vw;
    }

    .as-film-content h1 {
        font-size: clamp(3rem, 5vw, 5rem);
    }
}

@media (max-width: 991px) {
    .as-services-premium .as-experience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .as-film-photo-stage {
        top: 155px;
        right: 26px;
        width: 42vw;
        height: 390px;
        opacity: .78;
    }

    .as-film-content h1 {
        max-width: 560px;
    }
}

@media (max-width: 767px) {
    .as-services-premium .as-experience-grid {
        grid-template-columns: 1fr;
    }

    .as-services-premium .as-experience-card {
        max-width: 410px;
        min-height: 0;
    }

    .as-services-premium .as-experience-image {
        height: 350px;
    }

    .as-film-photo-stage {
        top: 128px;
        right: 10px;
        width: 47vw;
        height: 260px;
        opacity: .44;
    }

    .as-film-photo-two {
        display: none;
    }

    .as-film-photo-one {
        width: 92%;
        height: 78%;
    }

    .as-film-content h1 {
        max-width: 92%;
        font-size: clamp(2.65rem, 12.5vw, 4.25rem);
    }

    .as-film-content .as-hero-subtitle {
        max-width: 88%;
        font-size: .92rem;
    }

    .as-film-finale {
        inset: 80px 0 155px;
    }

    .as-film-final-logo {
        width: 82vw;
    }
}

@media (prefers-reduced-motion: reduce) {
    .as-film-content.is-scene-entering *,
    .as-film-photo-stage.is-scene-entering .as-film-photo,
    .as-brand-film-hero.is-brand-finale .as-film-join,
    .as-brand-film-hero.is-brand-finale .as-film-beyond,
    .as-brand-film-hero.is-brand-finale .as-film-final-logo {
        animation: none !important;
    }
}
