/*
 * YO OS — Single Source of Truth
 * Tüm token değişiklikleri sadece burada yapılır.
 * Renkler, fontlar, spacing, filter, authority → hepsi :root'tan.
 */

:root {
    /* ── Layout ── */
    --yo-shell: 1160px;
    --yo-shell-edge: 18px;
    --yo-container-pad: clamp(24px, 4vw, 48px);
    --yo-text: 880px;
    --yo-container: var(--yo-shell);
    --yo-container-wide: var(--yo-shell);
    --yo-content: 760px;

    /* ── Spacing ── */
    --yo-space-xs: .5rem;
    --yo-space-sm: 1rem;
    --yo-space-md: 1.5rem;
    --yo-space-lg: 2.5rem;
    --yo-space-xl: 4rem;

    /* ── Radius & Shadow ── */
    --yo-radius-sm: 10px;
    --yo-radius-md: 14px;
    --yo-radius-lg: 18px;
    --yo-shadow-sm: 0 8px 24px rgba(17, 24, 39, .06);
    --yo-shadow-md: 0 14px 34px rgba(17, 24, 39, .08);

    /* ── Renkler ── */
    --yo-color-terra: #C4622D;
    --yo-color-teal: #1A5252;
    --yo-color-amber: #F0C040;
    --yo-color-ink: #17202c;
    --yo-color-muted: #5f6b76;
    --yo-color-paper: #f7f4ef;
    --yo-color-line: rgba(26, 82, 82, .12);

    /* ── Tipografi ── */
    --yo-font-heading: "DM Serif Display", Georgia, "Times New Roman", serif;
    --yo-font-ui: "Montserrat", system-ui, -apple-system, sans-serif;
    --yo-font-body: system-ui, -apple-system, "Segoe UI", sans-serif;

    /* ── Eyebrow standardı (tüm sayfada tek) ── */
    --yo-eyebrow-size: .82rem;
    --yo-eyebrow-weight: 700;
    --yo-eyebrow-spacing: .14em;
    --yo-eyebrow-transform: uppercase;

    /* ── Hero görsel filtresi — "Muted Matte" ── */
    /* Renkleri soldurulmuş, detayları keskin, siyahlar mat */
    --yo-hero-filter: contrast(1.2) brightness(1.04) saturate(0.78) sepia(0.04);
    --yo-card-filter: saturate(0.72) contrast(1.12) brightness(0.85) sepia(0.18);

    /* ── Authority marker rengi ── */
    --yo-authority-bg: rgba(26, 82, 82, .07);
    --yo-authority-border: rgba(26, 82, 82, .18);
    --yo-authority-color: var(--yo-color-teal);
}

.yo-page,
.yo-page *,
.yo-page *::before,
.yo-page *::after {
    box-sizing: border-box;
    min-width: 0;
}

.yo-page {
    overflow-x: clip;
    background: #fff;
    color: var(--yo-color-ink);
}

.yo-page img,
.yo-card img {
    max-width: 100%;
    height: auto;
}

.yo-page a {
    text-underline-offset: .18em;
}

.yo-anchor {
    scroll-margin-top: 96px;
}

html {
    scroll-behavior: smooth;
}
.yo-container,
.yo-layout {
    width: 100%;
    max-width: var(--yo-container);
    margin-inline: auto;
    padding-inline: var(--yo-container-pad);
}

.yo-container--wide {
    max-width: var(--yo-container-wide);
}

.yo-content {
    max-width: var(--yo-content);
}

.yo-section {
    padding-block: 70px;
    background: #fff;
}

.yo-section--soft {
    background: var(--yo-color-paper);
}

.yo-section__head {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
}

/* ── Eyebrow — global standart, tüm sayfada tek kural ── */
.yo-section__eyebrow,
.yo-hero__eyebrow,
.yo-eyebrow {
    margin: 0 0 11px;
    color: var(--yo-color-terra);
    font-size: var(--yo-eyebrow-size);
    font-style: normal;
    font-weight: var(--yo-eyebrow-weight);
    font-family: var(--yo-font-ui);
    letter-spacing: var(--yo-eyebrow-spacing);
    text-transform: var(--yo-eyebrow-transform);
}

