* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0;
    background: #171717;
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fefffa
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

a,
a:link,
a:visited,
a:hover {
    text-decoration: none
}

p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul li {
    margin: 0;
    padding: 0
}

h3 {
    font-family: Playfair Display, serif;
    font-size: 32px;
    line-height: 48px;
    font-weight: 100;
    letter-spacing: -1px
}

p {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
    margin: 24px auto 0;
    max-width: 730px
}

.container-fluid {
    display: block;
    position: relative;
    width: 100%
}

.container {
    display: block;
    position: relative;
    max-width: 1240px;
    text-align: center;
    margin: 72px auto 0
}

.container-fluid.nav-wrap {
    display: block;
    position: fixed;
    width: 100%;
    background: #03060b0d;
    top: 0;
    height: 88px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #171717, #0dc181, #5c565303) 1;
    transition: background-color .4s ease-in-out;
    z-index: 99
}

#navbar.scrolled {
    background: #03060bf0;
    border-bottom: 1px solid #1E1E1E;
    border-image: linear-gradient(to right, #171717, #1e1e1e) 1
}

.container.nav {
    margin-top: 0;
    position: static
}

.top-nav {
    text-align: left;
    padding: 29px 20px
}

.brand {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    left: 0;
    top: -4px;
    width: auto;
    transition: opacity .3s ease-in-out
}

.brand:hover {
    opacity: .8
}

.brand h1 a {
    display: block
}

.brand h1 a img {
    height: 40px
}

/* ── Services Dropdown ── */
.nav-item {
    position: relative
}

.nav-dropdown {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 59px;
    left: -24px;
    min-width: 340px;
    background: #0d0d0d;
    border: 1px solid #202021;
    padding: 3px 14px 1px;
    z-index: 999;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    box-shadow: 0 24px 48px rgba(0,0,0,.6)
}

.nav-dropdown::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, #0dc181, #065b3d, #17171700)
}

.nav-item:hover .nav-dropdown,
.nav-item.is-open .nav-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.protocol {
    cursor: pointer
}

.nav-dropdown-grid {
    display: flex;
    gap: 28px
}

.nav-dropdown-col {
    display: flex;
    flex-direction: column;
    flex: 1
}

.nav-dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fefffa;
    font-size: 10px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 2px 8px;
    margin: 0 -8px;
    line-height: 12px;
    border-bottom: 1px solid #1a1a1a;
    white-space: nowrap;
    background: transparent;
    transition: color .2s ease-in-out, background .25s ease-in-out
}

.nav-dropdown-col a.nav-dropdown-item:last-child {
    border-bottom: none
}

.nav-dropdown-item:hover {
    color: #4bd8a9;
    background: radial-gradient(ellipse 90% 100% at 50% 50%, #0d0d0d 15%, rgba(75,216,169,0.07) 60%, rgba(75,216,169,0.18) 100%)
}

.nav-dropdown-item:hover .nav-dropdown-arrow {
    transform: translateX(4px)
}

.nav-dropdown-arrow {
    color: #4bd8a9;
    font-size: 10px;
    display: inline-block;
    transition: transform .2s ease-in-out;
    flex-shrink: 0
}

.top-nav ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0;
    width: auto;
    margin-left: 72px
}

.top-nav ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 72px
}

.top-nav ul li:last-of-type {
    margin-right: 0
}

.top-nav ul li a {
    padding: 36px 0 35px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.9px;
    font-weight: 200;
    transition: color .3s ease-in-out
}

.top-nav ul li a:hover,
.top-nav ul li a.nav-link.nav-services.link-scrolled,
.top-nav ul li a.nav-link.nav-team.link-scrolled,
.top-nav ul li a.nav-link.nav-membership.link-scrolled {
    color: #4bd8a9;
    border-bottom: 1px solid #4BD8A9
}

.book-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 88px;
    background: #030601e6;
    text-transform: uppercase;
    color: #4bd8a9;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    padding: 30px 0 0;
    border-bottom: 1px solid #0DC181;
    transition: background .3s ease-in-out
}

.book-btn:hover {
    background: #4bd8a9;
    color: #fff
}

.nav-contact-group {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 88px;
    flex-direction: row;
}

