.editorial-page {
    background: #f8fafc;
}

.editorial-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    padding: 11px 16px;
    border-radius: 8px;
    color: #ffffff;
    background: var(--primary-dark);
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 800;
    transform: translateY(-160%);
    transition: transform 0.2s ease;
}

.editorial-skip-link:focus {
    transform: translateY(0);
}

.editorial-main {
    min-height: 58vh;
    background:
        radial-gradient(circle at 8% 4%, rgba(217, 34, 49, 0.055), transparent 24rem),
        radial-gradient(circle at 92% 10%, rgba(41, 35, 92, 0.065), transparent 27rem),
        #f8fafc;
}

.editorial-main :where(a, button, input, select, textarea):focus-visible,
.editorial-footer :where(a, button):focus-visible {
    outline: 3px solid rgba(244, 180, 0, 0.8);
    outline-offset: 3px;
}

.editorial-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.editorial-section {
    padding: 72px 0;
}

.editorial-section + .editorial-section {
    padding-top: 0;
}

.editorial-section--white {
    background: #ffffff;
}

.editorial-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0 62px;
    color: #ffffff;
    background:
        linear-gradient(125deg, rgba(30, 25, 69, 0.98), rgba(41, 35, 92, 0.93)),
        url('/images/og-trabzon-dil-okulu.jpg') center / cover no-repeat;
}

.editorial-hero::before,
.editorial-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.editorial-hero::before {
    width: 320px;
    height: 320px;
    top: -210px;
    right: 5%;
    border: 54px solid rgba(255, 255, 255, 0.06);
}

.editorial-hero::after {
    width: 190px;
    height: 190px;
    right: 18%;
    bottom: -142px;
    border: 36px solid rgba(217, 34, 49, 0.26);
}

.editorial-hero .editorial-shell {
    position: relative;
    z-index: 1;
}

.editorial-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.editorial-eyebrow i {
    color: #ff6875;
}

.editorial-hero h1,
.editorial-hero-title {
    max-width: 900px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 3.75rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.editorial-hero-lead {
    max-width: 790px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.85;
}

.editorial-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.86rem;
}

.editorial-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.editorial-meta i {
    color: #ff6875;
}

.editorial-breadcrumb {
    padding: 20px 0 0;
    color: var(--text-muted);
    font-size: 0.84rem;
}

.editorial-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.editorial-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.editorial-breadcrumb li:not(:last-child)::after {
    content: '/';
    color: #cbd5e1;
}

.editorial-breadcrumb a {
    color: var(--primary);
    font-weight: 700;
}

.editorial-breadcrumb a:hover {
    color: var(--secondary);
}

.editorial-section-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.editorial-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.editorial-section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--secondary);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.editorial-section-heading h2 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.editorial-section-heading p {
    margin-top: 12px;
    color: var(--text-muted);
    line-height: 1.8;
}

.editorial-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: start;
    gap: 36px;
}

.editorial-content,
.editorial-sidebar {
    min-width: 0;
}

.editorial-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 112px;
}

.editorial-panel {
    padding: 26px;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 35px -28px rgba(30, 25, 69, 0.55);
}

.editorial-panel h2,
.editorial-panel h3 {
    margin: 0 0 12px;
    font-size: 1.08rem;
    line-height: 1.4;
}

.editorial-panel p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.75;
}

.editorial-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

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

.editorial-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    color: var(--text-main);
    background: #ffffff;
    box-shadow: 0 18px 45px -34px rgba(30, 25, 69, 0.7);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.editorial-card:hover {
    border-color: rgba(217, 34, 49, 0.34);
    box-shadow: 0 24px 55px -34px rgba(30, 25, 69, 0.8);
    transform: translateY(-4px);
}

.editorial-card-media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e9edf5;
}

.editorial-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.editorial-card:hover .editorial-card-media img {
    transform: scale(1.035);
}

.editorial-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.editorial-card-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 12px;
    color: var(--secondary);
    background: rgba(217, 34, 49, 0.09);
    font-size: 1.05rem;
}

.editorial-card-category,
.editorial-tag {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--secondary);
    background: rgba(217, 34, 49, 0.075);
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.editorial-card h2,
.editorial-card h3,
.editorial-card-title {
    margin: 15px 0 10px;
    color: var(--primary-dark);
    font-size: 1.18rem;
    line-height: 1.42;
    letter-spacing: -0.02em;
}