/* ── Authority Marker — E-E-A-T rozeti ── */
.yo-authority-marker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 13px;
    border: 1px solid var(--yo-authority-border);
    border-radius: 999px;
    background: var(--yo-authority-bg);
    color: var(--yo-authority-color);
    font-size: .76rem;
    font-weight: 700;
    font-family: var(--yo-font-ui);
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

h2.yo-section__title {
    margin: 0 0 28px;
    color: var(--yo-color-ink);
    font-size: clamp(1.75rem, 3.3vw, 2.55rem);
    line-height: 1.14;
    letter-spacing: 0;
}

.yo-section__intro {
    margin: 0;
    color: var(--yo-color-muted);
    font-size: .98rem;
    line-height: 1.72;
}

.yo-split {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr);
    gap: 42px;
    align-items: start;
}

.yo-card-grid {
    display: grid;
    gap: 18px;
}

.yo-card-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.yo-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
/* Hero — base */
/* ============================================================
   HERO — tek kaynak, tüm pillar sayfaları buradan beslenir
   ============================================================ */

.yo-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: min(82svh, 840px);
    padding-block: 132px 175px;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
    --yo-sh: .25;
    --yo-text-shadow: 0 2px 10px rgba(0, 0, 0, .55), 0 0 20px rgba(0, 0, 0, .28);
    --yo2-hero-curve-fill: #fff;
}

body.yo2-standard-content #main.site-main:has(> .yo-page--continent) {
    padding-top: 0;
}

.yo-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        to top,
        rgba(4, 10, 12, 0.97) 0%,
        rgba(4, 10, 12, 0.88) 24%,
        rgba(4, 10, 12, 0.52) 48%,
        rgba(4, 10, 12, 0.12) 68%,
        rgba(4, 10, 12, 0) 100%
    );
    opacity: 1;
}

.yo-hero__top-veil {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(22, 8, 4, 0.68) 0%,
        rgba(32, 12, 6, 0.32) 60%,
        transparent 100%
    );
    pointer-events: none;
}

.yo-hero__picture {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.yo-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 62%;
    filter: blur(1px);
    transform: scale(1.02);
}

.yo-hero__content {
    position: relative;
    z-index: 10;
    display: grid;
    text-align: center;
    justify-items: center;
    max-width: 840px;
}

.yo-hero__copy {
    position: relative;
    display: grid;
    justify-items: center;
}

.yo-hero__copy::before {
    content: "";
    position: absolute;
    inset: -10px 0 auto;
    z-index: -1;
    height: calc(100% + 24px);
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .68) 0%, rgba(0, 0, 0, .34) 44%, transparent 78%);
    filter: blur(10px);
    opacity: var(--yo-sh);
    pointer-events: none;
}

.yo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .74);
    font-size: .84rem;
    text-shadow: var(--yo-text-shadow);
}

.yo-breadcrumb a,
.yo-breadcrumb span {
    color: inherit;
    text-decoration: none;
}

.yo-breadcrumb > * + *::before {
    content: '›';
    margin-inline: 4px;
    color: rgba(255, 255, 255, .46);
}

.yo-hero__eyebrow {
    /* layout — font değerleri global standartten (yukarıdaki .yo-eyebrow kuralı) */
    position: relative;
    display: inline-block;
    z-index: 0;
    margin: 0 0 14px;
    text-shadow: 0 1px 8px rgba(255,255,255,0.35), 0 0 20px rgba(255,255,255,0.15);
}

.yo-hero__title {
    margin: 0 0 10px;
    max-width: 820px;
    color: #fff;
    font-size: clamp(3.75rem, 8.2vw, 7.05rem);
    line-height: .96;
    letter-spacing: 0;
    font-weight: 1000;
    text-transform: none;
    text-shadow: var(--yo-text-shadow);
}

.yo-hero__subtitle {
    margin: 12px 0 18px;
    max-width: 780px;
    color: rgba(255, 255, 255, .94);
    font-size: clamp(.96rem, 1.8vw, 1.28rem);
    line-height: 1.6;
    font-weight: 780;
    text-wrap: balance;
    overflow-wrap: break-word;
    text-shadow: var(--yo-text-shadow);
}

