:root {
    --site-blue: #0e3556;
    --site-blue-strong: #0a2843;
    --site-blue-soft: #204d72;
    --site-gold: #d6ac49;
    --site-sand: #f4efe6;
    --site-sand-strong: #ece2d1;
    --site-ink: #17212c;
    --site-shadow: 0 24px 60px rgba(7, 19, 32, 0.18);
    --site-radius: 1.5rem;
}

html {
    scroll-padding-top: 88px;
}

body {
    font-family: "Open Sans", sans-serif;
    color: var(--site-ink);
    background: radial-gradient(circle at top left, rgba(214, 172, 73, 0.18), transparent 28%),
        linear-gradient(180deg, #f8f3ea 0%, #eef3f7 100%);
}

a {
    color: var(--site-blue-soft);
}

a:hover {
    color: var(--site-blue);
}

h1,
h2,
h3,
h4,
.navbar-brand,
.section-kicker,
.btn,
.footer-title {
    font-family: "Francois One", sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease;
}

.site-header .navbar {
    padding: 0.9rem 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(14px);
}

.site-header.is-scrolled .navbar {
    background: rgba(9, 22, 38, 0.94);
    box-shadow: 0 12px 36px rgba(7, 19, 32, 0.28);
}

.brand-mark {
    width: min(100%, 240px);
    height: auto;
}

.navbar-nav {
    gap: 0.75rem;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.82);
    padding: 0.6rem 0.85rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #fff;
}

.navbar-toggler {
    border: 0;
    padding: 0.6rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(214, 172, 73, 0.35);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn {
    border-radius: 999px;
    padding: 0.85rem 1.35rem;
    letter-spacing: 0.03em;
}

.btn-brand {
    background: var(--site-gold);
    border-color: var(--site-gold);
    color: #0d2238;
}

.btn-brand:hover,
.btn-brand:focus-visible {
    background: #c89b30;
    border-color: #c89b30;
    color: #0d2238;
}

.hero-section {
    position: relative;
    min-height: min(100vh, 920px);
    display: flex;
    align-items: center;
    padding: 7rem 0 5rem;
    color: #fff;
    background: linear-gradient(180deg, rgba(5, 15, 26, 0.48), rgba(5, 15, 26, 0.78)),
        url("../media/img/hero-bg.webp") center center / cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(214, 172, 73, 0.25), transparent 28%),
        linear-gradient(135deg, rgba(14, 53, 86, 0.15), rgba(14, 53, 86, 0.55));
}

.hero-kicker,
.section-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: var(--site-gold);
}

.hero-section h1 {
    font-size: clamp(3rem, 9vw, 5.8rem);
    margin-bottom: 1rem;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.hero-lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(1.1rem, 2.4vw, 1.35rem);
    color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-facts {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 2rem 0 0;
    padding: 0;
}

.hero-facts li {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(4px);
}

.section {
    padding: 5.5rem 0;
}

.section-light {
    background: radial-gradient(circle at top right, rgba(214, 172, 73, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
}

.section-dark {
    color: #fff;
    background: linear-gradient(180deg, rgba(11, 31, 51, 0.96), rgba(13, 47, 76, 0.94)),
        url("../media/img/hero-bg2.webp") center center / cover no-repeat;
}

.section-contact {
    background: radial-gradient(circle at bottom left, rgba(214, 172, 73, 0.18), transparent 24%),
        linear-gradient(180deg, #f6efe4 0%, #edf2f6 100%);
}

.section h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
}

.section-lead {
    font-size: 1.15rem;
    line-height: 1.8;
}

.section-split {
    margin-top: 3rem;
}

.feature-list {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.feature-item {
    padding: 1.2rem 1.3rem;
    border-radius: 1.1rem;
    background: rgba(14, 53, 86, 0.06);
    border: 1px solid rgba(14, 53, 86, 0.08);
}

.feature-item h3 {
    font-size: 1.1rem;
    margin-bottom: 0.45rem;
    color: var(--site-blue);
}

.feature-item p {
    margin: 0;
}

.media-card {
    overflow: hidden;
    border-radius: var(--site-radius);
    background: #fff;
    box-shadow: var(--site-shadow);
}

.media-card img {
    display: block;
    width: 100%;
    height: auto;
}

.tilt-card {
    transform: rotate(1.2deg);
}

.media-card-small {
    height: 100%;
}

.media-card-small img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

.round-card {
    border-radius: 50%;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.8rem;
}

.text-gold {
    color: var(--site-gold);
}

.area-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.area-pills span {
    border-radius: 999px;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.gallery-grid {
    display: grid;
    gap: 1.2rem;
}

.gallery-card {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: var(--site-radius);
    overflow: hidden;
    box-shadow: var(--site-shadow);
    background: transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gallery-card:hover,
.gallery-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 28px 68px rgba(7, 19, 32, 0.28);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.contact-card,
.form-shell {
    border-radius: var(--site-radius);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(14, 53, 86, 0.08);
    box-shadow: var(--site-shadow);
    padding: 2rem;
    height: 100%;
}

.contact-logo {
    max-width: 240px;
    margin-bottom: 1rem;
}

.contact-list {
    display: grid;
    gap: 1rem;
    margin: 1.5rem 0;
}

.contact-list dt {
    font-family: "Francois One", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0.25rem;
    color: var(--site-blue);
}

.contact-list dd {
    margin: 0;
}

.fine-print,
.form-intro {
    color: #506173;
}

.form-embed-frame {
    display: block;
    width: 100%;
    min-height: 760px;
    border: 0;
    border-radius: 1rem;
    background: transparent;
    overflow: hidden;
}

.site-footer {
    color: rgba(255, 255, 255, 0.82);
    background: linear-gradient(180deg, #081929 0%, #0d2237 100%);
    padding: 4rem 0 2rem;
}

.footer-logo {
    max-width: 230px;
    margin-bottom: 1rem;
}

.footer-title {
    color: var(--site-gold);
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li + li {
    margin-top: 0.55rem;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--site-gold);
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.project-modal {
    border: 0;
    border-radius: 1.25rem;
    overflow: hidden;
}

.modal-image {
    width: 100%;
    border-radius: 1rem;
}

.modal-caption {
    color: #4f5d6b;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.08);
    }

    .navbar-nav {
        margin-bottom: 1rem;
    }

    .tilt-card {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    html {
        scroll-padding-top: 78px;
    }

    .hero-section {
        min-height: auto;
        padding: 6rem 0 4rem;
    }

    .section {
        padding: 4.5rem 0;
    }

    .contact-card,
    .form-shell {
        padding: 1.4rem;
    }

    .gallery-card img,
    .media-card-small img {
        min-height: 220px;
    }
}
