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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'DM Sans', Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #0A1628;
    background: #FAFAF7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ─── NAVBAR ─── */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(6, 15, 36, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(212, 168, 67, 0.15);
    transition: background 0.3s ease;
}

.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-brand-mark {
    width: 36px;
    height: 36px;
    background: #D4A843;
    color: #060F24;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.nav-brand-text {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 15px;
    color: #FAFAF7;
    letter-spacing: 0.01em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: rgba(250, 250, 247, 0.7);
    transition: color 0.2s ease;
    letter-spacing: 0.02em;
}

.nav-link:hover {
    color: #D4A843;
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #D4A843;
    padding: 8px 18px;
    border: 1px solid rgba(212, 168, 67, 0.4);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.nav-cta:hover {
    background: rgba(212, 168, 67, 0.1);
    border-color: #D4A843;
}

.nav-toggle {
    display: none;
    color: #FAFAF7;
    padding: 4px;
}

.mobile-overlay {
    display: none;
}

/* ─── BUTTONS ─── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all 0.25s ease;
    letter-spacing: 0.01em;
}

.btn-primary {
    background: #D4A843;
    color: #060F24;
    border: 2px solid #D4A843;
}

.btn-primary:hover {
    background: #E8C547;
    border-color: #E8C547;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(212, 168, 67, 0.35);
}

.btn-ghost {
    background: transparent;
    color: #FAFAF7;
    border: 2px solid rgba(250, 250, 247, 0.3);
}

.btn-ghost:hover {
    border-color: rgba(250, 250, 247, 0.7);
    background: rgba(250, 250, 247, 0.05);
}

.btn-gold {
    background: #D4A843;
    color: #060F24;
    border: 2px solid #D4A843;
}

.btn-gold:hover {
    background: #E8C547;
    border-color: #E8C547;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(212, 168, 67, 0.35);
}

.btn-outline-light {
    background: transparent;
    color: #FAFAF7;
    border: 2px solid rgba(250, 250, 247, 0.4);
}

.btn-outline-light:hover {
    border-color: #FAFAF7;
    background: rgba(250, 250, 247, 0.08);
}

.btn-full {
    width: 100%;
    justify-content: center;
}

/* ─── HERO ─── */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #060F24;
    padding-top: 72px;
    overflow: hidden;
}

.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(ellipse 80% 60% at 70% 40%, rgba(212, 168, 67, 0.06) 0%, transparent 70%),
        radial-gradient(circle at 20% 80%, rgba(21, 46, 86, 0.5) 0%, transparent 50%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
}

.hero-content {
    padding-right: 16px;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #D4A843;
    margin-bottom: 28px;
}

.hero-label-line {
    width: 32px;
    height: 2px;
    background: #D4A843;
    border-radius: 2px;
}

.hero-headline {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    color: #FAFAF7;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero-headline em {
    color: #D4A843;
    font-style: italic;
}

.hero-sub {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(250, 250, 247, 0.65);
    margin-bottom: 36px;
    max-width: 520px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.hero-stats {
    display: flex;
    gap: 24px;
    align-items: center;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #D4A843;
}

.hero-stat-label {
    font-size: 12px;
    color: rgba(250, 250, 247, 0.5);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(212, 168, 67, 0.25);
}

.hero-image-col {
    position: relative;
    min-height: 560px;
}

.hero-image-main {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 600/750;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4);
}

.hero-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-accent {
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 120px;
    height: 120px;
    border: 3px solid #D4A843;
    border-radius: 12px;
    z-index: -1;
}

.hero-image-float {
    position: absolute;
    bottom: 60px;
    left: -40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(212, 168, 67, 0.3);
    aspect-ratio: 3/2;
}

.hero-image-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ─── SECTION COMMON ─── */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #D4A843;
    margin-bottom: 20px;
}

.section-label-line {
    width: 32px;
    height: 2px;
    background: #D4A843;
    border-radius: 2px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    color: #060F24;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.section-title em {
    font-style: italic;
    color: #B8860B;
}

.section-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #152E56;
    opacity: 0.7;
    max-width: 560px;
}

/* ─── SERVICES ─── */
.services {
    padding: 120px 0;
    background: #FAFAF7;
}

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

.services .section-desc {
    margin: 0 auto 64px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: left;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px;
    border: 1px solid rgba(6, 15, 36, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #D4A843;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(6, 15, 36, 0.1);
    border-color: transparent;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 56px;
    height: 56px;
    background: rgba(6, 15, 36, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #060F24;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: #060F24;
    color: #D4A843;
}

.service-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #060F24;
    margin-bottom: 12px;
}

.service-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #152E56;
    opacity: 0.75;
    margin-bottom: 24px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #D4A843;
    transition: gap 0.2s ease;
}

.service-card:hover .service-link {
    gap: 10px;
}

/* ─── ABOUT ─── */
.about {
    padding: 120px 0;
    background: #060F24;
    overflow: hidden;
}

.about .section-title {
    color: #FAFAF7;
}

.about .section-title em {
    color: #D4A843;
}

.about .section-desc {
    color: rgba(250, 250, 247, 0.6);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-image-col {
    position: relative;
}

.about-image-main {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 560/480;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.about-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-image-secondary {
    position: absolute;
    bottom: -32px;
    right: -32px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(212, 168, 67, 0.3);
    aspect-ratio: 4/3;
}

.about-image-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(250, 250, 247, 0.7);
    margin-bottom: 20px;
}

.about-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 36px;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(250, 250, 247, 0.85);
}

