:root {
    --bg: #0f1115;
    --surface: rgba(255, 255, 255, 0.95);
    --surface-soft: rgba(255, 255, 255, 0.12);
    --text: #f8f8f8;
    --muted: #c8c9d0;
    --accent: #f6b65b;
    --accent-dark: #e39e37;
    --border: rgba(255, 255, 255, 0.12);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: #050608;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

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

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

.page-shell {
    min-height: 100vh;
}

.site-shell {
    width: min(1110px, calc(100% - 2rem));
    margin: 0 auto;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 3rem 0;
    background-image: linear-gradient(180deg, rgba(4, 5, 10, 0.5), rgba(4, 5, 10, 0.75)), url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(246, 182, 91, 0.25), transparent 45%), linear-gradient(180deg, rgba(4, 5, 10, 0.7), rgba(4, 5, 10, 0.9));
}

.brand-line,
.hero-trust,
.hero-content,
.section-header,
.gallery-copy,
.contact-copy,
.footer-shell {
    position: relative;
    z-index: 1;
}

.brand-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.brand-name {
    font-size: 0.95rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent);
}

.hero-content {
    max-width: 740px;
}

.eyebrow {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: var(--muted);
}

.hero h1 {
    margin: 0 0 2rem 0;
    font-size: clamp(3rem, 5vw, 4.75rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    padding: 0.95rem 1.7rem;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-pressed {
    transform: translateY(0);
}

.button-primary {
    background: var(--accent);
    color: #111;
}

.button-primary:hover {
    background: var(--accent-dark);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--text);
}

.text-link {
    font-size: 0.98rem;
    color: #fff;
    opacity: 0.88;
}

.hero-trust {
    margin-top: 4rem;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-trust div {
    background: rgba(255, 255, 255, 0.08);
    padding: 1.3rem 1.25rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-trust strong {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
}

.hero-trust span {
    color: var(--muted);
    font-size: 0.95rem;
}

.focus-section,
.testimonial-section,
.contact-section {
    padding: 6rem 0;
}

.section-header {
    max-width: 720px;
    margin-bottom: 2.75rem;
}

.section-header p {
    margin: 0 0 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    font-size: 0.85rem;
}

.section-header h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
}

.feature-grid,
.testimonial-grid,
.contact-actions {
    display: grid;
    gap: 1.5rem;
}

.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    padding: 2rem;
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.feature-card h3 {
    margin: 0 0 0.85rem;
    font-size: 1.2rem;
}

.feature-card p {
    margin: 0;
    color: var(--muted);
}

.feature-card,
.testimonial-card,
.gallery-card,
.contact-card,
.hero-trust div {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.gallery-section {
    padding: 2rem 0 6rem;
}

.gallery-shell {
    display: grid;
    gap: 2rem;
}

.gallery-copy {
    max-width: 600px;
}

.gallery-copy p {
    margin: 0 0 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    font-size: 0.85rem;
}

.gallery-copy h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    gap: 1.5rem;
}

.gallery-card {
    min-height: 360px;
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    box-shadow: var(--shadow);
}

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

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    padding: 2rem;
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.quote {
    margin: 0 0 1.5rem;
    font-size: 1.05rem;
    color: #f4f4f4;
}

.review-meta strong {
    display: block;
    margin-bottom: 0.35rem;
}

.review-meta span {
    color: var(--muted);
}

.contact-shell {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 2rem;
    align-items: start;
}

.contact-copy h2 {
    margin: 0.5rem 0 0;
    font-size: clamp(2.25rem, 3vw, 3.75rem);
    line-height: 1.02;
}

.small-copy {
    margin: 1rem 0 2rem;
    color: var(--muted);
}

.contact-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    padding: 2rem;
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.contact-card div {
    margin-bottom: 1.35rem;
}

.contact-card span {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.contact-card p,
.contact-card a {
    margin: 0;
    color: var(--text);
    line-height: 1.5;
}

.footer {
    padding: 2rem 0 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-shell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.footer-shell p {
    margin: 0;
    color: var(--muted);
}

.footer-note {
    opacity: 0.85;
}

@media (max-width: 768px) {
    .hero {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .hero-trust,
    .feature-grid,
    .testimonial-grid,
    .contact-shell,
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .hero {
        padding: 2rem 0 4rem;
    }

    .hero-content h1 {
        font-size: 2.7rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }

    .site-shell {
        width: calc(100% - 1.5rem);
    }
}

@media (max-width: 568px) {
    .hero-content {
        min-height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}