/* ============================================================
   AURA BOULEVARD — Landing Page
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;800&display=swap');

#aura-page {
    --aura-deep: #0E3540;
    --aura-deeper: #0A2832;
    --aura-night: #061d27;
    --aura-teal: #4F8F89;
    --aura-teal-light: #6FAFAA;
    --aura-cream: #F6F4F2;
    --aura-line: rgba(255, 255, 255, 0.12);
    --aura-line-dark: rgba(14, 53, 64, 0.12);

    --font-serif: 'Cormorant Garamond', 'PT Serif', Georgia, serif;
    --font-sans: 'Inter', 'Montserrat', system-ui, sans-serif;

    color: var(--aura-deep);
    font-family: var(--font-sans);
    font-weight: 300;
    line-height: 1.6;
    background: #fff;
    overflow-x: hidden;
}

#aura-page * {
    box-sizing: border-box;
}

#aura-page h1,
#aura-page h2,
#aura-page h3 {
    font-family: var(--font-sans);
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

#aura-page p {
    margin: 0;
}

#aura-page ul,
#aura-page ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

#aura-page a {
    color: inherit;
    text-decoration: none;
}

#aura-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Shared section helpers */
#aura-page .inwrap {
    width: 92%;
    max-width: 75em;
    margin: 0 auto;
}

#aura-page .kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.8em;
    font-family: var(--font-sans);
    font-size: 0.72em;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--aura-teal);
    margin-bottom: 1.5em;
}

#aura-page .kicker::before {
    content: '';
    width: 1.8em;
    height: 1px;
    background: currentColor;
}

#aura-page .kicker.light {
    color: var(--aura-teal-light);
}

#aura-page .section-title {
    font-size: clamp(2em, 4vw, 3.4em);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--aura-deep);
    margin-bottom: 0.4em;
}

#aura-page .section-title span {
    font-family: var(--font-serif);
    font-weight: 400;
    font-style: italic;
    color: var(--aura-teal);
}

#aura-page .section-title.light {
    color: #fff;
}

#aura-page .section-title.light span {
    color: var(--aura-teal-light);
}

#aura-page .intro-lead,
#aura-page .overview-lead {
    font-size: clamp(1em, 1.2vw, 1.15em);
    font-weight: 300;
    line-height: 1.8;
    max-width: 42em;
    margin: 1.2em 0 0;
    color: rgba(14, 53, 64, 0.75);
}

#aura-page .overview-lead {
    color: rgba(255, 255, 255, 0.78);
}

/* Buttons */
#aura-page .btn-primary {
    display: inline-block;
    padding: 1.1em 2.4em;
    background: var(--aura-deep);
    color: #fff;
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border: 1px solid var(--aura-deep);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

#aura-page .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--aura-teal);
    transition: left 0.4s ease;
    z-index: -1;
}

#aura-page .btn-primary:hover::before {
    left: 0;
}

#aura-page .btn-primary:hover {
    border-color: var(--aura-teal);
    color: #fff;
}

#aura-page .btn-primary.alt {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

#aura-page .btn-primary.alt:hover {
    background: #fff;
    color: var(--aura-deep);
}

#aura-page .btn-primary.alt:hover::before {
    display: none;
}

#aura-page .btn-ghost {
    display: inline-block;
    padding: 1.1em 2.4em;
    background: transparent;
    color: #fff;
    font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.35s ease;
}

#aura-page .btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
}

/* ============================================================
   HERO
   ============================================================ */
#aura-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--aura-night);
}

#aura-hero .video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

#aura-hero .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

#aura-hero .overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.75) 100%),
        linear-gradient(180deg, rgba(6, 29, 39, 0.35) 0%, rgba(6, 29, 39, 0.1) 30%, rgba(6, 29, 39, 0.7) 100%);
}

#aura-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 6em 1.5em 4em;
    max-width: 60em;
    width: 100%;
}

#aura-hero .brand {
    margin-bottom: 2.5em;
}

#aura-hero .brand-label {
    font-size: 0.7em;
    font-weight: 500;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.6em;
    opacity: 0;
    transform: translateY(-1em);
    animation: aura-fade-down 1.2s ease 0.4s forwards;
}

#aura-hero .aura-wordmark {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(5em, 16vw, 12em);
    line-height: 0.9;
    letter-spacing: 0.04em;
    margin: 0;
    color: #fff;
    text-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.92);
    animation: aura-zoom-in 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

#aura-hero .boulevard-label {
    font-size: clamp(0.9em, 1.8vw, 1.4em);
    font-weight: 500;
    letter-spacing: 0.85em;
    text-transform: uppercase;
    text-indent: 0.85em;
    color: #fff;
    margin-top: 0.5em;
    opacity: 0;
    animation: aura-fade-up 1.2s ease 1.2s forwards;
}