.yo-hero__text {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(1rem, 1.45vw, 1.13rem);
    line-height: 1.75;
    font-weight: 760;
    overflow-wrap: break-word;
    text-shadow: var(--yo-text-shadow);
}

.yo-hero__strip-wrap {
    position: relative;
    margin-top: 36px;
}

.yo-hero__strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 760px;
    padding-inline-start: 0;
    justify-content: center;
    align-items: center;
}

.yo-hero__arrow {
    position: absolute;
    top: calc(100% + 48px);
    left: 50%;
    z-index: 3;
    display: grid;
    width: 136px;
    height: 32px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    place-items: center;
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, .26));
    transform: translateX(-50%);
    animation: yo-hero-arrow-float 1.4s ease-in-out infinite;
    text-decoration: none;
}

.yo-hero__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}

.yo-hero:not(.yo-hero--home) .yo-hero__arrow {
    top: auto;
    bottom: clamp(28px, 4.6svh, 54px);
    z-index: 12;
}

@keyframes yo-hero-arrow-float {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: .72; }
    50% { transform: translateX(-50%) translateY(5px); opacity: 1; }
}

.yo-hero__strip-label {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
}

.yo-hero__strip span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding-inline: 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .88);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.yo-hero__strip-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .92);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease;
}

.yo-hero__strip-link:hover {
    background: rgba(255, 255, 255, .22);
    border-color: rgba(255, 255, 255, .46);
    color: #fff;
}

.yo-hero .yo2-hero__curve::before {
    left: calc(-10% - 75px);
    width: calc(120% + 150px);
    height: 110px;
    top: -120px;
}

@media (max-width: 768px) {
    /* ── Hero yapısı ── */
    .yo-hero {
        min-height: 100svh;
        padding-top: 120px;
        padding-bottom: 56px;
    }

    .yo-page--pillar .yo-hero {
        min-height: 100svh;
        padding-top: 110px;
        padding-bottom: 56px;
        flex-direction: column;
        justify-content: flex-end;
    }

    .yo-page--pillar .yo-hero::before {
        background: linear-gradient(
            to top,
            rgba(4, 10, 12, 0.97) 0%,
            rgba(4, 10, 12, 0.88) 28%,
            rgba(4, 10, 12, 0.52) 52%,
            rgba(4, 10, 12, 0.12) 72%,
            rgba(4, 10, 12, 0) 100%
        );
        opacity: 1;
    }

    .yo-page--pillar .yo-hero::after {
        inset: auto -18% -200px;
        height: 300px;
    }

    /* ── Layout ── */
    .yo-hero__content {
        max-width: 100%;
        transform: none;
        text-align: center;
    }

    .yo-hero__copy {
        gap: 0;
        width: 100%;
    }

    .yo-hero__copy > * {
        margin: 0;
    }

    .yo-hero__copy::before {
        left: 50%;
        right: auto;
        width: min(100%, 260px);
        inset: -4px auto auto;
        height: calc(100% + 6px);
        filter: blur(5px);
        transform: translateX(-50%);
    }

    /* ── Tipografi hiyerarşisi ── */
    .yo-breadcrumb {
        font-size: .74rem;
        margin-bottom: 16px;
        opacity: .65;
    }

    .yo-breadcrumb > * + *::before {
        margin-inline-start: 4px;
        margin-inline-end: 2px;
    }

    .yo-hero__eyebrow {
        margin-bottom: 14px;
        opacity: 1;
    }

    .yo-hero__title {
        font-size: clamp(4.2rem, 19vw, 6rem);
        line-height: .86;
        letter-spacing: -.02em;
        font-weight: 1000;
        margin-bottom: 22px;
    }

    .yo-hero__subtitle {
        margin: 0 auto 18px;
        max-width: 340px;
        font-size: 1.1rem;
        line-height: 1.55;
        font-weight: 650;
        color: rgba(255, 255, 255, .92);
        text-wrap: balance;
    }

    .yo-hero__text {
        margin: 0 auto 24px;
        max-width: 320px;
        font-size: .95rem;
        line-height: 1.65;
        font-weight: 500;
        color: rgba(255, 255, 255, .72);
    }

    /* ── Strip ── */
    .yo-hero__strip-wrap {
        display: inline-flex;
        width: fit-content;
        max-width: calc(100vw - 6px);
        margin: 18px auto 0;
        justify-content: center;
    }

    .yo-hero__strip {
        display: inline-flex;
        width: fit-content;
        max-width: none;
        margin: 0;
        gap: 6px;
        justify-content: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding: 0;
    }

    .yo-hero__strip::-webkit-scrollbar {
        display: none;
    }

    .yo-hero__strip-link {
        min-height: 28px;
        padding-inline: 10px;
        font-size: .82rem;
    }

    /* ── Arrow ── */
    .yo-hero__arrow {
        top: calc(100% + 12px);
        left: 50%;
        transform: translateX(-50%);
    }

    /* ── Görsel ── */
    .yo-hero__image {
        object-position: center 58%;
    }
}

    color: var(--yo-color-muted);
    font-size: .94rem;
    line-height: 1.68;
}