.editorial-card h2 a,
.editorial-card h3 a,
.editorial-card-title a {
    color: inherit;
}

.editorial-card h2 a:hover,
.editorial-card h3 a:hover,
.editorial-card-title a:hover {
    color: var(--secondary);
}

.editorial-card-excerpt {
    margin-bottom: 20px;
    color: var(--text-muted);
    font-size: 0.91rem;
    line-height: 1.75;
}

.editorial-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid #eef2f7;
    color: var(--text-muted);
    font-size: 0.76rem;
}

.editorial-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.editorial-card-link,
.editorial-inline-link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin-top: 19px;
    color: var(--primary);
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 900;
}

.editorial-card-link:hover,
.editorial-inline-link:hover {
    gap: 12px;
    color: var(--secondary);
}

.editorial-article {
    padding: clamp(26px, 5vw, 54px);
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px -38px rgba(30, 25, 69, 0.65);
}

.editorial-article-header {
    margin-bottom: 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid #e9eef5;
}

.editorial-article-header h1 {
    margin: 0;
    font-size: clamp(1.85rem, 4vw, 3rem);
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.editorial-article-lead {
    margin-top: 16px;
    color: var(--text-muted);
    font-size: 1.04rem;
    line-height: 1.85;
}

.editorial-prose {
    color: #334155;
    font-size: 1rem;
    line-height: 1.9;
}

.editorial-prose > :first-child {
    margin-top: 0;
}

.editorial-prose > :last-child {
    margin-bottom: 0;
}

.editorial-prose h2,
.editorial-prose h3,
.editorial-prose h4 {
    scroll-margin-top: 125px;
    line-height: 1.35;
    letter-spacing: -0.025em;
}

.editorial-prose h2 {
    margin: 42px 0 16px;
    padding-bottom: 11px;
    border-bottom: 2px solid rgba(217, 34, 49, 0.11);
    font-size: clamp(1.4rem, 3vw, 1.85rem);
}

.editorial-prose h3 {
    margin: 32px 0 12px;
    font-size: clamp(1.15rem, 2.4vw, 1.4rem);
}

.editorial-prose h4 {
    margin: 26px 0 10px;
    font-size: 1.05rem;
}

.editorial-prose p,
.editorial-prose ul,
.editorial-prose ol,
.editorial-prose blockquote,
.editorial-prose table,
.editorial-prose .editorial-table-wrap {
    margin: 0 0 22px;
}

.editorial-prose ul,
.editorial-prose ol {
    padding-left: 1.45rem;
}

.editorial-prose li {
    padding-left: 0.25rem;
}

.editorial-prose li + li {
    margin-top: 9px;
}

.editorial-prose a {
    color: #2b55a2;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(43, 85, 162, 0.3);
    text-underline-offset: 3px;
}

.editorial-prose a:hover {
    color: var(--secondary);
    text-decoration-color: currentColor;
}

.editorial-prose strong {
    color: #24314a;
}

.editorial-prose blockquote,
.editorial-blockquote {
    position: relative;
    padding: 23px 25px 23px 30px;
    border-left: 4px solid var(--secondary);
    border-radius: 0 12px 12px 0;
    color: #3f4760;
    background: linear-gradient(100deg, rgba(217, 34, 49, 0.075), rgba(41, 35, 92, 0.035));
    font-style: normal;
}

.editorial-prose blockquote p:last-child,
.editorial-blockquote p:last-child {
    margin-bottom: 0;
}

.editorial-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
}

.editorial-prose table,
.editorial-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 0.9rem;
}

.editorial-table-wrap .editorial-table,
.editorial-table-wrap table {
    margin: 0;
}

.editorial-prose th,
.editorial-table th {
    padding: 13px 15px;
    color: #ffffff;
    background: var(--primary);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: left;
}

.editorial-prose td,
.editorial-table td {
    padding: 13px 15px;
    border-top: 1px solid #e9eef5;
    vertical-align: top;
}

.editorial-prose tbody tr:nth-child(even),
.editorial-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.editorial-toc ul,
.editorial-related-list,
.editorial-source-list,
.editorial-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.editorial-toc li + li,
.editorial-related-list li + li {
    margin-top: 9px;
}

.editorial-toc a,
.editorial-related-list a {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--primary);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.5;
}

.editorial-toc a::before,
.editorial-related-list a::before {
    content: '\2192';
    color: var(--secondary);
    font-weight: 900;
}