#aura-hero .hero-tagline {
    font-family: var(--font-serif);
    font-weight: 300;
    font-style: italic;
    font-size: clamp(1.3em, 2.6vw, 2em);
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 auto 2.5em;
    max-width: 32em;
    opacity: 0;
    transform: translateY(1.5em);
    animation: aura-fade-up 1.4s ease 1.6s forwards;
}

#aura-hero .hero-cta {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(1.5em);
    animation: aura-fade-up 1.4s ease 2s forwards;
}

@media (min-width: 35em) {
    #aura-hero .hero-cta {
        flex-direction: row;
        gap: 1.2em;
    }
}

#aura-hero .hero-cta .btn-primary {
    background: #fff;
    color: var(--aura-deep);
    border-color: #fff;
}

#aura-hero .hero-cta .btn-primary::before {
    background: var(--aura-teal);
}

#aura-hero .hero-cta .btn-primary:hover {
    color: #fff;
    border-color: var(--aura-teal);
}

#aura-hero .scroll-indicator {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7em;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.7em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0;
    animation: aura-fade-up 1.2s ease 2.5s forwards;
}

#aura-hero .scroll-indicator:hover {
    color: #fff;
}

#aura-hero .scroll-indicator .mouse {
    width: 1.6em;
    height: 2.7em;
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    border-radius: 1em;
    position: relative;
}

#aura-hero .scroll-indicator .wheel {
    width: 3px;
    height: 0.6em;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 0.5em;
    transform: translateX(-50%);
    animation: aura-scroll-wheel 1.8s ease-in-out infinite;
}

/* ============================================================
   INTRO
   ============================================================ */
#aura-intro {
    background: var(--aura-cream);
    padding: 7em 0 6em;
    text-align: center;
}

@media (min-width: 64em) {
    #aura-intro {
        padding: 9em 0 8em;
    }
}

#aura-intro .kicker {
    margin-left: auto;
    margin-right: auto;
}

#aura-intro .kicker::after {
    content: '';
    width: 1.8em;
    height: 1px;
    background: currentColor;
}

#aura-intro .intro-lead {
    margin: 1.5em auto 4em;
    text-align: center;
}

#aura-intro .stats {
    display: flex;
    flex-direction: column;
    gap: 3em;
    align-items: center;
    justify-content: center;
    max-width: 56em;
    margin: 0 auto;
}

@media (min-width: 48em) {
    #aura-intro .stats {
        flex-direction: row;
        gap: 2em;
    }
}

#aura-intro .stat {
    text-align: center;
    flex: 1;
}

#aura-intro .stat .number {
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(3em, 6vw, 4.5em);
    line-height: 1;
    color: var(--aura-deep);
    letter-spacing: -0.02em;
}

#aura-intro .stat .number .suffix {
    font-size: 0.5em;
    font-weight: 400;
    margin-left: 0.1em;
    color: var(--aura-teal);
    letter-spacing: 0;
}

#aura-intro .stat .label {
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(14, 53, 64, 0.65);
    margin-top: 1em;
    line-height: 1.6;
}

#aura-intro .divider {
    display: none;
    width: 1px;
    height: 4em;
    background: var(--aura-line-dark);
}

@media (min-width: 48em) {
    #aura-intro .divider {
        display: block;
    }
}

/* ============================================================
   OVERVIEW
   ============================================================ */
#aura-overview {
    position: relative;
    background: var(--aura-deep);
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media (min-width: 64em) {
    #aura-overview {
        flex-direction: row;
        min-height: 90vh;
    }
}

#aura-overview .overview-media {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 22em;
    overflow: hidden;
}

@media (min-width: 64em) {
    #aura-overview .overview-media {
        width: 55%;
        height: auto;
    }
}

#aura-overview .overview-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aura-overview .media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(14, 53, 64, 0.25) 0%, rgba(14, 53, 64, 0.6) 100%);
}

#aura-overview .overview-content {
    padding: 4em 1.5em;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 64em) {
    #aura-overview .overview-content {
        width: 45%;
        padding: 6em 5em;
    }
}

#aura-overview .overview-features {
    margin-top: 3em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 1.5em;
    border-top: 1px solid var(--aura-line);
    padding-top: 2.5em;
}

#aura-overview .overview-features li {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
}

#aura-overview .overview-features .num {
    font-family: var(--font-serif);
    font-size: 2.4em;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

#aura-overview .overview-features .txt {
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

/* ============================================================
   WHY AURA
   ============================================================ */
#aura-why {
    background: #fff;
    padding: 7em 0 6em;
}

@media (min-width: 64em) {
    #aura-why {
        padding: 9em 0 8em;
    }
}

#aura-why .section-title {
    margin-bottom: 1.5em;
}

#aura-why .why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
    margin-top: 3em;
}

@media (min-width: 40em) {
    #aura-why .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2em;
    }
}

@media (min-width: 72em) {
    #aura-why .why-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

#aura-why .why-card {
    padding: 2.5em 1.8em;
    background: var(--aura-cream);
    border: 1px solid transparent;
    transition: all 0.4s ease;
    position: relative;
}

