:root {
    --telr-purple: #4b3c6e;
    --telr-purple-deep: #1d142d;
    --telr-purple-bright: #7c47d7;
    --telr-gold: #d6a54a;
    --telr-gold-light: #f4d58d;
    --telr-ink: #181420;
    --telr-muted: #6f6978;
    --telr-paper: #ffffff;
    --telr-soft: #f6f3fa;
    --telr-line: rgba(75, 60, 110, 0.16);
    --telr-shell: 1320px;
    --telr-radius: 28px;
}

body.telr-template-page {
    background: var(--telr-paper);
}

body.telr-template-page .site-content,
body.telr-template-page #content,
body.telr-template-page .content-area,
body.telr-template-page .site-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.telr-page,
.telr-page * {
    box-sizing: border-box;
}

.telr-page {
    position: relative;
    overflow: clip;
    margin: 0;
    color: var(--telr-ink);
    background: var(--telr-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.telr-page img {
    display: block;
    max-width: 100%;
}

.telr-page a {
    color: inherit;
    text-decoration: none;
}

.telr-page h1,
.telr-page h2,
.telr-page h3,
.telr-page p {
    margin-top: 0;
}
.telr-hero__content.telr-reveal.is-visible img.telr-media-logo {
    width: 200px !important;
    margin-bottom: 30px !important;
}
.telr-shell {
    width: min(calc(100% - 48px), var(--telr-shell));
    margin-inline: auto;
}

.telr-kicker {
    margin: 0 0 18px;
    color: var(--telr-gold-light);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    line-height: 1.5;
    text-transform: uppercase;
}

.telr-kicker--purple {
    color: var(--telr-purple);
}

/* Editable hero section */
.telr-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 7vw, 100px) 0 92px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 14%, rgba(124, 71, 215, 0.25), transparent 34%),
        radial-gradient(circle at 14% 78%, rgba(214, 165, 74, 0.1), transparent 27%),
        linear-gradient(130deg, #05050d 0%, #0d0917 48%, #160d24 100%);
    isolation: isolate;
}

.telr-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
}

.telr-hero::after {
    position: absolute;
    right: -6%;
    bottom: -220px;
    z-index: -1;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(214, 165, 74, 0.16);
    border-radius: 50%;
    content: "";
}

.telr-hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.34;
    pointer-events: none;
}

.telr-hero__glow--one {
    top: -180px;
    right: 3%;
    width: 440px;
    height: 440px;
    background: var(--telr-purple-bright);
}

.telr-hero__glow--two {
    bottom: -190px;
    left: 0;
    width: 400px;
    height: 400px;
    background: #8f5d22;
}

.telr-hero__brand-row {
    display: flex;
    gap: 34px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(50px, 6vw, 84px);
}

.telr-page .telr-media-logo {
    display: block !important;
    width: clamp(260px, 31vw, 465px) !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: 465px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.24));
}

.telr-hero__label {
    display: flex;
    flex: 1;
    gap: 22px;
    align-items: center;
    justify-content: flex-end;
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.telr-hero__label span {
    width: min(10vw, 120px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--telr-purple-bright));
}

.telr-hero__label span:last-child {
    background: linear-gradient(90deg, var(--telr-purple-bright), transparent);
}

.telr-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1.05fr);
    gap: clamp(48px, 6vw, 90px);
    align-items: center;
}

.telr-hero__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.telr-wordmark {
    display: flex;
    align-items: baseline;
    margin: 0;
    color: #fff;
    font-size: clamp(92px, 11.2vw, 174px);
    font-weight: 800;
    letter-spacing: -0.085em;
    line-height: 0.78;
    white-space: nowrap;
}

.telr-wordmark span {
    display: inline-block;
}

.telr-wordmark__accent {
    color: var(--telr-purple-bright);
}

