.lt-post-detail {
    background: var(--surface-2);
    color: var(--fg-on-dark);
    container-type: inline-size;
}

.lt-post-detail__hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--surface-1);
    border-bottom-left-radius: var(--radius-section-lg);
    border-bottom-right-radius: var(--radius-section-lg);
}

.lt-post-detail__hero-image,
.lt-post-detail__feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lt-post-detail__hero-image {
    position: absolute;
    inset: 0;
    opacity: 0.58;
}

.lt-post-detail__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 27, 30, 0.25), rgba(11, 27, 30, 0.92));
}

.lt-post-detail__hero-content {
    position: relative;
    z-index: 1;
    padding-block: clamp(8rem, 16vh, 13rem) clamp(5rem, 10vh, 8rem);
}

.lt-post-detail__body {
    padding-block: var(--lt-section-padding);
}

.lt-post-detail__body > section + section {
    margin-top: clamp(4rem, 8vw, 7rem);
}

.lt-post-detail__content-section {
    padding-block: var(--lt-section-padding);
}

.lt-post-detail__content-section .lt-post-detail__article {
    max-width: 820px;
}

.lt-post-detail h1,
.lt-post-detail h2,
.lt-post-detail h3 {
    color: var(--section-heading, var(--fg-on-dark));
    font-weight: 300;
}

.lt-post-detail h1 {
    max-width: 980px;
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 1;
}

.lt-post-detail h2 {
    margin: 0 0 1.35rem;
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.08;
}

.lt-post-detail h3 {
    margin: 0 0 0.5rem;
    font-family: var(--font-serif);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.15;
}

.lt-post-detail p,
.lt-post-detail li {
    color: var(--section-body, var(--fg-on-dark-body));
    font-weight: 300;
    line-height: 1.75;
}

.lt-post-detail__eyebrow {
    margin: 0 0 1rem;
    color: var(--section-copper, var(--copper-glow));
    font-size: var(--wp--preset--font-size--label);
    font-weight: 400;
    letter-spacing: var(--wp--custom--tracking--label);
    text-transform: uppercase;
}

.lt-post-detail__subtitle,
.lt-post-detail__summary {
    max-width: 780px;
}

.lt-post-detail__subtitle {
    margin: 1.25rem 0 0;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: var(--section-heading, var(--fg-on-dark));
}

.lt-post-detail__summary {
    margin: 1.25rem 0 0;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.lt-post-detail__actions,
.lt-post-detail__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.lt-post-detail__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.4rem 0.8rem;
    border: 1px solid var(--border-dark-subtle);
    border-radius: var(--radius-pill);
    color: var(--fg-on-dark-body);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lt-post-detail__split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 3rem);
}

.lt-post-detail__split > div,
.lt-post-detail__notice,
.lt-post-detail__card,
.lt-post-detail__timeline article {
    border: 1px solid var(--border-subtle, var(--border-dark-subtle));
    border-radius: var(--radius-card);
    background: var(--section-card-bg, rgba(255, 255, 255, 0.035));
}

.lt-post-detail__split > div,
.lt-post-detail__notice {
    padding: clamp(1.5rem, 4vw, 2.5rem);
}

.lt-post-detail__list {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding-left: 1.2rem;
}

.lt-post-detail__timeline {
    display: grid;
    gap: 1rem;
}

.lt-post-detail__timeline article {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 1.25rem;
    padding: 1.4rem;
}

.lt-post-detail__timeline article span {
    color: var(--section-copper, var(--copper-glow));
    font-size: 0.8rem;
    letter-spacing: 0.16em;
}

.lt-post-detail__timeline article p {
    grid-column: 2;
    margin: 0;
}

.lt-post-detail__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.lt-post-detail__card {
    padding: 1.35rem;
}

.lt-post-detail__card p {
    margin-bottom: 1.1rem;
}

.lt-post-detail__card h3,
.lt-post-detail__split h3 {
    color: var(--section-heading, var(--fg-on-dark));
}

.lt-post-detail__card p,
.lt-post-detail__split p {
    color: var(--section-body, var(--fg-on-dark-body));
}

.lt-post-detail__meta {
    color: var(--copper-glow) !important;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lt-post-detail__feature-image {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}

.lt-post-detail__article-header {
    max-width: 920px;
}

.lt-post-detail__feature-image {
    max-height: 520px;
    margin-top: 3rem;
}

.lt-post-detail__article {
    max-width: 820px;
}

.lt-post-detail__article > * + * {
    margin-top: 1.25rem;
}

@media (max-width: 900px) {
    .lt-post-detail__split,
    .lt-post-detail__cards {
        grid-template-columns: 1fr;
    }

    .lt-post-detail__hero {
        min-height: 620px;
        border-bottom-left-radius: var(--radius-section);
        border-bottom-right-radius: var(--radius-section);
    }
}

/* Resource detail: editorial reading journey */
.lt-post-detail--resource {
    --resource-ink: #173239;
    --resource-body: #40585b;
    --resource-rule: rgba(23, 50, 57, 0.18);
    --resource-paper: #f4f0e9;
    --resource-paper-warm: #e8dfd3;
    background: var(--resource-paper);
    color: var(--resource-body);
}

.lt-resource-detail__hero {
    padding-block: clamp(8rem, 14vw, 12rem) clamp(4.5rem, 8vw, 7rem);
    overflow: hidden;
    border-bottom-left-radius: var(--radius-section-lg);
    border-bottom-right-radius: var(--radius-section-lg);
}

.lt-resource-detail__hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: end;
}

.lt-resource-detail__hero-copy h1 {
    max-width: 12ch;
    color: var(--fg-on-dark);
    font-size: clamp(3.25rem, 7.2vw, 7rem);
}

.lt-resource-detail__back {
    display: inline-flex;
    margin-bottom: clamp(3rem, 7vw, 6rem);
    color: var(--fg-on-dark-body);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.lt-resource-detail__back:hover,
.lt-resource-detail__meta-list a:hover {
    color: var(--fg-on-dark);
}

.lt-resource-detail__deck {
    max-width: 760px;
    margin: 1.75rem 0 0;
    color: var(--fg-on-dark-body) !important;
    font-family: var(--font-serif);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.35 !important;
}

.lt-resource-detail__meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem clamp(2rem, 4vw, 4rem);
    margin: 3rem 0 0;
}

.lt-resource-detail__meta-list div {
    display: grid;
    gap: 0.35rem;
}

.lt-resource-detail__meta-list dt {
    color: var(--fg-on-dark-muted);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lt-resource-detail__meta-list dd {
    margin: 0;
    color: var(--fg-on-dark);
    font-size: 0.9rem;
}

.lt-resource-detail__meta-list a {
    color: inherit;
}

.lt-resource-detail__hero-media {
    margin: 0 0 clamp(-9rem, -8vw, -5rem);
}

.lt-resource-detail__hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}