#aura-why .why-card:hover {
    background: #fff;
    border-color: var(--aura-teal);
    transform: translateY(-0.4em);
    box-shadow: 0 1.5em 3em rgba(14, 53, 64, 0.08);
}

#aura-why .why-icon {
    width: 3.2em;
    height: 3.2em;
    border-radius: 50%;
    background: var(--aura-deep);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5em;
    transition: all 0.4s ease;
}

#aura-why .why-card:hover .why-icon {
    background: var(--aura-teal);
    transform: scale(1.05);
}

#aura-why .why-icon svg {
    width: 1.5em;
    height: 1.5em;
}

#aura-why .why-card h3 {
    font-size: 1.15em;
    font-weight: 700;
    color: var(--aura-deep);
    margin-bottom: 0.6em;
}

#aura-why .why-card p {
    font-size: 0.92em;
    line-height: 1.7;
    color: rgba(14, 53, 64, 0.7);
    font-weight: 300;
}

/* ============================================================
   LOCATION
   ============================================================ */
#aura-location {
    background: var(--aura-cream);
    padding: 7em 0 6em;
}

@media (min-width: 64em) {
    #aura-location {
        padding: 9em 0 8em;
    }
}

#aura-location .section-title {
    margin-bottom: 0.8em;
}

#aura-location .location-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
    align-items: start;
    margin-top: 3em;
}

@media (min-width: 64em) {
    #aura-location .location-grid {
        grid-template-columns: 0.8fr 1.2fr;
        gap: 5em;
    }
}

#aura-location .loc-text p {
    font-size: 1.05em;
    line-height: 1.85;
    font-weight: 300;
    color: rgba(14, 53, 64, 0.78);
}

#aura-location .map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7em;
    margin-top: 2em;
    color: var(--aura-teal);
    font-size: 0.82em;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    transition: gap 0.3s ease;
}

#aura-location .map-link:hover {
    gap: 1.2em;
    color: var(--aura-deep);
}

#aura-location .map-link svg {
    width: 1em;
    height: 1em;
}

#aura-location .distances {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
    border: 1px solid var(--aura-line-dark);
}

@media (min-width: 48em) {
    #aura-location .distances {
        grid-template-columns: repeat(3, 1fr);
    }
}

#aura-location .dist {
    padding: 1.8em 1.4em;
    border-right: 1px solid var(--aura-line-dark);
    border-bottom: 1px solid var(--aura-line-dark);
    transition: background 0.3s ease;
}

#aura-location .dist:hover {
    background: var(--aura-cream);
}

#aura-location .dist:nth-child(2n) {
    border-right: none;
}

@media (min-width: 48em) {
    #aura-location .dist:nth-child(2n) {
        border-right: 1px solid var(--aura-line-dark);
    }

    #aura-location .dist:nth-child(3n) {
        border-right: none;
    }
}

#aura-location .dist-time {
    font-family: var(--font-serif);
    font-size: 2.2em;
    font-weight: 500;
    color: var(--aura-deep);
    line-height: 1;
}

#aura-location .dist-time span {
    font-size: 0.36em;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--aura-teal);
    margin-left: 0.4em;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}

#aura-location .dist-name {
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(14, 53, 64, 0.7);
    margin-top: 0.5em;
    line-height: 1.4;
}

#aura-location .location-map {
    margin-top: 4em;
    overflow: hidden;
    border-radius: 0.4em;
    box-shadow: 0 2em 4em rgba(14, 53, 64, 0.1);
}

#aura-location .location-map img {
    width: 100%;
    height: auto;
}

/* ============================================================
   AMENITIES GALLERY
   ============================================================ */
#aura-amenities {
    background: var(--aura-deep);
    color: #fff;
    padding: 7em 0 6em;
    overflow: hidden;
    position: relative;
}

@media (min-width: 64em) {
    #aura-amenities {
        padding: 9em 0 8em;
    }
}

#aura-amenities .amenities-intro {
    width: 92%;
    max-width: 75em;
    margin: 0 auto 4em;
    text-align: center;
}

#aura-amenities .amenities-intro .kicker {
    margin-left: auto;
    margin-right: auto;
}

#aura-amenities .amenities-intro .kicker::after {
    content: '';
    width: 1.8em;
    height: 1px;
    background: currentColor;
}

#aura-amenities .overview-lead {
    margin: 1.5em auto 0;
    text-align: center;
}

#aura-amenities .amen-grid {
    width: 96%;
    max-width: 86em;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
}

@media (min-width: 40em) {
    #aura-amenities .amen-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2em;
    }
}

@media (min-width: 64em) {
    #aura-amenities .amen-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 17em;
        gap: 1.4em;
    }

    #aura-amenities .amen-card.big {
        grid-column: span 2;
        grid-row: span 2;
    }
}

#aura-amenities .amen-card {
    position: relative;
    overflow: hidden;
    height: 19em;
    cursor: pointer;
    background: #000;
}

