.eald-living-shell {
    color: #1f2a36;
}

.eald-hero-section {
    height: clamp(360px, 56.25vw, 620px);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #d9dde4;
}

.eald-hero-section > .eald-slot-marker {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 5;
    margin: 0;
    pointer-events: none;
}

.eald-hero-title,
.eald-hero-line {
    position: relative;
}

.eald-hero-title .eald-slot-marker,
.eald-hero-line .eald-slot-marker {
    position: absolute;
    top: 0.35rem;
    left: 0.35rem;
    z-index: 5;
    margin: 0;
    pointer-events: none;
}

.eald-journey-entry-card-visual .eald-slot-marker {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 5;
    margin: 0;
    pointer-events: none;
}

.eald-hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
}

.eald-hero-overlay {
    width: min(1040px, 92vw);
    margin-top: 2.5rem;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
    position: relative;
    z-index: 3;
}

.eald-hero-title {
    width: min(420px, 44vw);
    margin: 0 0 1.25rem 50%;
    text-align: center;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    -webkit-text-stroke: 0.9px #000000;
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}

.eald-hero-title-line {
    display: block;
}

.eald-hero-live-word {
    color: #13b884;
    font-style: italic;
}

.eald-hero-authentic-word {
    font-style: normal;
}

.eald-hero-line {
    max-width: 650px;
    margin: 0 0 0.65rem 0;
    font-size: clamp(0.95rem, 1.35vw, 1.1rem);
    text-align: left;
    color: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    -webkit-text-stroke: 0.35px #000000;
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
    background: rgba(29, 103, 205, 0.3);
    padding: 0.55rem 0.85rem;
    border-radius: 10px;
    display: inline-block;
}

.eald-hero-line:last-child {
    margin-bottom: 0;
    white-space: nowrap;
}

.eald-hero-copy-block {
    width: fit-content;
    margin-top: clamp(6.6rem, 18vw, 13rem);
    margin-left: clamp(-220px, calc(260px - 20vw), 120px);
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.eald-hero-text-band {
    background: rgba(36, 78, 137, 0.9);
    color: #ffffff;
    text-align: center;
    padding: 0.85rem 1rem;
}

.eald-hero-text-band h2 {
    margin: 0;
    font-size: clamp(1rem, 1.65vw, 1.5rem);
    font-weight: 500;
}

.eald-hero-text-band p {
    margin: 0.2rem 0 0 0;
    color: #13b884;
    font-size: clamp(1.02rem, 1.35vw, 1.22rem);
    font-weight: 700;
    -webkit-text-stroke: 0.55px #000000;
    text-shadow:
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000;
}

.eald-dr-serice-section {
    background: #ececec;
    padding: clamp(2.2rem, 4vw, 3.6rem) 1rem clamp(1.1rem, 2vw, 1.8rem);
}

.eald-dr-serice-section,
.eald-journey-entry-section,
.eald-at-a-glance-row-section,
.eald-technology-objective-wrap,
.eald-pathways-section,
.eald-water-section {
    border-top: 1px solid #88a0bf;
}

.eald-journey-entry-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(2.4rem, 4.5vw, 3.8rem) 1rem;
    background:
        radial-gradient(ellipse 70% 58% at 18% 42%, rgba(14, 165, 233, 0.1) 0%, transparent 54%),
        radial-gradient(ellipse 72% 60% at 82% 48%, rgba(236, 72, 153, 0.09) 0%, transparent 56%),
        linear-gradient(128deg, #f7f8fc 0%, #eef3fa 52%, #f5f7fb 100%);
}

.eald-journey-entry-wrap {
    width: min(1320px, 96vw);
    margin: 0 auto;
}

.eald-journey-entry-title {
    margin: 0 0 clamp(1.35rem, 2.8vw, 2rem);
    font-family: Newsreader, Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 3.2vw, 2.45rem);
    line-height: 1.22;
    text-align: center;
    color: #123a63;
}

.eald-journey-entry-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.35rem, 3vw, 2rem);
}

.eald-journey-entry-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(0.85rem, 2vw, 1.25rem);
    align-items: center;
    min-height: clamp(220px, 24vw, 280px);
    padding: clamp(1.1rem, 2.2vw, 1.45rem);
    border: 1px solid rgba(136, 160, 191, 0.55);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 28px rgba(18, 58, 99, 0.08);
}

.eald-journey-entry-card-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 clamp(0.15rem, 1vw, 0.5rem);
}

.eald-journey-entry-card-eyebrow {
    margin: 0 0 0.55rem;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b4c9a;
}

.eald-journey-entry-card--pressure .eald-journey-entry-card-eyebrow {
    color: #2b6cb0;
}

.eald-journey-entry-card-body--starters {
    margin: 0 0 1.1rem;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: clamp(0.98rem, 1.25vw, 1.08rem);
    font-weight: 600;
    line-height: 1.55;
    color: #2f3d54;
}

.eald-journey-entry-card-cta-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
}

.eald-journey-entry-card-title {
    margin: 0 0 1.1rem;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: clamp(0.98rem, 1.25vw, 1.08rem);
    font-weight: 600;
    line-height: 1.55;
    color: #2f3d54;
}

.eald-journey-entry-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: fit-content;
    padding: 0.68rem 1.45rem;
    border-radius: 9999px;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        gap 0.2s ease;
}

.eald-journey-entry-card-cta--patterns {
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.24);
}

.eald-journey-entry-card-cta--patterns:hover,
.eald-journey-entry-card-cta--patterns:focus {
    gap: 0.55rem;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.32);
    transform: translateY(-1px);
}

.eald-journey-entry-card-cta--pressure {
    background: linear-gradient(135deg, #7ec0e8 0%, #4a9fd4 52%, #2b6cb0 100%);
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(74, 159, 212, 0.28);
}

.eald-journey-entry-card-cta--pressure:hover,
.eald-journey-entry-card-cta--pressure:focus {
    gap: 0.55rem;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(74, 159, 212, 0.36);
    transform: translateY(-1px);
}

.eald-journey-entry-card-cta--ways-to-engage {
    background: #a83900;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(168, 57, 0, 0.28);
}

.eald-journey-entry-card-cta--ways-to-engage:hover,
.eald-journey-entry-card-cta--ways-to-engage:focus {
    gap: 0.55rem;
    color: #ffffff;
    text-decoration: none;
    background: #8a2f00;
    box-shadow: 0 8px 20px rgba(168, 57, 0, 0.36);
    transform: translateY(-1px);
}

.eald-journey-entry-card-cta-icon {
    font-size: 1.2rem;
    line-height: 1;
}

.eald-journey-scent-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(136, 160, 191, 0.35);
}

