* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(135deg, #0a0f0a 0%, #1a1a1a 50%, #0d1810 100%);
    color: #E8F5E9;
    line-height: 1.6;
    font-weight: 300;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(74, 124, 47, 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(139, 92, 246, 0.02) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgba(111, 220, 111, 0.02) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

body > * {
    position: relative;
    z-index: 1;
}

.elite-vault-hero {
    width: 100%;
    min-height: auto;
    background: radial-gradient(ellipse at top, rgba(74, 124, 47, 0.15) 0%, rgba(13, 13, 13, 0.95) 70%);
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.elite-vault-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(74, 124, 47, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.06) 0%, transparent 50%);
    animation: growthPulse 20s ease-in-out infinite;
}

@keyframes growthPulse {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-5%, -5%) scale(1.1); }
}

.premium-showcase-wrapper {
    max-width: 1600px;
    width: 100%;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

.site-logo {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 20px;
    background: linear-gradient(135deg, rgba(45, 80, 22, 0.2), rgba(74, 124, 47, 0.1));
    border-radius: 24px;
    border: 2px solid transparent;
    background-image: 
        linear-gradient(135deg, rgba(45, 80, 22, 0.2), rgba(74, 124, 47, 0.1)),
        linear-gradient(135deg, #2d5016, #6fdc6f, #2d5016);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 8px 32px rgba(111, 220, 111, 0.15);
}

.site-logo .logo-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #E8F5E9;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-shadow: 
        0 0 30px rgba(111, 220, 111, 0.8),
        0 0 60px rgba(111, 220, 111, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.8);
    filter: drop-shadow(0 0 15px rgba(111, 220, 111, 0.6));
}


.site-logo .tagline {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #a0f0a0;
    letter-spacing: 2px;
    font-weight: 300;
    opacity: 0.9;
}

.golden-gallery-grid {
    display: grid;
    grid-template-columns: 60fr 40fr;
    gap: 24px;
    align-items: center;
}

.prime-display-zone {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
                linear-gradient(135deg, #2d5016, #4a7c2f, #6fdc6f) border-box;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(74, 124, 47, 0.15);
    max-height: 500px;
}

.prime-display-zone img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 14px;
}

.prime-display-zone:hover img {
    transform: scale(1.03);
}

.prime-display-zone:hover {
    box-shadow: 0 12px 48px rgba(111, 220, 111, 0.25);
}

.compact-preview-matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    height: 100%;
}

.micro-frame {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
                linear-gradient(135deg, #2d5016, #6fdc6f) border-box;
    border-radius: 12px;
    aspect-ratio: 1;
    box-shadow: 0 4px 20px rgba(45, 80, 22, 0.2);
}

.micro-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 10px;
}

.micro-frame:hover img {
    transform: scale(1.08);
}

.micro-frame:hover {
    box-shadow: 0 8px 32px rgba(111, 220, 111, 0.3);
}

.dark-canvas-core {
    max-width: 1600px;
    margin: 0 auto;
    padding: 120px 60px;
}

.refined-content-vault {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 50px;
    align-items: start;
}

.amber-menu-reveal {
    background: linear-gradient(145deg, rgba(45, 80, 22, 0.15), rgba(26, 26, 26, 0.95));
    border: 2px solid transparent;
    background-image: 
        linear-gradient(145deg, rgba(45, 80, 22, 0.15), rgba(26, 26, 26, 0.95)),
        linear-gradient(180deg, #2d5016, #4a7c2f);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 20px;
    padding: 50px 35px;
    position: sticky;
    top: 40px;
    box-shadow: 
        0 8px 32px rgba(45, 80, 22, 0.3),
        inset 0 1px 0 rgba(111, 220, 111, 0.1);
}

.amber-menu-reveal summary {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #6fdc6f;
    cursor: pointer;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 0 25px 0;
    margin-bottom: 35px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #2d5016, #6fdc6f, #2d5016) 1;
    transition: all 0.3s ease;
    position: relative;
}

.amber-menu-reveal summary::after {
    content: '▼';
    position: absolute;
    right: 0;
    font-size: 10px;
    transition: transform 0.3s ease;
}

.amber-menu-reveal[open] summary::after {
    transform: rotate(180deg);
}

.amber-menu-reveal summary:hover {
    color: #a0f0a0;
    letter-spacing: 4px;
    text-shadow: 0 0 20px rgba(111, 220, 111, 0.5);
}

.amber-menu-reveal summary::-webkit-details-marker {
    display: none;
}

.amber-menu-reveal[open] summary {
    margin-bottom: 35px;
}

.amber-menu-reveal ul {
    list-style: none;
}

.amber-menu-reveal ul li {
    margin-bottom: 18px;
    position: relative;
}

.amber-menu-reveal ul li:last-child {
    margin-bottom: 0;
}

.amber-menu-reveal ul li::before {
    content: '🌱';
    position: absolute;
    left: -20px;
    top: 8px;
    font-size: 14px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0) rotate(-45deg);
}

.amber-menu-reveal ul li:hover::before {
    opacity: 1;
    left: -15px;
    transform: scale(1) rotate(0deg);
}