.editorial-toc a:hover,
.editorial-related-list a:hover {
    color: var(--secondary);
}

.editorial-sources {
    margin-top: 38px;
    padding-top: 28px;
    border-top: 1px solid #dbe3ee;
}

.editorial-sources h2,
.editorial-sources h3 {
    margin: 0 0 14px;
    font-size: 1.14rem;
}

.editorial-source-list {
    display: grid;
    gap: 10px;
    counter-reset: editorial-source;
}

.editorial-source-list li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    color: var(--text-muted);
    font-size: 0.84rem;
    line-height: 1.65;
    counter-increment: editorial-source;
}

.editorial-source-list li::before {
    content: counter(editorial-source);
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    color: var(--primary);
    background: #edf0f7;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 900;
}

.editorial-source-list a {
    color: #2b55a2;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.editorial-source-list a:hover {
    color: var(--secondary);
}

.editorial-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.editorial-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 34px;
}

.editorial-pagination a,
.editorial-pagination span {
    display: grid;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    place-items: center;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    color: var(--primary);
    background: #ffffff;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 800;
}

.editorial-pagination a:hover,
.editorial-pagination .editorial-pagination-current {
    border-color: var(--primary);
    color: #ffffff;
    background: var(--primary);
}

.editorial-access-grid,
.editorial-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 26px;
}

.editorial-access-panel,
.editorial-contact-panel {
    min-width: 0;
    padding: clamp(25px, 4vw, 38px);
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px -38px rgba(30, 25, 69, 0.65);
}

.editorial-access-panel h1,
.editorial-access-panel h2,
.editorial-contact-panel h2 {
    margin: 0 0 12px;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.editorial-access-panel > p,
.editorial-contact-panel > p {
    color: var(--text-muted);
    line-height: 1.8;
}

.editorial-contact-list {
    display: grid;
    gap: 20px;
    margin-top: 27px;
}

.editorial-contact-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

.editorial-contact-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px;
    color: var(--secondary);
    background: rgba(217, 34, 49, 0.09);
    font-size: 1rem;
}

.editorial-contact-item h3,
.editorial-contact-item h4 {
    margin: 1px 0 4px;
    font-size: 0.9rem;
}

.editorial-contact-item p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.editorial-contact-item a {
    color: var(--primary);
    font-weight: 700;
}

.editorial-contact-item a:hover {
    color: var(--secondary);
}

.editorial-phone-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 14px;
}

.editorial-phone-list a + a::before {
    content: '\2022';
    margin-right: 14px;
    color: #cbd5e1;
}

.editorial-map {
    min-height: 430px;
    overflow: hidden;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: #e9eef5;
    box-shadow: 0 18px 50px -38px rgba(30, 25, 69, 0.65);
}

.editorial-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
}

.editorial-directions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.editorial-direction-card {
    padding: 22px;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #ffffff;
}

.editorial-direction-card i {
    margin-bottom: 14px;
    color: var(--secondary);
    font-size: 1.25rem;
}

.editorial-direction-card h3 {
    margin: 0 0 8px;
    font-size: 1rem;
}

.editorial-direction-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.7;
}

.editorial-empty-state {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(34px, 7vw, 68px) clamp(24px, 6vw, 56px);
    border: 1px dashed #bac6d8;
    border-radius: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
}

.editorial-empty-icon {
    display: grid;
    width: 66px;
    height: 66px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 18px;
    color: var(--secondary);
    background: rgba(217, 34, 49, 0.09);
    font-size: 1.45rem;
}

.editorial-empty-state h1,
.editorial-empty-state h2 {
    margin: 0 0 10px;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.editorial-empty-state p {
    max-width: 560px;
    margin: 0 auto;
    color: var(--text-muted);
    line-height: 1.8;
}

.editorial-profile-grid,
.editorial-schedule-grid,
.editorial-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.editorial-section > .container:has(> .editorial-profile-card) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.editorial-profile-card,
.editorial-schedule-card,
.editorial-testimonial-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 45px -36px rgba(30, 25, 69, 0.72);
}

.editorial-profile-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9eef5;
}

.editorial-profile-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editorial-profile-body,
.editorial-schedule-body,
.editorial-testimonial-card {
    padding: 25px;
}

.editorial-profile-body h2,
.editorial-profile-body h3,
.editorial-schedule-body h2,
.editorial-schedule-body h3 {
    margin: 0 0 7px;
    font-size: 1.12rem;
}

