#showcase {
    padding: 0;
    margin: 0;
}

.showcase-flex {
    display: flex;
    min-height: 550px;
}

.showcase-text {
    flex: 1;
    min-width: 0;
    padding: 60px 60px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.showcase-text h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    color: #3A3F4A;
}

.showcase-divider {
    width: 60px;
    height: 2px;
    background-color: #B8A46A;
    margin: 16px 0;
}

.showcase-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #3A3F4A;
}

.showcase-image {
    flex: 1;
    min-width: 0;
    position: relative;
}

.showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .showcase-flex {
        flex-direction: column;
    }

    .showcase-text {
        padding: 140px 30px 40px 30px;
    }

    .showcase-text h1 {
        font-size: 32px;
        white-space: normal;
    }
}

/* ── Who We Advise ── */

#who-we-advise {
    padding: clamp(20px, 5vw, 80px) clamp(40px, 10vw, 140px) 16px clamp(40px, 10vw, 140px);
    background-color: #FAFAF8;
}

.who-we-advise-flex {
    display: flex;
    gap: 60px;
}

.who-we-advise-left {
    flex: 1;
}

#who-we-advise h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #0F1C32;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.who-we-advise-intro {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #3A3F4A;
    margin: 0;
}

.who-we-advise-divider {
    width: 1px;
    background-color: #B8A46A;
    align-self: stretch;
    margin: 30px 0;
    flex-shrink: 0;
}

.who-we-advise-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.who-we-advise-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0F1C32;
    margin: 0;
}

.who-we-advise-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.who-we-advise-list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #3A3F4A;
    padding: 6px 0;
    border-bottom: 1px solid #E8ECF0;
}


.who-we-advise-list li:last-child {
    border-bottom: none;
}

.who-we-advise-footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.9;
    color: #3A3F4A;
    font-style: normal;
    margin: 32px 0 0;
    text-align: center;
}

/* ── Why Moore Strategy ── */

#why-moore {
    padding: clamp(20px, 5vw, 80px) clamp(40px, 10vw, 140px) 16px clamp(40px, 10vw, 140px);
    background-color: #FAFAF8;
}

.why-moore-inner {
    text-align: center;
}

#why-moore h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #0F1C32;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

#why-moore p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #3A3F4A;
    margin-bottom: 16px;
}

#why-moore p:last-child {
    margin-bottom: 0;
}

#about-strip {
    padding: clamp(20px, 5vw, 80px) clamp(40px, 10vw, 140px) 30px clamp(40px, 10vw, 140px);
}

.about-strip-flex {
    display: flex;
    gap: 60px;
}

.about-strip-left {
    flex: 1;
}

.about-strip-left h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-dash {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #B8A46A;
}

.about-strip-left h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    color: #3A3F4A;
}

.about-strip-divider {
    width: 1px;
    background-color: #B8A46A;
    align-self: stretch;
    margin: 30px 0;
}

.about-strip-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-strip-right p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    color: #3A3F4A;
}

.learn-more {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: #0F1C32;
    text-decoration: none;
    border-bottom: 2px solid #0F1C32;
    padding-bottom: 4px;
    align-self: flex-start;
}

@media (max-width: 768px) {
    .about-strip-flex {
        flex-direction: column;
    }

    #about-strip {
        padding: 60px 30px;
    }
}

#services {
    padding: 30px clamp(20px, 5vw, 60px) 0;
}

.services-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 12px;
}

.services-divider {
    width: 40px;
    height: 2px;
    background-color: #B8A46A;
    margin: 0 auto 20px auto;
}

.services-subheading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
}

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

.service-card {
    padding: 40px;
}

.service-icon {
    display: block;
    font-size: 28px;
    color: #B8A46A;
    margin-bottom: 16px;
    text-align: center;
}

.service-card {
    text-align: center;
}

.service-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #3A3F4A;
}

.service-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #3A3F4A;
    margin: 0;
}


@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Strategic Capability Support ── */

#strategic-capability {
    padding: 16px clamp(40px, 10vw, 140px) clamp(40px, 6vw, 80px);
    background-color: #FAFAF8;
}


#strategic-capability .strategic-capability-inner {
    text-align: center;
}

#strategic-capability h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #0F1C32;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

#strategic-capability p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #3A3F4A;
    margin-bottom: 16px;
}

#strategic-capability p:last-child {
    margin-bottom: 0;
}

#experience {
    background-color: #1B2B4B;
    padding: clamp(20px, 3vw, 40px) 0;
}