@media (min-width: 64em) {
    #aura-amenities .amen-card {
        height: auto;
    }
}

#aura-amenities .amen-card .img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

#aura-amenities .amen-card:hover .img {
    transform: scale(1.08);
}

#aura-amenities .amen-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(6, 29, 39, 0.85) 100%);
    transition: opacity 0.5s ease;
}

#aura-amenities .amen-card .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 1.8em;
    color: #fff;
}

#aura-amenities .amen-card .info h3 {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 0.4em;
}

#aura-amenities .amen-card.big .info h3 {
    font-size: 1.6em;
}

#aura-amenities .amen-card .info p {
    font-size: 0.86em;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

#aura-amenities .amen-card:hover .info p {
    max-height: 8em;
    opacity: 1;
    margin-top: 0.5em;
}

#aura-amenities .amen-extra {
    width: 92%;
    max-width: 65em;
    margin: 5em auto 0;
    text-align: center;
    padding-top: 3em;
    border-top: 1px solid var(--aura-line);
}

#aura-amenities .extra-title {
    font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--aura-teal-light);
    margin-bottom: 1.8em;
}

#aura-amenities .extra-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em 0.5em;
    justify-content: center;
}

#aura-amenities .extra-list li {
    padding: 0.55em 1.1em;
    font-size: 0.82em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--aura-line);
    border-radius: 2em;
    transition: all 0.3s ease;
}

#aura-amenities .extra-list li:hover {
    background: var(--aura-teal);
    border-color: var(--aura-teal);
    color: #fff;
}

/* ============================================================
   MASTER PLAN
   ============================================================ */
#aura-masterplan {
    background: var(--aura-cream);
    padding: 7em 0 6em;
}

@media (min-width: 64em) {
    #aura-masterplan {
        padding: 9em 0 8em;
    }
}

#aura-masterplan .mp-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
    margin-top: 3em;
    align-items: start;
}

@media (min-width: 64em) {
    #aura-masterplan .mp-wrap {
        grid-template-columns: 1.5fr 1fr;
        gap: 4em;
    }
}

#aura-masterplan .mp-image {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--aura-line-dark);
    box-shadow: 0 1em 3em rgba(14, 53, 64, 0.08);
}

#aura-masterplan .mp-image img {
    width: 100%;
    height: auto;
}

#aura-masterplan .mp-legend {
    background: #fff;
    padding: 2em 2.2em;
    border: 1px solid var(--aura-line-dark);
}

@media (min-width: 64em) {
    #aura-masterplan .mp-legend {
        padding: 2.5em 2.5em;
    }
}

#aura-masterplan .mp-legend ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7em 1.2em;
}

@media (max-width: 32em) {
    #aura-masterplan .mp-legend ol {
        grid-template-columns: 1fr;
    }
}

#aura-masterplan .mp-legend li {
    display: flex;
    align-items: center;
    gap: 0.7em;
    font-size: 0.88em;
    font-weight: 400;
    color: var(--aura-deep);
    padding: 0.4em 0;
}

#aura-masterplan .mp-legend li span {
    flex-shrink: 0;
    width: 1.9em;
    height: 1.9em;
    background: var(--aura-teal);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
    font-weight: 700;
}

/* ============================================================
   TYPOLOGIES
   ============================================================ */
#aura-typologies {
    background: #fff;
    padding: 7em 0 6em;
}

@media (min-width: 64em) {
    #aura-typologies {
        padding: 9em 0 8em;
    }
}

#aura-typologies .section-title {
    margin-bottom: 0.6em;
}

#aura-typologies .intro-lead {
    margin-bottom: 4em;
}

#aura-typologies .typo-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5em;
    margin-bottom: 3em;
    border-bottom: 1px solid var(--aura-line-dark);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}

@media (min-width: 48em) {
    #aura-typologies .typo-tabs {
        gap: 2em;
        flex-wrap: wrap;
    }
}

#aura-typologies .typo-tab {
    background: transparent;
    border: none;
    padding: 1em 0.4em;
    font-family: var(--font-sans);
    font-size: 0.86em;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(14, 53, 64, 0.5);
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    transition: color 0.3s ease;
}

@media (min-width: 48em) {
    #aura-typologies .typo-tab {
        padding: 1.2em 0;
        font-size: 0.92em;
    }
}

#aura-typologies .typo-tab::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--aura-teal);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

#aura-typologies .typo-tab:hover {
    color: var(--aura-deep);
}

#aura-typologies .typo-tab.active {
    color: var(--aura-deep);
}

#aura-typologies .typo-tab.active::after {
    transform: scaleX(1);
}

#aura-typologies .typo-panel {
    display: none;
    animation: aura-fade-in 0.5s ease;
}

#aura-typologies .typo-panel.active {
    display: block;
}

#aura-typologies .typo-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    align-items: start;
}

@media (min-width: 64em) {
    #aura-typologies .typo-hero {
        grid-template-columns: 1.4fr 1fr;
        gap: 4em;
    }
}