.telr-hero__full-name {
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(15px, 1.35vw, 20px);
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.telr-hero__tagline {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 24px 0 0;
    color: var(--telr-gold-light);
    font-size: clamp(13px, 1.12vw, 16px);
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.telr-hero__tagline::before {
    width: 62px;
    height: 1px;
    background: var(--telr-gold);
    content: "";
}

.telr-hero__description {
    max-width: 650px;
    margin-top: 32px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.78;
}

.telr-hero__description p {
    margin: 0;
}

.telr-hero__description strong {
    color: #c9a7ff;
    font-weight: 700;
}

.telr-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.telr-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.telr-button:hover,
.telr-button:focus-visible {
    transform: translateY(-3px);
}

.telr-button--gold {
    color: #1b1425 !important;
    background: linear-gradient(135deg, var(--telr-gold-light), var(--telr-gold));
    box-shadow: 0 16px 42px rgba(214, 165, 74, 0.22);
}

.telr-button--gold:hover {
    box-shadow: 0 20px 50px rgba(214, 165, 74, 0.34);
}

.telr-button--outline {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.035);
}

.telr-button--outline:hover {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.08);
}

.telr-button--purple {
    color: #fff !important;
    background: var(--telr-purple);
    box-shadow: 0 14px 34px rgba(75, 60, 110, 0.22);
}

.telr-invitation {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    max-width: 620px;
    margin-top: 42px;
    padding: 20px 22px;
    border: 1px solid rgba(124, 71, 215, 0.58);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(124, 71, 215, 0.1), rgba(255, 255, 255, 0.025));
}

.telr-invitation__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(124, 71, 215, 0.62);
    border-radius: 50%;
}

.telr-invitation__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #c19cff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.telr-invitation strong {
    display: block;
    color: #c9a7ff;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.telr-invitation p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.55;
}

.telr-hero__visual {
    position: relative;
    min-width: 0;
}

.telr-hero__reference-card {
    position: relative;
    width: 100%;
    min-height: 640px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(214, 165, 74, 0.5);
    border-radius: 34px;
    background: #090712;
    box-shadow:
        0 42px 110px rgba(0, 0, 0, 0.5),
        0 0 0 14px rgba(75, 60, 110, 0.07);
    isolation: isolate;
}

.telr-hero__reference-card::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(135deg, rgba(124, 71, 215, 0.08), transparent 42%),
        linear-gradient(to top, rgba(5, 4, 10, 0.08), transparent 36%);
    content: "";
    pointer-events: none;
}

.telr-page .telr-hero__reference-card > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 640px !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.004);
}

.telr-principles {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: clamp(70px, 8vw, 108px);
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.telr-principle {
    min-width: 0;
    padding: 34px 24px 38px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.telr-principle:last-child {
    border-right: 0;
}

.telr-principle__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--telr-purple-bright);
}

.telr-principle__icon svg {
    width: 43px;
    height: 43px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.telr-principle h2 {
    margin: 20px 0 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.35;
}

.telr-principle p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.65;
}

.telr-scroll-cue {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: grid;
    width: 38px;
    height: 58px;
    place-items: start center;
    padding-top: 9px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    transform: translateX(-50%);
}

.telr-scroll-cue span {
    width: 4px;
    height: 10px;
    border-radius: 999px;
    background: var(--telr-gold-light);
    animation: telr-scroll 1.8s ease-in-out infinite;
}

@keyframes telr-scroll {
    0% { transform: translateY(0); opacity: 0; }
    25% { opacity: 1; }
    70% { opacity: 1; }
    100% { transform: translateY(22px); opacity: 0; }
}

/* About */
.telr-about {
    padding-block: clamp(88px, 10vw, 142px);
    background: #fff;
}

.telr-about__grid {
    display: grid;
    grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1.58fr);
    gap: clamp(42px, 8vw, 120px);
    align-items: start;
}

.telr-section-mark {
    position: sticky;
    top: 120px;
    padding: 20px 0 0;
    border-top: 1px solid var(--telr-line);
}

