:root{
    --royal-ivory:#fffdf8;
    --royal-soft:#fff7e8;
    --royal-champagne:#f8edd5;
    --royal-gold:#b98a36;
    --royal-gold-light:#dfc078;
    --royal-dark:#342214;
    --royal-brown:#6f4f25;
    --royal-muted:#7b6a5a;
    --royal-line:rgba(185,138,54,.18);
    --royal-shadow:0 18px 55px rgba(56,35,18,.10);
    --royal-shadow-strong:0 28px 90px rgba(56,35,18,.16);
}

/* Base luxury feel */
html{
    scroll-behavior:smooth;
}

body{
    background:
        radial-gradient(circle at 8% 8%,rgba(223,192,120,.12),transparent 28%),
        radial-gradient(circle at 92% 18%,rgba(185,138,54,.08),transparent 25%),
        linear-gradient(180deg,var(--royal-ivory),#fff);
    color:var(--royal-dark);
    font-family:Arial,Tahoma,sans-serif!important;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
}

main{
    overflow:hidden;
}

/* Header polish */
header,
.site-header,
.public-header,
nav[class*="header"],
[class*="navbar"]{
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
}

header a,
.site-header a,
.public-header a{
    transition:.18s ease;
}

header a:hover,
.site-header a:hover,
.public-header a:hover{
    color:var(--royal-gold)!important;
}

/* Hero sections */
section.bg-gradient-to-b,
section[class*="hero"],
.aep-hero,
.acp-hero{
    position:relative;
    overflow:hidden;
}

section.bg-gradient-to-b::before,
section[class*="hero"]::before,
.aep-hero::before,
.acp-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 50% -10%,rgba(255,255,255,.75),transparent 34%),
        radial-gradient(circle at 10% 50%,rgba(223,192,120,.18),transparent 26%),
        radial-gradient(circle at 90% 55%,rgba(185,138,54,.10),transparent 28%);
    pointer-events:none;
}

section.bg-gradient-to-b > *,
section[class*="hero"] > *,
.aep-hero > *,
.acp-hero > *{
    position:relative;
    z-index:1;
}

.heading,
h1,
h2{
    color:var(--royal-dark);
}

.heading,
h1.heading{
    text-wrap:balance;
}

.subheading,
p{
    text-wrap:pretty;
}

/* Luxurious headings */
.heading.text-4xl,
h1{
    letter-spacing:-.035em;
}

.heading.text-4xl::after,
h1.heading::after{
    content:"";
    display:block;
    width:92px;
    height:4px;
    margin:14px auto 0;
    border-radius:999px;
    background:linear-gradient(90deg,transparent,var(--royal-gold),var(--royal-gold-light),transparent);
}

/* Cards */
.card,
[class*="card"],
figure.group,
article,
.aep-card,
.acp-card,
.ats-card,
.at-premium-flow-card,
.at-content-bridge-inner,
.at-quick-lead-inner{
    border:1px solid var(--royal-line)!important;
    border-radius:28px!important;
    box-shadow:var(--royal-shadow)!important;
}

.card,
figure.group,
article,
.aep-card,
.acp-card,
.ats-card,
.at-premium-flow-card{
    background:
        linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,250,243,.98))!important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.card:hover,
figure.group:hover,
article:hover,
.aep-card:hover,
.acp-card:hover,
.ats-card:hover,
.at-premium-flow-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--royal-shadow-strong)!important;
    border-color:rgba(185,138,54,.34)!important;
}

/* Better image display */
.card img,
figure img,
article img,
[class*="gallery"] img{
    transition:transform .36s ease, filter .36s ease;
}

.card:hover img,
figure:hover img,
article:hover img,
[class*="gallery"] a:hover img{
    filter:saturate(1.08) contrast(1.03);
}

/* Buttons */
.btn-gold,
button.btn-gold,
a.btn-gold,
button[type="submit"],
.ats-actions a.gold,
.aep-actions a.gold,
.acp-actions a.gold,
.at-premium-flow-actions a.gold,
.at-content-bridge-links a:first-child{
    background:linear-gradient(135deg,#a87522,var(--royal-gold),var(--royal-gold-light))!important;
    color:#fff!important;
    border:0!important;
    border-radius:999px!important;
    box-shadow:0 14px 30px rgba(185,138,54,.22)!important;
    font-weight:900!important;
    position:relative;
    overflow:hidden;
}

.btn-gold::before,
button.btn-gold::before,
a.btn-gold::before,
button[type="submit"]::before,
.ats-actions a.gold::before,
.aep-actions a.gold::before,
.acp-actions a.gold::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
    transform:translateX(-120%);
    transition:transform .6s ease;
}