#aura-typologies .typo-gallery {
    position: relative;
    background: var(--aura-cream);
    overflow: hidden;
    aspect-ratio: 16 / 11;
}

#aura-typologies .typo-swiper {
    width: 100%;
    height: 100%;
}

#aura-typologies .typo-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aura-typologies .typo-swiper .swiper-pagination {
    bottom: 1em !important;
}

#aura-typologies .typo-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

#aura-typologies .typo-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

#aura-typologies .typo-swiper .swiper-button-prev,
#aura-typologies .typo-swiper .swiper-button-next {
    width: 3em;
    height: 3em;
    background: rgba(255, 255, 255, 0.95);
    color: var(--aura-deep);
    border-radius: 50%;
    transition: background 0.3s ease;
}

#aura-typologies .typo-swiper .swiper-button-prev:hover,
#aura-typologies .typo-swiper .swiper-button-next:hover {
    background: #fff;
}

#aura-typologies .typo-swiper .swiper-button-prev::after,
#aura-typologies .typo-swiper .swiper-button-next::after {
    font-size: 1em;
    font-weight: 700;
}

#aura-typologies .typo-name {
    font-size: clamp(1.6em, 2.4vw, 2.2em);
    font-weight: 700;
    color: var(--aura-deep);
    margin-bottom: 0.3em;
    letter-spacing: -0.01em;
}

#aura-typologies .typo-spec {
    font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--aura-teal);
    margin-bottom: 2em;
}

#aura-typologies .typo-options {
    border-top: 1px solid var(--aura-line-dark);
    margin-bottom: 2em;
}

#aura-typologies .typo-options li {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 0.5em;
    align-items: center;
    padding: 1.2em 0;
    border-bottom: 1px solid var(--aura-line-dark);
}

@media (max-width: 35em) {
    #aura-typologies .typo-options li {
        grid-template-columns: 1fr 1fr;
        gap: 0.3em 1em;
    }

    #aura-typologies .typo-options .opt-label {
        grid-column: span 2;
    }
}

#aura-typologies .opt-label {
    font-size: 0.92em;
    font-weight: 500;
    color: var(--aura-deep);
}

#aura-typologies .opt-meta {
    font-size: 0.82em;
    color: rgba(14, 53, 64, 0.6);
    font-weight: 400;
}

#aura-typologies .opt-meta span {
    display: block;
    font-size: 0.85em;
}

#aura-typologies .opt-price {
    font-size: 0.78em;
    color: rgba(14, 53, 64, 0.5);
    text-align: right;
    font-weight: 400;
}

#aura-typologies .opt-price strong {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.7em;
    font-weight: 500;
    color: var(--aura-deep);
    margin-top: 0.1em;
}

#aura-typologies .typo-cta {
    display: inline-block;
    padding: 1em 2em;
    background: var(--aura-deep);
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

#aura-typologies .typo-cta:hover {
    background: var(--aura-teal);
}

#aura-typologies .typo-plans {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
    margin-top: 4em;
    padding-top: 3em;
    border-top: 1px solid var(--aura-line-dark);
}

@media (min-width: 48em) {
    #aura-typologies .typo-plans {
        grid-template-columns: repeat(2, 1fr);
        gap: 2em;
    }
}

#aura-typologies [data-panel="1br"] .typo-plans,
#aura-typologies [data-panel="1br-studio"] .typo-plans,
#aura-typologies [data-panel="2br"] .typo-plans {
    grid-template-columns: 1fr;
}

@media (min-width: 48em) {

    #aura-typologies [data-panel="1br"] .typo-plans,
    #aura-typologies [data-panel="1br-studio"] .typo-plans,
    #aura-typologies [data-panel="2br"] .typo-plans {
        grid-template-columns: repeat(3, 1fr);
    }
}

#aura-typologies .typo-plans figure {
    margin: 0;
    text-align: center;
}

#aura-typologies .typo-plans figure img {
    width: 100%;
    height: auto;
    background: var(--aura-cream);
}

#aura-typologies .typo-plans figcaption {
    font-size: 0.82em;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--aura-teal);
    margin-top: 1em;
}

/* ============================================================
   MODEL APARTMENT
   ============================================================ */
#aura-model {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

#aura-model .model-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

#aura-model .model-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aura-model .dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 29, 39, 0.85) 0%, rgba(6, 29, 39, 0.55) 60%, rgba(6, 29, 39, 0.2) 100%);
}

#aura-model .model-content {
    position: relative;
    z-index: 2;
    padding: 6em 1.5em;
    width: 92%;
    max-width: 75em;
    margin: 0 auto;
}

@media (min-width: 48em) {
    #aura-model .model-content {
        padding: 8em 1.5em;
    }
}

#aura-model .model-content>.btn-primary {
    margin-top: 2.2em;
}

/* ============================================================
   ROI
   ============================================================ */
#aura-roi {
    background: var(--aura-cream);
    padding: 7em 0 6em;
}