.lt-resource-detail__hero-media figcaption {
    margin-top: 0.8rem;
    color: var(--fg-on-dark-muted);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lt-resource-detail__shell {
    display: grid;
    grid-template-columns: minmax(180px, 250px) minmax(0, 850px);
    gap: clamp(3rem, 8vw, 8rem);
    justify-content: center;
    padding-block: clamp(7rem, 12vw, 12rem);
}

.lt-resource-detail__rail-inner {
    position: sticky;
    top: 7rem;
    padding-top: 0.6rem;
}

.lt-resource-detail__rail p,
.lt-resource-detail__section-label {
    margin: 0 0 1rem;
    color: var(--copper-text-sand, #984510) !important; /* AA on light surfaces (was raw #9a5c3d, 4.06:1) */
    font-size: 0.68rem;
    font-weight: 500 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lt-resource-detail__rail ol {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: resource-nav;
}

.lt-resource-detail__rail li {
    counter-increment: resource-nav;
    border-top: 1px solid var(--resource-rule);
}

.lt-resource-detail__rail li:last-child {
    border-bottom: 1px solid var(--resource-rule);
}

.lt-resource-detail__rail li a {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.5rem;
    padding: 0.85rem 0;
    color: var(--resource-body);
    font-size: 0.82rem;
    line-height: 1.35;
    text-decoration: none;
}

.lt-resource-detail__rail li a::before {
    content: counter(resource-nav, decimal-leading-zero);
    color: #9a5c3d;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
}

.lt-resource-detail__rail li a:hover {
    color: var(--resource-ink);
}

.lt-resource-detail__rail-safety {
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
    color: var(--resource-ink);
    font-size: 0.78rem;
    font-weight: 500;
    text-decoration: none;
}

.lt-resource-detail__content h2,
.lt-resource-detail__next h2,
.lt-resource-detail__cta h2 {
    color: var(--resource-ink);
}

.lt-resource-detail__content p,
.lt-resource-detail__content li,
.lt-resource-detail__next p {
    color: var(--resource-body);
}

.lt-resource-detail__key-points {
    padding: clamp(2rem, 5vw, 3.75rem);
    border-radius: var(--radius-card);
    background: #dce6df;
}

.lt-resource-detail__key-points h2 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 4vw, 3.75rem);
}

.lt-resource-detail__key-points ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 2.5rem 0 0;
    padding: 0;
    list-style: none;
    counter-reset: key-points;
}

.lt-resource-detail__key-points li {
    counter-increment: key-points;
    padding: 1.4rem 1.5rem 1.4rem 0;
    border-top: 1px solid rgba(23, 50, 57, 0.22);
}

.lt-resource-detail__key-points li:nth-child(even) {
    padding-left: 1.5rem;
    border-left: 1px solid rgba(23, 50, 57, 0.22);
}

.lt-resource-detail__key-points li::before {
    content: counter(key-points, decimal-leading-zero);
    display: block;
    margin-bottom: 0.75rem;
    color: #9a5c3d;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
}

.lt-resource-detail__sections,
.lt-resource-detail__legacy,
.lt-resource-detail__faq,
.lt-resource-detail__download,
.lt-resource-detail__clinical-context,
.lt-resource-detail__review,
.lt-resource-detail__topics {
    margin-top: clamp(4.5rem, 9vw, 8rem);
}

.lt-resource-detail__section {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    padding-block: clamp(3.5rem, 7vw, 6rem);
    border-top: 1px solid var(--resource-rule);
    scroll-margin-top: 7rem;
}

.lt-resource-detail__section:last-child {
    border-bottom: 1px solid var(--resource-rule);
}

.lt-resource-detail__section-marker {
    padding-top: 0.35rem;
    color: #9a5c3d;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
}

.lt-resource-detail__section h2,
.lt-resource-detail__faq h2,
.lt-resource-detail__clinical-context h2 {
    max-width: 15ch;
    font-size: clamp(2.4rem, 4.8vw, 4.5rem);
}

.lt-resource-detail__prose {
    margin-top: 2rem;
}

.lt-resource-detail__prose > * {
    max-width: 66ch;
}

.lt-resource-detail__prose p,
.lt-resource-detail__legacy p,
.lt-resource-detail__legacy li {
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: 1.85;
}

.lt-resource-detail__prose a,
.lt-resource-detail__legacy a {
    color: #8d4d31;
}

.lt-resource-detail__faq {
    scroll-margin-top: 7rem;
}

.lt-resource-detail__faq details {
    border-top: 1px solid var(--resource-rule);
}

.lt-resource-detail__faq details:last-child {
    border-bottom: 1px solid var(--resource-rule);
}

.lt-resource-detail__faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.5rem 0;
    color: var(--resource-ink);
    cursor: pointer;
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    list-style: none;
}

.lt-resource-detail__faq summary::-webkit-details-marker {
    display: none;
}

.lt-resource-detail__faq summary::after {
    content: '+';
    color: #9a5c3d;
    font-family: var(--font-sans);
}

.lt-resource-detail__faq details[open] summary::after {
    content: '–';
}

.lt-resource-detail__faq details > div {
    max-width: 66ch;
    padding: 0 0 1.75rem;
}

.lt-resource-detail__download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(2rem, 5vw, 3.5rem);
    border-radius: var(--radius-card);
    background: var(--resource-paper-warm);
}