.yo-card__cta,
.yo-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 10px 15px;
    border: 1px solid rgba(26, 82, 82, .16);
    border-radius: 999px;
    background: #123f3f;
    color: #fff;
    font-size: .86rem;
    font-weight: 900;
    text-decoration: none;
}

.yo-card__cta:hover,
.yo-button:hover {
    border-color: var(--yo-color-terra);
    background: var(--yo-color-terra);
    color: #fff;
}

.yo-quick-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.yo-quick-card {
    padding: 18px;
    border: 1px solid var(--yo-color-line);
    border-radius: var(--yo-radius-md);
    background: #fff;
}

.yo-jump-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-margin-top: 112px;
}

#yo-jump-nav-anchor {
    display: block;
    height: 1px;
    margin-top: 0;
    scroll-margin-top: 47px;
}

.yo-faq {
    display: grid;
    gap: 12px;
}

.yo-faq details {
    border: 1px solid var(--yo-color-line);
    border-radius: var(--yo-radius-md);
    background: #fff;
    box-shadow: var(--yo-shadow-sm);
}

.yo-faq summary {
    cursor: pointer;
    padding: 18px 20px;
    color: #123f3f;
    font-weight: 900;
    line-height: 1.3;
}

.yo-faq details p {
    padding: 0 20px 20px;
}

.yo-cta {
    padding-block: 70px;
    background:
        radial-gradient(circle at top left, rgba(196, 98, 45, .14), transparent 38%),
        linear-gradient(135deg, #123f3f 0%, #0b2d2d 100%);
    color: #fff;
}

.yo-hero__strip-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .92);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease;
}

.yo-hero__strip-link:hover {
    background: rgba(255, 255, 255, .22);
    border-color: rgba(255, 255, 255, .46);
    color: #fff;
}

/* Single post universal quote rhythm */
body.yo2-post-single .entry-content blockquote,
.yo-tr-hub .yo-tr-section blockquote {
    margin: 1.8rem 0;
    padding: 18px 20px 18px 22px;
    border: 1px solid rgba(18, 63, 63, .12);
    border-left: 4px solid #c4622d;
    border-radius: 14px;
    background: #f7fbfa;
    color: #243332;
}

.yo-page--contact .yo-hero {
    background:
        radial-gradient(circle at 18% 16%, rgba(196, 98, 45, .25), transparent 34%),
        linear-gradient(135deg, #123f3f 0%, #0b2d2d 100%);
}

.yo-page--contact .yo-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -1px;
    left: -8%;
    height: 78px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: #fff;
}

.yo-page--contact .yo-cta a {
    width: fit-content;
    margin: 4px 0 18px;
    background: var(--yo-color-terra);
}

:is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(196, 98, 45, .14), rgba(196, 98, 45, 0) 36%), linear-gradient(90deg, rgba(10, 38, 38, .96) 0%, rgba(10, 38, 38, .86) 34%, rgba(10, 38, 38, .52) 62%, rgba(10, 38, 38, .18) 100%);
}