.phone-btn-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 88px;
    background: #030601e6;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #0DC181;
    border-right: 1px solid #1e1e1e;
    transition: background .3s ease-in-out
}

.phone-btn-mobile:hover {
    background: #4bd8a9;
    color: #fff
}

.contact-btn-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 88px;
    background: #030601e6;
    color: #4bd8a9;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #0DC181;
    transition: background .3s ease-in-out
}

.contact-btn-mobile:hover {
    background: #4bd8a9;
    color: #fff
}

.circles-wrap {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    width: 1310px;
    height: 1310px;
    top: 594px;
    z-index: 2;
    overflow: hidden
}

.circle-outer {
    position: fixed;
    width: 100%;
    height: 100%;
    border: 1px solid #0DC181;
    opacity: .1;
    border-radius: 100%
}

.circle-inner {
    position: fixed;
    top: 48px;
    left: 32px;
    width: 1248px;
    height: 1248px;
    border: 1px solid #0DC181;
    opacity: .2;
    border-radius: 100%
}

.hero-wrap {
    position: relative;
    min-height: 790px;
    min-width: 100%;
    background-image: url(../images/Hero.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #171717, #0dc181, #5c565303) 1
}

.hero-video {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#background-video {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 110%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-top: -20px
}

.video-shade {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #0c0c0c, #0c0c0c00);
    z-index: 1
}

.container.hero {
    margin: 0 auto;
    padding: 220px 0 0;
    z-index: 2
}

.hero-cta {
    max-width: 528px;
    text-align: left;
    margin-left: 24px
}

.hero-cta h2,
.hero-cta p {
    max-width: 528px
}

.hero-cta p {
    width: 422px;
    margin: 24px 0 0;
    text-align: left
}

.hero-cta h2 {
    font-family: Playfair Display, serif;
    font-weight: 100;
    font-size: 64px;
    line-height: 76px;
    letter-spacing: -2px
}

.hero-cta p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 200
}

.hero-cta-btn {
    display: block;
    color: #80efc8;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.9px;
    margin-top: 32px;
    padding: 24px 40px;
    background: #03060b1f;
    width: fit-content;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #0dc181, #065b3d) 1;
    transition: background .3s ease-in-out
}

.hero-cta-btn:hover {
    background: #4bd8a9;
    color: #fff
}

.protocols-wrap[id] {
    scroll-margin-top: 150px
}

.protocols-wrap {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #171717, #0dc181, #5c565303) 1;
    z-index: 2;
    padding: 0 20px
}

.container.protocols {
    margin-bottom: 72px
}

.protocols-grid {
    display: block;
    position: relative;
    margin-top: 40px
}

.protocols-grid .row {
    display: flex;
    position: relative;
    max-width: 1240px;
    width: 100%;
    gap: 24px;
    margin: 0 auto 24px;
    justify-content: center;
    flex-wrap: wrap
}

.protocol {
    position: relative;
    flex: 1;
    padding: 0;
    border: 1px solid #202021;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: border .3s ease-in-out
}

.protocol:hover {
    border: 1px solid #065B3D;
    transition: opacity .3s ease-in-out
}

.protocol:hover .protocol-desc {
    visibility: visible;
    opacity: 1
}

.protocol-desc {
    display: flex;
    align-items: center;
    visibility: visible;
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 16px 24px;
    overflow-y: scroll;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    color: #fefffa;
    background: #171717f5;
    transition: opacity .3s ease-in-out
}

.protocol-inner {
    position: relative;
    width: 100%
}

.protocol img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

.protocol-shade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
    background-image: linear-gradient(to top, #0c0c0c, #0c0c0c00)
}

.protocol-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 16px 12px;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2.9px;
    margin-top: 0;
    vertical-align: text-bottom;
    width: -webkit-fill-available;
    color: #fefffa
}

.team-wrap[id] {
    scroll-margin-top: 150px
}

.team-wrap {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #171717, #0dc181, #5c565303) 1;
    z-index: 2;
    padding: 0 20px
}

.container.team {
    margin-bottom: 72px
}

.team-grid {
    display: block;
    position: relative;
    margin-top: 40px
}

.team-row {
    display: flex;
    position: relative;
    max-width: 1240px;
    width: 100%;
    gap: 56px;
    margin: 0 auto 24px;
    justify-content: center;
    flex-wrap: wrap
}