.experience-header {
    padding: clamp(10px, 2vw, 20px) clamp(30px, 4vw, 60px);
    text-align: center;
}

.experience-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: #E8ECF0;
    margin-bottom: 12px;
}

.experience-divider {
    width: 40px;
    height: 2px;
    background-color: #B8A46A;
    margin: 0 auto;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.experience-card {
    padding: clamp(10px, 2vw, 20px) clamp(20px, 3vw, 40px);
    text-align: center;
    position: relative;
}

.experience-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #E8ECF0;
}

.experience-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #E8ECF0;
    margin: 0;
}

.exp-highlight {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    color: #E8ECF0;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    word-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .experience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .experience-card {
        border-right: none;
        border-bottom: 1px solid #E8ECF0;
    }

    .experience-card:last-child {
        border-bottom: none;
    }
}

@media (max-width: 576px) {
    .experience-grid {
        grid-template-columns: 1fr;
    }
}

#insights {
    padding: 0;
}

.insights-flex {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
}

.insights-text {
    padding: clamp(20px, 3vw, 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insights-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    color: #3A3F4A;
}

.insights-divider {
    width: 40px;
    height: 2px;
    background-color: #B8A46A;
    margin-bottom: 20px;
}

.insights-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    color: #3A3F4A;
    margin-bottom: 20px;
}

.insights-card {
    padding: clamp(20px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    position: relative;
}

.insights-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: clamp(20px, 3vw, 40px);
    bottom: clamp(20px, 3vw, 40px);
    width: 1px;
    background-color: #B8A46A;
}

.insights-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #E8ECF0;
    margin-bottom: 16px;
    overflow: hidden;
}

.insights-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.insights-card-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0F1C32;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.insights-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: #0F1C32;
    margin-bottom: 12px;
}

.insights-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #3A3F4A;
    flex: 1;
    margin-bottom: 16px;
}

@media (max-width: 992px) {
    .insights-flex {
        grid-template-columns: 1fr 1fr;
    }

    .insights-text {
        grid-column: span 2;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }
}

@media (max-width: 576px) {
    .insights-flex {
        grid-template-columns: 1fr;
    }

    .insights-text {
        grid-column: span 1;
    }
}

#prefooter {
    padding: clamp(40px, 6vw, 80px) clamp(40px, 10vw, 140px);
}

.prefooter-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.prefooter-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.prefooter-icon-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.prefooter-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #1B2B4B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.prefooter-icon i {
    font-size: 22px;
    color: #E8ECF0;
}

.prefooter-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

#prefooter h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    color: #0F1C32;
    margin: 0;
    max-width: 600px;
}

.prefooter-divider {
    width: 1px;
    height: 40px;
    background-color: #B8A46A;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .prefooter-inner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .prefooter-divider {
        width: 40px;
        height: 1px;
    }
}

#footer {
    background-color: #0F1C32;
    padding: clamp(10px, 1.5vw, 20px) clamp(20px, 5vw, 60px);
    color: #E8ECF0;
    overflow: visible;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: visible;
}

.footer-left img {
    height: 100px;
    width: auto;
    position: relative;
}

.footer-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
}

.footer-center a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #E8ECF0;
    text-decoration: none;
}

.footer-center a:hover {
    color: #B8A46A;
}

.footer-center p {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #E8ECF0;
    margin: 0;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.footer-right p {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #E8ECF0;
    margin: 0;
    text-align: right;
}

.footer-right a {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #E8ECF0;
    text-decoration: none;
}

.footer-right a:hover {
    color: #B8A46A;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-link-divider {
    color: #B8A46A;
    font-size: 11px;
}

@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-right {
        align-items: center;
    }

    .footer-right p {
        text-align: center;
    }
}

.btn-consultation {
    background-color: #0F1C32;
    border-color: #0F1C32;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.btn-consultation:hover {
    color: #B8A46A;
    background-color: #0F1C32;
    border-color: #0F1C32;
}

#mainNav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    position: relative;
}

#mainNav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #0F1C32;
    transition: width 0.25s ease;
}

#mainNav .nav-link:hover::after,
#mainNav .nav-link.active::after {
    width: 20px;
}

body {
    background-color: #FAFAF8;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

#mainNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    overflow: visible;
    align-items: flex-start;
    background: transparent !important;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}

#mainNav.scrolled {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
    padding-bottom: 4px !important;
}