.eald-journey-scent-intro {
    margin: 0;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.45;
    color: #5b6b82;
}

.eald-journey-scent-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.5rem;
}

.eald-journey-scent-link {
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
    color: #a83900;
    text-decoration: none;
}

.eald-journey-scent-link:hover,
.eald-journey-scent-link:focus {
    color: #8a2f00;
    text-decoration: underline;
}

.eald-journey-scent-sep {
    font-size: 0.9rem;
    color: #98a9bf;
}

.eald-journey-scent-all-row {
    width: 100%;
}

.eald-journey-scent-all-link {
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
    color: #a83900;
    text-decoration: none;
}

.eald-journey-scent-all-link:hover,
.eald-journey-scent-all-link:focus {
    color: #8a2f00;
    text-decoration: underline;
}

.eald-journey-entry-card-visual {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 12.5rem;
    max-height: 12.5rem;
    min-height: 12.5rem;
    border-radius: 0.65rem;
    overflow: hidden;
}

.eald-journey-entry-card-visual--patterns {
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(18, 58, 99, 0.14);
}

.eald-journey-entry-card-glow {
    position: absolute;
    inset: 4% 2%;
    pointer-events: none;
    filter: blur(24px);
}

.eald-journey-entry-card-glow--patterns {
    display: none;
}

.eald-journey-entry-card-image--patterns {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    opacity: 1;
    filter: saturate(1.08) contrast(1.05);
}

.eald-journey-entry-card-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.eald-journey-entry-card-image--pressure {
    object-fit: cover;
    box-shadow: 0 8px 22px rgba(18, 58, 99, 0.14);
}

.eald-journey-entry-card-visual--starters {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0;
    aspect-ratio: 16 / 9;
    display: block;
    background: #1c5d99;
    box-shadow: 0 8px 22px rgba(18, 58, 99, 0.14);
    overflow: hidden;
}

.eald-journey-entry-card--starters {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.85fr);
    align-items: stretch;
}

.eald-journey-starters-media-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
    min-width: 0;
}

.eald-journey-starters-media-stack {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
    min-width: 0;
}

.eald-journey-starters-video-caption {
    margin: 0;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.4;
    color: #4a5f78;
    text-align: left;
}

.eald-journey-starters-player {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.eald-journey-starters-player-frame {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    overflow: hidden;
    border-radius: 0.65rem;
    background: #a9a9a9;
}

.eald-journey-starters-player-frame video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eald-journey-starters-play-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.eald-journey-starters-play-overlay:focus-visible {
    outline: none;
}

.eald-journey-starters-play-overlay:focus-visible .eald-journey-starters-poster-play-badge {
    outline: 2px solid #1c5d99;
    outline-offset: 2px;
}

.eald-journey-starters-player--playing .eald-journey-starters-play-overlay {
    opacity: 0;
    pointer-events: none;
}

.eald-journey-starters-player .custom-video-controls {
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.eald-journey-starters-player:hover .custom-video-controls,
.eald-journey-starters-player:not(.eald-journey-starters-player--playing) .custom-video-controls:focus-within {
    opacity: 1;
    pointer-events: auto;
}

.eald-journey-starters-player--playing.custom-video-player:focus-within .custom-video-controls {
    opacity: 0;
    pointer-events: none;
}

.eald-journey-starters-player--playing.custom-video-player:hover .custom-video-controls,
.eald-journey-starters-player--playing .custom-video-controls:focus-within:has(:focus-visible) {
    opacity: 1;
    pointer-events: auto;
}

.eald-journey-starters-player.custom-video-player--overlay-controls .custom-video-controls {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.35rem 0.4rem;
    gap: 0.25rem;
    border-radius: 0 0 0.65rem 0.65rem;
    flex-wrap: nowrap;
}

.eald-journey-starters-player .custom-video-controls .cvp-btn {
    flex: 0 0 auto;
    padding: 0.2rem 0.25rem;
}

.eald-journey-starters-player .custom-video-controls .cvp-time {
    min-width: 2.1rem;
    font-size: 0.72rem;
    flex: 0 0 auto;
}

.eald-journey-starters-player .custom-video-controls .cvp-duration {
    display: none;
}

.eald-journey-starters-player .custom-video-controls .cvp-seek {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
}

.eald-journey-starters-volume-group {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    flex: 0 0 auto;
}

.eald-journey-starters-volume-group .cvp-volume {
    display: block;
    width: 3.25rem;
    min-width: 3.25rem;
    flex: 0 0 auto;
    margin: 0;
}

.eald-journey-starters-player .custom-video-controls .cvp-fullscreen {
    display: inline-flex !important;
}

.eald-journey-starters-player .custom-video-controls .cvp-overflow-menu {
    display: none !important;
}

.eald-journey-starters-poster-fallback {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 0.65rem;
}

.eald-journey-starters-poster-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eald-journey-starters-poster-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 58, 99, 0.18);
}

.eald-journey-starters-poster-play-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    background: #1c5d99;
    color: #ffffff;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.eald-at-a-glance-row-section {
    padding: clamp(1.8rem, 3.2vw, 2.6rem) 1rem;
    background: linear-gradient(180deg, #e8eef6 0%, #edf2f8 100%);
}

.eald-at-a-glance-row-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    gap: clamp(1.1rem, 2.4vw, 1.6rem);
    width: min(1080px, 100%);
    margin: 0 auto;
}

.eald-at-a-glance-row-wrap--single {
    grid-template-columns: minmax(0, 1fr);
}

.eald-at-a-glance-row-wrap--single .eald-at-a-glance-card {
    max-width: 720px;
    margin: 0 auto;
}

.eald-results-bridge-card {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.eald-results-bridge-copy {
    text-align: center;
}

.eald-results-bridge-title {
    margin: 0 0 0.85rem;
    font-family: Newsreader, Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    line-height: 1.28;
    color: #123a63;
}

.eald-results-bridge-lead {
    margin: 0 auto 1.25rem;
    max-width: 42rem;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: clamp(0.98rem, 1.25vw, 1.08rem);
    line-height: 1.6;
    color: #424750;
}

.eald-results-bridge-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.68rem 1.55rem;
    border-radius: 9999px;
    border: 1px solid rgba(18, 58, 99, 0.22);
    background: #ffffff;
    color: #123a63;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(18, 58, 99, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        gap 0.2s ease;
}

.eald-results-bridge-cta:hover,
.eald-results-bridge-cta:focus {
    gap: 0.55rem;
    color: #123a63;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(18, 58, 99, 0.12);
    transform: translateY(-1px);
}

.eald-results-bridge-cta-icon {
    font-size: 1.2rem;
    line-height: 1;
}