.telr-section-mark span {
    display: block;
    color: var(--telr-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.telr-section-mark strong {
    display: block;
    margin-top: 10px;
    color: var(--telr-purple);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 400;
}

.telr-about__content {
    max-width: 900px;
}

.telr-about__content h2,
.telr-section-heading h2,
.telr-closing h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.08;
    text-wrap: balance;
}

.telr-about__content h2 {
    max-width: 850px;
    color: var(--telr-purple-deep);
    font-size: clamp(42px, 5vw, 72px);
}

.telr-about__content > p:last-child {
    max-width: 880px;
    margin: 28px 0 0;
    color: var(--telr-muted);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.82;
}

/* Linked sections */
.telr-pathways {
    padding-block: clamp(92px, 11vw, 150px);
    color: #fff;
    background:
        radial-gradient(circle at 90% 5%, rgba(214, 165, 74, 0.12), transparent 28%),
        var(--telr-purple);
}

.telr-section-heading {
    max-width: 880px;
    margin-bottom: 54px;
}

.telr-section-heading h2 {
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
}

.telr-section-heading > p:last-child {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.7;
}

.telr-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.telr-feature-card {
    position: relative;
    display: grid;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--telr-radius);
    background: #15101f;
    box-shadow: 0 24px 70px rgba(23, 14, 36, 0.3);
    isolation: isolate;
}

.telr-feature-card__media,
.telr-feature-card__shade {
    position: absolute;
    inset: 0;
}

.telr-feature-card__media img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    transition: transform 700ms cubic-bezier(.2,.8,.2,1), filter 500ms ease;
}

.telr-feature-card__shade {
    z-index: 1;
    background:
        linear-gradient(to top, rgba(8, 6, 13, 0.98) 8%, rgba(15, 10, 23, 0.68) 52%, rgba(8, 6, 13, 0.08) 100%),
        linear-gradient(135deg, rgba(75, 60, 110, 0.2), transparent 55%);
}

.telr-feature-card__content {
    position: relative;
    z-index: 2;
    align-self: end;
    padding: clamp(30px, 4.5vw, 54px);
}