#mainNav .navbar-brand img {
    height: 80px;
    position: relative;
    z-index: 10;
    transition: height 0.4s ease, opacity 0.4s ease;
}

#mainNav.scrolled .navbar-brand img {
    height: 0;
    opacity: 0;
}

@media (min-width: 768px) {
    #mainNav .navbar-brand img {
        height: 120px;
    }

    .showcase-text {
        padding-top: 130px;
    }
}

@media (min-width: 992px) {
    #mainNav .navbar-brand img {
        height: 160px;
    }

    .showcase-text {
        padding-top: 170px;
    }
}

#mainNav .container,
#mainNav .container-fluid {
    align-items: flex-start;
    padding-left: 60px !important;
    padding-right: 60px !important;
}

#mainNav .navbar-collapse {
    align-items: flex-start;
}

@media (max-width: 991px) {
    .nav-cta-btn {
        display: none !important;
    }

    #mainNav .navbar-collapse {
        background-color: rgba(250, 250, 248, 0.97);
        padding: 20px 30px;
        margin-top: 10px;
        border-radius: 4px;
    }

    #mainNav .navbar-collapse .nav-link {
        color: #3A3F4A !important;
        padding: 10px 0;
        border-bottom: 1px solid rgba(58, 63, 74, 0.1);
    }

    #mainNav .navbar-collapse .nav-link:last-child {
        border-bottom: none;
    }
}

/* ── About page ── */

#about-showcase {
    padding: 0;
    margin: 0;
}

#about-geography {
    padding: 0 clamp(60px, 10vw, 140px) clamp(30px, 4vw, 50px);
}

#about-geography p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #B8A46A;
    margin: 0;
    text-align: center;
}

/* ── What I Believe ── */

#about-believe {
    padding: clamp(40px, 6vw, 80px) clamp(60px, 10vw, 140px);
    background-color: #FAFAF8;
}

.about-believe-inner {
    text-align: center;
}

#about-believe h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #0F1C32;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

#about-believe p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #3A3F4A;
    margin-bottom: 16px;
}

#about-believe p:last-child {
    margin-bottom: 0;
}

.about-believe-closing {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px !important;
    color: #0F1C32 !important;
    font-style: italic;
}

#about-showcase .showcase-text {
    padding-top: 20px !important;
}

@media (max-width: 768px) {
    #about-showcase .showcase-text {
        padding-top: 140px !important;
    }
}



#about-bio {
    padding: clamp(40px, 6vw, 80px) clamp(60px, 10vw, 140px) 36px;
}

.about-bio-flex {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.about-bio-left {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-bio-credential {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8ECF0;
}

.about-bio-credential:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.credential-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 600;
    color: #B8A46A;
    line-height: 1;
}

.credential-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3A3F4A;
    text-transform: uppercase;
}

.about-bio-divider {
    width: 1px;
    background-color: #B8A46A;
    align-self: stretch;
    margin: 10px 0;
    flex-shrink: 0;
}

.about-bio-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-bio-right p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #3A3F4A;
    margin: 0;
}

#about-quote {
    background-color: #0F1C32;
    padding: 20px clamp(20px, 10vw, 160px);
    text-align: center;
}

.about-quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    color: #B8A46A;
    line-height: 1;
    margin-bottom: 0;
}

#about-quote blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-style: italic;
    color: #E8ECF0;
    line-height: 1.5;
    margin: 0 0 24px 0;
    border: none;
    padding: 0;
}

.about-quote-attribution {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #B8A46A;
    text-transform: uppercase;
}

#about-photo {
    overflow: hidden;
    max-height: 700px;
}

#about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

@media (max-width: 768px) {
    .about-bio-flex {
        flex-direction: column;
    }

    .about-bio-left {
        flex: none;
        width: 100%;
    }

    .about-bio-divider {
        display: none;
    }
}

/* ── Services accordion ── */

.services-accordion {
    padding: 0 clamp(20px, 5vw, 60px) 60px;
}

#sectors-markets {
    padding: 50px clamp(20px, 5vw, 60px) 60px;
    text-align: center;
}

#sectors-markets h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #3A3F4A;
    margin-bottom: 16px;
}

#sectors-markets p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #B8A46A;
    letter-spacing: 0.05em;
    margin: 0;
}

.accordion-item {
    border-bottom: 1px solid #E8ECF0;
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 28px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    text-align: left;
}

.accordion-icon {
    font-size: 22px;
    color: #B8A46A;
    flex-shrink: 0;
}

.accordion-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    color: #3A3F4A;
}

