:root {
    --c-primary: #4a2c2a;
    --c-secondary: #d4af37;
    --c-bg: #fdfbf7;
    --c-text: #2c2c2c;
    --c-accent: #e2725b;
    --f-heading: 'Playfair Display', serif;
    --f-body: 'Lora', serif;
    --spacing-sm: 1.2rem;
    --spacing-md: 3.6rem;
    --spacing-lg: 7.3rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--f-body);
    color: var(--c-text);
    background-color: var(--c-bg);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

h1, h2, h3, h4 {
    font-family: var(--f-heading);
    color: var(--c-primary);
    line-height: 1.2;
}

a {
    color: var(--c-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--c-secondary);
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: var(--spacing-md);
    position: relative;
}

.text-center {
    text-align: center;
}

/* Header */
.aura-masthead {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(253, 251, 247, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(74, 44, 42, 0.1);
}

.aura-mark {
    font-family: var(--f-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--c-secondary);
    letter-spacing: 2px;
}

.aura-navigation {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.aura-navigation a {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-ghost-link {
    opacity: 0.7;
}

.aura-action-btn, .aura-action-btn-small {
    background-color: var(--c-primary);
    color: var(--c-bg);
    padding: 1rem 2rem;
    font-family: var(--f-body);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.aura-action-btn:hover, .aura-action-btn-small:hover {
    background-color: var(--c-secondary);
    color: var(--c-primary);
}

.aura-action-btn-small {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
}

/* Hero */
.prestige-hero {
    padding: var(--spacing-lg) 4vw 4.8vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 85vh;
}

.hero-typographic-core {
    max-width: 600px;
}

.hero-headline {
    font-size: clamp(3rem, 5vw, 5rem);
    margin-bottom: 1.5rem;
}

.hero-subtext {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: #555;
    border-left: 3px solid var(--c-secondary);
    padding-left: 1rem;
}

.hero-abstract-shapes {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.hero-visual {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    z-index: 2;
    box-shadow: 20px 20px 0px var(--c-primary);
}

.shape-accent-1 {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 60%;
    height: 60%;
    background-color: var(--c-secondary);
    opacity: 0.2;
    border-radius: 50% 0 50% 0;
    z-index: 1;
}

.shape-accent-2 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 40%;
    height: 40%;
    border: 2px solid var(--c-accent);
    z-index: 3;
}

/* Narrative About */
.narrative-epicenter {
    padding: 6rem 4vw;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: center;
}

.narrative-content-wrap {
    flex: 1;
    min-width: 300px;
}

.narrative-content-wrap p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.inline-text-link {
    color: var(--c-accent);
    border-bottom: 1px dotted var(--c-accent);
    font-weight: 600;
}

.inline-text-link:hover {
    color: var(--c-primary);
    border-bottom-color: var(--c-primary);
}

.stat-block {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 3rem;
    font-family: var(--f-heading);
    color: var(--c-secondary);
    font-weight: 700;
    line-height: 1;
}

.stat-suffix {
    font-size: 1.5rem;
    color: var(--c-secondary);
    font-family: var(--f-heading);
}

.stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

.narrative-visual-wrap {
    flex: 1;
    min-width: 300px;
}

.narrative-img {
    border-radius: 4px;
    filter: sepia(0.2);
}

/* Feedback */
.patron-echoes {
    padding: var(--spacing-lg) 4vw;
    background-color: var(--c-primary);
    color: var(--c-bg);
}

.patron-echoes .section-title {
    color: var(--c-secondary);
}

.echoes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.echo-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-left: 2px solid var(--c-secondary);
}

.echo-quote {
    font-style: italic;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.echo-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.echo-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.echo-author strong {
    display: block;
    color: var(--c-secondary);
    font-family: var(--f-heading);
}

.echo-author span {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Services */
.bespoke-offerings {
    padding: var(--spacing-lg) 4vw;
}

.offerings-asymmetric-layout {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.offering-module {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.shifted-module {
    direction: rtl;
}

.shifted-module .offering-text {
    direction: ltr;
}

.offering-module img {
    aspect-ratio: 4/3;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.offering-text h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--c-primary);
}

/* Contact */
.inquiry-portal {
    padding: var(--spacing-lg) 4vw;
    background: #fff;
    display: flex;
    justify-content: center;
}

.portal-container {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.portal-subtext {
    margin-bottom: 2.5rem;
    color: #666;
}

.aura-form {
    text-align: left;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    font-family: var(--f-body);
    background: var(--c-bg);
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--c-secondary);
}

.aura-form .aura-action-btn {
    width: 100%;
    margin-top: 1rem;
}

/* Footer */
.aura-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 4rem 4vw 2rem;
    font-size: 0.9rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.aura-mark-large {
    font-family: var(--f-heading);
    font-size: 3rem;
    color: var(--c-secondary);
    display: block;
    margin-bottom: 1rem;
}

.footer-contact h4,
.footer-legal h4 {
    color: #fff;
    font-family: var(--f-heading);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-contact p {
    margin-bottom: 0.5rem;
}

.footer-contact a,
.footer-legal a {
    color: #ccc;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-contact a:hover,
.footer-legal a:hover {
    color: var(--c-secondary);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.8rem;
}

.micro-disclaimer {
    margin-top: 0.5rem;
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 900px) {
    .prestige-hero {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-subtext {
        border-left: none;
        border-top: 3px solid var(--c-secondary);
        padding-left: 0;
        padding-top: 1rem;
        display: inline-block;
    }
    
    .hero-abstract-shapes {
        min-height: 400px;
    }
    
    .aura-navigation {
        display: none; /* Simplification for mobile */
    }
    
    .offering-module {
        grid-template-columns: 1fr;
    }
    
    .shifted-module {
        direction: ltr;
    }
}