.amber-menu-reveal ul li a {
    color: #E8F5E9;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    transition: all 0.3s ease;
    display: block;
    padding: 15px 20px;
    background-color: rgba(45, 80, 22, 0.1);
    border-left: 2px solid transparent;
    border-radius: 8px;
    font-weight: 400;
}

.amber-menu-reveal ul li a:hover {
    color: #6fdc6f;
    background: linear-gradient(90deg, rgba(45, 80, 22, 0.3), rgba(74, 124, 47, 0.2));
    border-left-color: #6fdc6f;
    padding-left: 25px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(111, 220, 111, 0.15);
}

.amber-menu-reveal ul li a.active {
    color: #6fdc6f;
    background: linear-gradient(90deg, rgba(74, 124, 47, 0.25), rgba(45, 80, 22, 0.2));
    border-left-color: #6fdc6f;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(111, 220, 111, 0.2);
}

.luxury-body-container {
    font-size: 16px;
    color: #E8F5E9;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(45, 80, 22, 0.08));
    border: 2px solid transparent;
    background-image: 
        linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(45, 80, 22, 0.08)),
        linear-gradient(135deg, #2d5016, #4a7c2f);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 20px;
    padding: 80px;
    min-height: 500px;
    box-shadow: 
        0 8px 32px rgba(45, 80, 22, 0.2),
        inset 0 1px 0 rgba(111, 220, 111, 0.05);
}

.luxury-body-container h1,
.luxury-body-container h2,
.luxury-body-container h3 {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #6fdc6f, #4a7c2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.luxury-body-container h1 {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.luxury-body-container h1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #6fdc6f, #4a7c2f);
    transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 2px;
}

.luxury-body-container h1:hover::after {
    width: 100%;
}

.luxury-body-container h2 {
    font-size: 36px;
}

.luxury-body-container h3 {
    font-size: 24px;
}

.luxury-body-container p {
    margin-bottom: 25px;
}

.luxury-body-container a {
    color: #6fdc6f;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.luxury-body-container a:hover {
    color: #a0f0a0;
    border-bottom-color: #6fdc6f;
    text-shadow: 0 0 10px rgba(111, 220, 111, 0.3);
}

.obsidian-ground-base {
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.8), rgba(10, 15, 10, 0.95));
    border-top: 2px solid transparent;
    border-image: linear-gradient(90deg, transparent, #4a7c2f, transparent) 1;
    padding: 60px 0;
    margin-top: 100px;
    position: relative;
}

.obsidian-ground-base::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(111, 220, 111, 0.3), transparent);
}

.minimalist-contact-strip {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.minimalist-contact-strip p {
    font-size: 14px;
    margin-bottom: 15px;
}

.minimalist-contact-strip a {
    color: #6fdc6f;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 15px;
}

.minimalist-contact-strip a:hover {
    color: #a0f0a0;
    text-shadow: 0 0 12px rgba(111, 220, 111, 0.4);
}

.subdued-legal-text {
    color: #666;
    font-size: 12px;
    margin-top: 20px;
}

@media (max-width: 1400px) {
    .refined-content-vault {
        grid-template-columns: 380px 1fr;
        gap: 40px;
    }

    .amber-menu-reveal {
        padding: 40px 30px;
    }
}

@media (max-width: 1024px) {
    .golden-gallery-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .elite-vault-hero {
        min-height: auto;
        padding: 60px 0;
    }

    .premium-showcase-wrapper {
        padding: 0 30px;
    }

    .dark-canvas-core {
        padding: 80px 30px;
    }

    .refined-content-vault {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .amber-menu-reveal {
        position: static;
        padding: 40px 30px;
    }

    .luxury-body-container {
        padding: 50px 40px;
    }

    .minimalist-contact-strip {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .site-logo {
        margin-bottom: 40px;
        padding: 30px 15px;
    }

    .site-logo .logo-title {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .site-logo .tagline {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .luxury-body-container h1 {
        font-size: 36px;
    }

    .luxury-body-container h2 {
        font-size: 28px;
    }

    .luxury-body-container h3 {
        font-size: 20px;
    }

    .luxury-body-container {
        padding: 40px 30px;
    }

    .amber-menu-reveal {
        padding: 30px 25px;
    }

    .compact-preview-matrix {
        gap: 15px;
    }

    .golden-gallery-grid {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .site-logo {
        margin-bottom: 30px;
        padding: 20px 10px;
    }

    .site-logo .logo-title {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .site-logo .tagline {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .premium-showcase-wrapper {
        padding: 0 20px;
    }

    .luxury-body-container {
        padding: 30px 20px;
    }

    .amber-menu-reveal {
        padding: 25px 20px;
    }

    .minimalist-contact-strip {
        padding: 0 20px;
    }

    .minimalist-contact-strip a {
        display: block;
        margin: 10px 0;
    }
}

::selection {
    background-color: rgba(111, 220, 111, 0.3);
    color: #E8F5E9;
}

::-moz-selection {
    background-color: rgba(111, 220, 111, 0.3);
    color: #E8F5E9;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #0d0d0d;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2d5016, #4a7c2f);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #4a7c2f, #6fdc6f);
}

