/*
  Large heading reduction only:
  Display headings and heading values above approximately 30px have been reduced by about 35%.
  Paragraphs, labels, menus, buttons, footer text and smaller narrative text are unchanged.
*/
:root {
    --gold: #d3a85b;
    --gold2: #f0d79c;
    --cream: #f6ecd8;
    --muted: rgba(246,236,216,.74);
    --soft: rgba(246,236,216,.58);
    --dark: #030811;
    --navy: #061526;
    --panel: #08182b;
    --line: rgba(211,168,91,.24);
    --line2: rgba(246,236,216,.12);
    --max: 1180px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Segoe UI",Arial,sans-serif;
    line-height: 1.6;
    background: var(--navy);
    color: var(--cream);
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
}
.wrap {
    width: min(var(--max),90vw);
    margin: auto;
}
.section {
    padding: 88px 0;
}
.section.narrow {
    padding: 64px 0;
}
.kicker,
.eyebrow,
.label {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px;
    font-weight: 900;
}
.title,
h1,
h2,
h3 {
    font-family: Georgia,"Times New Roman",serif;
    color: #fff3d8;
    line-height: 1.02;
    letter-spacing: -.055em;
}
.title,
h1 {
    font-size: clamp(27px,4.55vw,62px);
    margin: 0 0 24px;
}
h2 {
    font-size: clamp(22px,3.05vw,44px);
    margin: 0;
}
h3 {
    font-size: clamp(18px,2.1vw,27px);
    margin: 14px 0;
}
.lead {
    color: var(--muted);
    font-size: 18px;
    margin: 0;
}
.muted {
    color: var(--muted);
}
.soft {
    color: var(--soft);
}
.topline {
    position: relative;
    z-index: 70;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 5vw;
    color: rgba(246,236,216,.72);
    font-size: 13px;
    background: rgba(2,7,13,.20);
    border-bottom: 1px solid rgba(211,168,91,.12);
    backdrop-filter: blur(4px);
}
.site-header {
    position: fixed;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 80;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 0 5vw;
    background: rgba(2,7,13,.22);
    border-bottom: 1px solid rgba(211,168,91,.18);
    backdrop-filter: blur(8px);
    transition: .28s ease;
}
.menu-scrolled .site-header,
.has-solid-header .site-header {
    top: 0;
    height: 64px;
    background: rgba(2,7,13,.90);
    border-bottom-color: rgba(211,168,91,.28);
    box-shadow: 0 18px 55px rgba(0,0,0,.30);
}
.brand img {
    height: 48px;
    width: auto;
    max-width: 230px;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.45));
    transition: .28s ease;
}
.menu-scrolled .brand img,
.has-solid-header .brand img {
    height: 38px;
    max-width: 190px;
}
.menu {
    display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
    padding: 0;
    margin: 0;
    color: rgba(246,236,216,.84);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .045em;
    text-transform: uppercase;
}
.menu li {
    position: relative;
    padding: 12px 0;
}
.menu a:hover,
.footer a:hover {
    color: var(--gold);
}
.submenu {
    position: absolute;
    top: 46px;
    left: -18px;
    min-width: 285px;
    padding: 14px;
    background: rgba(3,8,17,.96);
    border: 1px solid var(--line);
    box-shadow: 0 28px 80px rgba(0,0,0,.42);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .2s;
}
.menu li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.submenu a {
    display: block;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line2);
    color: var(--muted);
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
}
.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid var(--gold);
    color: var(--gold);
    background: rgba(2,7,13,.26);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
    white-space: nowrap;
}
.btn {
    min-height: 50px;
    padding: 0 22px;
}
.btn.primary {
    background: var(--gold);
    color: #06101b;
}
.btn.secondary {
    background: rgba(2,7,13,.30);
    color: var(--gold);
}
.menu-toggle {
    display: none;
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--line);
    padding: 10px 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.first-fold {
    position: relative;
    height: 100vh;
    height: 100svh;
    min-height: 720px;
    overflow: hidden;
    background: var(--dark);
}
.hero-bg,
.video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #02060d;
}
.hero-bg img,
.video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100vw,177.78vh);
    height: max(100vh,56.25vw);
    transform: translate(-50%,-50%) scale(1.16);
    border: 0;
    pointer-events: none;
    object-fit: cover;
}
.video-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg,rgba(2,7,13,.80) 0%,rgba(2,7,13,.62) 35%,rgba(2,7,13,.30) 63%,rgba(2,7,13,.58) 100%),linear-gradient(180deg,rgba(2,7,13,.48) 0%,rgba(2,7,13,.16) 42%,rgba(2,7,13,.68) 100%),radial-gradient(circle at 76% 28%,rgba(211,168,91,.14),transparent 32%);
}
.video-grid {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.hero-content {
    position: relative;
    z-index: 4;
    height: calc(100% - 38px);
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 54px;
    padding: 120px 5vw 58px;
}
.hero-copy {
    max-width: 790px;
    color: var(--muted);
    font-size: 19px;
    margin: 0 0 32px;
    text-shadow: 0 12px 44px rgba(0,0,0,.70);
}
.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.glass-card,
.hero-card {
    background: rgba(2,7,13,.48);
    border: 1px solid var(--line);
    padding: 28px;
    backdrop-filter: blur(14px);
    box-shadow: 0 32px 90px rgba(0,0,0,.32);
}
.hero-card {
    align-self: end;
}
.hero-card p {
    margin: 0;
    color: var(--muted);
}
.scroll-note {
    position: absolute;
    z-index: 5;
    left: 5vw;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--soft);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 11px;
    font-weight: 900;
}
.scroll-note:before {
    content: "";
    width: 44px;
    height: 1px;
    background: var(--gold);
}
.page-hero {
    padding: 154px 0 76px;
    background: radial-gradient(circle at 82% 10%,rgba(211,168,91,.16),transparent 34%),#04101e;
    border-bottom: 1px solid var(--line);
}
.page-hero p {
    max-width: 820px;
}
.stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #040c16;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.stat {
    padding: 34px 5vw;
    border-right: 1px solid var(--line);
}
.stat strong {
    display: block;
    font-family: Georgia,serif;
    color: var(--gold2);
    font-size: 26px;
    line-height: 1;
}
.stat span {
    color: var(--soft);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 11px;
    font-weight: 900;
}
.section-head {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 42px;
}