.lt-resource-detail__download h2 {
    margin-bottom: 0;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.lt-resource-detail__clinical-context {
    padding: clamp(2rem, 5vw, 3.5rem);
    border: 1px solid var(--resource-rule);
    border-radius: var(--radius-card);
    scroll-margin-top: 7rem;
}

.lt-resource-detail__clinical-context h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.lt-resource-detail__review {
    display: grid;
    grid-template-columns: minmax(140px, 0.5fr) 1fr;
    gap: 2rem;
    padding-block: 2rem;
    border-block: 1px solid var(--resource-rule);
}

.lt-resource-detail__review > span {
    color: #9a5c3d;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lt-resource-detail__review strong,
.lt-resource-detail__review strong a {
    color: var(--resource-ink);
}

.lt-resource-detail__review p {
    margin: 0.2rem 0 0;
    font-size: 0.85rem;
}

.lt-resource-detail__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.lt-resource-detail__topics span {
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--resource-rule);
    border-radius: var(--radius-pill);
    color: var(--resource-body);
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lt-resource-detail__next {
    padding-block: var(--lt-section-padding);
    border-top-left-radius: var(--radius-section-lg);
    border-top-right-radius: var(--radius-section-lg);
}

.lt-resource-detail__next-group + .lt-resource-detail__next-group {
    margin-top: clamp(5rem, 10vw, 9rem);
}

.lt-resource-detail__next .lt-post-detail__cards {
    margin-top: 2.5rem;
}

.lt-resource-detail__next .lt-post-detail__card {
    min-height: 250px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-color: rgba(23, 50, 57, 0.15);
    background: rgba(255, 255, 255, 0.38);
}

.lt-resource-detail__next .lt-post-detail__card h3 {
    color: var(--resource-ink);
}

.lt-resource-detail__next .lt-post-detail__card p {
    color: var(--resource-body);
}

.lt-resource-detail__cta {
    padding-block: clamp(6rem, 12vw, 10rem);
    text-align: center;
}

.lt-resource-detail__cta p {
    margin: 0 0 1rem;
    color: var(--copper-on-dark, #F3BFA1); /* AA copper text on dark (copper-glow was 4.21:1) */
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lt-resource-detail__cta h2 {
    max-width: 11ch;
    margin-inline: auto;
    color: var(--fg-on-dark);
    font-size: clamp(3rem, 6vw, 5.5rem);
}

.lt-resource-detail__cta .lt-cta {
    margin-top: 1.5rem;
}

@media (max-width: 960px) {
    .lt-resource-detail__hero-inner {
        grid-template-columns: 1fr;
    }

    .lt-resource-detail__hero-media {
        width: min(70%, 520px);
        margin: 0 0 -8rem auto;
    }

    .lt-resource-detail__shell {
        grid-template-columns: 1fr;
        padding-top: 10rem;
    }

    .lt-resource-detail__rail {
        display: none;
    }
}

@media (max-width: 640px) {
    .lt-resource-detail__hero {
        padding-top: 7rem;
        border-bottom-left-radius: var(--radius-section);
        border-bottom-right-radius: var(--radius-section);
    }

    .lt-resource-detail__back {
        margin-bottom: 2.5rem;
    }

    .lt-resource-detail__meta-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lt-resource-detail__hero-media {
        width: 90%;
        margin-bottom: -7rem;
    }

    .lt-resource-detail__key-points ol {
        grid-template-columns: 1fr;
    }

    .lt-resource-detail__key-points li:nth-child(even) {
        padding-left: 0;
        border-left: 0;
    }

    .lt-resource-detail__section {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .lt-resource-detail__download,
    .lt-resource-detail__review {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* -- Event detail: full-width sections inside the article wrapper -- */
.lt-post-detail--event {
    background: transparent;
}

.lt-post-detail--event > section {
    /* Each section defines its own surface via is-style-* */
    padding-block: var(--lt-section-padding);
}

.lt-post-detail--event > section + section {
    margin-top: 0;
}

/* Light-surface text overrides for event sections */
.lt-post-detail--event .is-style-light-1 h1,
.lt-post-detail--event .is-style-light-1 h2,
.lt-post-detail--event .is-style-light-1 h3 {
    color: var(--text-heading);
}
.lt-post-detail--event .is-style-light-1 p,
.lt-post-detail--event .is-style-light-1 li {
    color: var(--text-body);
}
.lt-post-detail--event .is-style-light-2 h1,
.lt-post-detail--event .is-style-light-2 h2,
.lt-post-detail--event .is-style-light-2 h3 {
    color: var(--text-heading);
}
.lt-post-detail--event .is-style-light-2 p,
.lt-post-detail--event .is-style-light-2 li {
    color: var(--text-body);
}

/* Event bottom bar (hero) */
.lt-post-detail__hero-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 1.25rem 2rem;
    margin-top: 2.5rem;
    background: rgba(0, 0, 0, 0.18);
    border-radius: var(--radius-card);
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--fg-on-dark-body);
    letter-spacing: 0.02em;
}

.lt-post-detail__hero-bar-item + .lt-post-detail__hero-bar-item::before {
    content: '|';
    margin-right: 2rem;
    color: var(--fg-on-dark-muted);
}

/* Event FAQ accordion */
.lt-post-detail__faq-heading {
    margin: 0 0 2rem;
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.08;
}

.lt-post-detail__faq-list {
    max-width: 820px;
}

.lt-post-detail__faq-item {
    border-bottom: 1px solid var(--border-divider, var(--border-dark-subtle));
}

.lt-post-detail__faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    cursor: pointer;
    font-family: var(--font-serif);
    font-size: clamp(1.1rem, 1.5vw, 1.35rem);
    font-weight: 300;
    color: var(--section-heading, var(--fg-on-dark));
    list-style: none;
}

.lt-post-detail__faq-question::-webkit-details-marker {
    display: none;
}

.lt-post-detail__faq-question::after {
    content: '+';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--border-subtle, var(--border-dark-subtle));
    color: var(--section-copper, var(--copper-glow));
    font-size: 1.2rem;
    font-weight: 300;
    transition: transform var(--duration-fast) var(--ease-default);
}

.lt-post-detail__faq-item[open] .lt-post-detail__faq-question::after {
    content: '−';
    transform: rotate(0deg);
}

.lt-post-detail__faq-answer {
    padding: 0 0 1.5rem;
    max-width: 720px;
}

/* Safety notice on light surface */
.lt-post-detail--event .is-style-light-2 .lt-safety-notice__heading {
    color: var(--text-heading);
}
.lt-post-detail--event .is-style-light-2 .lt-safety-notice__item {
    color: var(--text-body);
}
.lt-post-detail--event .is-style-light-2 .lt-safety-notice__icon {
    color: var(--copper-glow);
}

/* Fit / not-fit eyebrow & summary on light surface */
.lt-post-detail--event .is-style-light-1 .lt-post-detail__eyebrow,
.lt-post-detail--event .is-style-light-1 .lt-post-detail__summary {
    color: var(--text-body);
}

/* Hero bar inner layout */
.lt-post-detail__hero-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

@media (max-width: 900px) {
    .lt-post-detail__hero-bar {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    .lt-post-detail__hero-bar-item + .lt-post-detail__hero-bar-item::before {
        display: none;
    }
}

/* ============================================================
   HERO FACILITATOR / HOST BADGE
   ============================================================ */
.lt-post-detail__hero-host {
    display: inline-flex;
    align-items: center;
    gap: var(--wp--preset--spacing--20, 0.5rem);
    margin-top: 1.5rem;
    font-family: var(--font-sans);
    font-size: var(--wp--preset--font-size--label, 0.65rem);
    letter-spacing: var(--wp--custom--tracking--label, 0.15em);
    text-transform: uppercase;
    color: var(--fg-on-dark-body, rgba(255, 255, 255, 0.85));
    line-height: 1;
}

.lt-post-detail__hero-host-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--border-dark-strong, rgba(255, 255, 255, 0.15));
}

/* ============================================================
   PRICING & BOOKING POLICIES SPLIT GRID
   ============================================================ */
.lt-pricing__split-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    margin-top: 2.5rem;
    align-items: stretch;
}

.lt-pricing__left-col,
.lt-pricing__right-col {
    display: flex;
    flex-direction: column;
}

.lt-pricing__booking-policies {
    border: 1px solid var(--border-dark-subtle, rgba(255, 255, 255, 0.08));
    border-radius: var(--radius-card);
    background: rgba(255, 255, 255, 0.035);
    padding: clamp(1.5rem, 4vw, 2.5rem);
    height: 100%;
}

:is(.is-style-light-1, .is-style-light-2, .is-style-light) .lt-pricing__booking-policies {
    background: var(--surface-light-card, rgba(0, 0, 0, 0.02));
    border-color: var(--border-light-subtle, rgba(0, 0, 0, 0.08));
}

.lt-pricing__policies-heading {
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: var(--font-serif);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 300;
    color: var(--section-heading, var(--fg-on-dark));
}

.lt-pricing__policy-item + .lt-pricing__policy-item {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-divider, var(--border-dark-subtle, rgba(255, 255, 255, 0.08)));
}

.lt-pricing__policy-title {
    margin: 0 0 0.5rem;
    font-family: var(--font-sans);
    font-size: var(--wp--preset--font-size--label, 0.65rem);
    letter-spacing: var(--wp--custom--tracking--label, 0.15em);
    text-transform: uppercase;
    color: var(--section-copper, var(--copper-glow));
}

.lt-pricing__policy-value {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 300;
    color: var(--section-heading, var(--fg-on-dark));
    line-height: 1.1;
}

.lt-pricing__policy-desc {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--section-body, var(--fg-on-dark-body));
}