.eald-pathways-engage-link-line {
    margin: 0.65rem 0 0;
    text-align: center;
}

.eald-pathways-engage-link {
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.eald-pathways-engage-link:hover,
.eald-pathways-engage-link:focus {
    color: #1d4ed8;
    text-decoration: underline;
}

.eald-orientation-entry-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(2.5rem, 4.8vw, 4rem) 1rem;
    background:
        radial-gradient(ellipse 78% 62% at 88% 48%, rgba(236, 72, 153, 0.11) 0%, transparent 58%),
        radial-gradient(ellipse 72% 58% at 78% 42%, rgba(14, 165, 233, 0.12) 0%, transparent 54%),
        linear-gradient(128deg, #f8f6fc 0%, #eef4fb 52%, #f5f7fb 100%);
}

.eald-orientation-entry-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 50%, rgba(168, 85, 247, 0.07), transparent 48%);
    pointer-events: none;
}

.eald-orientation-entry-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(1.25rem, 3.5vw, 2.75rem);
    align-items: center;
    width: min(1080px, 100%);
    margin: 0 auto;
}

.eald-orientation-entry-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 clamp(0.25rem, 1.5vw, 1rem);
    text-align: left;
}

.eald-orientation-entry-visual {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(210px, 26vw, 320px);
    padding: 0.5rem 0;
}

.eald-orientation-entry-visual-glow {
    position: absolute;
    inset: 4% 2%;
    background:
        radial-gradient(ellipse 72% 64% at 48% 50%, rgba(236, 72, 153, 0.24) 0%, transparent 72%),
        radial-gradient(ellipse 68% 58% at 54% 46%, rgba(14, 165, 233, 0.28) 0%, transparent 70%);
    filter: blur(28px);
    pointer-events: none;
}

.eald-orientation-entry-image {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 30rem);
    height: auto;
    mix-blend-mode: screen;
    opacity: 0.94;
    filter: saturate(1.06) contrast(1.03);
    -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 38%, transparent 100%);
    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 38%, transparent 100%);
}

.eald-orientation-entry-eyebrow {
    margin: 0 0 0.75rem;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b4c9a;
}

.eald-orientation-entry-title {
    margin: 0 0 1rem;
    font-family: Newsreader, Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.65rem, 3.4vw, 2.35rem);
    line-height: 1.25;
    color: #123a63;
}

.eald-orientation-entry-lead {
    margin: 0 0 1.65rem;
    max-width: 36rem;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    line-height: 1.6;
    color: #424750;
}

.eald-orientation-entry-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.75rem 1.85rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    color: #ffffff;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(79, 70, 229, 0.28);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        gap 0.2s ease;
}

.eald-orientation-entry-cta:hover,
.eald-orientation-entry-cta:focus {
    gap: 0.55rem;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(79, 70, 229, 0.36);
    transform: translateY(-1px);
}

.eald-orientation-entry-cta-icon {
    font-size: 1.25rem;
    line-height: 1;
}

.eald-dr-layout {
    width: min(1040px, 94vw);
    margin: 0 auto;
}

.eald-dr-intro-col h2 {
    margin: 0 0 0.35rem 0;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    text-align: center;
    color: #283349;
}

.eald-subhead {
    text-align: center;
    color: #4d596a;
    margin: 0;
}

.eald-dr-creator-line {
    text-align: center;
    color: #2f3d54;
    margin: 0.95rem 0 1.6rem 0;
    line-height: 1.35;
}

.eald-dr-top-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: start;
    margin-bottom: 1.2rem;
}

.eald-dr-intro-col {
    max-width: 610px;
    margin: 0 auto;
}

.eald-dr-intro-text {
    margin: 0;
    line-height: 1.45;
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    color: #333e50;
    text-align: left;
}

.eald-dr-photo-figure {
    margin: 0;
    margin-top: 2.2rem;
}

.eald-dr-photo-caption {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    font-style: italic;
    color: #5c6677;
    text-align: center;
}

.eald-link-line a {
    color: #334f7e;
}

.eald-publication-card {
    border-radius: 2px;
    background-position: center;
    background-size: cover;
    background-color: #c9ced7;
}

.eald-dr-photo-frame {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #7f90ac;
    border-radius: 10px;
    display: grid;
    place-items: center;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}

.eald-dr-photo-image {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.eald-dr-lower-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2.25rem;
    align-items: start;
}

.eald-dr-left-column {
    display: block;
}

a.eald-publication-card {
    text-decoration: none;
    color: inherit;
}

.eald-publication-card {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: auto;
    min-height: 0;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #7f90ac;
    border-radius: 10px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
}

.eald-dr-right-column p {
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    margin: 0 0 1rem 0;
}

.eald-dr-right-column > .eald-slot-target:not(.eald-link-line) {
    margin: 0 0 1rem 0;
}

.eald-dr-right-column > .eald-slot-target > p:last-child {
    margin-bottom: 0;
}