.section-head-center {
    display: block;
    text-align: center;
    width: 95%;
    margin: 0 auto 42px;
}

.section-head-center h2,
.section-head-center .section-title {
    width: 100%;
    margin: 0 auto;
}

.section-head-center .lead {
    width: 100%;
    margin: 18px auto 0;
}
@media (max-width: 640px) {
    .section-head-center {
        width: 100%;
    }
}

.grid {
    display: grid;
    gap: 16px;
}
.grid.two {
    grid-template-columns: repeat(2,1fr);
}
.grid.three {
    grid-template-columns: repeat(3,1fr);
}
.grid.four {
    grid-template-columns: repeat(4,1fr);
}
.grid.five {
    grid-template-columns: repeat(5,1fr);
}
.grid.six {
    grid-template-columns: repeat(6,1fr);
}
.card,
.service-card,
.legacy-card,
.sector-card {
    background: linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.015)),var(--panel);
    border: 1px solid var(--line);
    padding: 28px;
}
.service-card {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-card h3 {
    font-size: 25px;
}
.readmore {
    display: inline-flex;
    margin-top: 18px;
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
}
.sector-band {
    background: radial-gradient(circle at 82% 20%,rgba(211,168,91,.14),transparent 30%),#040f1d;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.sector-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sector-card strong {
    font-family: Georgia,serif;
    color: #fff3d8;
    font-size: 22px;
    line-height: 1.05;
}
.quote-wrap {
    background: #07182b;
}
.quote-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 52px;
}
blockquote {
    margin: 0;
    font-family: Georgia,"Times New Roman",serif;
    color: #fff3d8;
    font-size: clamp(24px,2.75vw,36px);
    line-height: 1.04;
}
.legacy-card {
    text-align: center;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company-box {
    border: 1px solid var(--line2);
    padding: 16px;
    color: #fff3d8;
    font-weight: 900;
    background: rgba(255,255,255,.035);
}
.timeline {
    border-left: 1px solid var(--line);
    padding-left: 28px;
}
.timeline-item {
    position: relative;
    margin: 0 0 30px;
}
.timeline-item:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold);
}
.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 34px;
}
.form-card {
    background: rgba(255,255,255,.035);
    border: 1px solid var(--line);
    padding: 28px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.field {
    margin-bottom: 14px;
}
.field label {
    display: block;
    margin-bottom: 7px;
    color: var(--gold);
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 900;
}
.field input,
.field select,
.field textarea {
    width: 100%;
    background: #030811;
    border: 1px solid var(--line2);
    color: var(--cream);
    padding: 13px 14px;
    font: inherit;
}
.field textarea {
    min-height: 140px;
    resize: vertical;
}
.form-note {
    font-size: 13px;
    color: var(--soft);
}
.cta {
    text-align: center;
    background: radial-gradient(circle at 50% 0%,rgba(211,168,91,.18),transparent 34%),#04101e;
}
.cta h2 {
    max-width: 900px;
    margin: 0 auto 18px;
}
.cta p {
    max-width: 760px;
    margin: 0 auto 30px;
    color: var(--muted);
    font-size: 18px;
}
.footer {
    background: #020811;
    color: var(--soft);
    padding: 58px 5vw 28px;
    border-top: 1px solid var(--line);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4,1fr);
    gap: 36px;
    margin-bottom: 38px;
}
.footer h4 {
    color: #fff3d8;
    margin: 0 0 14px;
}
.footer a {
    display: block;
    margin: 9px 0;
    color: var(--soft);
}
.legal {
    border-top: 1px solid var(--line2);
    padding-top: 20px;
    font-size: 12px;
    color: rgba(244,234,216,.52);
}
.disclaimer-box {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid var(--line);
    background: rgba(211,168,91,.06);
    font-size: 13px;
    color: var(--soft);
}
@media(max-width: 1180px) {
    .menu {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 18px 5vw;
        background: rgba(2,7,13,.96);
        border-bottom: 1px solid var(--line);
    }
    .menu-open .menu {
        display: flex;
    }
    .menu li {
        padding: 9px 0;
    }
    .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 8px;
        display: none;
    }
    .menu li:hover .submenu {
        display: block;
    }
    .menu-toggle {
        display: inline-flex;
    }
    .hero-content,
    .section-head,
    .quote-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .hero-card {
        align-self: auto;
        max-width: 650px;
    }
    .grid.six,
    .grid.five,
    .grid.four {
        grid-template-columns: repeat(3,1fr);
    }
    .footer-grid {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 900px) {
    .first-fold {
        min-height: 760px;
    }
    .topline {
        height: 34px;
        font-size: 12px;
    }
    .site-header {
        height: 74px;
    }
    .hero-content {
        height: calc(100% - 108px);
        padding-top: 24px;
    }
    .stats,
    .grid.three,
    .grid.two {
        grid-template-columns: repeat(2,1fr);
    }
    .grid.six,
    .grid.five,
    .grid.four {
        grid-template-columns: repeat(2,1fr);
    }
    .form-row {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 640px) {
    .topline {
        display: none;
    }
    .site-header,
    .menu-scrolled .site-header,
    .has-solid-header .site-header {
        top: 0;
        height: 70px;
        padding: 0 5vw;
    }
    .brand img {
        height: 38px;
        max-width: 180px;
    }
    .header-cta {
        display: none;
    }
    .first-fold {
        height: auto;
        min-height: 100svh;
    }
    .hero-content {
        min-height: 100svh;
        height: auto;
        padding: 92px 6vw 56px;
        display: flex;
        align-items: center;
    }
    .title,
    h1 {
        font-size: clamp(24px,8.45vw,40px);
    }
    .hero-copy {
        font-size: 16px;
    }
    .hero-card,
    .scroll-note {
        display: none;
    }
    .section {
        padding: 66px 0;
    }
    .stats,
    .grid,
    .grid.six,
    .grid.five,
    .grid.four,
    .grid.three,
    .grid.two,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .service-card {
        min-height: auto;
    }
    .card,
    .service-card,
    .legacy-card {
        padding: 24px;
    }
    .topline+header .menu {
        top: 70px;
    }
}
/* Legacy transaction detail components */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin: 0 0 18px;
    color: var(--soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.breadcrumb a {
    color: var(--gold);
}
.breadcrumb a:after {
    content: ">";
    display: inline-block;
    margin-left: 9px;
    color: var(--soft);
}
.legacy-list-grid {
    align-items: stretch;
}
.legacy-summary-card {
    text-align: left;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.legacy-image-link {
    display: block;
    background: #020811;
    border-bottom: 1px solid var(--line);
}
.legacy-summary-card img,
.detail-media img {
    width: 100%;
    height: auto;
    display: block;
}
.legacy-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.legacy-card-body h3 {
    font-size: clamp(18px,1.82vw,22px);
    margin: 0;
}
.legacy-card-body p {
    margin: 0;
}
.detail-layout {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 44px;
    align-items: start;
}
.detail-media {
    position: sticky;
    top: 92px;
}
.detail-media img {
    border: 1px solid var(--line);
    background: #020811;
}
.detail-media .form-note {
    margin-top: 12px;
}
.detail-copy {
    background: linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.012)),var(--panel);
    border: 1px solid var(--line);
    padding: 34px;
}
.summary-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 26px;
}
.summary-meta span {
    border: 1px solid var(--line);
    color: var(--gold);
    padding: 7px 11px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.prose p {
    color: var(--muted);
    font-size: 18px;
    margin: 0 0 18px;
}
.external-note {
    margin-top: 24px!important;
    padding-top: 18px;
    border-top: 1px solid var(--line2);
}
.external-note span {
    display: block;
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.external-note a {
    color: var(--gold2);
    word-break: break-word;
}
.detail-nav {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    border-top: 1px solid var(--line);
    padding-top: 24px;
}
@media(max-width: 900px) {
    .detail-layout {
        grid-template-columns: 1fr;
    }
    .detail-media {
        position: static;
    }
    .detail-copy {
        padding: 26px;
    }
    .detail-nav {
        justify-content: flex-start;
    }
}
.service-list-grid {
    align-items: stretch;
}
.service-summary-card {
    text-align: left;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.service-image-link {
    display: block;
    background: #020811;
    border-bottom: 1px solid var(--line);
}
.service-summary-card img,
.detail-media img {
    width: 100%;
    height: auto;
    display: block;
}
.service-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.service-card-body h3 {
    font-size: clamp(18px,1.82vw,22px);
    margin: 0;
}
.service-card-body p {
    margin: 0;
}
.service-note {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.03);
}
.service-note p {
    margin: 0;
    color: var(--muted);
}

/* Shared text utilities */
.cream-text { color: #fff3d8; }
.gold-text { color: var(--gold); }
.no-margin { margin: 0; }

.mt-24 { margin-top: 24px; }


/* =========================================================
   SIMPLE STYLE API - edit these classes first
   =========================================================
   Main page title:      .page-title / .heading-xl
   Section title:        .section-title / .heading-lg
   Card title:           .card-title / .heading-md
   Small gold label:     .label / .eyebrow / .kicker
   Intro paragraph:      .lead / .text-lead
   Muted paragraph:      .muted / .text-muted
   Soft paragraph:       .soft / .text-soft
   Spacing helper:       .mt-24
*/
.heading-xl,
.page-title,
.title,
h1 {
    font-family: Georgia,"Times New Roman",serif;
    color: #fff3d8;
    font-size: clamp(27px,4.55vw,62px);
    line-height: 1.02;
    letter-spacing: -.055em;
    margin: 0 0 24px;
}
.heading-lg,
.section-title,
h2 {
    font-family: Georgia,"Times New Roman",serif;
    color: #fff3d8;
    font-size: clamp(22px,3.05vw,44px);
    line-height: 1.02;
    letter-spacing: -.055em;
    margin: 0;
}
.heading-md,
.card-title,
h3 {
    font-family: Georgia,"Times New Roman",serif;
    color: #fff3d8;
    font-size: clamp(18px,2.1vw,27px);
    line-height: 1.02;
    letter-spacing: -.055em;
    margin: 14px 0;
}
.text-lead,
.lead {
    color: var(--muted);
    font-size: 18px;
    margin: 0;
}
.text-muted,
.muted {
    color: var(--muted);
}
.text-soft,
.soft {
    color: var(--soft);
}
.text-label,
.kicker,
.eyebrow,
.label {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px;
    font-weight: 900;
}
@media(max-width: 640px) {
    .heading-xl,
    .page-title,
    .title,
    h1 {
        font-size: clamp(24px,8.45vw,40px);
    }
}

/* Hero first-fold alignment adjustment
   Moves only the left hero copy/buttons down on desktop so the button row visually aligns
   with the bottom of the right positioning card. */
@media (min-width: 1181px) {
    .hero-content > div:first-child {
        transform: translateY(58px);
    }
}

/* Heading spacing improvements */
.eyebrow + h1,
.eyebrow + .title,
.eyebrow + .page-title,
.kicker + h1,
.kicker + .title,
.kicker + .page-title {
    margin-top: 8px;
}

.label + h3,
.label + .card-title,
.label + .heading-md {
    margin-top: 8px;
}

.hero-card h3,
.hero-card .card-title,
.hero-card .heading-md {
    line-height: 1.1;
    margin-top: 8px;
    margin-bottom: 8px;
}