:is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__media img,
:is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__fallback {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

:is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__media img {
    filter: saturate(.9) contrast(1.06);
    transform: scale(1.06);
    transform-origin: center center;
}

:is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__fallback {
    background: linear-gradient(160deg, #1a5252 0%, #103838 100%);
}

:is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-content: end;
    align-items: stretch;
    justify-content: flex-end;
    gap: 4px;
    padding: 14px 16px;
    background: transparent;
}

:is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__title {
    color: #fff;
    font-size: 1.02rem;
    line-height: 1.25;
    font-weight: 800;
    text-wrap: balance;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

:is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__meta {
    color: rgba(255, 255, 255, .8);
    font-size: .72rem;
    line-height: 1.3;
}

:is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h--duo {
    grid-template-columns: repeat(2, minmax(260px, 320px));
    justify-content: center;
}

@media (max-width: 900px) {

    :is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__media {
        min-height: 136px;
        aspect-ratio: 1.48 / 1;
        border-radius: 16px;
    }

    :is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__overlay {
        padding: 12px 13px;
    }

    :is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__title {
        font-size: .95rem;
    }

    :is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h .yo2-card__meta {
        font-size: .68rem;
    }

    :is(.yo-page--pillar, .yo-page--press) .yo-pillar-spoke-grid-h--duo {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.yo-page--pillar .yo-pillar-spoke-grid .yo2-card {
    min-width: 0;
}

.yo-page--pillar .yo-pillar-spoke-grid .yo2-card__media {
    position: relative;
    display: block;
    min-height: 130px;
    aspect-ratio: 2 / 1;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    background: #1a2f2f;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .12);
}

.yo-page--pillar .yo-pillar-spoke-grid .yo2-card__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(196, 98, 45, .14), rgba(196, 98, 45, 0) 36%), linear-gradient(90deg, rgba(10, 38, 38, .96) 0%, rgba(10, 38, 38, .86) 34%, rgba(10, 38, 38, .52) 62%, rgba(10, 38, 38, .18) 100%);
}

.yo-page--pillar .yo-pillar-spoke-grid .yo2-card__media img,
.yo-page--pillar .yo-pillar-spoke-grid .yo2-card__fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yo-page--pillar .yo-pillar-spoke-grid .yo2-card__fallback {
    background: linear-gradient(160deg, #1a5252 0%, #103838 100%);
}

.yo-page--pillar .yo-pillar-spoke-grid .yo2-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    align-content: end;
    justify-items: start;
    gap: 4px;
    padding: 14px 16px;
    background: transparent;
}

.yo-page--pillar .yo-pillar-spoke-grid .yo2-card__tag {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 9.5px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: left;
    text-indent: 0;
    text-transform: uppercase;
}

.yo-page--pillar .yo-pillar-spoke-grid .yo2-card__title {
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 1.02rem;
    line-height: 1.25;
    font-weight: 800;
    text-align: left;
    text-wrap: balance;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.yo-page--pillar .yo-pillar-spoke-grid .yo2-card__meta {
    width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: .72rem;
    line-height: 1.3;
    text-align: left;
}

.yo-page--pillar .yo-pillar-spoke-grid--duo {
    grid-template-columns: repeat(2, minmax(260px, 320px));
    justify-content: center;
}

@media (max-width: 900px) {

    .yo-page--pillar .yo-pillar-spoke-grid .yo2-card__media {
        min-height: 118px;
        aspect-ratio: 1.58 / 1;
        border-radius: 16px;
    }

    .yo-page--pillar .yo-pillar-spoke-grid .yo2-card__overlay {
        padding: 12px 13px;
    }

    .yo-page--pillar .yo-pillar-spoke-grid .yo2-card__title {
        font-size: .95rem;
    }

    .yo-page--pillar .yo-pillar-spoke-grid .yo2-card__meta {
        font-size: .68rem;
    }

    .yo-page--pillar .yo-pillar-spoke-grid--duo {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .yo-card-grid--2,
    .yo-card-grid--3,
    .yo-card-grid--4,
    .yo-split,
    .yo-quick-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .yo-container,
    .yo-layout {
        width: min(100%, var(--yo-container));
        max-width: var(--yo-container);
        margin-inline: auto;
        padding-inline: 16px;
    }

    .yo-hero {
        padding-top: 110px;
        padding-bottom: 56px;
        padding-inline: 20px;
    }

    .yo-hero__title {
        font-size: clamp(4.2rem, 19vw, 6rem);
        line-height: .86;
        letter-spacing: -.02em;
        font-weight: 1000;
        margin: 0 0 22px;
    }

    .yo-hero__subtitle {
        font-size: 1.1rem;
        line-height: 1.55;
        font-weight: 650;
        color: rgba(255, 255, 255, .92);
        margin-bottom: 18px;
    }

    .yo-hero__text {
        font-size: .95rem;
        line-height: 1.65;
        font-weight: 500;
        color: rgba(255, 255, 255, .72);
        margin-bottom: 24px;
    }

    .yo-section,
    .yo-cta {
        padding-block: 56px;
    }

    .yo-section__head {
        max-width: 100%;
        margin-inline: 0;
        text-align: left;
    }

    .yo-section__title {
        font-size: clamp(1.65rem, 7vw, 2rem);
        line-height: 1.18;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .yo-card {
        min-height: 0;
        padding: 22px;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    .yo-container,
    .yo-layout {
        padding-inline: 24px;
    }
}

/* ============================================================
   PILLAR HERO — tüm pillar sayfaları için tek kaynak
   ============================================================ */

.yo-page--pillar .yo-hero,
.yo-page--continent .yo-hero {
    background:
        linear-gradient(180deg, rgba(9, 31, 31, .32), rgba(9, 31, 31, .82)),
        var(--yo-hero-bg, linear-gradient(135deg, #123f3f 0%, #0b2d2d 100%));
}

.yo-page--pillar .yo-hero {
    display: flex;
    min-height: clamp(720px, 78svh, 860px);
    align-items: flex-end;
    padding: clamp(104px, 10vw, 122px) 0 127px;
}

.yo-page--pillar > .yo-hero {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.yo-page--pillar .yo-hero__content {
    width: min(100%, var(--yo-shell));
    max-width: var(--yo-shell);
    margin-inline: auto;
    padding-inline: var(--yo-shell-edge);
    padding-top: 0;
    padding-bottom: 0;
    transform: none;
}

.yo-page--pillar .yo-hero__title {
    max-width: 820px;
    /* Uzun destinasyon isimleri (Kapadokya, Güneydoğu vb.) için */
    font-size: clamp(3.55rem, 9vw, 7rem);
    line-height: .96;
    text-wrap: balance;
    /* Çok uzun tek kelimede kırılma */
    overflow-wrap: break-word;
    word-break: break-word;
}

.yo-page--pillar .yo-hero__text {
    max-width: var(--yo-text, 880px);
    line-height: 1.5;
}

.yo-page--pillar .yo-breadcrumb {
    margin-bottom: 12px;
}

.yo-page--pillar .yo-hero .yo-hero__picture .yo-hero__image {
    object-position: center 62%;
    /* blur + matte filter birlikte — token'dan */
    filter: blur(4px) var(--yo-hero-filter);
}

.yo-page--pillar .yo-hero::after {
    inset: auto -18% -200px;
    z-index: 2;
    height: 300px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: #fff;
    pointer-events: none;
}

.yo-pillar-hub > .yo-hero {
    order: 1;
}

.yo-pillar-hub > :not(.yo-hero) {
    order: 2;
}

@media (max-width: 640px) {
    .yo-page--pillar .yo-hero {
        min-height: 100svh;
        padding-top: 140px;
        padding-bottom: 56px;
    }
    .yo-page--pillar .yo-hero .yo-hero__title {
        max-width: 100%;
        line-height: 1.04;
    }
}

@media (min-width: 1200px) {
    .yo-page--pillar .yo-hero .yo-hero__title {
        /* Kısa isimlerde (TÜRKİYE, BATUM) tam ekran dominantlık */
        max-width: none;
        text-wrap: balance;
        text-transform: uppercase;
        font-size: clamp(4.85rem, 6.1vw, 5.85rem);
    }
}