.editorial-profile-role,
.editorial-schedule-label {
    color: var(--secondary);
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.editorial-profile-body p,
.editorial-schedule-body p {
    margin-top: 13px;
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.75;
}

.editorial-profile-facts,
.editorial-schedule-facts {
    display: grid;
    gap: 9px;
    margin: 18px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #e9eef5;
    list-style: none;
}

.editorial-profile-facts li,
.editorial-schedule-facts li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

.editorial-profile-facts i,
.editorial-schedule-facts i {
    margin-top: 4px;
    color: var(--secondary);
}

.editorial-schedule-card {
    position: relative;
}

.editorial-schedule-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #166534;
    background: #dcfce7;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.editorial-schedule-status--closed {
    color: #9f1239;
    background: #ffe4e6;
}

.editorial-testimonial-card {
    position: relative;
}

.editorial-testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 12px;
    right: 20px;
    color: rgba(217, 34, 49, 0.11);
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
}

.editorial-testimonial-text {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    color: #3f4760;
    font-size: 0.94rem;
    line-height: 1.8;
}

.editorial-testimonial-source {
    padding-top: 16px;
    border-top: 1px solid #e9eef5;
    color: var(--text-muted);
    font-size: 0.8rem;
    line-height: 1.6;
}

.editorial-testimonial-source strong {
    display: block;
    color: var(--primary-dark);
    font-family: var(--font-heading);
    font-size: 0.85rem;
}

.editorial-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: clamp(30px, 6vw, 54px);
    border-radius: 20px;
    color: #ffffff;
    background: linear-gradient(125deg, var(--primary-dark), var(--primary));
    box-shadow: 0 28px 60px -35px rgba(30, 25, 69, 0.85);
}

.editorial-cta::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    right: -80px;
    bottom: -155px;
    border: 36px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.editorial-cta-content,
.editorial-cta-actions {
    position: relative;
    z-index: 1;
}

.editorial-cta h2,
.editorial-cta h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    line-height: 1.3;
}

.editorial-cta p {
    max-width: 690px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.editorial-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.editorial-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #ffffff;
    background: var(--secondary);
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.editorial-button:hover {
    color: #ffffff;
    background: var(--secondary-hover);
    transform: translateY(-2px);
}

.editorial-button--light {
    color: var(--primary-dark);
    background: #ffffff;
}

.editorial-button--light:hover {
    color: var(--primary-dark);
    background: #f1f5f9;
}

.editorial-button--outline {
    border-color: rgba(255, 255, 255, 0.4);
    background: transparent;
}

.editorial-button--outline:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
}

.editorial-footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
}

.editorial-footer-phone:hover {
    color: #ff6875;
}

/* Server-rendered editorial markup */
.editorial-narrow {
    max-width: 930px;
}

.editorial-hero > .container {
    position: relative;
    z-index: 1;
}

.editorial-hero > .container > p {
    max-width: 790px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.85;
}

.editorial-hero .editorial-breadcrumb {
    padding: 0 0 26px;
    color: rgba(255, 255, 255, 0.68);
}

.editorial-hero .editorial-breadcrumb a {
    color: #ffffff;
}

.editorial-hero .editorial-breadcrumb a:hover {
    color: #ff8d97;
}

.editorial-hero .editorial-breadcrumb li:not(:last-child)::after {
    color: rgba(255, 255, 255, 0.38);
}

.editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.editorial-grid > .editorial-card {
    padding: 26px;
}

.editorial-grid > .editorial-card > .editorial-card-meta {
    margin: 0;
    padding: 0;
    border: 0;
}

.editorial-grid > .editorial-card > h2 {
    margin: 16px 0 11px;
}

.editorial-grid > .editorial-card > p {
    margin-bottom: 22px;
    color: var(--text-muted);
    font-size: 0.91rem;
    line-height: 1.75;
}

.editorial-grid > .editorial-card > .editorial-button {
    width: fit-content;
    margin-top: auto;
}

.editorial-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 22px;
    margin-top: 23px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
}

.editorial-article-meta span,
.editorial-article-meta time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.editorial-article-meta span::before {
    content: '\f19d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ff8d97;
}

.editorial-article-meta time::before {
    content: '\f073';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ff8d97;
}