@container (max-width: 900px) {
    .lt-pricing__split-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   LIGHT SURFACE ADAPTATIONS FOR CARDS
   ============================================================ */
.lt-post-detail--event :is(.is-style-light-1, .is-style-light-2) :is(.lt-post-detail__card, .lt-post-detail__split > div, .lt-post-detail__notice) {
    background: var(--surface-light-card, rgba(0, 0, 0, 0.02));
    border-color: var(--border-light-subtle, rgba(0, 0, 0, 0.08));
}

.lt-post-detail--event :is(.is-style-light-1, .is-style-light-2) :is(.lt-post-detail__card h3, .lt-post-detail__split h3) {
    color: var(--text-heading);
}

/* ============================================================
   EVENT DETAIL — EDITORIAL DECISION JOURNEY
   ============================================================ */
.lt-post-detail--event {
    --event-rule: color-mix(in srgb, var(--text-heading, #17353c) 14%, transparent);
    --event-muted: color-mix(in srgb, var(--text-body, #385258) 72%, transparent);
}

.lt-event-detail__masthead {
    padding: clamp(7.5rem, 13vw, 11rem) 0 clamp(3.5rem, 8vw, 6.5rem);
}

.lt-event-detail__masthead-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.lt-event-detail__intro {
    max-width: 47rem;
}

.lt-event-detail__breadcrumb,
.lt-event-detail__labels,
.lt-event-detail__kicker,
.lt-event-detail__decision-kicker,
.lt-event-detail__facts dt,
.lt-event-detail__person-meta {
    font-family: var(--font-sans);
    font-size: clamp(0.65rem, 0.9vw, 0.75rem);
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.lt-event-detail__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
    color: var(--event-muted);
}

.lt-event-detail__breadcrumb a,
.lt-event-detail__utility-link {
    color: inherit;
    text-decoration: none;
}

/* The utility link inherits the dark-masthead default; on light mastheads
   that is white-on-cream (~1.04:1, invisible). Same per-surface pattern as
   the h/p/li rules above. */
.lt-post-detail--event .is-style-light-1 .lt-event-detail__utility-link,
.lt-post-detail--event .is-style-light-2 .lt-event-detail__utility-link {
    color: var(--text-body);
}

.lt-event-detail__breadcrumb a:hover,
.lt-event-detail__breadcrumb a:focus-visible,
.lt-event-detail__utility-link:hover,
.lt-event-detail__utility-link:focus-visible {
    color: var(--text-heading);
}

.lt-event-detail__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--event-muted);
}

.lt-event-detail__status {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.72rem;
    border: 1px solid var(--teal, #275f64);
    border-radius: var(--radius-pill);
    background: var(--teal, #275f64);
    color: var(--cream, #f6f0e7);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.lt-event-detail__status--coming-soon {
    border-color: var(--teal-mid, #477b7d);
    background: var(--teal-mid, #477b7d);
}

.lt-event-detail__status--past,
.lt-event-detail__status--closed {
    background: transparent;
    color: var(--teal, #275f64);
}

.lt-event-detail__masthead h1 {
    max-width: 12ch;
    margin: 0;
    color: var(--text-heading);
    font-family: var(--font-serif);
    font-size: clamp(3.25rem, 7.3vw, 7.25rem);
    font-weight: 300;
    letter-spacing: -0.045em;
    line-height: 0.91;
}

.lt-event-detail__subtitle {
    max-width: 28ch;
    margin: 1.5rem 0 0;
    color: var(--text-heading);
    font-family: var(--font-serif);
    font-size: clamp(1.4rem, 2.7vw, 2.25rem);
    font-weight: 300;
    line-height: 1.16;
}

.lt-event-detail__summary {
    max-width: 42rem;
    margin: 1.5rem 0 0;
    color: var(--event-muted);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.7;
}

.lt-event-detail__host {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-top: 2rem;
    color: var(--event-muted);
    font-family: var(--font-sans);
    font-size: 0.86rem;
}

.lt-event-detail__host-avatars {
    display: flex;
    flex: 0 0 auto;
    padding-left: 0.55rem;
}

.lt-event-detail__host-avatars img {
    width: 42px;
    height: 42px;
    margin-left: -0.55rem;
    border: 2px solid var(--cream, #f6f0e7);
    border-radius: 50%;
    object-fit: cover;
}

.lt-event-detail__host strong {
    color: var(--text-heading);
    font-weight: 500;
}

.lt-event-detail__media {
    position: relative;
    min-height: clamp(23rem, 43vw, 39rem);
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-card, 1.25rem);
    background: var(--surface-light-card, #e8e4dc);
}

.lt-event-detail__media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.lt-event-detail__media figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0.6rem 0.9rem;
    color: var(--fg-on-dark-muted, rgba(255,255,255,0.68));
    background: linear-gradient(to top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: right;
}

.lt-event-detail__decision {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(8rem, 0.42fr) minmax(0, 2fr) minmax(13rem, 0.75fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: start;
    margin-top: clamp(-0.25rem, -1vw, -1rem);
    padding: clamp(1.6rem, 4vw, 2.75rem);
    border-top: 1px solid var(--event-rule);
    border-bottom: 1px solid var(--event-rule);
}

.lt-event-detail__decision-kicker,
.lt-event-detail__kicker {
    margin: 0;
    color: var(--event-muted);
}

.lt-event-detail__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem clamp(1rem, 3vw, 2.5rem);
    margin: 0;
}

.lt-event-detail__facts div {
    min-width: 0;
}

.lt-event-detail__facts dt {
    margin-bottom: 0.45rem;
    color: var(--event-muted);
}

.lt-event-detail__facts dd {
    margin: 0;
    color: var(--text-heading);
    font-family: var(--font-serif);
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    line-height: 1.28;
}

.lt-event-detail__decision-actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: flex-start;
}

.lt-event-detail__decision-actions .lt-cta--primary {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}

.lt-event-detail__decision-actions .lt-cta--text,
.lt-event-detail__prose .lt-cta--text,
.lt-event-detail__people .lt-cta--text,
.lt-event-detail__safety .lt-cta--text,
.lt-event-detail__closing .lt-cta--text {
    border-bottom: 0;
    text-decoration: none;
}

.lt-event-detail__registration-note {
    grid-column: 3;
    margin: -0.35rem 0 0;
    color: var(--event-muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

.lt-event-detail__utility-link {
    grid-column: 3;
    font-family: var(--font-sans);
    font-size: 0.78rem;
}

.lt-event-detail__overview,
.lt-event-detail__registration,
.lt-event-detail__schedule,
.lt-event-detail__discernment,
.lt-event-detail__facilitators,
.lt-event-detail__questions,
.lt-event-detail__arc,
.lt-event-detail__closing {
    padding: clamp(4.5rem, 9vw, 8.5rem) 0;
}

.lt-event-detail__section-grid,
.lt-event-detail__registration-grid {
    display: grid;
    grid-template-columns: minmax(14rem, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.lt-event-detail__section-heading h2,
.lt-event-detail__registration h2,
.lt-event-detail__arc h2,
.lt-event-detail__discernment h2,
.lt-event-detail__safety h2,
.lt-event-detail__closing h2 {
    max-width: 17ch;
    margin: 1rem 0 0;
    color: var(--section-heading, var(--text-heading));
    font-family: var(--font-serif);
    font-size: clamp(2.25rem, 4.6vw, 4.5rem);
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 1;
}

.lt-event-detail__prose {
    max-width: 48rem;
    color: var(--text-body);
    font-size: clamp(1rem, 1.35vw, 1.13rem);
    line-height: 1.78;
}

.lt-event-detail__prose > :first-child {
    margin-top: 0;
}

.lt-event-detail__prose > :last-child {
    margin-bottom: 0;
}

.lt-event-detail__inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

.lt-event-detail__inline-list li {
    padding: 0.5rem 0.8rem;
    border: 1px solid var(--event-rule);
    border-radius: 999px;
    color: var(--event-muted);
    font-family: var(--font-sans);
    font-size: 0.75rem;
}

.lt-event-detail__registration {
    border-top: 1px solid var(--event-rule);
}

.lt-event-detail__registration-grid > div:first-child > p:not(.lt-event-detail__kicker),
.lt-event-detail__pricing-copy {
    max-width: 34rem;
    color: var(--event-muted);
    line-height: 1.7;
}

.lt-event-detail__booking-form {
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--event-rule);
    border-radius: var(--radius-card, 1.25rem);
    background: var(--surface-light-card, rgba(255, 255, 255, 0.45));
}

.lt-event-detail__external-action {
    display: flex;
    min-height: 12rem;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--event-rule);
    border-bottom: 1px solid var(--event-rule);
}

.lt-event-detail__arc .lt-event-detail__kicker,
.lt-event-detail__closing .lt-event-detail__kicker {
    color: var(--section-body, rgba(255, 255, 255, 0.7));
}

.lt-event-detail__arc-header {
    display: grid;
    grid-template-columns: minmax(10rem, 0.45fr) minmax(0, 1.55fr);
    gap: clamp(2rem, 7vw, 7rem);
    margin-bottom: clamp(3rem, 7vw, 6rem);
}

.lt-event-detail__arc-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lt-event-detail__arc-list li {
    display: grid;
    grid-template-columns: minmax(4rem, 0.35fr) minmax(0, 1.65fr);
    gap: clamp(1.5rem, 6vw, 6rem);
    padding: clamp(1.5rem, 3.2vw, 2.75rem) 0;
    border-top: 1px solid var(--border-dark-subtle, rgba(255, 255, 255, 0.12));
}

.lt-event-detail__arc-list > li:last-child {
    border-bottom: 1px solid var(--border-dark-subtle, rgba(255, 255, 255, 0.12));
}

.lt-event-detail__arc-list li > span {
    color: var(--section-body, rgba(255, 255, 255, 0.65));
    font-family: var(--font-sans);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
}

.lt-event-detail__arc-list h3 {
    margin: 0;
    color: var(--section-heading, #fff);
    font-family: var(--font-serif);
    font-size: clamp(1.45rem, 2.6vw, 2.35rem);
    font-weight: 300;
}

.lt-event-detail__arc-list p {
    max-width: 43rem;
    margin: 0.65rem 0 0;
    color: var(--section-body, rgba(255, 255, 255, 0.72));
    line-height: 1.65;
}

.lt-event-detail__schedule-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lt-event-detail__schedule-list li {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: baseline;
    padding: 1.4rem 0;
    border-top: 1px solid var(--event-rule);
}

.lt-event-detail__schedule-list li:last-child {
    border-bottom: 1px solid var(--event-rule);
}

.lt-event-detail__schedule-list span,
.lt-event-detail__schedule-list small {
    display: block;
    color: var(--event-muted);
    font-family: var(--font-sans);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lt-event-detail__schedule-list h3,
.lt-event-detail__schedule-list p {
    margin: 0;
}

.lt-event-detail__schedule-list h3 {
    color: var(--text-heading);
    font-family: var(--font-serif);
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 300;
}

.lt-event-detail__schedule-list p {
    color: var(--event-muted);
    font-size: 0.85rem;
}

.lt-event-detail__discernment-header {
    display: grid;
    grid-template-columns: minmax(10rem, 0.45fr) minmax(0, 1.55fr);
    gap: clamp(2rem, 7vw, 7rem);
    margin-bottom: clamp(3rem, 7vw, 6rem);
}

.lt-event-detail__included {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--event-rule);
}

.lt-event-detail__included article {
    min-height: 10rem;
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem) 0;
    border-bottom: 1px solid var(--event-rule);
}

.lt-event-detail__included article:nth-child(odd) {
    border-right: 1px solid var(--event-rule);
}

.lt-event-detail__included article:nth-child(even) {
    padding-left: clamp(1rem, 4vw, 3rem);
}

.lt-event-detail__included h3,
.lt-event-detail__fit-grid h3,
.lt-event-detail__people h3 {
    margin: 0;
    color: var(--text-heading);
    font-family: var(--font-serif);
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    font-weight: 300;
}

.lt-event-detail__included p,
.lt-event-detail__people p {
    margin: 0.65rem 0 0;
    color: var(--event-muted);
    line-height: 1.65;
}

.lt-event-detail__fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 6vw, 6rem);
    margin-top: clamp(3.5rem, 7vw, 6rem);
}

.lt-event-detail__fit-grid > div {
    padding-top: 1.5rem;
    border-top: 1px solid var(--event-rule);
}

.lt-event-detail__fit-grid ul,
.lt-event-detail__safety ul {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.lt-event-detail__fit-grid li,
.lt-event-detail__safety li {
    position: relative;
    padding: 0.85rem 0 0.85rem 1.35rem;
    border-bottom: 1px solid var(--event-rule);
    color: var(--event-muted);
    line-height: 1.55;
}

.lt-event-detail__fit-grid li::before,
.lt-event-detail__safety li::before {
    position: absolute;
    top: 1.35rem;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--teal, #275f64);
    content: "";
}

.lt-event-detail__people {
    display: grid;
    gap: 2rem;
}

.lt-event-detail__people article {
    display: grid;
    grid-template-columns: clamp(8rem, 16vw, 13rem) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--event-rule);
}

.lt-event-detail__people img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: var(--radius-card, 1.25rem);
    object-fit: cover;
}

.lt-event-detail__person-meta {
    color: var(--event-muted);
}

.lt-event-detail__questions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 8vw, 8rem);
}

.lt-event-detail__faqs > .lt-event-detail__kicker {
    margin-bottom: 1.5rem;
}

.lt-event-detail__faqs details {
    border-top: 1px solid var(--event-rule);
}

.lt-event-detail__faqs details:last-child {
    border-bottom: 1px solid var(--event-rule);
}

.lt-event-detail__faqs summary {
    padding: 1.3rem 2rem 1.3rem 0;
    color: var(--text-heading);
    cursor: pointer;
    font-family: var(--font-serif);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    list-style-position: outside;
}

.lt-event-detail__faqs details > div {
    padding: 0 0 1.5rem;
    color: var(--event-muted);
    line-height: 1.65;
}

.lt-event-detail__closing .lt-inner {
    display: grid;
    grid-template-columns: minmax(9rem, 0.45fr) minmax(0, 1.1fr) minmax(13rem, 0.45fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.lt-event-detail__closing h2 {
    margin-top: 0;
}

.lt-event-detail__closing .lt-inner > div {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: flex-start;
}

@container (max-width: 980px) {
    .lt-event-detail__masthead-inner {
        grid-template-columns: 1fr;
    }

    .lt-event-detail__media {
        min-height: min(65vw, 34rem);
    }

    .lt-event-detail__decision {
        grid-template-columns: 1fr 2fr;
    }

    .lt-event-detail__decision-actions,
    .lt-event-detail__registration-note,
    .lt-event-detail__utility-link {
        grid-column: 2;
    }

    .lt-event-detail__section-grid,
    .lt-event-detail__registration-grid,
    .lt-event-detail__arc-header,
    .lt-event-detail__discernment-header,
    .lt-event-detail__closing .lt-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@container (max-width: 700px) {
    .lt-event-detail__masthead {
        padding-top: 6.5rem;
    }

    .lt-event-detail__masthead h1 {
        font-size: clamp(3rem, 15vw, 5rem);
    }

    .lt-event-detail__media {
        min-height: 22rem;
    }

    .lt-event-detail__decision {
        grid-template-columns: 1fr;
        padding-right: 0;
        padding-left: 0;
    }

    .lt-event-detail__decision-actions,
    .lt-event-detail__registration-note,
    .lt-event-detail__utility-link {
        grid-column: 1;
    }

    .lt-event-detail__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lt-event-detail__included,
    .lt-event-detail__fit-grid,
    .lt-event-detail__questions-grid {
        grid-template-columns: 1fr;
    }

    .lt-event-detail__included article,
    .lt-event-detail__included article:nth-child(odd),
    .lt-event-detail__included article:nth-child(even) {
        padding-right: 0;
        padding-left: 0;
        border-right: 0;
    }

    .lt-event-detail__schedule-list {
        border-top: 1px solid var(--event-rule);
    }

    .lt-event-detail__schedule-list li {
        grid-template-columns: 1fr;
        gap: 0.45rem;
        border-top: 0;
    }

    .lt-event-detail__people article {
        grid-template-columns: 6.5rem minmax(0, 1fr);
    }
}
/* Service detail: one readable editorial path, sourced from the Service model. */
.lt-post-detail--service {
    background: var(--cream);
    color: var(--text-body);
}

.lt-service-detail__hero {
    --section-heading: var(--cream);
    --section-body: var(--fg-on-dark-body);
    --section-muted: var(--fg-on-dark-muted);
    --section-copper: var(--copper-on-dark);
    position: relative;
    min-height: clamp(620px, 78svh, 820px);
    display: flex;
    align-items: end;
    overflow: hidden;
    background: var(--surface-1);
    color: var(--section-body);
}
.lt-service-detail__hero > img,
.lt-service-detail__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lt-service-detail__hero > img { opacity: .58; }
.lt-service-detail__veil { background: linear-gradient(180deg, rgba(11, 27, 30, .18), rgba(11, 27, 30, .94)); }
.lt-service-detail__hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
    gap: clamp(2rem, 7vw, 8rem);
    padding-block: clamp(7rem, 15vh, 10rem) clamp(3.5rem, 7vw, 6rem);
}
.lt-service-detail__eyebrow,
.lt-service-detail__kicker,
.lt-service-detail__snapshot dt,
.lt-service-detail__definition-list dt,
.lt-service-detail__practical dt {
    font: 600 .68rem/1.3 var(--font-sans);
    letter-spacing: .16em;
    text-transform: uppercase;
}
.lt-post-detail--service .lt-service-detail__eyebrow,
.lt-post-detail--service .lt-service-detail__kicker {
    color: var(--section-copper);
    margin: 0 0 1.3rem;
}
.lt-service-detail__hero h1 {
    color: var(--section-heading);
    font: 300 clamp(3.2rem, 7vw, 7rem)/.95 var(--font-serif);
    margin: 0;
    max-width: 13ch;
}
.lt-post-detail--service .lt-service-detail__deck {
    color: var(--section-body);
    max-width: 52rem;
    font-size: clamp(1.1rem, 1.7vw, 1.42rem);
    line-height: 1.55;
    margin: 2rem 0 0;
}
.lt-service-detail__snapshot { align-self: end; margin: 0; }
.lt-service-detail__snapshot div {
    display: grid;
    grid-template-columns: 6rem 1fr;
    gap: 1rem;
    padding: .75rem 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
}
.lt-service-detail__snapshot dt { color: var(--section-muted); }
.lt-service-detail__snapshot dd { margin: 0; color: var(--section-body); }

.lt-service-detail__orientation,
.lt-service-detail__fit,
.lt-service-detail__arc,
.lt-service-detail__roles,
.lt-service-detail__practical,
.lt-service-detail__related,
.lt-service-detail__events,
.lt-service-detail__resources,
.lt-service-detail__boundaries,
.lt-service-detail__next {
    padding: var(--lt-section-padding) 0;
    color: var(--section-body);
}

.lt-service-detail__orientation,
.lt-service-detail__practical,
.lt-service-detail__next {
    --section-heading: var(--text-heading);
    --section-body: var(--text-body);
    --section-muted: var(--text-muted);
    --section-copper: var(--copper-text-sand);
    --link-color: var(--teal-deep);
    --link-hover: var(--text-heading);
    --service-rule: rgba(20, 47, 56, .18);
    background: var(--cream);
}
.lt-service-detail__related,
.lt-service-detail__resources {
    --section-heading: var(--text-heading);
    --section-body: var(--text-body);
    --section-muted: var(--text-muted-sand);
    --section-copper: var(--copper-text-sand);
    --link-color: var(--teal-deep);
    --link-hover: var(--text-heading);
    --service-rule: rgba(20, 47, 56, .18);
    background: var(--surface-4);
}
.lt-service-detail__fit,
.lt-service-detail__events {
    --section-heading: var(--fg-on-dark);
    --section-body: var(--fg-on-dark-body);
    --section-muted: var(--fg-on-dark-muted);
    --section-copper: var(--copper-on-dark);
    --service-rule: rgba(255, 255, 255, .22);
    background: var(--surface-2);
}
.lt-service-detail__arc,
.lt-service-detail__boundaries {
    --section-heading: var(--fg-on-dark);
    --section-body: var(--fg-on-dark-body);
    --section-muted: var(--fg-on-dark-muted);
    --section-copper: var(--copper-on-dark);
    --service-rule: rgba(255, 255, 255, .22);
    background: var(--surface-1);
}
.lt-service-detail__roles {
    --section-heading: var(--fg-on-dark);
    --section-body: var(--fg-on-dark-body);
    --section-muted: var(--fg-on-dark-muted);
    --section-copper: var(--copper-on-dark);
    --service-rule: rgba(255, 255, 255, .24);
    background: var(--surface-3);
}

.lt-service-detail__two-col {
    display: grid;
    grid-template-columns: minmax(180px, .5fr) minmax(0, 1.25fr);
    gap: clamp(2rem, 7vw, 8rem);
}
.lt-service-detail__two-col > div:nth-child(4) { grid-column: 2; }
.lt-service-detail__orientation h2,
.lt-service-detail__fit h2,
.lt-service-detail__arc h2,
.lt-service-detail__roles h2,
.lt-service-detail__practical h2,
.lt-service-detail__related h2,
.lt-service-detail__events h2,
.lt-service-detail__resources h2,
.lt-service-detail__boundaries h2,
.lt-service-detail__next h2 {
    font: 300 clamp(2.25rem, 4.5vw, 4.6rem)/1.02 var(--font-serif);
    margin: 0;
    color: var(--section-heading);
}
.lt-post-detail--service .lt-service-detail__lead {
    color: var(--section-heading);
    font: 300 clamp(1.35rem, 2.2vw, 2rem)/1.45 var(--font-serif);
    max-width: 42rem;
}
.lt-service-detail__definition-list { margin: 2.5rem 0 0; }
.lt-service-detail__definition-list div,
.lt-service-detail__practical dl > div {
    display: grid;
    grid-template-columns: minmax(150px, .4fr) minmax(0, 1fr);
    gap: 2rem;
    padding: 1.1rem 0;
    border-top: 1px solid var(--service-rule);
}
.lt-service-detail__definition-list dt,
.lt-service-detail__practical dt { color: var(--section-muted); }
.lt-service-detail__definition-list dd,
.lt-service-detail__practical dd { margin: 0; color: var(--section-body); }
.lt-service-detail__fit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 5rem);
}
.lt-service-detail__fit h3,
.lt-service-detail__role-list h3 {
    color: var(--section-heading);
    font: 300 clamp(1.4rem, 2vw, 2rem)/1.15 var(--font-serif);
    margin: 0 0 1rem;
}
.lt-service-detail__fit .lt-post-detail__list { padding-left: 1.2rem; }
.lt-service-detail__fit .lt-post-detail__list li { margin-bottom: .9rem; }
.lt-service-detail__arc header {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: 3rem;
}
.lt-service-detail__arc ol {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 4rem 0 0;
    padding: 0;
}
.lt-service-detail__arc li {
    padding: 1.5rem clamp(1rem, 2.5vw, 2.2rem);
    min-height: 16rem;
    border-top: 1px solid rgba(255, 255, 255, .28);
    border-right: 1px solid rgba(255, 255, 255, .14);
}
.lt-service-detail__arc li:nth-child(3n) { border-right: 0; }
.lt-service-detail__arc li span { color: var(--section-copper); font-size: .72rem; }
.lt-service-detail__arc h3 {
    color: var(--section-heading);
    font: 300 clamp(1.5rem, 2vw, 2.15rem)/1.1 var(--font-serif);
    margin: 2rem 0 .8rem;
}
.lt-service-detail__role-list > div {
    display: grid;
    grid-template-columns: minmax(150px, .4fr) 1fr;
    gap: 2rem;
    padding: 1.3rem 0;
    border-top: 1px solid var(--service-rule);
}
.lt-service-detail__role-list p { margin: 0; }
.lt-service-detail__practical-grid {
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
    gap: clamp(2rem, 7vw, 8rem);
}
.lt-service-detail__practical dl { margin: 0; }
.lt-service-detail__practical dd p:first-child { margin-top: 0; }
.lt-service-detail__practical dd p:last-child { margin-bottom: 0; }
.lt-service-detail__practical a {
    color: var(--link-color);
}
.lt-service-detail__practical a:hover,
.lt-service-detail__practical a:focus-visible {
    color: var(--link-hover);
}
.lt-service-detail__related header,
.lt-service-detail__events header,
.lt-service-detail__resources header {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: 3rem;
    margin-bottom: 3rem;
}
.lt-service-detail__related-list { border-top: 1px solid var(--service-rule); }
.lt-service-detail__related-list a {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.45rem 0;
    border-bottom: 1px solid var(--service-rule);
    color: var(--section-heading);
    text-decoration: none;
}
.lt-service-detail__related-list a:hover,
.lt-service-detail__related-list a:focus-visible { background: rgba(255, 255, 255, .04); }
.lt-service-detail__related-list strong {
    display: block;
    font: 300 clamp(1.35rem, 2vw, 2rem)/1.15 var(--font-serif);
}
.lt-service-detail__related-list small {
    display: block;
    max-width: 58rem;
    margin-top: .6rem;
    color: var(--section-body);
    font-size: .95rem;
    line-height: 1.5;
}
.lt-service-detail__boundaries a { color: var(--section-heading); }
.lt-service-detail__next { text-align: center; }
.lt-service-detail__next .lt-inner { max-width: 900px; }
.lt-service-detail__next p:not(.lt-service-detail__kicker) {
    max-width: 42rem;
    margin: 1.5rem auto 2rem;
}

@media (max-width: 820px) {
    .lt-service-detail__hero { min-height: 620px; }
    .lt-service-detail__hero-inner,
    .lt-service-detail__two-col,
    .lt-service-detail__practical-grid,
    .lt-service-detail__fit-grid,
    .lt-service-detail__arc header,
    .lt-service-detail__related header,
    .lt-service-detail__events header,
    .lt-service-detail__resources header { grid-template-columns: 1fr; }
    .lt-service-detail__snapshot { max-width: 36rem; }
    .lt-service-detail__two-col > div:nth-child(4) { grid-column: auto; }
    .lt-service-detail__arc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lt-service-detail__arc li:nth-child(3n) { border-right: 1px solid rgba(255, 255, 255, .14); }
    .lt-service-detail__arc li:nth-child(2n) { border-right: 0; }
}
@media (max-width: 560px) {
    .lt-service-detail__hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
    .lt-service-detail__snapshot div,
    .lt-service-detail__definition-list div,
    .lt-service-detail__practical dl > div,
    .lt-service-detail__role-list > div { grid-template-columns: 1fr; gap: .45rem; }
    .lt-service-detail__arc ol { display: block; }
    .lt-service-detail__arc li {
        min-height: 0;
        border-right: 0 !important;
        padding: 1.35rem 0 1.8rem;
    }
    .lt-service-detail__related-list a { display: block; }
}

/* ─── Protocol chip link (protocol legibility, 2026-07-25) ────────
   Linked protocol chips share the pill styling of plain chips and
   carry a muted plain-language descriptor. */
.lt-post-detail__chips .lt-post-detail__chip-link {
    display: inline-flex;
    align-items: baseline;
    gap: 0.45rem;
    min-height: 32px;
    padding: 0.4rem 0.8rem;
    border: 1px solid var(--border-dark-subtle);
    border-radius: var(--radius-pill);
    color: var(--fg-on-dark-body);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}

.lt-post-detail__chips .lt-post-detail__chip-link:hover,
.lt-post-detail__chips .lt-post-detail__chip-link:focus-visible {
    border-color: var(--fg-on-dark-body);
}

.lt-post-detail__chips .lt-post-detail__chip-link:hover .lt-post-detail__chip-name,
.lt-post-detail__chips .lt-post-detail__chip-link:focus-visible .lt-post-detail__chip-name {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lt-post-detail__chip-sub {
    text-transform: none;
    letter-spacing: 0.02em;
    opacity: 0.72;
}

.lt-post-detail__chip-sub::before {
    content: '·';
    margin-right: 0.45rem;
    opacity: 0.6;
}

/* One-line rule: below 480px the descriptor yields to the name. */
@media (max-width: 480px) {
    .lt-post-detail__chip-sub {
        display: none;
    }
}

/* Team profile: the single-person deep dive of the /team/ editorial system.
   Same visual language as the team-editorial archive block; scoped here
   because the single template loads only post-detail styles. */
.lt-post-detail--team_member {
    --team-paper: var(--cream);
    --team-rule: rgba(20, 47, 56, 0.16);
    background: var(--team-paper);
    color: var(--text-body);
    overflow: clip;
}

.lt-team-profile__hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 12%, rgba(61, 122, 135, 0.24), transparent 32%),
        linear-gradient(135deg, var(--surface-1), #10292d 62%, var(--surface-2));
    color: var(--fg-on-dark);
}

.lt-team-profile__hero::after {
    content: "";
    position: absolute;
    width: min(44vw, 620px);
    aspect-ratio: 1;
    left: -14vw;
    bottom: -42%;
    border: 1px solid rgba(208, 116, 68, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 0 72px rgba(208, 116, 68, 0.035), 0 0 0 144px rgba(208, 116, 68, 0.025);
    pointer-events: none;
}

.lt-team-profile__hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: end;
    padding-block: clamp(8rem, 15vh, 11rem) clamp(4.5rem, 8vh, 6.5rem);
}

.lt-team-profile__back {
    display: inline-flex;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
    color: var(--fg-on-dark-body);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.lt-team-profile__back:hover,
.lt-team-profile__back:focus-visible {
    color: var(--fg-on-dark);
}

.lt-post-detail .lt-team-profile__eyebrow,
.lt-post-detail .lt-team-profile__section-label,
.lt-post-detail .lt-team-profile__group-label,
.lt-post-detail .lt-team-profile__meta {
    margin: 0;
    font-family: var(--font-sans);
    font-size: var(--wp--preset--font-size--label);
    font-weight: 500;
    letter-spacing: var(--wp--custom--tracking--label);
    line-height: 1.4;
    text-transform: uppercase;
}

.lt-post-detail .lt-team-profile__eyebrow {
    color: var(--copper-glow);
}

.lt-team-profile__hero h1 {
    margin: 1.15rem 0 0;
    color: var(--fg-on-dark);
    font-family: var(--font-serif);
    font-size: clamp(3.4rem, 8vw, 7.5rem);
    font-weight: 300;
    letter-spacing: -0.045em;
    line-height: 0.88;
}

.lt-post-detail .lt-team-profile__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    margin-top: 1.6rem;
    color: var(--copper-glow);
}

.lt-team-profile__meta span {
    color: var(--fg-on-dark-muted);
}

.lt-team-profile__meta span::before {
    content: "/";
    margin-right: 1rem;
    color: rgba(240, 232, 221, 0.3);
}

.lt-post-detail .lt-team-profile__role {
    margin: 1.4rem 0 0;
    color: var(--fg-on-dark-body);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.lt-team-profile__standfirst {
    max-width: 640px;
    margin: 1.5rem 0 0;
    color: var(--fg-on-dark) !important;
    font-family: var(--font-serif);
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    font-weight: 400;
    line-height: 1.42 !important;
}

.lt-team-profile__portrait-wrap {
    width: 100%;
    max-width: 460px;
    justify-self: end;
}

.lt-team-profile__portrait {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 48% 48% var(--radius-card) var(--radius-card);
    object-fit: cover;
    object-position: center 26%;
    box-shadow: 0 24px 60px rgba(11, 27, 30, 0.35);
    filter: saturate(0.82) contrast(1.02);
}

.lt-team-profile__portrait--monogram {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 62% 26%, rgba(208, 116, 68, 0.18), transparent 26%),
        linear-gradient(145deg, var(--surface-3), var(--surface-1));
    color: rgba(240, 232, 221, 0.9);
    font-family: var(--font-serif);
    font-size: clamp(4rem, 10vw, 7rem);
    font-weight: 300;
    letter-spacing: -0.04em;
}

.lt-team-profile__paper {
    /* Light reading surface: repoint the section tokens the base
       .lt-post-detail rules consume, so wysiwyg bio content inherits
       legible ink without per-element overrides. */
    --section-heading: var(--text-heading);
    --section-body: var(--text-body);
    --section-muted: var(--text-muted);
    --section-copper: var(--copper-text);
    background: var(--team-paper);
    padding-block: clamp(3.5rem, 6vw, 5.5rem) clamp(4.5rem, 8vw, 7rem);
}

.lt-team-profile__section {
    display: grid;
    grid-template-columns: minmax(150px, 220px) minmax(0, 720px);
    gap: clamp(2rem, 6vw, 6rem);
    padding-block: clamp(2.25rem, 4vw, 3.5rem);
}

.lt-team-profile__section + .lt-team-profile__section {
    border-top: 1px solid var(--team-rule);
}

.lt-post-detail .lt-team-profile__section-label {
    color: var(--copper-text);
}

.lt-post-detail .lt-team-profile__group-label {
    margin-bottom: 0.8rem;
    color: var(--text-muted);
}

.lt-team-profile__bio {
    color: var(--text-body);
    font-size: clamp(1rem, 1.3vw, 1.08rem);
    font-weight: 300;
    line-height: 1.78;
}

.lt-team-profile__bio > * + * {
    margin-top: 1rem;
}

.lt-team-profile__bio p {
    margin: 0 0 1rem;
}

.lt-team-profile__bio > :last-child {
    margin-bottom: 0;
}

.lt-team-profile__bio strong {
    color: var(--text-heading);
    font-weight: 600;
}

.lt-team-profile__practice {
    display: grid;
    gap: 2.25rem;
}

.lt-team-profile__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.lt-team-profile__pills span {
    padding: 0.5rem 0.72rem;
    border-radius: var(--radius-pill);
    color: var(--teal-deep);
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.lt-team-profile__pills--filled span {
    background: rgba(43, 100, 112, 0.09);
}

.lt-team-profile__pills--outline span {
    border: 1px solid rgba(43, 100, 112, 0.24);
}

.lt-team-profile__involvement {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.lt-team-profile__involvement a {
    display: block;
    margin-top: 0.55rem;
    color: var(--text-heading);
    font-family: var(--font-serif);
    font-size: 1.05rem;
    line-height: 1.35;
    text-decoration: none;
}

.lt-team-profile__involvement a:hover,
.lt-team-profile__involvement a:focus-visible {
    color: var(--teal-deep);
}

.lt-team-profile__involvement a > span:first-child:not(:last-child) {
    display: block;
    margin-bottom: 0.16rem;
    color: var(--copper-text);
    font-family: var(--font-sans);
    font-size: 0.61rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lt-team-profile__roster-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: clamp(2.5rem, 5vw, 4rem);
    padding-top: clamp(1.75rem, 3vw, 2.5rem);
    border-top: 1px solid var(--team-rule);
}

.lt-team-profile__roster-nav a {
    color: var(--text-heading);
    font-family: var(--font-serif);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    line-height: 1.25;
    text-decoration: none;
}

.lt-team-profile__roster-nav a:hover,
.lt-team-profile__roster-nav a:focus-visible {
    color: var(--teal-deep);
}

.lt-team-profile__roster-nav a.is-next {
    text-align: right;
}

.lt-team-profile__roster-nav a > span {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--text-muted);
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lt-team-profile__cta {
    position: relative;
    background: var(--surface-2);
    padding-block: var(--lt-section-padding);
    color: var(--fg-on-dark);
}

.lt-team-profile__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 110%, rgba(208, 116, 68, 0.18), transparent 30%);
    pointer-events: none;
}

.lt-team-profile__cta-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(3rem, 9vw, 9rem);
    align-items: start;
}

.lt-team-profile__cta h2 {
    margin: 1rem 0 0;
    color: var(--fg-on-dark);
    font-family: var(--font-serif);
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    font-weight: 300;
    letter-spacing: -0.035em;
    line-height: 0.98;
}

.lt-team-profile__cta-inner > div:last-child > p {
    max-width: 580px;
    margin: 0 0 2rem;
    color: rgba(240, 232, 221, 0.78);
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    font-weight: 300;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .lt-team-profile__hero-inner,
    .lt-team-profile__cta-inner,
    .lt-team-profile__section {
        grid-template-columns: 1fr;
    }

    .lt-team-profile__hero-inner {
        gap: 3.5rem;
    }

    .lt-team-profile__portrait-wrap {
        max-width: 440px;
        justify-self: start;
    }

    .lt-team-profile__section {
        gap: 1.25rem;
    }
}

@media (max-width: 680px) {
    .lt-team-profile__hero h1 {
        font-size: clamp(3rem, 15vw, 4.6rem);
    }

    .lt-post-detail .lt-team-profile__meta {
        display: block;
    }

    .lt-team-profile__meta span {
        display: block;
        margin-top: 0.35rem;
    }

    .lt-team-profile__meta span::before {
        display: none;
    }

    .lt-team-profile__involvement {
        grid-template-columns: 1fr;
    }

    .lt-team-profile__roster-nav a.is-next {
        text-align: left;
    }
}

/* ============================================================
   Eligibility acknowledgement gate
   Registration plan v2. Advisory prompt above the payment
   control. Stores nothing; see inc/eligibility-gate.php.
   ============================================================ */

.lt-eligibility {
    margin-block-end: 1.75rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--interaction-rule, rgba(20, 47, 56, 0.16));
    border-radius: var(--radius-card, 12px);
    background: var(--cream, #faf6f1);
}

.lt-eligibility__intro {
    margin-block-end: 1rem;
    /* Declare colour explicitly. Events Manager's pixelbones stylesheet is
       intentionally left enqueued (see inc/enqueue.php) and styles bare
       element selectors, so anything inside the booking form that inherits
       its colour is at the mercy of a stylesheet we do not control. A single
       class beats pixelbones' element selector without needing !important. */
    color: var(--text-body, #142f38);
    font-size: 0.9375rem;
    line-height: 1.6;
}

.lt-eligibility__intro p:last-child {
    margin-block-end: 0;
}

.lt-eligibility__check {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.lt-eligibility__input {
    flex: 0 0 auto;
    /* Comfortably larger than a default checkbox: this is a deliberate
       decision point, and it is frequently tapped on a phone. */
    inline-size: 1.25rem;
    block-size: 1.25rem;
    margin-block-start: 0.15rem;
    accent-color: var(--teal-deep, #0c3c3c);
    cursor: pointer;
}

.lt-eligibility__input:focus-visible {
    outline: 2px solid var(--teal-deep, #0c3c3c);
    outline-offset: 2px;
}

.lt-eligibility__label {
    /* Was rendering near-white: pixelbones styles `label`, and this inherited
       it. See the note on __intro above. */
    color: var(--text-body, #142f38);
    font-size: 0.9375rem;
    line-height: 1.6;
    cursor: pointer;
}

.lt-eligibility__note {
    margin-block-start: 1rem;
    padding-block-start: 0.875rem;
    border-block-start: 1px solid var(--interaction-rule, rgba(20, 47, 56, 0.16));
    /* Explicit colour for the same pixelbones reason as the label above. */
    color: var(--text-muted, #4a5a5a);
    font-size: 0.875rem;
    line-height: 1.6;
}

.lt-eligibility__note p:last-child {
    margin-block-end: 0;
}

.lt-eligibility__note a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.lt-eligibility__note a:hover,
.lt-eligibility__note a:focus-visible {
    color: var(--teal-deep, #0c3c3c);
}

.lt-eligibility__status {
    margin-block-end: 0.75rem;
    font-size: 0.875rem;
    /* Muted, but must still clear 4.5:1 on the cream card: this is the only
       thing telling someone why the payment button is inert. */
    color: var(--text-muted, #4a5a5a);
}

.lt-eligibility__status:empty {
    display: none;
}

/* Locked state. Interaction is suppressed but the control stays legible:
   a control faded to near-invisibility reads as broken rather than pending. */
.lt-eligibility-locked stripe-buy-button,
.lt-eligibility-locked .lt-stripe-link {
    opacity: 0.45;
    pointer-events: none;
    filter: grayscale(1);
    transition: opacity var(--duration-normal, 300ms) var(--ease-default, ease),
                filter var(--duration-normal, 300ms) var(--ease-default, ease);
}

@media (prefers-reduced-motion: reduce) {
    .lt-eligibility-locked stripe-buy-button,
    .lt-eligibility-locked .lt-stripe-link {
        transition: none;
    }
}