@media (min-width: 64em) {
    #aura-roi {
        padding: 9em 0 8em;
    }
}

#aura-roi .section-title {
    margin-bottom: 0.5em;
}

#aura-roi .intro-lead {
    margin-bottom: 3.5em;
}

#aura-roi .roi-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2em;
}

@media (min-width: 40em) {
    #aura-roi .roi-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 64em) {
    #aura-roi .roi-cards {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.4em;
    }
}

#aura-roi .roi-card {
    background: #fff;
    padding: 2.2em 1.6em;
    border: 1px solid var(--aura-line-dark);
    transition: all 0.4s ease;
}

#aura-roi .roi-card:hover {
    transform: translateY(-0.4em);
    box-shadow: 0 1.5em 3em rgba(14, 53, 64, 0.08);
    border-color: var(--aura-teal);
}

#aura-roi .roi-card.highlight {
    background: var(--aura-deep);
    color: #fff;
    border-color: var(--aura-deep);
}

#aura-roi .roi-card.highlight:hover {
    border-color: var(--aura-teal);
}

#aura-roi .roi-typo {
    font-size: 0.82em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--aura-teal);
    margin-bottom: 1.5em;
}

#aura-roi .roi-card.highlight .roi-typo {
    color: var(--aura-teal-light);
}

#aura-roi .roi-num {
    font-family: var(--font-serif);
    font-size: 3.5em;
    font-weight: 500;
    line-height: 1;
    color: var(--aura-deep);
    letter-spacing: -0.02em;
}

#aura-roi .roi-card.highlight .roi-num {
    color: #fff;
}

#aura-roi .roi-num span {
    font-size: 0.4em;
    font-weight: 400;
    margin-left: 0.05em;
    color: var(--aura-teal);
}

#aura-roi .roi-card.highlight .roi-num span {
    color: var(--aura-teal-light);
}

#aura-roi .roi-meta {
    font-size: 0.74em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(14, 53, 64, 0.55);
    margin-top: 0.5em;
}

#aura-roi .roi-card.highlight .roi-meta {
    color: rgba(255, 255, 255, 0.55);
}

#aura-roi .roi-bd {
    margin-top: 2em;
    padding-top: 1.5em;
    border-top: 1px solid var(--aura-line-dark);
}

#aura-roi .roi-card.highlight .roi-bd {
    border-color: var(--aura-line);
}

#aura-roi .roi-bd>div {
    padding: 0.5em 0;
}

#aura-roi .roi-bd span {
    display: block;
    font-size: 0.72em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(14, 53, 64, 0.5);
    margin-bottom: 0.2em;
}

#aura-roi .roi-card.highlight .roi-bd span {
    color: rgba(255, 255, 255, 0.5);
}

#aura-roi .roi-bd strong {
    font-size: 1.05em;
    font-weight: 700;
    color: var(--aura-deep);
}

#aura-roi .roi-card.highlight .roi-bd strong {
    color: #fff;
}

#aura-roi .roi-note {
    margin-top: 3em;
    padding: 1.5em 2em;
    background: #fff;
    border-left: 3px solid var(--aura-teal);
    font-size: 0.95em;
    line-height: 1.6;
    color: rgba(14, 53, 64, 0.78);
    font-weight: 400;
}

#aura-roi .roi-note strong {
    color: var(--aura-deep);
    font-weight: 700;
}

#aura-roi .roi-cta {
    margin-top: 2.5em;
    text-align: center;
}

/* ============================================================
   DEVELOPER
   ============================================================ */
#aura-developer {
    background: #fff;
    padding: 7em 0 6em;
}

@media (min-width: 64em) {
    #aura-developer {
        padding: 9em 0 8em;
    }
}

#aura-developer .dev-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
    align-items: center;
}

@media (min-width: 64em) {
    #aura-developer .dev-grid {
        grid-template-columns: 1fr 1fr;
        gap: 5em;
    }
}

#aura-developer .dev-img img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

#aura-developer .section-title {
    margin-bottom: 1em;
}

#aura-developer .dev-text p {
    font-size: 1.05em;
    line-height: 1.85;
    font-weight: 300;
    color: rgba(14, 53, 64, 0.78);
}

#aura-developer .dev-stats {
    margin-top: 2.5em;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    border-top: 1px solid var(--aura-line-dark);
    padding-top: 2.5em;
}

#aura-developer .dev-stats li {
    display: flex;
    align-items: baseline;
    gap: 1em;
}

#aura-developer .dev-stats strong {
    font-family: var(--font-serif);
    font-size: 2em;
    font-weight: 500;
    color: var(--aura-deep);
    flex-shrink: 0;
    min-width: 2.5em;
}

#aura-developer .dev-stats span {
    font-size: 0.92em;
    font-weight: 400;
    color: rgba(14, 53, 64, 0.7);
    line-height: 1.5;
}

/* ============================================================
   FORM
   ============================================================ */
