/* Font */
@font-face {
    font-family: 'Reckless';
    src: url('../fonts/Reckless/RecklessCollectionVF-TRIAL.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* GT America Mono Font Family */
@font-face {
    font-family: 'GT America Mono';
    src: url('../fonts/GT-America-Mono-Regular-Trial.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America Mono';
    src: url('../fonts/GT-America-Mono-Medium-Trial.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America Mono';
    src: url('../fonts/GT-America-Mono-Bold-Trial.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America Mono';
    src: url('../fonts/GT-America-Mono-Light-Trial.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless';
    src: url('../fonts/Reckless/RecklessItalicCollectionVF-TRIAL.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Standard M';
    src: url('../fonts/Reckless/Reckless Standard M/RecklessStandardM-TRIAL-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Base Styles */
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, span, li,
button, input, textarea,
.navbar, .nav-link, .btn {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif !important;
}

body {
    background-color: #EFEAE8;
    color: #1F1D1D;
    line-height: 1.6;
}

.container {
    max-width: 1440px;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Navigation */
.navbar {
    background-color: rgba(239, 234, 232, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1.5rem 0;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.navbar.navbar-hidden {
    transform: translateY(-100%);
}

.navbar.bg-light {
    background-color: rgba(239, 234, 232, 0.9) !important;
}

.navbar.scrolled {
    border-bottom: 1px solid #000000;
    background-color: rgba(242, 214, 255, 0.9) !important;
}

.navbar.scrolled .btn-contact {
    background-color: #EFEAE8;
}

.navbar-brand {
    background-color: transparent;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
}

.navbar-brand img {
    height: 38px;
}

.navbar-brand .logo-white {
    display: none;
}

.navbar-brand .logo-dark {
    display: block;
}

.nav-link {
    color: #1F1D1D !important;
    font-family: 'GT America Mono', monospace !important;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0.5rem 1rem !important;
}

.nav-link:hover {
    color: #d68ff7 !important;
}

.btn-contact {
    background-color: #F2D6FF;
    color: #1F1D1D !important;
    font-family: 'GT America Mono', monospace !important;
    border-radius: 20px;
    padding: 0.5rem 1.5rem !important;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: none;
}

.btn-contact:hover {
    background-color: #d68ff7;
    color: #1F1D1D !important;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    padding-top: 180px;
    padding-bottom: 80px;
    background-color: #EFEAE8;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.hero-section > .container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 50px;
    padding-right: 50px;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: calc(1440px - 4rem);
    height: 1px;
    background-color: #000000;
    transition: opacity 0.3s ease;
}

.hero-section.border-hidden::after {
    opacity: 0;
}

.hero-tagline-text {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    color: #1F1D1D;
    margin: 0 0 6rem 0;
}

.hero-headline-new {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.05;
    color: #1F1D1D;
    margin: 0;
}

.hero-subtitle {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.75rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    color: #1F1D1D;
    margin: 0;
}

.hero-cta {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.3;
    color: #1F1D1D;
    margin: 2rem 0 0 0;
}

.text-purple {
    color: #D265FB;
}

.text-black {
    color: #1F1D1D;
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .hero-tagline-text {
        font-size: 1.25rem;
    }

    .hero-cta {
        margin-top: 1.5rem;
    }
}

/* Main Content Section */
.main-content-section {
    position: relative;
    background-color: #EFEAE8;
    overflow-x: clip;
}


.left-column {
    position: relative;
}

.sticky-content {
    position: sticky;
    top: 110px;
    padding-top: 100px;
    padding-bottom: 80px;
    padding-right: 2rem;
}



.right-column {
    position: relative;
}

.right-column::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #000000;
}

@media (max-width: 991px) {
    .right-column::before {
        display: none;
    }
}

.content-block {
    padding: 100px 0 100px 3rem;
    position: relative;
}

.section-label {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    background-color: #F2D6FF;
    color: #1F1D1D;
    font-family: 'GT America Mono', monospace !important;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.3rem 0.8rem;
    border: 1px solid #000000;
    border-top: none;
    transition: background-color 0.3s ease;
}

.section-label.active {
    background-color: #F2D6FF;
    font-weight: 500;
}

@media (max-width: 767px) {
    .section-label {
        position: static;
        display: block;
        border: none;
        background-color: transparent !important;
        color: #a855c7;
        padding: 1.5rem 0 0 0;
        margin-bottom: 1rem;
        font-weight: 500;
        font-size: 1.5rem;
    }

    /* Match first content-block section-label spacing with subsequent blocks */
    .content-block:first-child .section-label {
        padding-top: 0;
    }
}

.content-block:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000000;
}

.content-block .learn-more-link {
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 10;
    background-color: #EFEAE8;
}

.services-block .learn-more-link {
    border-bottom: none;
    bottom: 0px;
}

@media (max-width: 767px) {
    .services-block .learn-more-link {
        border-bottom: 1px solid #000000;
    }
}

.expertise-block .section-label {
    top: 0px;
}

/* Section Divider Lines */
.contact-section {
    position: relative;
}


.about-intro {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
}

.about-intro-mobile {
    display: none;
}

@media (max-width: 767px) {
    .sticky-content .about-intro {
        display: none;
    }

    .about-intro-mobile {
        display: block;
        margin-bottom: 1.5rem;
    }
}

.about-text {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #1F1D1D;
}

.learn-more-link {
    color: #1F1D1D;
    text-decoration: none;
    font-family: 'GT America Mono', monospace !important;
    font-size: 0.8rem;
    font-weight: 400;
    border: 1px solid #000000;
    padding: 0.4rem 1rem;
    transition: all 0.3s ease;
}


.learn-more-link:hover {
    background-color: #F2D6FF;
    color: #1F1D1D;
}

.learn-more-link span {
    margin-left: 0.5rem;
}

@media (max-width: 991px) {
    .content-block .learn-more-link {
        position: static;
        display: inline-block;
        margin-top: 1.5rem;
    }

    .sticky-content {
        position: static;
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .left-column {
        display: none;
    }
}

.section-title {
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.services-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

/* Services Image Wrapper */
.services-image-wrapper {
    position: relative;
}

.show-more-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #1F1D1D;
    color: #ffffff;
    font-family: 'GT America Mono', monospace !important;
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 10;
}

.show-more-circle.visible {
    opacity: 1;
}

/* Our Approach Overlay */
.approach-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F1D1D;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    --expand-x: 50%;
    --expand-y: 50%;
}

.approach-overlay.expanding {
    visibility: visible;
    clip-path: circle(0% at var(--expand-x) var(--expand-y));
    animation: expandCircle 0.4s ease-out forwards;
}

.approach-overlay.active {
    visibility: visible;
    opacity: 1;
    clip-path: circle(150% at var(--expand-x) var(--expand-y));
}

@keyframes expandCircle {
    0% {
        clip-path: circle(50px at var(--expand-x) var(--expand-y));
        opacity: 1;
    }
    100% {
        clip-path: circle(150% at var(--expand-x) var(--expand-y));
        opacity: 1;
    }
}

.approach-title {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 4rem;
    font-weight: 400;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.approach-title.visible {
    opacity: 1;
}

.approach-title-subtitle {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #ffffff;
    max-width: 600px;
    text-align: center;
    margin: 1.5rem auto 3rem;
    line-height: 1.6;
    opacity: 0;
    transition: opacity 0.5s ease 0.3s;
}

.approach-title.visible ~ .approach-title-subtitle {
    opacity: 1;
}

.approach-overlay::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    background-color: rgba(31, 29, 29, 0.9);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.approach-overlay.scrolled::before {
    opacity: 1;
}

.approach-logo {
    position: fixed;
    top: 2rem;
    left: 2rem;
    z-index: 10000;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.approach-logo:hover {
    opacity: 1;
}

.approach-close-btn {
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    z-index: 10000;
}

.approach-close-btn:hover {
    background-color: #ffffff;
    color: #1F1D1D;
}

.approach-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 20vh;
}

.bubbles-diagram {
    position: relative;
    width: 500px;
    height: 500px;
    margin-top: 2rem;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.bubbles-diagram.visible {
    opacity: 1;
}

.bubbles-connector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.connector-path {
    display: none;
}

.arrow-segment {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hover states - hide all segments except the hovered one */
.bubbles-connector.segment-hover .arrow-segment {
    opacity: 0 !important;
}

.bubbles-connector.segment-hover-data .arrow-data,
.bubbles-connector.segment-hover-insight .arrow-insight,
.bubbles-connector.segment-hover-action .arrow-action,
.bubbles-connector.segment-hover-outcome .arrow-outcome {
    opacity: 1 !important;
}

/* Hide non-connected bubbles when hovering segment titles */
.bubbles-diagram.segment-hover-data .bubble-left,
.bubbles-diagram.segment-hover-data .bubble-bottom,
.bubbles-diagram.segment-hover-insight .bubble-top,
.bubbles-diagram.segment-hover-insight .bubble-left,
.bubbles-diagram.segment-hover-action .bubble-top,
.bubbles-diagram.segment-hover-action .bubble-right,
.bubbles-diagram.segment-hover-outcome .bubble-right,
.bubbles-diagram.segment-hover-outcome .bubble-bottom {
    opacity: 0;
}

/* Hide other segment titles when hovering one */
.bubbles-connector.segment-hover-data .text-hover-group[data-segment="insight"] .connector-text,
.bubbles-connector.segment-hover-data .text-hover-group[data-segment="action"] .connector-text,
.bubbles-connector.segment-hover-data .text-hover-group[data-segment="outcome"] .connector-text,
.bubbles-connector.segment-hover-insight .text-hover-group[data-segment="data"] .connector-text,
.bubbles-connector.segment-hover-insight .text-hover-group[data-segment="action"] .connector-text,
.bubbles-connector.segment-hover-insight .text-hover-group[data-segment="outcome"] .connector-text,
.bubbles-connector.segment-hover-action .text-hover-group[data-segment="data"] .connector-text,
.bubbles-connector.segment-hover-action .text-hover-group[data-segment="insight"] .connector-text,
.bubbles-connector.segment-hover-action .text-hover-group[data-segment="outcome"] .connector-text,
.bubbles-connector.segment-hover-outcome .text-hover-group[data-segment="data"] .connector-text,
.bubbles-connector.segment-hover-outcome .text-hover-group[data-segment="insight"] .connector-text,
.bubbles-connector.segment-hover-outcome .text-hover-group[data-segment="action"] .connector-text {
    opacity: 0 !important;
}

/* Bubble hover states - show adjacent segments */
.bubbles-diagram.bubble-hover .arrow-segment {
    opacity: 0 !important;
}

.bubbles-diagram.bubble-hover-top .arrow-outcome,
.bubbles-diagram.bubble-hover-top .arrow-data {
    opacity: 1 !important;
}

.bubbles-diagram.bubble-hover-right .arrow-data,
.bubbles-diagram.bubble-hover-right .arrow-insight {
    opacity: 1 !important;
}

.bubbles-diagram.bubble-hover-bottom .arrow-insight,
.bubbles-diagram.bubble-hover-bottom .arrow-action {
    opacity: 1 !important;
}

.bubbles-diagram.bubble-hover-left .arrow-action,
.bubbles-diagram.bubble-hover-left .arrow-outcome {
    opacity: 1 !important;
}

/* Bubble text highlight on hover */
.bubble {
    cursor: pointer;
}

.bubble span {
    transition: color 0.3s ease;
}

.bubbles-diagram.bubble-hover-top .bubble-top span,
.bubbles-diagram.bubble-hover-right .bubble-right span,
.bubbles-diagram.bubble-hover-bottom .bubble-bottom span,
.bubbles-diagram.bubble-hover-left .bubble-left span {
    color: #d68ff7;
}

.bubbles-diagram.bubble-hover-top .bubble-top,
.bubbles-diagram.bubble-hover-right .bubble-right,
.bubbles-diagram.bubble-hover-bottom .bubble-bottom,
.bubbles-diagram.bubble-hover-left .bubble-left {
    border-color: #d68ff7;
}

/* Hide opposite bubble on hover */
.bubbles-diagram.bubble-hover-top .bubble-bottom,
.bubbles-diagram.bubble-hover-bottom .bubble-top,
.bubbles-diagram.bubble-hover-left .bubble-right,
.bubbles-diagram.bubble-hover-right .bubble-left {
    opacity: 0;
}

/* Hide opposite segment titles on hover */
.bubbles-diagram.bubble-hover-top .text-hover-group[data-segment="insight"] .connector-text,
.bubbles-diagram.bubble-hover-top .text-hover-group[data-segment="action"] .connector-text,
.bubbles-diagram.bubble-hover-bottom .text-hover-group[data-segment="data"] .connector-text,
.bubbles-diagram.bubble-hover-bottom .text-hover-group[data-segment="outcome"] .connector-text,
.bubbles-diagram.bubble-hover-left .text-hover-group[data-segment="data"] .connector-text,
.bubbles-diagram.bubble-hover-left .text-hover-group[data-segment="insight"] .connector-text,
.bubbles-diagram.bubble-hover-right .text-hover-group[data-segment="action"] .connector-text,
.bubbles-diagram.bubble-hover-right .text-hover-group[data-segment="outcome"] .connector-text {
    opacity: 0 !important;
}

/* Bubble info text styling */
.bubble-info {
    position: absolute;
    width: 150px;
    padding: 0.5rem;
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 0.85rem;
    font-style: italic;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.bubble-info-top {
    top: 0;
    left: 50%;
    transform: translate(-50%, 75px);
}

.bubble-info-bottom {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -75px);
}

.bubble-info-left {
    left: 0;
    top: 50%;
    transform: translate(75px, -50%);
}

.bubble-info-right {
    right: 0;
    top: 50%;
    transform: translate(-75px, -50%);
}

/* Show info text on opposite side when hovering */
.bubbles-diagram.bubble-hover-top .bubble-info-bottom,
.bubbles-diagram.bubble-hover-bottom .bubble-info-top,
.bubbles-diagram.bubble-hover-left .bubble-info-right,
.bubbles-diagram.bubble-hover-right .bubble-info-left {
    opacity: 1;
}

/* Dotted line from hovered bubble to description */
.bubble-info::before {
    content: '';
    position: absolute;
    border-style: dotted;
    border-color: #d68ff7;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bubble-info-top::before,
.bubble-info-bottom::before {
    width: 0;
    height: 200px;
    border-width: 0 2px 0 0;
    left: 50%;
    transform: translateX(-50%);
}

.bubble-info-top::before {
    top: 100%;
}

.bubble-info-bottom::before {
    bottom: 100%;
}

.bubble-info-left::before,
.bubble-info-right::before {
    width: 200px;
    height: 0;
    border-width: 2px 0 0 0;
    top: 50%;
    transform: translateY(-50%);
}

.bubble-info-left::before {
    left: 100%;
}

.bubble-info-right::before {
    right: 100%;
}

/* Show dotted line when info is visible */
.bubbles-diagram.bubble-hover-top .bubble-info-bottom::before,
.bubbles-diagram.bubble-hover-bottom .bubble-info-top::before,
.bubbles-diagram.bubble-hover-left .bubble-info-right::before,
.bubbles-diagram.bubble-hover-right .bubble-info-left::before {
    opacity: 1;
}

/* Adjust bubble info position on small screens */
@media (max-width: 767px) {
    .bubble-info {
        width: 100px;
        font-size: 0.7rem;
    }

    .bubble-info-top {
        transform: translate(-50%, 50px);
    }

    .bubble-info-bottom {
        transform: translate(-50%, -50px);
    }

    .bubble-info-left {
        transform: translate(50px, -50%);
    }

    .bubble-info-right {
        transform: translate(-50px, -50%);
    }

    .bubble-info-top::before,
    .bubble-info-bottom::before {
        height: 120px;
    }

    .bubble-info-left::before,
    .bubble-info-right::before {
        width: 120px;
    }
}


/* Intro animation states for segments - accumulate as they appear */
.bubbles-connector.intro-data .arrow-data,
.bubbles-connector.intro-insight .arrow-data,
.bubbles-connector.intro-action .arrow-data,
.bubbles-connector.intro-outcome .arrow-data,
.bubbles-connector.segments-complete .arrow-data {
    opacity: 1;
}

.bubbles-connector.intro-insight .arrow-insight,
.bubbles-connector.intro-action .arrow-insight,
.bubbles-connector.intro-outcome .arrow-insight,
.bubbles-connector.segments-complete .arrow-insight {
    opacity: 1;
}

.bubbles-connector.intro-action .arrow-action,
.bubbles-connector.intro-outcome .arrow-action,
.bubbles-connector.segments-complete .arrow-action {
    opacity: 1;
}

.bubbles-connector.intro-outcome .arrow-outcome,
.bubbles-connector.segments-complete .arrow-outcome {
    opacity: 1;
}

.text-hover-group {
    cursor: pointer;
}

.text-hover-group .connector-text {
    transition: opacity 0.3s ease, fill 0.3s ease;
}

.text-hover-group:hover .connector-text {
    fill: #d68ff7;
}

.connector-text {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.3rem;
    font-style: italic;
    fill: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease, fill 0.3s ease;
    text-decoration: underline;
}

/* Show all text when segments are complete - all white */
.bubbles-connector.segments-complete .connector-text {
    opacity: 1;
    fill: #ffffff;
}

/* Hover highlight overrides all states */
.bubbles-connector.segments-complete .text-hover-group:hover .connector-text {
    fill: #d68ff7 !important;
}

/* Intro states: show and highlight each text when its segment appears */
.bubbles-connector.intro-data .text-hover-group[data-segment="data"] .connector-text {
    opacity: 1;
    fill: #d68ff7;
}

.bubbles-connector.intro-insight .text-hover-group[data-segment="insight"] .connector-text {
    opacity: 1;
    fill: #d68ff7;
}

.bubbles-connector.intro-action .text-hover-group[data-segment="action"] .connector-text {
    opacity: 1;
    fill: #d68ff7;
}

.bubbles-connector.intro-outcome .text-hover-group[data-segment="outcome"] .connector-text {
    opacity: 1;
    fill: #d68ff7;
}

/* Keep previous texts visible during intro (but not highlighted) */
.bubbles-connector.intro-insight .text-hover-group[data-segment="data"] .connector-text,
.bubbles-connector.intro-action .text-hover-group[data-segment="data"] .connector-text,
.bubbles-connector.intro-action .text-hover-group[data-segment="insight"] .connector-text,
.bubbles-connector.intro-outcome .text-hover-group[data-segment="data"] .connector-text,
.bubbles-connector.intro-outcome .text-hover-group[data-segment="insight"] .connector-text,
.bubbles-connector.intro-outcome .text-hover-group[data-segment="action"] .connector-text {
    opacity: 1;
    fill: #ffffff;
}

.approach-line {
    width: 2px;
    height: 0;
    background-color: #ffffff;
    margin-top: 50px;
    transition: height 0.8s ease;
}

.approach-line.visible {
    height: 150px;
}

.approach-outcome {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    color: #ffffff;
    margin-top: 50px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.approach-outcome.visible {
    opacity: 1;
    transform: translateY(0);
}

.approach-outcome-subtitle {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #ffffff;
    max-width: 600px;
    text-align: center;
    margin: 1.5rem auto 0;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}

.approach-outcome.visible ~ .approach-outcome-subtitle {
    opacity: 1;
    transform: translateY(0);
}

.approach-section {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.approach-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.approach-section-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

.approach-section-content {
    text-align: left;
    padding: 1rem 0;
    margin-left: calc(50% + 2rem);
    width: min(80vw, 1000px);
}

.approach-section-title {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.approach-section-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.approach-section-list li {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.1rem;
    color: #ffffff;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.approach-section-list li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: #d68ff7;
}

.approach-topic {
    margin-top: 100px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.feedback-loop-bubble {
    display: inline-block;
    margin-top: 100px;
    padding: 1.5rem 3rem;
    border: 2px solid #D265FB;
    border-radius: 50px;
    background-color: transparent;
    color: #ffffff;
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.feedback-loop-bubble.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease, background-color 0.3s ease, color 0.3s ease;
}

.feedback-loop-bubble:hover {
    background-color: #D265FB;
    color: #1F1D1D;
}

/* Loopback Button - styled like approach CTA */
.loopback-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 100px;
    padding: 1rem 2rem;
    border: 2px solid #D265FB;
    border-radius: 50px;
    background-color: transparent;
    color: #ffffff;
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.loopback-button.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease, background-color 0.3s ease, color 0.3s ease;
}

.loopback-button:hover {
    background-color: #D265FB;
    color: #1F1D1D;
}

.loopback-icon {
    transition: transform 0.3s ease;
}

.loopback-button:hover .loopback-icon {
    transform: rotate(45deg);
}

.approach-topic.visible {
    opacity: 1;
    transform: translateY(0);
}

.approach-topic-line {
    display: none;
}

.approach-topic-title {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.approach-topic-subtitle {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #ffffff;
    max-width: 600px;
    text-align: center;
    margin: 1.5rem auto 0;
    line-height: 1.6;
}

.approach-topic .approach-section {
    opacity: 1;
    transform: none;
}

.bubble {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #1F1D1D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease, border-color 0.3s ease;
    z-index: 1;
}

.bubble-top {
    top: 0;
    left: 50%;
    transform: translate(-50%, 175px);
}

.bubble-left {
    top: 50%;
    left: 0;
    transform: translate(175px, -50%);
}

.bubble-right {
    top: 50%;
    right: 0;
    transform: translate(-175px, -50%);
}

.bubble-bottom {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -175px);
}

.bubbles-diagram.visible .bubble-top {
    transform: translate(-50%, 0);
}

.bubbles-diagram.visible .bubble-left {
    transform: translate(0, -50%);
}

.bubbles-diagram.visible .bubble-right {
    transform: translate(0, -50%);
}

.bubbles-diagram.visible .bubble-bottom {
    transform: translate(-50%, 0);
}

@media (max-width: 767px) {
    .approach-content {
        padding-bottom: 15vh;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .approach-topic::before {
        content: '• • •';
        display: block;
        text-align: center;
        color: #D265FB;
        font-size: 1.5rem;
        letter-spacing: 0.5rem;
        margin-top: -50px;
        margin-bottom: 50px;
    }

    .approach-title {
        font-size: 2.5rem;
    }

    .approach-outcome,
    .approach-topic-title {
        font-size: 2rem;
    }

    .show-more-circle {
        width: 80px;
        height: 80px;
        font-size: 0.75rem;
    }

    .bubbles-diagram {
        width: 320px;
        height: 320px;
        margin-top: 1.5rem;
    }

    .bubble {
        width: 100px;
        height: 100px;
        font-size: 1rem;
    }

    .connector-text {
        font-size: 1.3rem;
    }

    .bubble-top {
        transform: translate(-50%, 110px);
    }

    .bubble-left {
        transform: translate(110px, -50%);
    }

    .bubble-right {
        transform: translate(-110px, -50%);
    }

    .bubble-bottom {
        transform: translate(-50%, -110px);
    }

    .approach-section-content {
        margin-left: 50px;
    }

    .approach-section-line {
        display: none;
    }
}

.services-heading {
    font-size: 1.7rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.3;
    color: #1F1D1D;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}

.services-heading:first-of-type {
    margin-top: 0;
}

.services-text {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #1F1D1D;
}

.services-emphasis {
    margin-top: 3rem;
    font-style: italic;
}

/* Latest Blog Section */
.team-photo-section {
    padding: 0px 0;
}

.team-photo {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    border: 10px solid rgba(210, 101, 251, 0.45);
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-photo {
        width: 90%;
        margin: 0 auto;
    }
}

/* Mobile expertise label - hidden on desktop, shown on mobile above photo */
.expertise-label-mobile {
    display: none;
}

@media (max-width: 767px) {
    .team-photo-section {
        padding: 0;
    }
    .team-photo-section .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
    .team-photo {
        width: 100%;
        margin-left: 0;
        border: none;
    }
    .expertise-label-mobile {
        display: block;
        padding: 0 2rem;
        margin-top: 0px;
        margin-bottom: 1rem;
    }
    .expertise-block .section-label {
        display: none;
    }
    .expertise-block {
        padding-top: 0;
    }
}

.latest-blog-block {
    padding: 100px 0;
}

.latest-blog-inner {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

.latest-blog-image {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 300px;
    background-color: transparent;
}

.latest-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.latest-blog-image:hover img {
    filter: grayscale(0%);
    transform: scale(1.02);
}

.latest-blog-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(210, 101, 251, 0.3) 0%, rgba(31, 29, 29, 0.4) 100%);
    transition: opacity 0.3s ease;
}

.latest-blog-image:hover .latest-blog-image-overlay {
    opacity: 0.5;
}

.latest-blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.latest-blog-title {
    font-size: 2rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.latest-blog-title a {
    color: #1F1D1D;
    text-decoration: none;
    transition: color 0.3s ease;
}

.latest-blog-title a:hover {
    color: #d68ff7;
}

.latest-blog-excerpt {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #1F1D1D;
    margin-bottom: 1.5rem;
}

.latest-blog-content .learn-more-link {
    position: static;
    align-self: flex-start;
}

@media (max-width: 991px) {
    .latest-blog-inner {
        flex-direction: column;
    }

    .latest-blog-image {
        flex: none;
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .latest-blog-title {
        font-size: 1.5rem;
    }

    .latest-blog-excerpt {
        font-size: 1.1rem;
    }

    .latest-blog-image {
        min-height: 200px;
    }
}

.services-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.services-list li::before {
    content: "·";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.services-list-compact {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.services-list-compact li {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #1F1D1D;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.services-list-compact li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: #d68ff7;
}

.services-section-title {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #1F1D1D;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.expertise-text {
    font-size: 2.25rem;
    line-height: 1.7;
    color: #1F1D1D;
}


.linkedin-link {
    color: #1F1D1D;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.linkedin-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.linkedin-link:hover {
    color: #d68ff7;
}

/* Contact Section */
.contact-section {
    background-color: #EFEAE8;
}

.contact-section > .container {
    position: relative;
}

.contact-section > .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background-color: #000000;
}

.contact-row {
    display: flex;
    border-top: none;
}

.contact-col {
    padding: 80px 2rem;
}

.contact-col-left {
    width: 60%;
    background-color: #EFEAE8;
    border-right: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-cta {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    font-style: italic;
    color: #1F1D1D;
    margin: 0;
    text-align: center;
}

.contact-col-right {
    width: 40%;
    background-color: #F2D6FF;
    text-align: right;
}

@media (max-width: 991px) {
    .contact-col-left {
        display: none;
    }

    .contact-col-right {
        width: 100%;
        text-align: left;
    }

    .contact-section > .container::before {
        display: none;
    }

    .contact-row {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
        border-top: 1px solid #000000;
    }
}

.contact-title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #1F1D1D;
}

.contact-info p {
    margin-bottom: 0.3rem;
    font-size: 1.425rem;
    color: #1F1D1D;
}

.company-name {
    font-weight: 500;
}

.contact-info strong {
    color: #1F1D1D;
}

.footer-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1F1D1D;
    text-decoration: none;
}

.footer-linkedin svg {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-linkedin:hover,
.footer-linkedin:hover strong,
.footer-linkedin:hover svg {
    color: #d68ff7;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .hero-tagline {
        margin-top: 2rem;
    }

    .navbar-nav {
        padding-top: 1rem;
    }

    .nav-item {
        padding: 0.5rem 0;
    }

    .btn-contact {
        margin-top: 1rem;
        display: inline-block;
    }

    .contact-section .text-end {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 120px;
    }

    .alpha-letters {
        max-width: 100%;
    }

    .contact-section {
        padding: 0px 0;
    }

    .content-block {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.95rem;
    }
}

@media (max-width: 576px) {
    .alpha-letters {
        max-width: 100%;
    }

    .about-intro,
    .about-text,
    .services-text,
    .expertise-text,
    .services-list li {
        font-size: 1.425rem;
    }
}

/* Blog/Insights Styles */
.blog-header {
    padding-top: 150px;
    padding-bottom: 60px;
    background-color: #EFEAE8;
}

.blog-title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.blog-subtitle {
    font-size: 1.35rem;
    color: #666;
}

.back-link {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #1F1D1D;
    text-decoration: none;
    font-size: 1.1rem;
}

.back-link:hover {
    color: #F2D6FF;
}

.blog-post-date {
    display: block;
    font-size: 1.1rem;
    color: #666;
    margin-top: 0.5rem;
}

.blog-posts {
    padding: 60px 0;
    background-color: #EFEAE8;
}

.blog-card {
    background-color: #fff;
    border: 1px solid #000;
    margin-bottom: 2rem;
}

.blog-card-image {
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-card-date {
    font-size: 0.9rem;
    color: #666;
    display: block;
    margin-bottom: 0.5rem;
}

.blog-card-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.blog-card-title a {
    color: #1F1D1D;
    text-decoration: none;
}

.blog-card-title a:hover {
    color: #F2D6FF;
}

.blog-card-excerpt {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 1rem;
}

.no-posts {
    text-align: center;
    padding: 60px 0;
    font-size: 1.25rem;
    color: #666;
}

/* Blog List - Alternating Layout */
.blog-list {
    background-color: #EFEAE8;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.blog-list-item {
    display: flex;
    min-height: 70vh;
}

.blog-list-item.image-left {
    flex-direction: row;
}

.blog-list-item.image-right {
    flex-direction: row-reverse;
}

.blog-list-image {
    width: 50%;
    background-color: #ffffff;
    overflow: hidden;
}

.blog-list-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.blog-list-image:hover img {
    filter: grayscale(0%);
    transform: scale(1.02);
}

.blog-list-placeholder {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
}

.blog-list-content {
    width: 50%;
    background-color: #EFEAE8;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-list-category {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: #888;
    margin-bottom: 1.5rem;
}

.blog-list-title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.blog-list-title a {
    color: #1F1D1D;
    text-decoration: none;
}

.blog-list-title a:hover {
    color: #d68ff7;
}

.blog-list-excerpt {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 2rem;
}

.blog-list-item .learn-more-link {
    align-self: flex-start;
}

/* Blog List Responsive */
@media (max-width: 991px) {
    .blog-list-item {
        flex-direction: column !important;
        min-height: auto;
    }

    .blog-list-image {
        width: 100%;
        height: 50vh;
    }

    .blog-list-content {
        width: 100%;
        padding: 2.5rem 2rem;
    }

    .blog-list-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .blog-list-image {
        height: 40vh;
    }

    .blog-list-content {
        padding: 2rem 1.5rem;
    }

    .blog-list-title {
        font-size: 1.75rem;
    }

    .blog-list-excerpt {
        font-size: 1.1rem;
    }
}

/* Blog Post Content */
.blog-post-content {
    padding: 60px 0;
    background-color: #EFEAE8;
}

.blog-post-image {
    margin-bottom: 2rem;
}

.blog-post-image img {
    width: 100%;
    height: auto;
}

.blog-post-body {
    font-size: 1.25rem;
    line-height: 1.8;
}

.blog-post-body h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-post-body h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.blog-post-body p {
    margin-bottom: 1.5rem;
}

.blog-post-body ul,
.blog-post-body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.blog-post-body li {
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .blog-header {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .blog-title {
        font-size: 2.25rem;
    }

    .blog-posts {
        padding: 40px 0;
    }
}

/* Blog Post Page - New Design */
.blog-post-hero {
    padding-top: 80px;
    min-height: 100vh;
}

.blog-post-hero-inner {
    display: flex;
    min-height: calc(100vh - 80px);
}

.blog-post-hero-image {
    width: 50%;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-post-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.blog-post-hero-placeholder {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.blog-post-hero-content {
    width: 50%;
    background-color: #EFEAE8;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-post-hero-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-post-hero-top .back-link {
    margin-bottom: 0;
}

.blog-post-category {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: #1F1D1D;
}

.blog-post-title {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.15;
    color: #1F1D1D;
    margin: 2rem 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.blog-post-hero-meta {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.blog-post-tag {
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.blog-post-tag .tag-label {
    color: #888;
}

/* Blog Post Main Content */
.blog-post-main {
    background-color: #EFEAE8;
    position: relative;
}

.blog-post-main-inner {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
}

.blog-post-sidebar {
    width: 220px;
    flex-shrink: 0;
    padding: 3rem 2rem 3rem 0;
    border-right: 1px solid #000;
}

.blog-post-sidebar-sticky {
    position: sticky;
    top: 100px;
}

.sidebar-meta-item {
    margin-bottom: 1.5rem;
}

.sidebar-meta-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: #888;
    margin-bottom: 0.25rem;
}

.sidebar-meta-value {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #1F1D1D;
}

.copy-link-btn {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 500;
    color: #1F1D1D;
    cursor: pointer;
    text-decoration: underline;
}

.copy-link-btn:hover {
    color: #d68ff7;
}

.blog-post-article {
    flex: 1;
    padding: 3rem 0 5rem 4rem;
    max-width: 800px;
}

.blog-post-lead {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #1F1D1D;
    margin-bottom: 3rem;
    font-weight: 400;
}

.blog-post-article .blog-post-body {
    font-size: 1.15rem;
    line-height: 1.8;
}

.blog-post-article .blog-post-body h2 {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: #1F1D1D;
}

.blog-post-article .blog-post-body h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.blog-post-article .blog-post-body p {
    margin-bottom: 1.5rem;
}

.blog-post-article .blog-post-body a {
    color: #1F1D1D;
    text-decoration: underline;
}

.blog-post-article .blog-post-body a:hover {
    color: #d68ff7;
}

.blog-post-article .blog-post-body ul,
.blog-post-article .blog-post-body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.blog-post-article .blog-post-body li {
    margin-bottom: 0.5rem;
}

/* Blog Post Responsive */
@media (max-width: 991px) {
    .blog-post-hero-inner {
        flex-direction: column;
    }

    .blog-post-hero-image {
        width: 100%;
        height: auto;
        min-height: 40vh;
    }

    .blog-post-hero-content {
        width: 100%;
        padding: 2rem;
    }

    .blog-post-title {
        font-size: 2.5rem;
    }

    .blog-post-main-inner {
        flex-direction: column;
    }

    .blog-post-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #000;
        padding: 2rem 0;
    }

    .blog-post-sidebar-sticky {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem 3rem;
    }

    .sidebar-meta-item {
        margin-bottom: 0;
    }

    .blog-post-article {
        padding: 2rem 0 4rem 0;
    }
}

@media (max-width: 767px) {
    .blog-post-hero {
        padding-top: 70px;
    }

    .blog-post-hero-image {
        height: 40vh;
    }

    .blog-post-hero-content {
        padding: 1.5rem;
    }

    .blog-post-hero-top {
        flex-direction: column;
        gap: 1rem;
    }

    .blog-post-title {
        font-size: 2rem;
        margin: 1.5rem 0;
    }

    .blog-post-lead {
        font-size: 1.25rem;
    }

    .blog-post-article .blog-post-body {
        font-size: 1.1rem;
    }
}

/* What We Do Section */
.what-we-do-section {
    background-color: #EFEAE8;
    padding: 80px 0 100px;
    position: relative;
}

.what-we-do-section > .container {
    padding-left: 50px;
    padding-right: 50px;
}


.what-we-do-label {
    position: absolute;
    top: 0;
    left: max(2rem, calc(50% - 688px));
    display: inline-block;
    font-family: 'GT America Mono', monospace !important;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #1F1D1D;
    border: 1px solid #000000;
    border-top: none;
    padding: 0.3rem 0.8rem;
}

.what-we-do-label .highlight-box {
    font-family: 'GT America Mono', monospace !important;
    background-color: #F2D6FF;
    padding: 0.1em 0.25em;
    margin-right: 0.1em;
}

.what-we-do-headline {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif !important;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.05;
    color: #1F1D1D;
    margin-bottom: 60px;
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

.what-we-do-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    align-items: start;
}

.what-we-do-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.what-we-do-item.planetary-item {
    position: relative;
    cursor: pointer;
}

/* Data & AI Connector */
.what-we-do-item.connector-item {
    align-self: start;
    padding-top: 0;
}

.connector-container {
    position: relative;
    width: 100px;
    height: 280px;
    overflow: visible;
}

.connector-container svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.connector-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'GT America Mono', monospace !important;
    font-size: 0.85rem;
    font-weight: 400;
    color: #1F1D1D;
    white-space: nowrap;
    background-color: #EFEAE8;
    padding: 2px 8px;
}

/* Connector dot animations (vertical dots use CSS, horizontal dots use SVG animate) */
.connector-dot-top {
    animation: dotMoveUp 12s ease-in-out infinite;
}

.connector-dot-bottom {
    animation: dotMoveDown 12s ease-in-out infinite;
}

@keyframes dotMoveUp {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes dotMoveDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(15px); }
}

.illustration-container {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1;
    margin-bottom: 15px;
}

.illustration-container svg {
    width: 100%;
    height: 100%;
}

.illustration-label {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif !important;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    color: #1F1D1D;
}

.illustration-subtitle {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3;
    color: #1F1D1D;
    margin-top: 0.25rem;
}

/* Graph Labels - Purple pill labels */
.graph-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    position: static;
    margin-top: 20px;
}

.graph-labels-left,
.graph-labels-right {
    align-items: center;
}

.graph-label {
    font-family: 'GT America Mono', monospace !important;
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #1F1D1D;
    background-color: #F2D6FF;
    border: 1px solid #1F1D1D;
    border-radius: 20px;
    padding: 6px 12px;
    white-space: nowrap;
}

/* Position labels relative to illustration container */
.network-item,
.planetary-item {
    position: relative;
}

/* Wide screens: absolute positioning */
@media (min-width: 1300px) {
    .graph-labels {
        position: absolute;
        flex-direction: column;
        gap: 10px;
        margin-top: 0;
    }

    .graph-labels-left {
        left: -120px;
        top: 140px;
        transform: translateY(-50%);
        align-items: flex-end;
    }

    .graph-labels-right {
        right: -120px;
        top: 140px;
        transform: translateY(-50%);
        align-items: flex-start;
    }

    .graph-label {
        font-size: 0.75rem;
        padding: 8px 16px;
    }
}

/* Align labels with illustration container, not entire item */
.network-item .illustration-container,
.planetary-item .illustration-container {
    position: relative;
}

/* Network Graph Animation - Only 2nd degree edges move */
.network-graph .second-degree-1 {
    animation: secondDegreeFloat1 4s ease-in-out infinite;
}

.network-graph .second-degree-2 {
    animation: secondDegreeFloat2 5s ease-in-out infinite;
}

.network-graph .second-degree-3 {
    animation: secondDegreeFloat3 4.5s ease-in-out infinite;
}

.network-graph .second-degree-4 {
    animation: secondDegreeFloat1 5.5s ease-in-out infinite;
}

.network-graph .second-degree-5 {
    animation: secondDegreeFloat2 4s ease-in-out infinite;
}

.network-graph .second-degree-6 {
    animation: secondDegreeFloat3 5s ease-in-out infinite;
}

.network-graph .second-degree-7 {
    animation: secondDegreeFloat1 4.5s ease-in-out infinite;
}

.network-graph .second-degree-8 {
    animation: secondDegreeFloat2 5.5s ease-in-out infinite;
}

.network-graph .second-degree-9 {
    animation: secondDegreeFloat3 4s ease-in-out infinite;
}

.network-graph .second-degree-10 {
    animation: secondDegreeFloat1 5s ease-in-out infinite;
}

.network-graph .second-degree-11 {
    animation: secondDegreeFloat2 4.5s ease-in-out infinite;
}

.network-graph .second-degree-12 {
    animation: secondDegreeFloat3 5.5s ease-in-out infinite;
}

/* Subtle floating animations for 2nd degree edges */
@keyframes secondDegreeFloat1 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-3px, 2px); }
}

@keyframes secondDegreeFloat2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(2px, -3px); }
}

@keyframes secondDegreeFloat3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-2px, -2px); }
}

/* 1st degree nodes animation - Branch 1 and Branch 2 animated via SVG animate elements */

/* Planetary System - moons animated via SVG animateMotion */
.planetary-system .orbit {
    opacity: 0.8;
}

.planetary-system .core {
    /* Core stays fixed */
}

.planetary-system .moon {
    /* Moons orbit via animateMotion in SVG */
}

/* What We Do Responsive */
@media (max-width: 991px) {
    .what-we-do-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .what-we-do-item.connector-item {
        display: none;
    }
}

@media (max-width: 767px) {
    .what-we-do-section {
        padding: 60px 0 80px;
    }

    .what-we-do-label {
        display: none;
    }

    .what-we-do-title {
        margin-bottom: 40px;
    }

    .what-we-do-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .illustration-container {
        max-width: 220px;
    }

    .illustration-label {
        font-size: 1.1rem;
    }
}

/* Approach CTA Section */
.approach-cta-section {
    padding: 0;
    position: relative;
}

.approach-cta-section .container {
    background-color: #1F1D1D;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.approach-cta-bg-graph {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 60%;
    height: auto;
    aspect-ratio: 1 / 1;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
}

@media (min-width: 992px) {
    .approach-cta-bg-graph {
        opacity: 1;
    }
}

.approach-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.approach-cta-title {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 1rem;
}

.approach-cta-text {
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 2.5rem;
}

.approach-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #1F1D1D;
    border: 2px solid #D265FB;
    border-radius: 50px;
    padding: 1rem 2rem;
    color: #ffffff;
    font-family: 'Reckless', 'Reckless Fallback', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    text-decoration: none;
    transition: all 0.3s ease;
}

.approach-cta-button:hover {
    background-color: #D265FB;
    color: #1F1D1D;
}

.approach-cta-button svg {
    transition: transform 0.3s ease;
}

.approach-cta-button:hover svg {
    transform: scale(1.2);
}

@media (max-width: 767px) {
    .approach-cta-section .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .approach-cta-title {
        font-size: 2rem;
    }

    .approach-cta-text {
        font-size: 1.1rem;
    }

    .approach-cta-button {
        font-size: 1.1rem;
        padding: 0.875rem 1.5rem;
    }
}

/* Approach Page Styles */
.approach-page {
    background-color: #1F1D1D;
}

.approach-page .navbar,
.approach-page .navbar.bg-light,
.approach-navbar,
.approach-navbar.bg-light {
    background-color: rgba(31, 29, 29, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: none !important;
}

.approach-navbar .nav-link {
    color: #ffffff !important;
}

.approach-navbar .nav-link:hover {
    color: #d68ff7 !important;
}

.approach-navbar .nav-link.active {
    color: #d68ff7 !important;
}

.approach-navbar .btn-contact {
    background-color: #D265FB;
    color: #1F1D1D !important;
}

.approach-navbar .btn-contact:hover {
    background-color: #ffffff;
}

.approach-navbar .logo-white {
    display: block !important;
}

.approach-navbar .logo-dark {
    display: none !important;
}

.approach-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

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

.approach-page-content {
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}