.value-item svg {
    color: #D4A843;
    flex-shrink: 0;
}

/* ─── WHY ─── */
.why {
    padding: 120px 0;
    background: #FAFAF7;
}

.why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.why-list {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.why-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
}

.why-num {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 800;
    color: rgba(212, 168, 67, 0.25);
    line-height: 1;
    padding-top: 4px;
}

.why-item-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #060F24;
    margin-bottom: 6px;
}

.why-item-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #152E56;
    opacity: 0.7;
}

.why-image-col {
    position: relative;
}

.why-image {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 520/640;
    box-shadow: 0 24px 48px rgba(6, 15, 36, 0.12);
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ─── CTA STRIP ─── */
.cta-strip {
    padding: 80px 0;
    background: #0A1628;
    border-top: 1px solid rgba(212, 168, 67, 0.15);
    border-bottom: 1px solid rgba(212, 168, 67, 0.15);
}

.cta-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-strip-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: #FAFAF7;
    line-height: 1.2;
    margin-bottom: 12px;
}

.cta-strip-desc {
    font-size: 16px;
    color: rgba(250, 250, 247, 0.6);
    max-width: 400px;
}

.cta-strip-actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

/* ─── CONTACT ─── */
.contact {
    padding: 120px 0;
    background: #FAFAF7;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-detail-icon {
    width: 44px;
    height: 44px;
    background: rgba(6, 15, 36, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #060F24;
    flex-shrink: 0;
}

.contact-detail-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #152E56;
    opacity: 0.5;
    margin-bottom: 2px;
}

.contact-detail-value {
    font-size: 15px;
    font-weight: 500;
    color: #060F24;
}

.contact-detail-link {
    font-size: 15px;
    font-weight: 600;
    color: #D4A843;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.contact-detail-link:hover {
    color: #E8C547;
}

.contact-map {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 8px;
    box-shadow: 0 8px 24px rgba(6, 15, 36, 0.08);
}

.contact-form-col {
    position: relative;
}

.contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px 40px;
    box-shadow: 0 16px 48px rgba(6, 15, 36, 0.08);
    border: 1px solid rgba(6, 15, 36, 0.06);
}

.contact-form-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #060F24;
    margin-bottom: 8px;
}

.contact-form-sub {
    font-size: 15px;
    color: #152E56;
    opacity: 0.65;
    margin-bottom: 32px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #152E56;
    margin-bottom: 8px;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #060F24;
    background: #FAFAF7;
    border: 1.5px solid rgba(6, 15, 36, 0.1);
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease;
    -webkit-appearance: none;
}

.form-input:focus {
    border-color: #D4A843;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(212, 168, 67, 0.12);
}

.form-input::placeholder {
    color: rgba(6, 15, 36, 0.3);
}

.form-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230A1628' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Epolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
}

.form-success {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
}

.form-success svg {
    color: #D4A843;
    margin-bottom: 16px;
}

.form-success-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #060F24;
    margin-bottom: 8px;
}

.form-success-text {
    font-size: 15px;
    color: #152E56;
    opacity: 0.7;
}

/* ─── FOOTER ─── */
.footer {
    background: #060F24;
    padding: 64px 0 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 48px;
    align-items: start;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(250, 250, 247, 0.08);
}

.footer-tagline {
    font-size: 14px;
    color: rgba(250, 250, 247, 0.45);
    margin-top: 12px;
    max-width: 240px;
    line-height: 1.6;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-link {
    font-size: 14px;
    color: rgba(250, 250, 247, 0.55);
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #D4A843;
}

.footer-phone {
    font-size: 18px;
    font-weight: 700;
    color: #D4A843;
    display: block;
    margin-bottom: 6px;
}

.footer-address {
    font-size: 14px;
    color: rgba(250, 250, 247, 0.45);
    line-height: 1.6;
}

.footer-bottom {
    padding: 24px 0;
    text-align: center;
}

.footer-bottom span {
    font-size: 13px;
    color: rgba(250, 250, 247, 0.3);
}

/* ─── SCROLL REVEAL ─── */
.reveal-up {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-left {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-delay {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero-image-col {
        max-width: 480px;
        min-height: auto;
    }

    .hero-content {
        padding-right: 0;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-grid,
    .why-inner,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-image-secondary {
        right: 0;
        bottom: -24px;
    }

    .why-image {
        max-width: 480px;
    }

    .cta-strip-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .footer-tagline {
        max-width: none;
        margin: 12px auto 0;
    }
}

@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: rgba(6, 15, 36, 0.98);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        flex-direction: column;
        align-items: stretch;
        padding: 24px;
        gap: 0;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(212, 168, 67, 0.15);
    }

    .nav-links.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-link {
        padding: 14px 0;
        border-bottom: 1px solid rgba(250, 250, 247, 0.06);
        font-size: 16px;
    }

    .nav-cta {
        margin-top: 16px;
        justify-content: center;
        padding: 14px;
    }

    .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-overlay {
        display: block;
        position: fixed;
        inset: 0;
        top: 72px;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }

    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .hero {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .hero-grid {
        padding-top: 24px;
    }

    .hero-image-col {
        display: none;
    }

    .hero-stats {
        flex-wrap: wrap;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .about-values {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form-card {
        padding: 32px 24px;
    }

    .cta-strip-actions {
        flex-direction: column;
        width: 100%;
    }

    .cta-strip-actions .btn {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .nav-inner {
        padding: 0 16px;
    }

    .hero-headline {
        font-size: 32px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        justify-content: center;
    }
}
