/* =========================================================
   About Us Section - screenshot matched hotel luxury layout
   ========================================================= */
.about-us-lux-section {
    position: relative;
    width: 100%;
    min-height: 820px;
    padding: 28px 0 34px;
    background: var(--au-bg, #050505);
    color: var(--au-text, #fff);
    overflow: hidden;
    isolation: isolate;
}

.about-us-lux-section * {
    box-sizing: border-box;
}

.au-lux-pattern {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .55;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 50% 0%, transparent 30px, var(--au-pattern, #101010) 31px, transparent 33px),
        radial-gradient(circle at 0% 50%, transparent 30px, var(--au-pattern, #101010) 31px, transparent 33px),
        radial-gradient(circle at 100% 50%, transparent 30px, var(--au-pattern, #101010) 31px, transparent 33px),
        radial-gradient(circle at 50% 100%, transparent 30px, var(--au-pattern, #101010) 31px, transparent 33px);
    background-size: 112px 112px;
    background-position: 0 0, 56px 0, 56px 56px, 0 56px;
}

.au-lux-inner {
    position: relative;
    z-index: 2;
    width: min(1660px, calc(100% - 96px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(330px, 1.02fr) 430px minmax(360px, 1fr);
    gap: 60px;
    align-items: center;
}

.au-left,
.au-center,
.au-right {
    min-width: 0;
}

/* ---------- Left content ---------- */
.au-brand-block {
    margin-bottom: 30px;
}

.au-crest {
    position: relative;
    width: 340px;
    height: 95px;
    /*margin-bottom: 18px;*/
}

.au-crest-center {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 2px solid var(--au-accent, #c89b18);
    box-shadow: inset 0 0 0 4px rgba(200,155,24,.12);
    display: grid;
    place-items: center;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 500;
    background: rgba(0,0,0,.55);
}

.au-crest-center::before,
.au-crest-center::after {
    content: "";
    position: absolute;
    top: -12px;
    width: 22px;
    height: 22px;
    border-top: 2px solid var(--au-accent, #c89b18);
    opacity: .9;
}

.au-crest-center::before {
    left: -14px;
    border-left: 2px solid var(--au-accent, #c89b18);
    border-top-left-radius: 18px;
}

.au-crest-center::after {
    right: -14px;
    border-right: 2px solid var(--au-accent, #c89b18);
    border-top-right-radius: 18px;
}

.au-crest-center img {
    width: 44%;
    height: 44%;
    object-fit: contain;
}

.au-crest-wing {
    position: absolute;
    top: 62px;
    width: 104px;
    height: 30px;
    border-top: 2px solid var(--au-accent, #c89b18);
    opacity: .95;
}

.au-crest-wing::before,
.au-crest-wing::after {
    content: "";
    position: absolute;
    top: -11px;
    width: 18px;
    height: 18px;
    border-top: 2px solid var(--au-accent, #c89b18);
    opacity: .95;
}

.au-crest-wing-left {
    left: 0;
    border-top-left-radius: 28px;
}

.au-crest-wing-left::before {
    left: 0;
    border-left: 2px solid var(--au-accent, #c89b18);
    border-top-left-radius: 18px;
}

.au-crest-wing-left::after {
    right: 14px;
    border-right: 2px solid var(--au-accent, #c89b18);
    border-top-right-radius: 18px;
}

.au-crest-wing-right {
    right: 0;
    border-top-right-radius: 28px;
}

.au-crest-wing-right::before {
    left: 14px;
    border-left: 2px solid var(--au-accent, #c89b18);
    border-top-left-radius: 18px;
}

.au-crest-wing-right::after {
    right: 0;
    border-right: 2px solid var(--au-accent, #c89b18);
    border-top-right-radius: 18px;
}

.au-title {
    margin: 0;
    font-family: var(--lumana-header-font);
    color: var(--au-text, #fff);
    font-weight: 400;
    font-size:clamp(35px, 1.2vw, 60px);
    line-height: 0.98;
    /*letter-spacing: -.02em;*/
    /*margin-left: 10px;*/
}

.au-title-flourish {
    position: relative;
    margin-top: 16px;
    width: 340px;
    height: 26px;
}

.au-title-flourish::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0, var(--au-accent, #c89b18) 10%, var(--au-accent, #c89b18) 90%, transparent 100%);
}

.au-title-flourish::after {
    content: "❦";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--au-accent, #c89b18);
    font-size: 22px;
    line-height: 1;
    letter-spacing: .25em;
    padding: 0 8px;
    background: var(--au-bg, #050505);
}

.au-copy {
    margin: 0 0 30px;
    max-width: 510px;
    color: var(--au-muted, #d3d3d3);
    font-size: 17px;
    line-height: 1.68;
    font-weight: 400;
}

.au-copy-second {
    margin-bottom: 36px;
}

.au-stats {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    margin: 0 0 38px;
}

.au-stat {
    min-width: 0;
    padding: 0 26px;
    position: relative;
}

.au-stat:first-child {
    padding-left: 0;
}

.au-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 58px;
    background: rgba(255,255,255,.16);
}

.au-stat strong {
    display: block;
    color: var(--au-accent, #c89b18);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 3vw, 56px);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 6px;
}

.au-stat span {
    display: block;
    color: var(--au-text, #ffffff);
    font-family: var(--lumana-segoe-font);
    font-size: 18px;
    line-height: 1.15;
}

.au-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 194px;
    justify-content: center;
    padding: 0 28px;
    height: 56px;
    border-radius: 999px;
    background: var(--au-accent, #c89b18);
    color: #fff5d4;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(200,155,24,.18);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.au-btn span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.01em;
}

.au-btn svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.au-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 42px rgba(200,155,24,.24);
    filter: brightness(1.03);
}

/* ---------- Center image ---------- */
.au-center {
    display: flex;
    justify-content: center;
}

.au-arch-wrap {
    position: relative;
    width: 430px;
    height: 760px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.au-arc-text-wrap {
    position: absolute;
    z-index: 5;
    top: -10px;
    left: 50%;
    width: 460px;
    height: 280px;
    transform: translateX(-50%);
    pointer-events: none;
}

.au-arc-text-svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.au-arc-text-svg text {
    fill: rgba(255,255,255,.94);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}


.au-spinning-circle-text {
    transform-origin: center;
    animation: infinite-spin 15s linear infinite;
}


.au-arch-image {
    position: relative;
    width: 392px;
    height: 720px;
    border-radius: 196px 196px 0 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    background: #0d0d0d;
    box-shadow: 0 34px 90px rgba(0,0,0,.42);
}

.au-arch-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.03);
}

.au-arch-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.02) 32%, rgba(0,0,0,.16) 100%),
        radial-gradient(circle at 50% 8%, rgba(255,255,255,.12), transparent 24%);
}

.au-arch-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), inset 0 -100px 100px rgba(0,0,0,.18);
}

/* ---------- Right feature list ---------- */
.au-right {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding-top: 14px;
}

.au-feature {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 28px;
    align-items: center;
    opacity: .98;
    transition: transform .28s ease, opacity .28s ease, filter .28s ease;
}

.au-feature.is-active {
    transform: translateX(4px);
}

.au-feature-icon {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 1.3px solid rgba(255,255,255,.28);
    display: grid;
    place-items: center;
    position: relative;
    background: rgba(255,255,255,.01);
}
.au-feature-icon:hover {
    background: var(--au-accent, #c89b18);
    cursor: pointer;
   
}

/* Removed the redundant .au-feature-icon class from the selector */
.au-feature-icon:hover path {
    fill: none; /* Fixed typo from "ill" to "fill" */
    stroke: var(--au-text, #fff);
    stroke-width: 1.4;
    color: var(--au-text, #fff); /* Optional: only needed if using 'currentColor' */
     transform: scale(1.1);
}

.au-feature.is-active .au-feature-icon {
    border-color: rgba(255,255,255,.42);
    box-shadow: 0 0 0 1px rgba(200,155,24,.18) inset;
}

.au-feature-icon svg,
.au-feature-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    fill: none;
    stroke: var(--au-accent, #c89b18);
    stroke-width: 1.4;
    color: var(--au-accent, #c89b18);
}

.au-feature-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    font-size: 42px;
    line-height: 1;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.22));
}

.au-feature-icon:hover .au-feature-emoji {
    transform: scale(1.08);
}

.au-feature-icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.au-feature-body h3 {
    margin: 0 0 8px;
    color: var(--au-text, #fff);
    font-family: var(--lumana-header-font);
    font-size: clamp(34px, 2.4vw, 54px);
    font-weight: 400;
    line-height: 1.02;
    /*letter-spacing: -.02em;*/
}

.au-feature-body p {
    margin: 0;
    color: var(--au-muted, #d3d3d3);
    font-size: 16px;
    line-height: 1.45;
}

/* ---------- Intro animation ---------- */
.au-left > *,
.au-center > *,
.au-right > * {
    transition: opacity .65s ease, transform .65s ease;
}

.about-us-lux-section:not(.au-is-ready) .au-left > *,
.about-us-lux-section:not(.au-is-ready) .au-center > *,
.about-us-lux-section:not(.au-is-ready) .au-right > * {
    opacity: 0;
    transform: translateY(18px);
}

.about-us-lux-section.au-is-ready .au-left > *,
.about-us-lux-section.au-is-ready .au-center > *,
.about-us-lux-section.au-is-ready .au-right > * {
    opacity: 1;
    transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1560px) {
    .au-lux-inner {
        width: min(1420px, calc(100% - 70px));
        gap: 42px;
        grid-template-columns: minmax(300px, 1fr) 392px minmax(320px, .92fr);
    }

    .au-arch-wrap {
        width: 402px;
        height: 704px;
    }

    .au-arch-image {
        width: 360px;
        height: 670px;
        border-radius: 180px 180px 0 0;
    }

    .au-feature {
        grid-template-columns: 94px 1fr;
        gap: 22px;
    }

    .au-feature-icon {
        width: 92px;
        height: 92px;
    }

    .au-feature-body h3 {
        font-size: clamp(28px, 2vw, 44px);
    }
}

@media (max-width: 1200px) {
    .about-us-lux-section {
        min-height: auto;
        padding: 48px 0 58px;
    }

    .au-lux-inner {
        grid-template-columns: 1fr;
        gap: 44px;
        width: min(920px, calc(100% - 40px));
        text-align: center;
    }

    .au-left,
    .au-center,
    .au-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .au-copy {
        max-width: 760px;
    }

    .au-stats {
        justify-content: center;
    }

    .au-stat:first-child {
        padding-left: 22px;
    }

    .au-right {
        width: min(760px, 100%);
        gap: 30px;
    }

    .au-feature {
        width: 100%;
        justify-items: center;
        grid-template-columns: 96px 1fr;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .au-lux-inner {
        width: calc(100% - 26px);
        gap: 32px;
    }

    .au-title {
        font-size: 33px;
    }

    .au-copy {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .au-stats {
        row-gap: 18px;
        justify-content: center;
        margin-bottom: 28px;
    }

    .au-stat {
        padding: 0 18px;
    }

    .au-stat:not(:last-child)::after {
        height: 42px;
        top: 10px;
    }

    .au-stat strong {
        font-size: 30px;
    }

    .au-stat span {
        font-size: 15px;
    }

    .au-btn {
        min-width: 170px;
        height: 50px;
        padding: 0 24px;
    }

    .au-arch-wrap {
        width: 310px;
        height: 560px;
    }

    .au-arc-text-wrap {
        width: 342px;
        height: 210px;
        top: -14px;
    }

    .au-arc-text-svg text {
        font-size: 10px;
        letter-spacing: .14em;
    }

    .au-arch-image {
        width: 286px;
        height: 520px;
        border-radius: 143px 143px 0 0;
    }

    .au-right {
        gap: 24px;
    }

    .au-feature {
        display: grid; /* Ensure display is set to grid */
    grid-template-columns: 70px 1fr;
    gap: 16px; /* <--- Changed from 16px to 0 to remove the space */
    align-items: center;
    }

    .au-feature-icon {
        width: 70px;
        height: 70px;
    }

    .au-feature-icon svg,
    .au-feature-icon img {
        width: 34px;
        height: 34px;
    }

    .au-feature-body h3 {
        font-size: 28px;
    }

    .au-feature-body p {
        font-size: 14px;
    }
}


/* =========================================================
   FINAL FIX: visible looping arc text + true stadium image
   ========================================================= */

.about-us-lux-section .au-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 760px !important;
    overflow: visible !important;
}

.about-us-lux-section .au-arch-wrap {
    position: relative !important;
    width: 460px !important;
    height: 760px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: visible !important;
}

.about-us-lux-section .au-arc-text-wrap {
    display: block !important;
    position: absolute !important;
    z-index: 20 !important;
    top: -38px !important;
    left: 50% !important;
    width: 520px !important;
    height: 320px !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
    overflow: visible !important;
    opacity: 1 !important;
}

.about-us-lux-section .au-arc-text-svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

.about-us-lux-section .au-arc-text-svg text {
    fill: rgba(255, 255, 255, .96) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
    dominant-baseline: middle !important;
}

.about-us-lux-section .au-arc-text-path {
    white-space: pre !important;
}

.about-us-lux-section .au-arch-image {
    position: relative !important;
    width: 392px !important;
    height: 720px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    background: #0d0d0d !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .42) !important;
    z-index: 5 !important;
}

.about-us-lux-section .au-arch-image img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.03) !important;
}

.about-us-lux-section .au-arch-image::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background:
        linear-gradient(180deg, rgba(0,0,0,.13) 0%, rgba(0,0,0,.03) 34%, rgba(0,0,0,.22) 100%),
        radial-gradient(circle at 50% 8%, rgba(255,255,255,.15), transparent 24%) !important;
}

.about-us-lux-section .au-arch-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    pointer-events: none !important;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.05),
        inset 0 -110px 100px rgba(0,0,0,.18),
        inset 0 90px 90px rgba(0,0,0,.08) !important;
}

.about-us-lux-section .au-circle-ring,
.about-us-lux-section .au-circle-text,
.about-us-lux-section .au-image-overlay-text {
    display: none !important;
}

@media (max-width: 1560px) {
    .about-us-lux-section .au-center {
        min-height: 710px !important;
    }

    .about-us-lux-section .au-arch-wrap {
        width: 430px !important;
        height: 710px !important;
    }

    .about-us-lux-section .au-arc-text-wrap {
        width: 500px !important;
        height: 300px !important;
        top: -46px !important;
    }

    .about-us-lux-section .au-arch-image {
        width: 360px !important;
        height: 670px !important;
        border-radius: 999px !important;
    }

    .about-us-lux-section .au-arc-text-svg text {
        font-size: 14px !important;
        letter-spacing: .20em !important;
    }
}

@media (max-width: 767px) {
    .about-us-lux-section .au-center {
        min-height: 560px !important;
    }

    .about-us-lux-section .au-arch-wrap {
        width: 320px !important;
        height: 560px !important;
    }

    .about-us-lux-section .au-arc-text-wrap {
        width: 380px !important;
        height: 240px !important;
        top: -32px !important;
    }

    .about-us-lux-section .au-arch-image {
        width: 286px !important;
        height: 520px !important;
        border-radius: 999px !important;
    }

    .about-us-lux-section .au-arc-text-svg text {
        font-size: 10px !important;
        letter-spacing: .14em !important;
    }
}


/* Final safety: show only one curved text wrap */
.about-us-lux-section .au-arch-wrap .au-arc-text-wrap ~ .au-arc-text-wrap {
    display: none !important;
}