.team-member {
    position: relative;
    flex: 1;
    padding: 0;
    border: 1px solid #202021;
    text-align: center;
    width: 100%;
    height: 100%
}

.team-member-inner {
    position: relative;
    width: 100%
}

.team-member-shade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
    background-image: linear-gradient(to top, #0c0c0c, #0c0c0c00)
}

.team-member-inner img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

.team-member-details {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 16px 12px;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2.9px;
    margin-top: 0;
    vertical-align: text-bottom;
    width: -webkit-fill-available
}

.team-member-title {
    color: #4bd8a9
}

.membership-wrap[id] {
    scroll-margin-top: 150px
}

.membership-wrap {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #171717, #0dc181, #5c565303) 1;
    z-index: 2;
    padding: 0 20px
}

.container.membership {
    margin-bottom: 72px
}

.cr {
    margin-top: 56px
}

.cr p {
    text-align: left;
    max-width: 100%;
    margin: 24px 24px 0
}

.container.membership h4 {
    font-family: Playfair Display, serif;
    font-size: 28px;
    font-weight: 100;
    line-height: auto;
    margin: 72px 0 24px
}

.membership-tiers {
    margin-top: 56px
}

.membership-tiers-row {
    display: flex;
    position: relative;
    max-width: 1240px;
    width: 100%;
    gap: 24px;
    margin: 0 auto 24px;
    justify-content: center;
    flex-wrap: wrap
}

.membership-tier {
    position: relative;
    flex: 1;
    padding: 0;
    border: 1px solid #202021;
    text-align: center;
    width: 100%;
    height: auto
}

.membership-tier-services {
    padding: 20px 24px 8px
}

.membership-tier-header {
    display: flex;
    align-items: center;
    background: #111;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #171717, #0dc181, #5c565303) 1;
    height: 105px
}

.membership-tier-header h5 {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    padding: 16px 24px;
    margin: 0 auto
}

.membership-tier-header h5 span {
    font-size: 16px
}

.membership-tier-service {
    display: flex;
    gap: 12px;
    margin: 0 0 16px
}

.membership-tier-service-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left
}

p.services-heading {
    margin: 0 0 12px;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ccc
}

.membership-tier-service-icon {
    display: contents;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    color: #4bd8a9
}

.membership-tiers-row--small {
    max-width: 820px
}

.membership-tier--wide {
    flex: none;
    width: 100%
}

.membership-tier--wide .membership-tier-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 56px;
    padding: 24px 32px 8px
}

.membership-tier--wide .membership-tier-cols .membership-tier-services {
    padding: 0
}

@media screen and (max-width: 768px) {
    .membership-tier--wide .membership-tier-cols {
        grid-template-columns: 1fr;
        padding: 20px 24px 8px
    }
}

.membership-credit-note {
    max-width: 1240px;
    margin: 8px auto 0;
    font-size: 14px;
    font-weight: 300;
    color: #ccc;
    text-align: center
}

.container.membership .alacarte h4 {
    margin: 56px 0;
    font-weight: 100
}

.alacarte-row {
    display: flex;
    position: relative;
    max-width: 1240px;
    width: 100%;
    gap: 24px;
    margin: 0 auto 24px;
    justify-content: center;
    flex-wrap: wrap
}

.alacarte-service {
    font-size: 19px;
    font-weight: 200;
    position: relative;
    flex: 1;
    padding: 24px;
    border: 1px solid #202021;
    text-align: center
}

.footer-wrap .container {
    margin: 0 auto
}

.footer p.copyright {
    padding: 0 20px 20px;
    font-size: 12px
}

.footer-links,
.footer-contact {
    margin: 20px 0
}

.footer-links a,
.footer-links a:hover,
.footer-links a:visited {
    display: inline-block;
    vertical-align: top;
    color: #4bd8a9;
    font-size: 14px;
    font-weight: 400;
    margin: 0 8px
}

.footer-links a:hover {
    text-decoration: underline
}

.footer .footer-contact div {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 8px
}

@media screen and (max-width:1040px) {
    .hero-wrap {
        background-size: cover;
        min-height: auto
    }
    .container.hero {
        padding: 120px 0 80px
    }
    .membership-tier-header {
        height: auto
    }
    .hero-cta h2 {
        font-size: 48px;
        line-height: 60px
    }
}