.telr-feature-card__eyebrow {
    margin: 0 0 18px;
    color: var(--telr-gold-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.telr-feature-card__title-row {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
}

.telr-feature-card__title-row h3 {
    max-width: 600px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.5vw, 68px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.telr-feature-card__title-row span {
    display: grid;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.telr-feature-card__content > p:not(.telr-feature-card__eyebrow) {
    max-width: 570px;
    margin: 24px 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.72;
}

.telr-feature-card__content strong {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.telr-feature-card:hover .telr-feature-card__media img,
.telr-feature-card:focus-visible .telr-feature-card__media img {
    transform: scale(1.055);
    filter: saturate(1.08) contrast(1.04);
}

.telr-feature-card:hover .telr-feature-card__title-row span,
.telr-feature-card:focus-visible .telr-feature-card__title-row span {
    border-color: var(--telr-gold);
    background: var(--telr-gold);
    color: var(--telr-ink);
    transform: rotate(8deg);
}

/* Closing */
.telr-closing {
    padding-block: clamp(72px, 8vw, 110px);
    background: var(--telr-soft);
}

.telr-closing__inner {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) auto;
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.telr-page .telr-closing__logo {
    display: block !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    overflow: hidden !important;
    border: 1px solid rgba(214, 165, 74, 0.5);
    border-radius: 20px;
    background: #10080c;
    box-shadow: 0 18px 42px rgba(45, 29, 65, 0.16);
    line-height: 0;
}

.telr-page .telr-closing__logo > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
}

.telr-closing h2 {
    max-width: 760px;
    color: var(--telr-purple-deep);
    font-size: clamp(36px, 4.3vw, 62px);
}

.telr-closing__actions {
    display: grid;
    gap: 18px;
    justify-items: start;
}

.telr-text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--telr-purple) !important;
    font-size: 14px;
    font-weight: 800;
}

.telr-text-link span {
    color: var(--telr-gold);
}

.telr-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}

.telr-reveal.is-visible {
    opacity: 1;
    transform: none;
}

.telr-principles .telr-reveal:nth-child(2),
.telr-card-grid .telr-reveal:nth-child(2) {
    transition-delay: 90ms;
}

.telr-principles .telr-reveal:nth-child(3) { transition-delay: 160ms; }
.telr-principles .telr-reveal:nth-child(4) { transition-delay: 230ms; }
.telr-principles .telr-reveal:nth-child(5) { transition-delay: 300ms; }

@media (max-width: 1180px) {
    .telr-hero__grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
        gap: 46px;
    }

    .telr-wordmark {
        font-size: clamp(88px, 10.5vw, 144px);
    }

    .telr-principles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .telr-principle:nth-child(3) {
        border-right: 0;
    }

    .telr-principle:nth-child(-n+3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .telr-closing__inner {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .telr-closing__actions {
        grid-column: 2;
        grid-row: 2;
    }
}

@media (max-width: 960px) {
    .telr-shell {
        width: min(calc(100% - 36px), var(--telr-shell));
    }

    .telr-hero__brand-row {
        align-items: flex-start;
    }

    .telr-hero__grid {
        grid-template-columns: 1fr;
    }

    .telr-hero__content {
        max-width: 820px;
    }

    .telr-hero__visual {
        max-width: 820px;
    }

    .telr-hero__reference-card,
    .telr-page .telr-hero__reference-card > img {
        min-height: 570px !important;
    }

    .telr-card-grid {
        grid-template-columns: 1fr;
    }

    .telr-feature-card {
        min-height: 560px;
    }
}

@media (max-width: 760px) {
    .telr-hero__brand-row {
        display: grid;
        gap: 26px;
    }

    .telr-hero__label {
        justify-content: flex-start;
    }

    .telr-hero__label span {
        width: 50px;
    }

    .telr-about__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .telr-section-mark {
        position: static;
        display: flex;
        gap: 16px;
        align-items: baseline;
    }

    .telr-principles {
        grid-template-columns: 1fr;
    }

    .telr-principle,
    .telr-principle:nth-child(3),
    .telr-principle:last-child {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .telr-principle:last-child {
        border-bottom: 0;
    }

    .telr-closing__inner {
        grid-template-columns: 94px minmax(0, 1fr);
        gap: 24px;
    }

    .telr-closing__actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .telr-shell {
        width: min(calc(100% - 28px), var(--telr-shell));
    }

    .telr-hero {
        padding-block: 48px 76px;
    }

    .telr-page .telr-media-logo {
        width: min(100%, 350px) !important;
    }

    .telr-wordmark {
        font-size: clamp(72px, 22vw, 108px);
    }

    .telr-hero__full-name {
        margin-top: 22px;
        font-size: 12px;
        letter-spacing: 0.15em;
    }

    .telr-hero__tagline {
        align-items: flex-start;
        font-size: 12px;
        letter-spacing: 0.18em;
        line-height: 1.6;
    }

    .telr-hero__tagline::before {
        width: 34px;
        margin-top: 9px;
    }

    .telr-hero__description {
        font-size: 16px;
    }

    .telr-hero__actions,
    .telr-hero__actions .telr-button {
        width: 100%;
    }

    .telr-invitation {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 17px;
    }

    .telr-invitation__icon {
        width: 46px;
        height: 46px;
    }

    .telr-hero__visual {
        padding: 0;
    }

    .telr-hero__reference-card {
        min-height: 0;
        aspect-ratio: 7 / 8;
        border-radius: 22px;
        box-shadow:
            0 28px 68px rgba(0, 0, 0, 0.48),
            0 0 0 8px rgba(75, 60, 110, 0.07);
    }

    .telr-page .telr-hero__reference-card > img {
        min-height: 0 !important;
    }

    .telr-scroll-cue {
        display: none;
    }

    .telr-about,
    .telr-pathways,
    .telr-closing {
        padding-block: 74px;
    }

    .telr-section-heading {
        margin-bottom: 36px;
    }

    .telr-feature-card {
        min-height: 500px;
        border-radius: 20px;
    }

    .telr-feature-card__content {
        padding: 28px 24px;
    }

    .telr-feature-card__title-row {
        align-items: center;
    }

    .telr-feature-card__title-row h3 {
        font-size: 43px;
    }

    .telr-feature-card__title-row span {
        width: 44px;
        height: 44px;
    }

    .telr-page .telr-closing__logo {
        width: 76px !important;
        height: 76px !important;
        min-width: 76px !important;
    }

    .telr-closing__inner {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .telr-closing h2 {
        font-size: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .telr-page *,
    .telr-page *::before,
    .telr-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

    .telr-reveal {
        opacity: 1;
        transform: none;
    }
}