.editorial-section .editorial-narrow > .editorial-prose {
    padding: clamp(26px, 5vw, 54px);
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px -38px rgba(30, 25, 69, 0.65);
}

.editorial-sources {
    padding: 30px;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    background: #ffffff;
}

.editorial-sources ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: editorial-source;
}

.editorial-sources li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    color: var(--text-muted);
    font-size: 0.84rem;
    line-height: 1.65;
    counter-increment: editorial-source;
}

.editorial-sources li::before {
    content: counter(editorial-source);
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    color: var(--primary);
    background: #edf0f7;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 900;
}

.editorial-sources a {
    color: #2b55a2;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.editorial-sources a:hover {
    color: var(--secondary);
}

.editorial-cta + .editorial-related,
.editorial-sources + .editorial-cta,
.editorial-prose + .editorial-cta,
.editorial-prose + .editorial-sources {
    margin-top: 30px;
}

.editorial-cta > div > span {
    display: inline-block;
    margin-bottom: 8px;
    color: #ff9ca5;
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.11em;
}

.editorial-related {
    margin-top: 34px;
}

.editorial-related h2 {
    margin: 0 0 17px;
    font-size: clamp(1.3rem, 3vw, 1.75rem);
}

.editorial-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.editorial-related-grid a {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    color: var(--primary);
    background: #ffffff;
    font-family: var(--font-heading);
    font-size: 0.83rem;
    font-weight: 800;
    line-height: 1.55;
}

.editorial-related-grid a i {
    flex: 0 0 auto;
    color: var(--secondary);
}

.editorial-related-grid a:hover {
    border-color: rgba(217, 34, 49, 0.34);
    color: var(--secondary);
    transform: translateY(-2px);
}

.editorial-contact-panel > .editorial-contact-item + .editorial-contact-item {
    margin-top: 22px;
}

.editorial-location-intro {
    max-width: 900px;
    margin: 0 auto 28px;
    padding: 20px 24px;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #ffffff;
}

.editorial-contact-panel > .editorial-contact-item > i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 13px;
    color: var(--secondary);
    background: rgba(217, 34, 49, 0.09);
    font-size: 1rem;
}

.editorial-contact-panel > .editorial-contact-item h2 {
    margin: 1px 0 4px;
    font-size: 0.9rem;
}

.editorial-contact-panel > .editorial-contact-item p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.editorial-contact-panel > .editorial-button {
    width: fit-content;
    margin-top: 26px;
}

.editorial-note {
    margin-top: 18px;
    padding: 14px 16px;
    border-left: 3px solid var(--accent);
    border-radius: 0 9px 9px 0;
    color: #5b6477;
    background: #fff9e8;
    font-size: 0.78rem;
    line-height: 1.65;
}

.editorial-profile-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #e9eef5;
}

.editorial-profile-card > div {
    padding: 25px;
}

.editorial-profile-card > div > h2 {
    margin: 0 0 7px;
    font-size: 1.12rem;
}

.editorial-role {
    color: var(--secondary);
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.editorial-profile-card > div > p:not(.editorial-role) {
    margin-top: 13px;
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.75;
}

.editorial-tags > span {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--primary);
    background: #edf0f7;
    font-family: var(--font-heading);
    font-size: 0.67rem;
    font-weight: 800;
}

.editorial-table a {
    color: var(--primary);
    font-weight: 800;
}

.editorial-table a:hover {
    color: var(--secondary);
}

.editorial-quote {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 25px;
    overflow: hidden;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 45px -36px rgba(30, 25, 69, 0.72);
}

.editorial-quote::before {
    content: '\201C';
    position: absolute;
    top: 12px;
    right: 20px;
    color: rgba(217, 34, 49, 0.11);
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
}

.editorial-quote blockquote {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    color: #3f4760;
    font-size: 0.94rem;
    line-height: 1.8;
}

.editorial-quote figcaption {
    display: grid;
    gap: 4px;
    padding-top: 16px;
    border-top: 1px solid #e9eef5;
    color: var(--text-muted);
    font-size: 0.8rem;
}

.editorial-quote figcaption strong {
    color: var(--primary-dark);
    font-family: var(--font-heading);
    font-size: 0.85rem;
}

.editorial-quote figcaption a {
    color: var(--primary);
    font-weight: 700;
}

.editorial-empty {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(34px, 7vw, 68px) clamp(24px, 6vw, 56px);
    border: 1px dashed #bac6d8;
    border-radius: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
}