@media screen and (max-width:940px) {
    h3 {
        line-height: 48px
    }
    .container {
        padding: 0 20px
    }
}

@media screen and (max-width:768px) {
    .hero-cta h2 {
        font-size: 36px;
        line-height: 48px
    }
    .protocol,
    .alacarte-service {
        flex: 1 1 calc((100% - 24px)/2);
        min-width: 0
    }
    .team-row {
        gap: 24px
    }
    .team-member,
    .membership-tier {
        flex: 1 1 100%
    }
    .circles-wrap {
        display: none
    }
    #background-video {
        margin-left: -50%
    }
    .nav-contact-group {
        display: flex
    }
}

@media screen and (max-width:528px) {
    .hero-cta {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
    .hero-cta p {
        width: 100%
    }
    .protocol,
    .alacarte-service {
        flex: 1 1 100%
    }
    .book-btn {
        width: 180px
    }
    #background-video {
        margin-left: -80%
    }
}

/* Service-page body copy stays left-aligned (overrides the global .container center, which the homepage relies on). These hg- classes only exist on service pages. */
.hg-process-header,
.hg-process-body,
.hg-faq-header,
.hg-faq-row-q,
.hg-faq-row-a,
.hg-cta-inner {
    text-align: left;
}

/* ===================================================================
   BLOG ARTICLE TEMPLATE  ·  prefix: art-
   Shared by every article page so all blogs render identically.
   Lives here (cached once) — article HTML files carry no inline CSS.
   Brand tokens locked: bg #171717 · accent #4bd8a9 · Playfair / Helvetica.
   Reading column is a single ~720px measure for readability.
   =================================================================== */