.eald-link-line {
    margin-bottom: 1.35rem !important;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.eald-podcast-line {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: #2f3d54;
}

.eald-podcast-line a {
    color: #6f88ad;
    text-decoration: underline;
}

.eald-dr-right-column {
    max-width: 700px;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    /* Match .eald-dr-intro-text so right-column slots share the intro size. */
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    line-height: 1.45;
    color: #333e50;
}

.eald-podcast-slot {
    margin-top: 0;
    border-top: 1px solid rgba(51, 62, 80, 0.25);
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.eald-dr-right-column p,
.eald-link-line,
.eald-podcast-slot,
.eald-podcast-line {
    text-align: left;
}

.eald-carousel-image {
    position: static;
    grid-area: 1 / 1;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: initial;
    transform: translateY(-4px);
    opacity: 0;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    display: block;
}

.eald-carousel-image-a {
    animation-name: eald_fade_a;
    /* Crop embedded letterboxing on dissertation PNG; companion cover keeps default sizing. */
    width: 100%;
    aspect-ratio: 2 / 3;
    height: auto;
    max-height: none;
    object-fit: cover;
    object-position: center center;
}

.eald-carousel-image-b {
    animation-name: eald_fade_b;
}

.eald-publication-card__slot-marker {
    position: absolute;
    z-index: 2;
    margin: 0;
    pointer-events: none;
}

.eald-publication-card__slot-marker--dissertation {
    top: 0.5rem;
    left: 0.5rem;
}

.eald-publication-card__slot-marker--front {
    top: 2.25rem;
    left: 0.5rem;
}

@keyframes eald_fade_a {
    0%, 45% { opacity: 1; }
    50%, 95% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes eald_fade_b {
    0%, 45% { opacity: 0; }
    50%, 95% { opacity: 1; }
    100% { opacity: 0; }
}

/* Stitch technology + objective: one horizontal row on wide screens; cool band vs Dr / Pathways */
.eald-tech-stitch-one-strip {
    background: linear-gradient(168deg, #d9e6f4 0%, #cdd9ea 45%, #c5d2e3 100%);
    color: #1f2a36;
    padding: clamp(2.5rem, 5vw, 4rem) 1rem;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.eald-tech-stitch-one-strip__inner {
    width: min(1040px, 94vw);
    margin: 0 auto;
}

.eald-tech-stitch-horizontal {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 3vw, 2rem);
    align-items: stretch;
}

.eald-tech-stitch-horiz__cell {
    min-width: 0;
}

.eald-tech-stitch-horiz__cell--visual {
    display: flex;
    justify-content: center;
}

.eald-tech-stitch-hero__copy {
    max-width: 44rem;
    margin: 0 auto;
    text-align: center;
}

.eald-tech-stitch-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1.5rem;
    background: rgba(0, 69, 121, 0.1);
    color: #004579;
    border: 1px solid rgba(0, 69, 121, 0.18);
    border-radius: 9999px;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.eald-tech-stitch-eyebrow .bi {
    font-size: 1.05rem;
}

.eald-tech-stitch-hero__title {
    margin: 0 0 1.5rem 0;
    font-family: Newsreader, Georgia, "Times New Roman", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #004579;
}

.eald-tech-stitch-hero__lead {
    margin: 0 0 2rem 0;
    font-family: "Open Sans", Manrope, system-ui, sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    line-height: 1.55;
    color: #424750;
}

.eald-tech-stitch-hero__emph {
    color: #004579;
    font-weight: 600;
    font-style: italic;
}

.eald-tech-stitch-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.65rem 1.85rem;
    border-radius: 9999px;
    background: #a83900;
    color: #ffffff;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(168, 57, 0, 0.25);
    transition:
        gap 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease,
        transform 0.2s ease;
}

.eald-tech-stitch-hero__cta:hover {
    gap: 0.55rem;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(168, 57, 0, 0.35);
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.eald-tech-stitch-hero__cta-icon {
    font-size: 1.25rem;
    line-height: 1;
}

.eald-tech-stitch-hero__visual {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 520px;
    min-height: 260px;
    height: min(500px, 62vw);
}

.eald-tech-stitch-hero__frame {
    position: absolute;
    inset: 0;
    border-radius: 0.75rem;
    border: 1px solid #88a0bf;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    box-shadow: 0 4px 20px -4px rgba(28, 93, 153, 0.1);
}

.eald-tech-stitch-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: multiply;
    opacity: 0.88;
    display: block;
}

.eald-tech-stitch-hero__badge-float {
    position: absolute;
    top: 1.35rem;
    left: 1.35rem;
    z-index: 2;
    padding: 0.85rem 1rem;
    background: rgba(0, 69, 121, 0.1);
    border: 1px solid rgba(0, 69, 121, 0.22);
    border-radius: 0.5rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #004579;
}

.eald-tech-stitch-hero__badge-float .bi {
    font-size: 2.15rem;
    line-height: 1;
    display: block;
}

.eald-tech-stitch-hero__deco {
    position: absolute;
    bottom: -0.4rem;
    right: -0.4rem;
    width: 7.5rem;
    height: 7.5rem;
    border-top: 1px solid rgba(0, 69, 121, 0.2);
    border-left: 1px solid rgba(0, 69, 121, 0.2);
    opacity: 0.38;
    pointer-events: none;
}

.eald-tech-stitch-bento {
    background: transparent;
    padding: 0;
}

.eald-tech-stitch-bento__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: clamp(2rem, 3vw, 3.5rem);
    text-align: center;
}

.eald-tech-stitch-bento__heading {
    margin: 0;
    font-family: Newsreader, Georgia, "Times New Roman", serif;
    font-optical-sizing: auto;
    font-size: clamp(1.65rem, 2.5vw, 2rem);
    font-weight: 600;
    line-height: 1.25;
    color: #004579;
}

.eald-tech-stitch-bento__rule {
    width: 6rem;
    height: 4px;
    margin-top: 1rem;
    background: #004579;
}

.eald-tech-stitch-bento__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.eald-tech-stitch-bento__primary {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(136, 160, 191, 0.55);
    border-radius: 0.75rem;
    padding: clamp(2rem, 4vw, 3rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 20px -4px rgba(28, 93, 153, 0.08);
}

.eald-tech-stitch-bento__watermark {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem;
    opacity: 0.07;
    pointer-events: none;
}

.eald-tech-stitch-bento__watermark .bi {
    font-size: clamp(6rem, 18vw, 10rem);
    line-height: 1;
    color: #004579;
}

.eald-tech-stitch-bento__primary-title {
    position: relative;
    z-index: 1;
    margin: 0 0 1.5rem 0;
    font-family: Newsreader, Georgia, "Times New Roman", serif;
    font-optical-sizing: auto;
    font-size: clamp(1.35rem, 2vw, 1.5rem);
    font-weight: 500;
    line-height: 1.3;
    color: #004579;
}

.eald-tech-stitch-bento__primary-text {
    position: relative;
    z-index: 1;
    margin: 0 0 2rem 0;
    font-family: "Open Sans", Manrope, system-ui, sans-serif;
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    line-height: 1.55;
    color: #424750;
}

.eald-tech-stitch-bento__strong {
    color: #004579;
    font-weight: 700;
}

.eald-tech-stitch-bento__tagline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #004579;
}

.eald-tech-stitch-bento__tagline-rule {
    display: inline-block;
    width: 3rem;
    height: 1px;
    background: #004579;
    flex-shrink: 0;
}

@media (min-width: 768px) and (max-width: 1099px) {
    .eald-tech-stitch-hero__copy {
        margin: 0;
        text-align: left;
    }

    .eald-tech-stitch-hero__visual {
        max-width: none;
        min-height: 320px;
        height: min(500px, 48vw);
    }

    .eald-tech-stitch-bento__intro {
        align-items: flex-start;
        text-align: left;
    }
}

@media (min-width: 1100px) {
    .eald-tech-stitch-one-strip__inner {
        width: min(1180px, 94vw);
    }

    .eald-tech-stitch-horizontal {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) minmax(0, 1.28fr);
        gap: 1.25rem 1.5rem;
        align-items: stretch;
    }

    .eald-tech-stitch-horiz__cell--visual {
        justify-content: stretch;
    }

    .eald-tech-stitch-horiz__cell--visual .eald-tech-stitch-hero__visual {
        width: 100%;
        max-width: none;
        flex: 1;
        min-height: 300px;
        height: 100%;
        margin: 0;
    }

    .eald-tech-stitch-horiz__cell--copy .eald-tech-stitch-hero__copy {
        max-width: none;
        margin: 0;
        text-align: left;
    }

    .eald-tech-stitch-horiz__cell--bento {
        display: flex;
        flex-direction: column;
    }

    .eald-tech-stitch-horiz__cell--bento .eald-tech-stitch-bento {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .eald-tech-stitch-horiz__cell--bento .eald-tech-stitch-bento__intro {
        margin-bottom: 1rem;
        align-items: flex-start;
        text-align: left;
    }

    .eald-tech-stitch-horiz__cell--bento .eald-tech-stitch-bento__heading {
        font-size: clamp(1.15rem, 1.35vw, 1.4rem);
    }

    .eald-tech-stitch-horiz__cell--bento .eald-tech-stitch-bento__rule {
        margin-top: 0.65rem;
    }

    .eald-tech-stitch-horiz__cell--bento .eald-tech-stitch-bento__grid {
        flex: 1 1 auto;
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
    }

    .eald-tech-stitch-horiz__cell--bento .eald-tech-stitch-bento__primary {
        padding: clamp(1.35rem, 2.5vw, 2rem);
    }

    .eald-tech-stitch-horiz__cell--bento .eald-tech-stitch-bento__primary-text {
        margin-bottom: 1.25rem;
    }
}

.eald-pathways-section {
    position: relative;
    overflow: hidden;
    padding: clamp(2.75rem, 5vw, 5rem) 1rem clamp(2.5rem, 4.5vw, 3.5rem);
    min-height: 0;
    text-align: center;
    color: #1b1c1c;
    background: #fbf9f8;
}

.eald-pathways-section::before {
    display: none;
}

.eald-pathways-section > * {
    position: relative;
    z-index: 1;
}

.eald-pathways-stitch-wrap {
    width: min(56rem, 94vw);
    margin: 0 auto;
}

.eald-pathways-intro--stitch {
    width: min(42rem, 100%);
    margin: 0 auto 2.5rem;
}

.eald-pathways-title--stitch {
    margin: 0 0 1rem;
    padding: 0;
    font-family: Newsreader, Georgia, serif;
    font-weight: 700;
    font-size: clamp(2rem, 4.2vw, 3rem);
    line-height: 1.2;
    color: #004579;
    background: transparent;
    border: none;
    box-shadow: none;
}

.eald-pathways-lead--stitch {
    margin: 0;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    line-height: 1.6;
    font-weight: 400;
    color: #424750;
    text-align: center;
}

.eald-pathway-stitch-stack {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.eald-pathway-stitch-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 4px 20px -4px rgba(28, 93, 153, 0.1);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.eald-pathway-stitch-card:hover,
.eald-pathway-stitch-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px -8px rgba(28, 93, 153, 0.15);
    outline: none;
}

.eald-pathway-stitch-stretched-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.eald-pathway-stitch-stretched-link:focus {
    outline: none;
}

.eald-pathway-stitch-stretched-link:focus-visible {
    outline: 2px solid #004579;
    outline-offset: -4px;
}

.eald-pathway-stitch-media {
    position: relative;
    width: 100%;
    height: 12rem;
    flex-shrink: 0;
    overflow: hidden;
    background: #e4e2e1;
}

.eald-pathway-stitch-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eald-pathway-stitch-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.eald-pathway-stitch-overlay--culture {
    background: rgba(0, 69, 121, 0.2);
    mix-blend-mode: multiply;
}

.eald-pathway-stitch-overlay--coaching {
    background: rgba(128, 69, 126, 0.1);
    mix-blend-mode: multiply;
}

.eald-pathway-stitch-overlay--executive {
    background: rgba(28, 93, 153, 0.3);
    mix-blend-mode: overlay;
}

.eald-pathway-stitch-overlay--youth {
    background: rgba(168, 57, 0, 0.1);
    mix-blend-mode: soft-light;
}

.eald-pathway-stitch-body {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    padding: 2rem 2rem 2.25rem;
    box-sizing: border-box;
    pointer-events: none;
}

.eald-pathway-stitch-body * {
    pointer-events: none;
}

.eald-pathway-stitch-eyebrow {
    display: block;
    margin: 0 0 0.5rem;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #a83900;
}

.eald-pathway-stitch-heading {
    margin: 0 0 1rem;
    font-family: Newsreader, Georgia, serif;
    font-size: clamp(1.5rem, 2.2vw, 2.25rem);
    font-weight: 600;
    line-height: 1.25;
    color: #004579;
}

.eald-pathway-stitch-desc {
    flex: 1 1 auto;
    margin: 0 0 1.5rem;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #424750;
}

.eald-pathway-stitch-cta {
    pointer-events: auto;
    position: relative;
    z-index: 3;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    padding: 0.65rem 1.85rem;
    border-radius: 9999px;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #ffffff;
    background: #a83900;
    box-shadow: 0 2px 8px rgba(168, 57, 0, 0.25);
    transition:
        gap 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.eald-pathway-stitch-cta:hover,
.eald-pathway-stitch-cta:focus {
    text-decoration: none;
    color: #ffffff;
}

.eald-pathway-stitch-cta:focus {
    outline: none;
}

.eald-pathway-stitch-cta:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.eald-pathway-stitch-card:hover .eald-pathway-stitch-cta,
.eald-pathway-stitch-card:focus-within .eald-pathway-stitch-cta {
    gap: 0.55rem;
    box-shadow: 0 6px 16px rgba(168, 57, 0, 0.35);
    filter: brightness(1.05);
}

.eald-pathway-stitch-cta-icon {
    font-size: 1.15rem;
    line-height: 1;
}

.eald-pathway-stitch-cta-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
}

.eald-pathway-stitch-cta-secondary {
    pointer-events: auto;
    position: relative;
    z-index: 4;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 0.55rem 1.1rem;
    border-radius: 9999px;
    border: 2px solid var(--eald-path-secondary-border, #004579);
    background: transparent;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    color: var(--eald-path-secondary-fg, #004579);
    overflow-wrap: anywhere;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.eald-pathway-stitch-cta-secondary:hover {
    background: color-mix(in srgb, var(--eald-path-secondary-border, #004579) 12%, transparent);
    text-decoration: none;
}

.eald-pathway-stitch-cta-secondary:focus {
    outline: none;
}

.eald-pathway-stitch-cta-secondary:focus-visible {
    outline: 2px solid var(--eald-path-secondary-border, #004579);
    outline-offset: 2px;
}

.eald-pathway-stitch-cta-secondary--tone-1 {
    --eald-path-secondary-border: #724654;
    --eald-path-secondary-fg: #5c3846;
}

.eald-pathway-stitch-cta-secondary--tone-2 {
    --eald-path-secondary-border: #486793;
    --eald-path-secondary-fg: #3d567c;
}

.eald-pathway-stitch-cta-secondary--tone-3 {
    --eald-path-secondary-border: #644c82;
    --eald-path-secondary-fg: #523e6b;
}

.eald-pathway-stitch-cta-secondary--tone-4 {
    --eald-path-secondary-border: #393939;
    --eald-path-secondary-fg: #2a2a2a;
}

@media (min-width: 768px) {
    .eald-pathway-stitch-card {
        flex-direction: row;
        min-height: 320px;
    }

    .eald-pathway-stitch-card--reverse {
        flex-direction: row-reverse;
    }

    .eald-pathway-stitch-media {
        flex: 0 0 40%;
        width: auto;
        max-width: 40%;
        height: auto;
        align-self: stretch;
    }

    .eald-pathway-stitch-body {
        flex: 1 1 0%;
        min-width: 0;
        width: auto;
        padding: 2.5rem 2.5rem;
    }

    .eald-pathway-stitch-desc {
        flex: 0 0 auto;
    }
}

.eald-water-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: clamp(1.75rem, 4vw, 3rem) 1rem;
    background: #3d9be9;
}

.eald-water-layout {
    width: min(1040px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, min(44vw, 400px)) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.eald-water-media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    min-height: min(240px, 38vw);
    max-height: min(340px, 52vh);
    background: rgba(0, 0, 0, 0.12);
}

.eald-water-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.eald-water-overlay {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 100%;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.12);
    text-align: left;
}

.eald-water-quote {
    margin: 0;
    padding: 0;
    padding-left: clamp(1rem, 2.75vw, 1.65rem);
    border: none;
    border-left: 3px solid rgba(255, 255, 255, 0.42);
}

.eald-water-quote__text {
    margin: 0;
    padding: 0;
    font-family: Newsreader, Georgia, "Times New Roman", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: clamp(1.3rem, 2.55vw, 2.05rem);
    line-height: 1.32;
    letter-spacing: -0.018em;
    font-style: normal;
}

.eald-water-quote__text p,
.eald-water-quote__text div {
    margin: 0;
    padding: 0;
}

.eald-water-quote__mark--open {
    display: inline;
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    line-height: 1;
    font-weight: 400;
    vertical-align: baseline;
    opacity: 0.9;
}

.eald-water-quote__mark--close {
    font-size: clamp(2.05rem, 3.85vw, 2.95rem);
    line-height: 0;
    font-weight: 400;
    opacity: 0.88;
}

.eald-water-quote__footer {
    margin-top: clamp(1.05rem, 2.25vw, 1.65rem);
    padding-top: clamp(1rem, 2vw, 1.35rem);
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.eald-water-quote__cite {
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: clamp(11px, 1.95vw, 12px);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.95;
}

@media (max-width: 700px) {
    .eald-water-layout {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .eald-water-media {
        width: min(100%, 400px);
        max-height: 280px;
    }

    .eald-water-overlay {
        text-align: center;
        max-width: min(760px, 100%);
    }

    .eald-water-quote {
        padding-left: 0;
        border-left: none;
        text-align: center;
        padding-top: 1.05rem;
        margin-inline: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.38);
        max-width: min(620px, 100%);
    }

    .eald-water-quote__footer {
        border-top-color: rgba(255, 255, 255, 0.3);
    }
}

[data-theme="dark"] .eald-living-shell {
    color: #e5e7eb;
}

[data-theme="dark"] .eald-hero-text-band {
    background: rgba(18, 34, 63, 0.94);
    color: #f8fafc;
}

[data-theme="dark"] .eald-dr-serice-section {
    background: #1f232a;
    border-top-color: #334155;
}

[data-theme="dark"] .eald-dr-serice-section,
[data-theme="dark"] .eald-journey-entry-section,
[data-theme="dark"] .eald-at-a-glance-row-section,
[data-theme="dark"] .eald-technology-objective-wrap,
[data-theme="dark"] .eald-pathways-section,
[data-theme="dark"] .eald-water-section {
    border-top-color: rgba(136, 160, 191, 0.35);
}

[data-theme="dark"] .eald-journey-entry-section {
    background:
        radial-gradient(ellipse 70% 58% at 18% 42%, rgba(14, 165, 233, 0.12) 0%, transparent 54%),
        radial-gradient(ellipse 72% 60% at 82% 48%, rgba(236, 72, 153, 0.1) 0%, transparent 56%),
        linear-gradient(128deg, #111827 0%, #0f172a 52%, #111827 100%);
}

[data-theme="dark"] .eald-journey-entry-title {
    color: #dbeafe;
}

[data-theme="dark"] .eald-journey-entry-card {
    border-color: rgba(148, 163, 184, 0.28);
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

[data-theme="dark"] .eald-journey-entry-card-title {
    color: #cbd5e1;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-entry-card-body--starters {
    color: #cbd5e1;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-entry-card-eyebrow {
    color: #c4b5fd;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-starters-video-caption {
    color: #94a3b8;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-scent-row {
    border-top-color: rgba(148, 163, 184, 0.28);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-scent-intro {
    color: #94a3b8;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-scent-sep {
    color: #64748b;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-scent-link,
:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-scent-all-link {
    color: #fb923c;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-scent-link:hover,
:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-scent-link:focus,
:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-scent-all-link:hover,
:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-journey-scent-all-link:focus {
    color: #fdba74;
}

[data-theme="dark"] .eald-journey-entry-card-image--pressure {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

[data-theme="dark"] .eald-journey-entry-card-visual--patterns {
    background: #000000;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

[data-theme="dark"] .eald-journey-entry-card-glow--patterns {
    display: block;
    background:
        radial-gradient(ellipse 72% 64% at 48% 50%, rgba(236, 72, 153, 0.22) 0%, transparent 72%),
        radial-gradient(ellipse 68% 58% at 54% 46%, rgba(14, 165, 233, 0.24) 0%, transparent 70%);
}

[data-theme="dark"] .eald-journey-entry-card-image--patterns {
    mix-blend-mode: screen;
    opacity: 0.94;
    -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 38%, transparent 100%);
    mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 38%, transparent 100%);
}

[data-theme="dark"] .eald-at-a-glance-row-section {
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
}

[data-theme="dark"] .eald-results-bridge-title {
    color: #dbeafe;
}

[data-theme="dark"] .eald-results-bridge-lead {
    color: #94a3b8;
}

[data-theme="dark"] .eald-results-bridge-cta {
    border-color: rgba(148, 163, 184, 0.28);
    background: rgba(15, 23, 42, 0.88);
    color: #dbeafe;
}

[data-theme="dark"] .eald-pathways-engage-link {
    color: #93c5fd;
}

[data-theme="dark"] .eald-pathways-engage-link:hover,
[data-theme="dark"] .eald-pathways-engage-link:focus {
    color: #bfdbfe;
}

[data-theme="dark"] .eald-orientation-entry-section {
    background:
        radial-gradient(ellipse 78% 62% at 88% 48%, rgba(236, 72, 153, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 72% 58% at 78% 42%, rgba(14, 165, 233, 0.18) 0%, transparent 54%),
        linear-gradient(128deg, #0f141c 0%, #151d29 52%, #101720 100%);
}

[data-theme="dark"] .eald-orientation-entry-section::before {
    background: radial-gradient(circle at 72% 50%, rgba(168, 85, 247, 0.12), transparent 48%);
}

[data-theme="dark"] .eald-orientation-entry-copy {
    background: transparent;
}

[data-theme="dark"] .eald-orientation-entry-eyebrow {
    color: #c4b5fd;
}

[data-theme="dark"] .eald-orientation-entry-title {
    color: #dbeafe;
}

[data-theme="dark"] .eald-orientation-entry-lead {
    color: #cbd5e1;
}

[data-theme="dark"] .eald-orientation-entry-visual-glow {
    background:
        radial-gradient(ellipse 72% 64% at 48% 50%, rgba(236, 72, 153, 0.32) 0%, transparent 72%),
        radial-gradient(ellipse 68% 58% at 54% 46%, rgba(14, 165, 233, 0.34) 0%, transparent 70%);
}

[data-theme="dark"] .eald-orientation-entry-image {
    opacity: 0.98;
    filter: saturate(1.12) contrast(1.05);
}

[data-theme="dark"] .eald-orientation-entry-cta {
    background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
    box-shadow: 0 4px 18px rgba(99, 102, 241, 0.35);
}

[data-theme="dark"] .eald-orientation-entry-cta:hover,
[data-theme="dark"] .eald-orientation-entry-cta:focus {
    box-shadow: 0 8px 22px rgba(99, 102, 241, 0.45);
}

[data-theme="dark"] .eald-dr-intro-col h2 {
    color: #f3f4f6;
}

[data-theme="dark"] .eald-subhead,
[data-theme="dark"] .eald-dr-creator-line,
[data-theme="dark"] .eald-dr-intro-text,
[data-theme="dark"] .eald-dr-right-column,
[data-theme="dark"] .eald-dr-right-column p,
[data-theme="dark"] .eald-podcast-line,
[data-theme="dark"] .eald-dr-photo-caption {
    color: #d1d5db;
}

[data-theme="dark"] .eald-link-line a,
[data-theme="dark"] .eald-podcast-line a {
    color: #cfe3ff;
}

[data-theme="dark"] .eald-dr-photo-frame,
[data-theme="dark"] .eald-publication-card {
    background: #0f172a;
    border-color: #475569;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

[data-theme="dark"] .eald-podcast-slot {
    border-top-color: rgba(148, 163, 184, 0.45);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-one-strip {
    background: linear-gradient(168deg, #1a2838 0%, #15202e 55%, #121b28 100%);
    color: #e5e7eb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-hero__title {
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-hero__lead {
    color: #94a3b8;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-hero__emph {
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-eyebrow {
    background: rgba(160, 201, 255, 0.12);
    color: #a0c9ff;
    border-color: rgba(160, 201, 255, 0.28);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-hero__frame {
    border-color: #475569;
    background: rgba(15, 23, 42, 0.45);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-hero__badge-float {
    background: rgba(160, 201, 255, 0.12);
    border-color: rgba(160, 201, 255, 0.28);
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-hero__deco {
    border-top-color: rgba(148, 163, 184, 0.35);
    border-left-color: rgba(148, 163, 184, 0.35);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-bento__heading {
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-bento__rule {
    background: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-bento__primary {
    background: #1e2430;
    border-color: #334155;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-bento__primary-title {
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-bento__primary-text {
    color: #e5e7eb;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-bento__strong {
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-bento__tagline {
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-bento__tagline-rule {
    background: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-tech-stitch-bento__watermark .bi {
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathways-section {
    background: #141821;
    color: #e5e7eb;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathways-title--stitch {
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathways-lead--stitch {
    color: #94a3b8;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-card {
    background: #1e2430;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-card:hover,
:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-card:focus-within {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-media {
    background: #0f141c;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-heading {
    color: #a0c9ff;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-desc {
    color: #cbd5e1;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-eyebrow {
    color: #fdba74;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-cta-secondary--tone-1 {
    --eald-path-secondary-border: #c4a3b0;
    --eald-path-secondary-fg: #f1e4e8;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-cta-secondary--tone-2 {
    --eald-path-secondary-border: #8faed4;
    --eald-path-secondary-fg: #dbe7f7;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-cta-secondary--tone-3 {
    --eald-path-secondary-border: #b9a3d4;
    --eald-path-secondary-fg: #ebe4f5;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-pathway-stitch-cta-secondary--tone-4 {
    --eald-path-secondary-border: #94a3b8;
    --eald-path-secondary-fg: #e5e7eb;
}

[data-theme="dark"] .eald-water-section {
    background: #1d4f7d;
}

[data-theme="dark"] .eald-water-video {
    opacity: 0.85;
}

@media (max-width: 992px) {
    .eald-hero-copy-block {
        width: max-content;
        margin-left: 50% !important;
        transform: translateX(-50%);
    }

    .eald-dr-top-grid,
    .eald-dr-lower-grid {
        grid-template-columns: 1fr;
    }

    .eald-subhead {
        text-align: center;
    }

    .eald-dr-intro-col {
        max-width: 100%;
    }

    .eald-publication-card {
        aspect-ratio: auto;
        min-height: 0;
        max-width: 300px;
        margin: 0 auto;
    }

    .eald-dr-photo-frame {
        max-width: 300px;
        margin: 0 auto;
    }

    .eald-journey-entry-grid {
        grid-template-columns: 1fr;
    }

    .eald-journey-entry-card {
        grid-template-columns: 1fr;
    }

    .eald-at-a-glance-row-wrap {
        grid-template-columns: 1fr;
    }

    .eald-journey-entry-card-copy {
        text-align: center;
        align-items: center;
        order: 1;
    }

    .eald-journey-entry-card-visual:not(.eald-journey-entry-card-visual--starters) {
        order: 0;
        height: clamp(10rem, 40vw, 12.5rem);
        max-height: clamp(10rem, 40vw, 12.5rem);
        min-height: clamp(10rem, 40vw, 12.5rem);
    }

    .eald-journey-entry-card-cta {
        margin-inline: auto;
    }

    .eald-journey-scent-row {
        align-items: center;
        width: 100%;
    }

    .eald-journey-entry-card--starters {
        align-items: stretch;
        gap: clamp(1rem, 2.5vw, 1.35rem);
    }

    .eald-journey-entry-card--starters .eald-journey-starters-media-wrap {
        order: 0;
        width: 100%;
        min-width: 0;
    }

    .eald-journey-entry-card--starters .eald-journey-entry-card-copy {
        order: 1;
        position: relative;
        z-index: 1;
    }

    .eald-journey-entry-card--starters .eald-journey-entry-card-visual--starters {
        width: 100%;
        height: auto;
        max-height: none;
        min-height: 0;
        aspect-ratio: 16 / 9;
        display: block;
        overflow: hidden;
    }

    .eald-journey-entry-card--starters .eald-journey-starters-player,
    .eald-journey-entry-card--starters .eald-journey-starters-player-frame {
        width: 100%;
        height: 100%;
    }

    .eald-journey-entry-card--starters .eald-journey-starters-player-frame {
        aspect-ratio: auto;
    }

    .eald-journey-starters-media-stack {
        order: 0;
    }

    .eald-orientation-entry-layout {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .eald-orientation-entry-copy {
        text-align: center;
        align-items: center;
        order: 1;
    }

    .eald-orientation-entry-visual {
        order: 0;
        min-height: clamp(180px, 44vw, 260px);
        margin-bottom: 0.25rem;
    }

    .eald-orientation-entry-lead {
        margin-inline: auto;
    }

    .eald-orientation-entry-image {
        width: min(100%, 22rem);
    }

    .eald-dr-right-column {
        min-height: auto;
    }

    .eald-podcast-slot {
        flex: none;
        align-items: flex-start;
        padding-top: 0.85rem;
    }
}

@media (max-width: 640px) {
    .eald-hero-section {
        height: clamp(320px, 68vw, 420px);
    }

    #eald-living-home .eald-hero-section .eald-hero-bg-image {
        inset: auto;
        top: 0;
        left: 50%;
        width: 120%;
        height: 120%;
        max-width: none;
        transform: translateX(-50%);
        object-fit: cover;
        object-position: top center;
    }

    .eald-hero-overlay {
        width: 100%;
        max-width: none;
        align-self: stretch;
        height: 100%;
        margin-top: 0;
        padding-top: clamp(3.4rem, 16vw, 4.2rem);
        padding-bottom: 0.8rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: static;
    }

    #eald-living-home .eald-hero-section .eald-hero-title {
        position: absolute;
        top: 0.8rem;
        left: 75%;
        width: min(46vw, 210px);
        margin: 0;
        transform: translateX(-50%);
        text-align: center;
        z-index: 4;
    }

    .eald-publication-card {
        max-width: 220px;
        margin: 0 auto;
    }

    .eald-dr-photo-frame {
        max-width: 220px;
        margin: 0 auto;
    }

    .eald-hero-copy-block {
        width: min(92vw, 520px);
        margin-top: 0;
        margin-left: 50% !important;
        transform: translateX(-50%);
        align-items: stretch;
    }

    .eald-hero-line {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        white-space: normal;
        font-size: clamp(0.76rem, 2.8vw, 0.9rem);
        padding: 0.42rem 0.55rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .eald-hero-section {
        height: clamp(360px, 94vw, 500px);
    }

    #eald-living-home .eald-hero-section .eald-hero-title {
        top: 0.7rem;
        width: min(50vw, 210px);
        font-size: clamp(1.45rem, 7.2vw, 1.85rem);
        line-height: 1.1;
        -webkit-text-stroke: 0.45px #000000;
        text-shadow:
            -0.8px -0.8px 0 #000000,
            0.8px -0.8px 0 #000000,
            -0.8px 0.8px 0 #000000,
            0.8px 0.8px 0 #000000;
    }

    .eald-hero-overlay {
        padding-top: clamp(3.5rem, 17vw, 4.25rem);
        padding-bottom: 0.7rem;
    }

    .eald-hero-copy-block {
        width: 100%;
        margin-top: 0;
        margin-left: 50% !important;
        transform: translateX(-50%);
        align-items: center;
    }

    .eald-hero-line {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 0 0.45rem 0;
        padding: 0.4rem 0.55rem;
        font-size: clamp(0.74rem, 3.15vw, 0.86rem);
        line-height: 1.3;
        text-align: center;
    }

    .eald-hero-line:last-child {
        white-space: normal;
    }
}

.eald-conversation-band-section {
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #e2e8f0;
    padding: clamp(2.75rem, 6vw, 4.25rem) 1.25rem;
}

.eald-conversation-band-wrap {
    max-width: 44rem;
    margin: 0 auto;
    text-align: center;
}

.eald-conversation-band-heading {
    margin: 0 0 1rem;
    font-family: Newsreader, Georgia, serif;
    font-weight: 700;
    font-size: clamp(1.55rem, 3.2vw, 2.15rem);
    line-height: 1.25;
    color: #f8fafc;
}

.eald-conversation-band-body {
    margin: 0 auto 1.45rem;
    max-width: 38rem;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: clamp(0.98rem, 1.35vw, 1.08rem);
    line-height: 1.65;
    color: #cbd5e1;
}

.eald-conversation-band-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.72rem 1.65rem;
    border-radius: 9999px;
    border: 1px solid #15803d;
    background: #15803d;
    color: #ffffff;
    font-family: Manrope, "Open Sans", system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(21, 128, 61, 0.28);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        gap 0.2s ease,
        background-color 0.2s ease;
}

.eald-conversation-band-cta:hover,
.eald-conversation-band-cta:focus {
    gap: 0.55rem;
    color: #ffffff;
    text-decoration: none;
    background: #166534;
    border-color: #166534;
    box-shadow: 0 10px 22px rgba(21, 128, 61, 0.34);
    transform: translateY(-1px);
}

.eald-conversation-band-cta:focus-visible {
    outline: 2px solid rgba(74, 222, 128, 0.55);
    outline-offset: 3px;
}

.eald-conversation-band-cta-icon {
    font-size: 1.25rem;
    line-height: 1;
}

@media (max-width: 640px) {
    .eald-conversation-band-section {
        padding: 2.35rem 1rem 2.75rem;
    }

    .eald-conversation-band-cta {
        width: min(100%, 20rem);
    }
}

[data-theme="dark"] .eald-conversation-band-section {
    background: linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
}

[data-theme="dark"] .eald-conversation-band-heading {
    color: #f1f5f9;
}

[data-theme="dark"] .eald-conversation-band-body {
    color: #cbd5e1;
}