.editorial-empty > i {
    display: grid;
    width: 66px;
    height: 66px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 18px;
    color: var(--secondary);
    background: rgba(217, 34, 49, 0.09);
    font-size: 1.45rem;
}

.editorial-empty h2 {
    margin: 0 0 10px;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.editorial-empty p {
    max-width: 560px;
    margin: 0 auto;
    color: var(--text-muted);
    line-height: 1.8;
}

.editorial-empty .editorial-button {
    width: fit-content;
    margin-top: 22px;
}

@media (max-width: 1080px) {
    .editorial-grid,
    .editorial-card-grid,
    .editorial-profile-grid,
    .editorial-schedule-grid,
    .editorial-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .editorial-section > .container:has(> .editorial-profile-card) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

@media (max-width: 992px) {
    .editorial-section {
        padding: 60px 0;
    }

    .editorial-layout {
        grid-template-columns: 1fr;
    }

    .editorial-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
    }

    .editorial-access-grid,
    .editorial-contact-grid {
        grid-template-columns: 1fr;
    }

    .editorial-map,
    .editorial-map iframe {
        min-height: 380px;
    }

    .editorial-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .editorial-shell {
        width: min(100% - 32px, 1180px);
    }

    .editorial-hero {
        padding: 52px 0 48px;
    }

    .editorial-section {
        padding: 48px 0;
    }

    .editorial-grid,
    .editorial-card-grid,
    .editorial-card-grid--two,
    .editorial-profile-grid,
    .editorial-schedule-grid,
    .editorial-testimonial-grid,
    .editorial-sidebar,
    .editorial-directions {
        grid-template-columns: 1fr;
    }

    .editorial-section > .container:has(> .editorial-profile-card) {
        grid-template-columns: 1fr;
    }

    .editorial-related-grid {
        grid-template-columns: 1fr;
    }

    .editorial-breadcrumb {
        padding-top: 16px;
    }

    .editorial-article {
        border-radius: 14px;
    }

    .editorial-section .editorial-narrow > .editorial-prose {
        border-radius: 14px;
    }

    .editorial-prose {
        font-size: 0.96rem;
        line-height: 1.82;
    }

    .editorial-prose h2 {
        margin-top: 34px;
    }

    .editorial-map,
    .editorial-map iframe {
        min-height: 330px;
    }

    .editorial-cta-actions {
        width: 100%;
    }

    .editorial-button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .editorial-shell {
        width: min(100% - 24px, 1180px);
    }

    .editorial-hero h1,
    .editorial-hero-title {
        font-size: 1.85rem;
    }

    .editorial-eyebrow {
        font-size: 0.65rem;
        letter-spacing: 0.08em;
    }

    .editorial-card-body,
    .editorial-panel,
    .editorial-profile-body,
    .editorial-schedule-body,
    .editorial-testimonial-card {
        padding: 21px;
    }

    .editorial-contact-item {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
    }

    .editorial-contact-icon {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .editorial-phone-list {
        display: grid;
        gap: 5px;
    }

    .editorial-phone-list a + a::before {
        content: none;
    }

    .editorial-prose blockquote,
    .editorial-blockquote {
        padding: 20px 20px 20px 22px;
    }

    .editorial-map,
    .editorial-map iframe {
        min-height: 290px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .editorial-skip-link,
    .editorial-card,
    .editorial-card-media img,
    .editorial-card-link,
    .editorial-inline-link,
    .editorial-button {
        transition: none;
    }
}

@media (max-width: 520px) {
    .editorial-contact-item > div,
    .editorial-contact-panel > .editorial-contact-item > div {
        min-width: 0;
    }

    .editorial-contact-item a,
    .editorial-contact-panel > .editorial-contact-item a {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

@media print {
    .editorial-page .top-bar-et,
    .editorial-page .main-header-et,
    .editorial-page .main-footer-et,
    .editorial-page .floating-actions,
    .editorial-page .cookie-notice,
    .editorial-sidebar,
    .editorial-cta {
        display: none !important;
    }

    .editorial-main,
    .editorial-page {
        background: #ffffff;
    }

    .editorial-shell {
        width: 100%;
    }

    .editorial-section {
        padding: 20px 0;
    }

    .editorial-article {
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .editorial-layout {
        display: block;
    }

    .editorial-prose a {
        color: inherit;
        text-decoration: none;
    }
}