#aura-form {
    position: relative;
    padding: 7em 0 6em;
    overflow: hidden;
    color: #fff;
}

@media (min-width: 64em) {
    #aura-form {
        padding: 9em 0 8em;
    }
}

#aura-form .form-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

#aura-form .form-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aura-form .form-bg .dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 29, 39, 0.92) 0%, rgba(14, 53, 64, 0.85) 100%);
}

#aura-form .inwrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
    align-items: center;
}

@media (min-width: 64em) {
    #aura-form .inwrap {
        grid-template-columns: 1fr 1fr;
        gap: 5em;
    }
}

#aura-form .form-intro .section-title {
    color: #fff;
    margin-bottom: 1em;
}

#aura-form .form-intro p {
    font-size: 1.05em;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 300;
    margin-bottom: 2em;
}

#aura-form .form-bullets {
    display: flex;
    flex-direction: column;
    gap: 0.9em;
}

#aura-form .form-bullets li {
    display: flex;
    align-items: center;
    gap: 0.8em;
    font-size: 0.92em;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}

#aura-form .form-bullets span {
    width: 1.7em;
    height: 1.7em;
    background: var(--aura-teal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78em;
    color: #fff;
    flex-shrink: 0;
}

#aura-form .form-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2.5em 2em;
    transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

#aura-form .form-card.is-highlighted {
    border-color: var(--aura-teal-light);
    box-shadow: 0 0 0 6px rgba(111, 175, 170, 0.18), 0 1.5em 3em rgba(0, 0, 0, 0.25);
    transform: translateY(-0.3em);
}

@media (min-width: 48em) {
    #aura-form .form-card {
        padding: 3em 2.8em;
    }
}

#aura-form .user-box {
    position: relative;
    margin-bottom: 1.6em;
}

#aura-form .user-box input,
#aura-form .user-box select {
    width: 100%;
    padding: 0.6em 0;
    font-size: 1em;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
    border-radius: 0;
    font-family: var(--font-sans);
    font-weight: 400;
    transition: border-color 0.3s ease;
    -webkit-appearance: none;
    appearance: none;
}

#aura-form .user-box input:focus,
#aura-form .user-box select:focus {
    border-bottom-color: var(--aura-teal-light);
}

#aura-form .user-box label {
    position: absolute;
    top: 0.6em;
    left: 0;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    transition: all 0.3s ease;
}

#aura-form .user-box input:focus~label,
#aura-form .user-box input:not(:placeholder-shown)~label,
#aura-form .user-box input:valid~label {
    top: -1em;
    font-size: 0.74em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--aura-teal-light);
}

#aura-form .user-box label.error {
    color: #ff8a8a !important;
}

#aura-form .user-box .question {
    font-size: 0.74em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--aura-teal-light);
    margin-bottom: 0.5em;
}

#aura-form .user-box.select::after {
    content: '';
    position: absolute;
    right: 0.4em;
    bottom: 0.95em;
    width: 0.55em;
    height: 0.55em;
    border-right: 1.5px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.6);
    transform: rotate(45deg);
    pointer-events: none;
}

#aura-form .user-box select option {
    color: #000;
}

#aura-form .aura-submit {
    width: 100%;
    padding: 1.3em 2em;
    background: transparent;
    border: none;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 0.86em;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    margin-top: 1.2em;
    transition: background 0.4s ease;
    overflow: hidden;
}

#aura-form .aura-submit:hover {
    background: var(--aura-teal);
}

#aura-form .aura-submit .line {
    position: absolute;
    display: block;
}

#aura-form .aura-submit .line.top {
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: aura-line-top 2s linear infinite;
}

#aura-form .aura-submit .line.right {
    top: -100%;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fff);
    animation: aura-line-right 2s linear infinite;
    animation-delay: 0.5s;
}

#aura-form .aura-submit .line.bottom {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, transparent, #fff);
    animation: aura-line-bottom 2s linear infinite;
    animation-delay: 1s;
}

#aura-form .aura-submit .line.left {
    bottom: -100%;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fff);
    animation: aura-line-left 2s linear infinite;
    animation-delay: 1.5s;
}

#aura-form .aura-submit .label {
    position: relative;
    z-index: 1;
}

#aura-form .aura-submit:disabled {
    opacity: 0.6;
    cursor: wait;
}

#aura-form .form-disclaimer {
    margin-top: 1em;
    font-size: 0.74em;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    line-height: 1.6;
}

#aura-form .form-msg-success {
    margin-top: 1.5em;
    padding: 1.8em 1.8em;
    background: rgba(79, 143, 137, 0.18);
    border-left: 3px solid var(--aura-teal-light);
    color: #fff;
    font-size: 0.95em;
    line-height: 1.6;
}

#aura-form .form-msg-success .success-title {
    font-family: var(--font-serif);
    font-size: 1.5em;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.4em;
}

#aura-form .form-msg-success p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95em;
    margin-bottom: 1.2em !important;
}