.accordion-header-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.accordion-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #B8A46A;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.accordion-chevron {
    font-size: 20px;
    color: #B8A46A;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion-item.active .accordion-chevron {
    transform: rotate(45deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 0 0 42px;
}

.accordion-item.active .accordion-body {
    max-height: 300px;
    padding: 0 20px 28px 20px;
}

.accordion-body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #3A3F4A;
    margin: 0;
    border-left: 2px solid #B8A46A;
    padding-left: 20px;
}

/* ── Insights listing page ── */

#insights-page {
    padding-top: 0;
}

.insights-page-hero {
    background-color: #FAFAF8;
    padding: 200px clamp(20px, 5vw, 60px) 16px;
    margin-bottom: 0;
}

.insights-page-hero h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: #B8A46A;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.insights-page-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    color: #0F1C32;
    margin: 0 0 20px;
}

.insights-page-intro {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    line-height: 1.6;
    color: #0F1C32;
    max-width: 680px;
    margin: 0 0 12px;
}

.insights-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    padding: 16px clamp(20px, 5vw, 60px) 60px;
}

.insights-empty {
    padding: 80px clamp(20px, 5vw, 60px);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #3A3F4A;
}

@media (max-width: 992px) {
    .insights-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .insights-list-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Article page ── */

.article-page {
    padding-top: 0;
}

.article-header {
    background-color: #FAFAF8;
    padding: 200px clamp(20px, 5vw, 120px) 60px;
}

.article-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #B8A46A;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.article-header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    color: #3A3F4A;
    margin-top: 36px;
    margin-bottom: 16px;
    max-width: 800px;
}

.article-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #B8A46A;
    letter-spacing: 1px;
}

.article-hero {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.article-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-body {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px clamp(20px, 5vw, 60px);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    color: #3A3F4A;
}

.article-body h2,
.article-body h3 {
    font-family: 'Cormorant Garamond', serif;
    color: #0F1C32;
    margin-top: 40px;
    margin-bottom: 16px;
}

.article-body h2 {
    font-size: 32px;
}

.article-body h3 {
    font-size: 24px;
}

.article-body p {
    margin-bottom: 20px;
}

.article-body strong {
    color: #0F1C32;
}

.article-back {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 60px) 60px;
}

/* ── Legal pages ── */

.legal-body {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px clamp(20px, 5vw, 60px) 100px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #3A3F4A;
    line-height: 1.8;
}

.legal-body h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    color: #0F1C32;
    margin-top: 40px;
    margin-bottom: 12px;
}

.legal-body p,
.legal-body ul {
    margin-bottom: 16px;
}

.legal-body ul {
    padding-left: 20px;
}

.legal-body a {
    color: #B8A46A;
    text-decoration: none;
}

.legal-body a:hover {
    text-decoration: underline;
}

/* ── Contact form ── */

.form-success {
    padding: 40px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    color: #3A3F4A;
}

.contact-form-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px clamp(20px, 5vw, 60px) 80px;
}

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

.contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.contact-form label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #3A3F4A;
}

.contact-form input,
.contact-form textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #3A3F4A;
    background-color: #fff;
    border: 1px solid #E8ECF0;
    padding: 14px 16px;
    outline: none;
    transition: border-color 0.3s ease;
    border-radius: 0;
    width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #B8A46A;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form .btn-consultation {
    padding: 14px 32px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 8px;
}

@media (max-width: 576px) {
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }
}

/* ── Inner page (about, services, contact) ── */

.inner-page-hero {
    background-color: #0F1C32;
    padding: 200px clamp(20px, 5vw, 60px) 60px;
}

#services-page .inner-page-hero,
#contact-page .inner-page-hero,
#legal-page .inner-page-hero {
    background-color: #FAFAF8;
}

#contact-page .inner-page-hero h1,
#contact-page .inner-page-hero h6,
#legal-page .inner-page-hero h1,
#legal-page .inner-page-hero p {
    color: #3A3F4A;
}

#services-page .inner-page-hero h1 {
    color: #3A3F4A !important;
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
}

#services-page .inner-page-subheading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    color: #3A3F4A !important;
    letter-spacing: 0;
}

.inner-page-hero h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: #B8A46A;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner-page-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    color: #E8ECF0;
    margin: 0;
}

.inner-page-subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #B8A46A;
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: 0;
}

.inner-page-body {
    padding: 60px clamp(20px, 5vw, 60px);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #3A3F4A;
}