.art-page { text-align: left; }
.art-page .fade-up { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.art-page .fade-up.is-visible { opacity: 1; transform: none; }
.art-shell { padding: 0 max(40px, calc((100vw - 1240px) / 2)); }
.art-measure { max-width: 760px; margin: 0 auto; }

/* ---- HERO ---- */
.art-hero { padding: 140px 0 0; }
.art-breadcrumb {
    font-size: 11px; font-weight: 200; letter-spacing: 2.5px;
    text-transform: uppercase; color: #444; margin-bottom: 34px;
}
.art-breadcrumb a { color: #666; transition: color .2s; }
.art-breadcrumb a:hover { color: #4bd8a9; }
.art-breadcrumb span { margin: 0 9px; color: #2e2e2e; }
.art-eyebrow {
    font-size: 10px; font-weight: 200; letter-spacing: 4px;
    text-transform: uppercase; color: #4bd8a9; margin-bottom: 22px;
}
.art-title {
    font-family: 'Playfair Display', serif;
    font-size: 52px; line-height: 62px; font-weight: 100;
    letter-spacing: -1.5px; color: #fefffa; margin-bottom: 26px; max-width: 720px;
}
.art-title em { font-style: italic; color: #888; }
.art-standfirst {
    font-size: 20px; line-height: 34px; font-weight: 200;
    color: #9a9a9a; margin: 0 0 38px; max-width: 680px;
}
.art-meta {
    display: flex; align-items: center; flex-wrap: wrap; gap: 18px;
    padding-bottom: 38px; border-bottom: 1px solid #1e1e1e;
}
.art-meta-author { display: flex; align-items: center; gap: 13px; }
.art-meta-avatar {
    width: 40px; height: 40px; border-radius: 50%; object-fit: cover;
    filter: grayscale(100%); border: 1px solid #262626; flex-shrink: 0;
}
.art-meta-name { font-size: 13px; font-weight: 300; color: #d0d0ca; }
.art-meta-role {
    font-size: 10px; font-weight: 200; letter-spacing: 1px;
    text-transform: uppercase; color: #555; margin-top: 3px;
}
.art-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: #333; }
.art-meta-item {
    font-size: 11px; font-weight: 200; letter-spacing: 1.5px;
    text-transform: uppercase; color: #555;
}
.art-meta-time {
    margin-left: auto;
    font-size: 10px; font-weight: 400; letter-spacing: 1.5px;
    text-transform: uppercase; color: #4bd8a9;
    border: 1px solid rgba(75,216,169,.45); border-radius: 2px; padding: 6px 12px;
}

/* ---- FEATURED IMAGE ---- */
.art-feature { padding: 52px 0 8px; }
.art-feature-img {
    position: relative; width: 100%; aspect-ratio: 16 / 8;
    overflow: hidden; border-radius: 4px; background: #0e0e0e;
}
.art-feature-img img {
    width: 100%; height: 100%; object-fit: cover;
    filter: none; opacity: 1; display: block;
}
.art-feature-cap {
    font-size: 11px; font-weight: 200; letter-spacing: .4px;
    color: #444; margin-top: 14px;
}

/* ---- BODY / PROSE ---- */
.art-body { padding: 48px 0 16px; }
.art-prose { max-width: 720px; margin: 0 auto; }
.art-prose > *:first-child { margin-top: 0; }
.art-prose h2 {
    font-family: 'Playfair Display', serif;
    font-size: 33px; line-height: 43px; font-weight: 100;
    letter-spacing: -.7px; color: #fefffa; margin: 58px 0 20px;
}
.art-prose h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px; line-height: 31px; font-weight: 200;
    letter-spacing: -.2px; color: #e6e6e0; margin: 40px 0 14px;
}
.art-prose p {
    font-size: 17px; line-height: 31px; font-weight: 200;
    color: #b4b4ae; margin: 0 0 24px; max-width: none;
}
.art-prose a {
    color: #4bd8a9; border-bottom: 1px solid rgba(75,216,169,.3);
    transition: border-color .2s;
}
.art-prose a:hover { border-bottom-color: #4bd8a9; }
.art-prose strong { color: #fefffa; font-weight: 400; }
.art-prose ul, .art-prose ol { margin: 0 0 28px; }
.art-prose li {
    font-size: 17px; line-height: 30px; font-weight: 200;
    color: #b4b4ae; margin: 0 0 14px; padding-left: 28px; position: relative;
}
.art-prose ul li::before {
    content: ''; position: absolute; left: 5px; top: 12px;
    width: 6px; height: 6px; background: #4bd8a9; border-radius: 50%;
}
.art-prose ol { counter-reset: art-ol; }
.art-prose ol li { counter-increment: art-ol; }
.art-prose ol li::before {
    content: counter(art-ol); position: absolute; left: 0; top: 0;
    font-size: 13px; font-weight: 400; color: #4bd8a9;
}

/* Key-takeaways scannable box (good for SEO/featured snippets) */
.art-takeaways {
    background: #0e0e0e; border: 1px solid #1c1c1c; border-radius: 4px;
    padding: 30px 34px; margin: 0 0 48px;
}
.art-takeaways-label {
    font-size: 10px; font-weight: 200; letter-spacing: 3px;
    text-transform: uppercase; color: #4bd8a9; margin-bottom: 18px;
}
.art-takeaways ul { margin: 0; }
.art-takeaways li {
    font-size: 15px; line-height: 25px; font-weight: 200;
    color: #a8a8a2; margin-bottom: 13px; padding-left: 24px; position: relative;
}
.art-takeaways li:last-child { margin-bottom: 0; }
.art-takeaways li::before {
    content: ''; position: absolute; left: 0; top: 8px;
    width: 7px; height: 7px; border: 1px solid #4bd8a9; border-radius: 50%;
}

/* Pull quote — centered editorial, no side stripe */
.art-quote { margin: 50px 0; text-align: center; }
.art-quote-rule { width: 38px; height: 2px; background: #4bd8a9; margin: 0 auto 26px; }
.art-quote p {
    font-family: 'Playfair Display', serif;
    font-size: 27px; line-height: 39px; font-weight: 100; font-style: italic;
    color: #fefffa; margin: 0 auto; max-width: 640px;
}
.art-quote cite {
    display: block; font-style: normal; font-size: 11px; font-weight: 200;
    letter-spacing: 2px; text-transform: uppercase; color: #555; margin-top: 20px;
}

/* Soft callout / clinical note */
.art-callout {
    background: rgba(75,216,169,.045); border: 1px solid rgba(75,216,169,.18);
    border-radius: 4px; padding: 24px 28px; margin: 36px 0;
}
.art-callout p { margin: 0; font-size: 15px; line-height: 26px; color: #9a9a9a; }
.art-callout p strong { color: #4bd8a9; font-weight: 400; }

/* Inline figure */
.art-figure { margin: 40px 0; }
.art-figure img {
    width: 100%; border-radius: 4px; filter: grayscale(100%);
    opacity: .62; display: block;
}
.art-figure figcaption {
    font-size: 11px; font-weight: 200; color: #444; margin-top: 12px;
}

/* References (E-E-A-T + SEO) */
.art-references { max-width: 720px; margin: 56px auto 0; padding-top: 38px; border-top: 1px solid #1e1e1e; }
.art-references-label {
    font-size: 11px; font-weight: 200; letter-spacing: 3px;
    text-transform: uppercase; color: #555; margin-bottom: 22px;
}
.art-references ol { counter-reset: ref; }
.art-references li {
    counter-increment: ref; font-size: 12px; line-height: 21px; font-weight: 200;
    color: #555; margin-bottom: 13px; padding-left: 28px; position: relative; word-break: break-word;
}
.art-references li::before {
    content: counter(ref); position: absolute; left: 0; top: 0;
    color: #4bd8a9; font-weight: 300;
}
.art-references a { color: #777; border-bottom: 1px solid #262626; transition: color .2s; }
.art-references a:hover { color: #4bd8a9; }

/* ---- AUTHOR BYLINE (trust, not a sales CTA) ---- */
.art-author { background: #0d0d0d; border-top: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e; padding: 56px 0; }
.art-author-inner { max-width: 760px; margin: 0 auto; display: flex; gap: 28px; align-items: flex-start; }
.art-author-avatar {
    width: 78px; height: 78px; border-radius: 50%; object-fit: cover;
    filter: grayscale(100%); border: 1px solid #262626; flex-shrink: 0;
}
.art-author-label { font-size: 10px; font-weight: 200; letter-spacing: 2.5px; text-transform: uppercase; color: #4bd8a9; margin-bottom: 11px; }
.art-author-name { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 100; color: #fefffa; margin-bottom: 6px; }
.art-author-role { font-size: 11px; font-weight: 200; letter-spacing: 1.5px; text-transform: uppercase; color: #555; margin-bottom: 16px; }
.art-author-bio { font-size: 14px; line-height: 25px; font-weight: 200; color: #888; margin: 0; }

/* ---- RELATED ARTICLES (internal linking = SEO) ---- */
.art-related { padding: 78px 0 96px; }
.art-related-head { display: flex; align-items: center; gap: 20px; margin-bottom: 38px; }
.art-related-head-text { font-size: 10px; font-weight: 200; letter-spacing: 3px; text-transform: uppercase; color: #2e2e2e; white-space: nowrap; }
.art-related-head-line { flex: 1; height: 1px; background: #1c1c1c; }
.art-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 28px; }
.art-rel-card {
    background: #0e0e0e; border-radius: 4px; overflow: hidden;
    display: flex; flex-direction: column; text-decoration: none; transition: background .25s;
}
.art-rel-card:hover { background: #121212; }
.art-rel-img { position: relative; width: 100%; aspect-ratio: 3 / 2; overflow: hidden; }
.art-rel-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); opacity: .52; display: block; transition: transform .5s ease, opacity .3s ease, filter .3s ease; }
/* On hover the grayscale lifts so the image comes through in full colour */
.art-rel-card:hover .art-rel-img img { transform: scale(1.05); opacity: 1; filter: grayscale(0%); }
.art-rel-cat { position: absolute; bottom: 13px; left: 15px; font-size: 7px; font-weight: 200; letter-spacing: 2px; text-transform: uppercase; color: #171717; background: #4bd8a9; padding: 3px 9px; }
.art-rel-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.art-rel-title { font-family: 'Playfair Display', serif; font-size: 17px; line-height: 24px; font-weight: 100; letter-spacing: -.2px; color: #d0d0ca; transition: color .2s; margin-bottom: 16px; }
.art-rel-card:hover .art-rel-title { color: #fefffa; }
.art-rel-readmore { margin-top: auto; font-size: 9px; font-weight: 200; letter-spacing: 2px; text-transform: uppercase; color: #2e2e2e; transition: color .2s; }
.art-rel-card:hover .art-rel-readmore { color: #4bd8a9; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1040px) {
    .art-related-grid { grid-template-columns: 1fr 1fr; }
    .art-related-grid .art-rel-card:last-child { display: none; }
}
@media (max-width: 760px) {
    .art-hero { padding: 116px 0 0; }
    .art-title { font-size: 36px; line-height: 46px; letter-spacing: -1px; }
    .art-standfirst { font-size: 17px; line-height: 30px; }
    .art-prose h2 { font-size: 27px; line-height: 36px; }
    .art-meta-time { margin-left: 0; }
    .art-author-inner { flex-direction: column; gap: 20px; }
    .art-related-grid { grid-template-columns: 1fr; }
    .art-related-grid .art-rel-card:last-child { display: flex; }
}

/* ===================================================================
   MOBILE HAMBURGER NAV  ·  pop-up menu mirroring the desktop dropdowns
   =================================================================== */
.nav-hamburger {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 88px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    background: #030601e6;
    border: none;
    border-bottom: 1px solid #0DC181;
    cursor: pointer;
    z-index: 1001;
    transition: background .3s ease-in-out;
}
.nav-hamburger:hover { background: #0c150f; }
.nav-hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: #4bd8a9;
    transition: transform .3s ease, opacity .3s ease;
}
#navbar.menu-open .nav-hamburger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
#navbar.menu-open .nav-hamburger span:nth-child(2) { opacity: 0; }
#navbar.menu-open .nav-hamburger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media screen and (max-width:940px) {
    /* show the toggle */
    .nav-hamburger { display: flex; }

    /* keep the contact button clear of the hamburger */
    .contact-btn-mobile { right: 64px; }

    /* once scrolled and the Contact Us button appears, shrink the wordmark
       to the icon logo so the two never overlap */
    #navbar.contact-visible .brand h1 a img {
        content: url('../images/cl-icon-logo-white.png');
        height: 40px;
        width: auto;
    }

    /* turn the desktop UL into a slide-down panel under the header */
    .top-nav ul {
        display: block;
        position: absolute;
        top: 88px;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #0d0d0d;
        border-top: 1px solid #202021;
        box-shadow: 0 24px 48px rgba(0,0,0,.6);
        max-height: calc(100vh - 88px);
        overflow-y: auto;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-12px);
        pointer-events: none;
        transition: opacity .28s ease-in-out, transform .28s ease-in-out, visibility .28s ease-in-out;
    }
    .top-nav ul::before {
        content: '';
        display: block;
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 1px;
        background: linear-gradient(to right, #0dc181, #065b3d, #17171700);
    }
    #navbar.menu-open .top-nav ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* stack the top-level tabs */
    .top-nav ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #1a1a1a;
    }
    .top-nav ul li:last-of-type { border-bottom: none; }
    .top-nav ul li a.nav-link {
        display: block;
        padding: 18px 26px;
        font-size: 12px;
        letter-spacing: 2.9px;
        border-bottom: none;
    }
    .top-nav ul li a.nav-link:hover { border-bottom: none; }

    /* +/- affordance on tabs that expand */
    .nav-item.has-dropdown > a.nav-link { position: relative; }
    .nav-item.has-dropdown > a.nav-link::after {
        content: '+';
        position: absolute;
        right: 26px;
        top: 50%;
        transform: translateY(-50%);
        color: #4bd8a9;
        font-size: 16px;
        font-weight: 200;
        line-height: 1;
    }
    .nav-item.has-dropdown.is-open > a.nav-link::after { content: '\2013'; }

    /* sub-menus become inline accordions instead of absolute pop-outs */
    .nav-item .nav-dropdown {
        position: static;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        min-width: 0;
        background: #080808;
        border: none;
        box-shadow: none;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out;
    }
    .nav-item .nav-dropdown::before { display: none; }
    .nav-item.is-open .nav-dropdown { max-height: 720px; }
    .nav-dropdown-grid { display: block; gap: 0; padding: 2px 0 6px; }
    .top-nav ul li a.nav-dropdown-item {
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 1px;
        gap: 6px;
        padding: 12px 26px 12px 38px;
        margin: 0;
        border-bottom: 1px solid #141414;
    }
    .nav-dropdown-item .nav-dropdown-arrow { font-size: 8px; }
    .nav-dropdown-col a.nav-dropdown-item:last-child { border-bottom: 1px solid #141414; }
}