#aura-form .form-msg-success .brochure-download-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7em;
    margin-top: 0.4em;
    padding: 1em 1.6em;
    background: #fff;
    color: var(--aura-deep);
    font-size: 0.82em;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: background 0.3s ease, color 0.3s ease;
}

#aura-form .form-msg-success .brochure-download-link svg {
    width: 1.2em;
    height: 1.2em;
}

#aura-form .form-msg-success .brochure-download-link:hover {
    background: var(--aura-teal);
    color: #fff;
}

/* ============================================================
   BROCHURE
   ============================================================ */
#aura-brochure {
    background: #fff;
    padding: 7em 0 6em;
}

@media (min-width: 64em) {
    #aura-brochure {
        padding: 9em 0 8em;
    }
}

#aura-brochure .inwrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
    align-items: center;
}

@media (min-width: 64em) {
    #aura-brochure .inwrap {
        grid-template-columns: 1fr 1fr;
        gap: 5em;
    }
}

#aura-brochure .broc-text .section-title {
    margin-bottom: 1em;
}

#aura-brochure .broc-text p {
    font-size: 1.05em;
    line-height: 1.85;
    font-weight: 300;
    color: rgba(14, 53, 64, 0.78);
    margin-bottom: 1.8em;
}

#aura-brochure .broc-gate {
    display: flex;
    align-items: center;
    gap: 1.2em;
    padding: 1.3em 1.4em;
    background: var(--aura-cream);
    border-left: 3px solid var(--aura-teal);
    margin-bottom: 2em;
}

#aura-brochure .broc-gate-icon {
    flex-shrink: 0;
    width: 2.6em;
    height: 2.6em;
    border-radius: 50%;
    background: var(--aura-deep);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#aura-brochure .broc-gate-icon svg {
    width: 1.2em;
    height: 1.2em;
}

#aura-brochure .broc-gate-text {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
    font-size: 0.92em;
    line-height: 1.5;
    color: var(--aura-deep);
}

#aura-brochure .broc-gate-text strong {
    font-weight: 700;
    color: var(--aura-deep);
}

#aura-brochure .broc-gate-text span {
    font-size: 0.85em;
    color: rgba(14, 53, 64, 0.65);
    font-weight: 400;
}

#aura-brochure .broc-img {
    position: relative;
    aspect-ratio: 5 / 4;
}

#aura-brochure .broc-stack {
    position: relative;
    width: 100%;
    height: 100%;
}

#aura-brochure .broc-stack img {
    position: absolute;
    border: 0.5em solid #fff;
    box-shadow: 0 2em 4em rgba(14, 53, 64, 0.18);
    object-fit: cover;
}

#aura-brochure .b1 {
    width: 60%;
    aspect-ratio: 4/3;
    top: 0;
    left: 0;
    z-index: 2;
}

#aura-brochure .b2 {
    width: 45%;
    aspect-ratio: 4/3;
    bottom: 8%;
    right: 0;
    z-index: 3;
}

#aura-brochure .b3 {
    width: 38%;
    aspect-ratio: 1/1;
    bottom: 0;
    left: 18%;
    z-index: 1;
}

#aura-brochure .broc-lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.5em;
    height: 4.5em;
    border-radius: 50%;
    background: rgba(14, 53, 64, 0.95);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    box-shadow: 0 1em 2.5em rgba(14, 53, 64, 0.35);
    border: 3px solid #fff;
    animation: aura-lock-pulse 2.4s ease-in-out infinite;
}

#aura-brochure .broc-lock svg {
    width: 1.8em;
    height: 1.8em;
}

@keyframes aura-lock-pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 1em 2.5em rgba(14, 53, 64, 0.35), 0 0 0 0 rgba(79, 143, 137, 0.5);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.04);
        box-shadow: 0 1em 2.5em rgba(14, 53, 64, 0.35), 0 0 0 1.2em rgba(79, 143, 137, 0);
    }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes aura-fade-up {
    from {
        opacity: 0;
        transform: translateY(1.5em);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aura-fade-down {
    from {
        opacity: 0;
        transform: translateY(-1em);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aura-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes aura-zoom-in {
    from {
        opacity: 0;
        transform: scale(0.92);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes aura-scroll-wheel {
    0% {
        top: 0.5em;
        opacity: 1;
    }

    100% {
        top: 1.5em;
        opacity: 0;
    }
}

@keyframes aura-line-top {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

@keyframes aura-line-right {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

@keyframes aura-line-bottom {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

@keyframes aura-line-left {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

#aura-page .reveal {
    opacity: 0;
    transform: translateY(2em);
}

#aura-page .reveal-left {
    opacity: 0;
    transform: translateX(-2em);
}

#aura-page .reveal-right {
    opacity: 0;
    transform: translateX(2em);
}

@media (prefers-reduced-motion: reduce) {

    #aura-page *,
    #aura-page *::before,
    #aura-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

body.page-template-page-aura-boulevard #contact-form {
    display: none;
}