:root {
    --navy: #07182b;
    --navy-2: #0c2746;
    --navy-3: #102f52;
    --gold: #c9a45c;
    --gold-light: #ead39a;
    --cream: #f6f1e7;
    --white: #ffffff;
    --ink: #122033;
    --muted: #687487;
    --line: #e5e8ec;
    --soft: #f7f8fa;
    --shadow: 0 22px 60px rgba(6, 24, 43, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(7, 24, 43, .96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--cream); }
.brand-mark {
    width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center;
    color: var(--navy); background: linear-gradient(135deg, var(--gold-light), var(--gold));
    box-shadow: 0 10px 28px rgba(201,164,92,.22);
}
.brand-mark svg { width: 28px; height: 28px; }
.brand strong { display: block; font: 700 1.2rem Georgia, "Times New Roman", serif; }
.brand small { display: block; color: var(--gold-light); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav a { color: #d6dde6; font-size: .92rem; transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--gold-light); }
.main-nav .nav-cta {
    padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(234,211,154,.55);
    color: var(--gold-light);
}
.menu-toggle { display: none; background: none; border: 0; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: white; margin: 5px 0; }

.hero {
    position: relative; overflow: hidden; color: var(--white);
    background:
        radial-gradient(circle at 15% 15%, rgba(201,164,92,.17), transparent 31%),
        radial-gradient(circle at 85% 80%, rgba(61,112,156,.20), transparent 35%),
        linear-gradient(135deg, var(--navy) 0%, #0a213b 48%, #071526 100%);
}
.hero::before {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 48px 48px; pointer-events: none;
}
.hero-grid { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; }
.eyebrow { color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; font-weight: 700; font-size: .73rem; margin-bottom: 15px; }
.hero h1, .page-hero h1 { font: 700 clamp(2.8rem, 6vw, 5.4rem)/1.05 Georgia, "Times New Roman", serif; color: var(--cream); }
.hero p { max-width: 680px; color: #b9c4d2; font-size: 1.08rem; margin: 24px 0 30px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
    display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
    padding: 0 22px; border-radius: 999px; font-weight: 700; border: 1px solid transparent;
}
.btn-primary { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--navy); }
.btn-outline { border-color: rgba(255,255,255,.32); color: white; }
.hero-card {
    padding: 34px; border-radius: 28px; border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
    box-shadow: 0 32px 80px rgba(0,0,0,.28); backdrop-filter: blur(20px);
}
.hero-card h3 { font: 700 1.55rem Georgia, serif; color: var(--cream); }
.hero-card p { font-size: .92rem; margin: 10px 0 22px; }
.trust-list { display: grid; gap: 14px; }
.trust-item { display: flex; gap: 12px; align-items: flex-start; color: #dce3ea; font-size: .92rem; }
.trust-item span { width: 27px; height: 27px; border-radius: 50%; flex: 0 0 27px; display: grid; place-items: center; background: rgba(201,164,92,.16); color: var(--gold-light); }

section { padding: 95px 0; }
.section-head { max-width: 710px; margin-bottom: 42px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2 { font: 700 clamp(2.1rem, 4vw, 3.4rem)/1.15 Georgia, "Times New Roman", serif; color: var(--navy); }
.section-head p { color: var(--muted); margin-top: 14px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
    padding: 30px; background: white; border: 1px solid var(--line); border-radius: 22px;
    box-shadow: 0 14px 38px rgba(7,24,43,.06); transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card .icon {
    width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px;
    background: #f5efe2; color: #8e6e31; font-size: 1.25rem; margin-bottom: 20px;
}
.card h3 { font: 700 1.28rem Georgia, serif; color: var(--navy); margin-bottom: 10px; }
.card p { color: var(--muted); }
.card .read-more { display: inline-block; margin-top: 18px; color: #8b6b2f; font-weight: 700; }

.band { background: var(--soft); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.visual-panel {
    min-height: 460px; border-radius: 28px; padding: 38px; display: flex; flex-direction: column; justify-content: end;
    color: white; background:
      linear-gradient(180deg, rgba(7,24,43,.18), rgba(7,24,43,.92)),
      radial-gradient(circle at 20% 20%, rgba(201,164,92,.45), transparent 30%),
      linear-gradient(135deg, #183c62, #07182b);
    box-shadow: var(--shadow);
}
.visual-panel h3 { font: 700 2rem Georgia, serif; color: var(--cream); }
.visual-panel p { color: #c7d0db; margin-top: 12px; }
.feature-list { display: grid; gap: 20px; margin-top: 28px; }
.feature { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.feature .num { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; color: var(--navy); background: var(--gold-light); font-weight: 800; }
.feature h4 { color: var(--navy); margin-bottom: 4px; }
.feature p { color: var(--muted); }

.stats { background: var(--navy); color: white; padding: 55px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 15px; }
.stat strong { display: block; font: 700 2.2rem Georgia, serif; color: var(--gold-light); }
.stat span { color: #b6c0cc; font-size: .9rem; }

.cta { padding: 80px 0; background: linear-gradient(135deg, #0a213b, #07182b); color: white; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { font: 700 clamp(2rem,4vw,3rem) Georgia, serif; color: var(--cream); }
.cta p { color: #b8c3cf; margin-top: 10px; }

.page-hero {
    color: white; padding: 95px 0 80px;
    background:
      radial-gradient(circle at 85% 20%, rgba(201,164,92,.17), transparent 30%),
      linear-gradient(135deg, #07182b, #0b294a);
}
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero p { color: #bdc7d2; max-width: 690px; margin-top: 18px; }

.prose { max-width: 820px; }
.prose h2, .prose h3 { font-family: Georgia, serif; color: var(--navy); margin: 25px 0 10px; }
.prose p { color: #4f5d6e; margin-bottom: 18px; }

.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; }
.team-photo { min-height: 290px; display: grid; place-items: center; font: 700 5rem Georgia, serif; color: var(--gold-light); background: linear-gradient(135deg, #15395f, #07182b); }
.team-body { padding: 25px; }
.team-body h3 { font: 700 1.35rem Georgia, serif; color: var(--navy); }
.team-body .role { color: #8b6b2f; font-weight: 700; font-size: .88rem; margin: 4px 0 12px; }
.team-body p { color: var(--muted); }

.post-list { display: grid; gap: 20px; }
.post-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.post-card time { color: #8b6b2f; font-size: .82rem; font-weight: 700; }
.post-card h2 { font: 700 1.6rem Georgia, serif; color: var(--navy); margin: 8px 0; }
.post-card p { color: var(--muted); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
label { font-weight: 700; color: var(--navy); font-size: .9rem; }
input, textarea, select {
    width: 100%; border: 1px solid #d9dee5; border-radius: 13px; padding: 13px 14px; color: var(--ink); background: white;
}
textarea { min-height: 150px; resize: vertical; }
.alert { padding: 14px 16px; border-radius: 12px; margin-bottom: 20px; }
.alert-success { background: #e9f7ef; color: #21633f; border: 1px solid #c9ead8; }
.alert-error { background: #fff0f0; color: #8f2f2f; border: 1px solid #f0cccc; }

.site-footer { background: #061524; color: #abb6c3; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 60px; }
.footer-grid h3 { color: var(--cream); font: 700 1.05rem Georgia, serif; margin-bottom: 15px; }
.footer-grid a, .footer-grid p { display: block; margin-bottom: 9px; }
.footer-brand { margin-bottom: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; }

@media (max-width: 920px) {
    .menu-toggle { display: block; }
    .main-nav {
        display: none; position: absolute; top: 82px; left: 20px; right: 20px; padding: 18px;
        border-radius: 16px; background: #0a213b; flex-direction: column; align-items: stretch;
    }
    .main-nav.open { display: flex; }
    .hero-grid, .split { grid-template-columns: 1fr; }
    .hero-grid { padding: 90px 0; min-height: auto; }
    .card-grid, .team-grid { grid-template-columns: repeat(2,1fr); }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
    .container { width: min(100% - 28px, 1160px); }
    section { padding: 70px 0; }
    .hero h1 { font-size: 2.8rem; }
    .card-grid, .team-grid, .stats-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
    .form-group.full { grid-column: auto; }
    .cta-box, .footer-bottom { flex-direction: column; align-items: flex-start; }
}


/* Profile and media enhancements */
.profile-photo {
    width: 100%; min-height: 520px; border-radius: 28px; object-fit: cover; object-position: center 28%;
    box-shadow: var(--shadow); border: 1px solid var(--line);
}
.media-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:24px; }
.media-stack { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.media-card { position:relative; overflow:hidden; min-height:300px; border-radius:24px; background:#07182b; box-shadow:var(--shadow); }
.media-card.tall { min-height:624px; }
.media-card img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; }
.media-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 42%,rgba(7,24,43,.9)); }
.media-caption { position:absolute; z-index:2; left:24px; right:24px; bottom:22px; color:white; }
.media-caption h3 { font:700 1.45rem Georgia,serif; color:var(--cream); }
.media-caption p { color:#d2dae3; font-size:.88rem; margin-top:5px; }
.profile-card-photo { height:330px; overflow:hidden; background:#07182b; }
.profile-card-photo img { width:100%; height:100%; object-fit:cover; object-position:center 24%; }
.montage-note { font-size:.76rem; color:#7f8996; margin-top:10px; }
@media(max-width:920px){.media-grid{grid-template-columns:1fr}.media-card.tall{min-height:520px}}
@media(max-width:620px){.media-stack{grid-template-columns:1fr}.media-card,.media-card.tall{min-height:380px}.profile-photo{min-height:430px}}

.client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.client-card{padding:30px;border:1px solid var(--line);border-radius:20px;background:white;text-align:center;box-shadow:0 14px 38px rgba(7,24,43,.06)}.client-card strong{display:block;font:700 1.25rem Georgia,serif;color:var(--navy);margin-bottom:7px}.client-card span{color:var(--muted);font-size:.9rem}@media(max-width:720px){.client-grid{grid-template-columns:1fr}}