.btn-gold:hover::before,
button.btn-gold:hover::before,
a.btn-gold:hover::before,
button[type="submit"]:hover::before,
.ats-actions a.gold:hover::before,
.aep-actions a.gold:hover::before,
.acp-actions a.gold:hover::before{
    transform:translateX(120%);
}

/* Badges and pills */
.badge,
[class*="pill"],
[class*="kicker"]{
    border-radius:999px!important;
    border:1px solid rgba(185,138,54,.18)!important;
    background:#fff4de!important;
    color:#8d611f!important;
    font-weight:900!important;
}

/* Forms */
input,
select,
textarea{
    background:#fffdf8!important;
    border:1px solid rgba(185,138,54,.22)!important;
    border-radius:17px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}

input:focus,
select:focus,
textarea:focus{
    outline:3px solid rgba(185,138,54,.18)!important;
    outline-offset:2px!important;
}

/* Gallery captions */
figcaption{
    background:linear-gradient(180deg,transparent,rgba(34,20,10,.78))!important;
    backdrop-filter:blur(10px);
}

/* Tables */
table{
    border-radius:18px;
    overflow:hidden;
}

th{
    background:linear-gradient(135deg,var(--royal-dark),#7a541d)!important;
}

/* Footer polish */
footer,
.site-footer,
.public-footer{
    position:relative;
    overflow:hidden;
}

footer::before,
.site-footer::before,
.public-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 15% 20%,rgba(223,192,120,.12),transparent 30%),
        radial-gradient(circle at 85% 70%,rgba(185,138,54,.10),transparent 34%);
    pointer-events:none;
}

/* Luxury trust strip */
.at-royal-trust{
    padding:28px 14px;
    background:linear-gradient(180deg,#fff,#fffaf3);
    font-family:Arial,Tahoma,sans-serif;
}

.at-royal-trust-inner{
    width:min(1180px,100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}

.at-royal-trust-card{
    background:#fff;
    border:1px solid var(--royal-line);
    border-radius:24px;
    box-shadow:var(--royal-shadow);
    padding:16px;
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.at-royal-trust-card span{
    width:46px;
    height:46px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:#fff4de;
    color:#8d611f;
    font-size:22px;
    flex:0 0 auto;
}

.at-royal-trust-card strong{
    display:block;
    color:var(--royal-dark);
    font-weight:900;
    margin-bottom:4px;
}

.at-royal-trust-card small{
    color:var(--royal-muted);
    line-height:1.7;
}

/* Mobile contact dock */
.at-mobile-dock{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:99990;
    display:none;
    grid-template-columns:1fr 1fr 1fr;
    gap:7px;
    padding:8px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(185,138,54,.22);
    border-radius:22px;
    box-shadow:0 18px 60px rgba(56,35,18,.20);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    font-family:Arial,Tahoma,sans-serif;
}

.at-mobile-dock a{
    min-height:44px;
    border-radius:16px;
    display:grid;
    place-items:center;
    text-align:center;
    text-decoration:none;
    color:var(--royal-dark);
    font-weight:900;
    font-size:12px;
    background:#fffaf3;
    border:1px solid rgba(185,138,54,.12);
}

.at-mobile-dock a.gold{
    background:linear-gradient(135deg,var(--royal-gold),var(--royal-gold-light));
    color:#fff;
    border-color:transparent;
}

/* Scroll reveal */
.at-reveal{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .55s ease, transform .55s ease;
}

.at-reveal.show{
    opacity:1;
    transform:none;
}

@media (prefers-reduced-motion: reduce){
    .at-reveal{
        opacity:1;
        transform:none;
        transition:none;
    }

    *{
        scroll-behavior:auto!important;
    }
}

@media(max-width:1100px){
    .at-royal-trust-inner{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:700px){
    body{
        padding-bottom:78px;
    }

    .at-mobile-dock{
        display:grid;
    }

    .at-royal-trust{
        padding:22px 10px;
    }

    .at-royal-trust-inner{
        grid-template-columns:1fr;
    }

    .card,
    [class*="card"],
    figure.group,
    article{
        border-radius:22px!important;
    }

    .heading.text-4xl,
    h1{
        font-size:clamp(28px,8vw,40px)!important;
        line-height:1.18!important;
    }
}
