/* ========================================================================
   Editorial design system — warm boutique retreat theme
   Scoped to body.editorial-page; opt in via $editorialTheme in head.php
   ======================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400&display=swap');

body.editorial-page {
    --ed-paper: #f7f2e9;
    --ed-paper-deep: #efe6d6;
    --ed-surface: #fffdf8;
    --ed-ink: #0d2733;
    --ed-ink-soft: #2a4356;
    --ed-muted: #5a6b72;
    --ed-accent: #0071bb;
    --ed-accent-hover: #005a94;
    --ed-gold: #b08443;
    --ed-line: rgba(0, 51, 102, 0.12);
    --ed-line-strong: rgba(0, 51, 102, 0.22);
    --ed-shadow-sm: 0 4px 20px rgba(13, 39, 51, 0.06);
    --ed-shadow-md: 0 12px 40px rgba(13, 39, 51, 0.09);
    --ed-shadow-lg: 0 24px 60px rgba(13, 39, 51, 0.11);
    --ed-radius: 4px;
    --ed-radius-sm: 2px;
    --ed-display: 'Fraunces', Georgia, 'Times New Roman', serif;
    --ed-body: var(--font-family, 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    background: var(--ed-paper) !important;
    color: var(--ed-ink);
}

body.editorial-page::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9998;
    pointer-events: none;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 180px 180px;
}

body.editorial-page main {
    position: relative;
    background: var(--ed-paper);
}

body.editorial-page .container {
    max-width: 1180px;
}

/* Icons */
body.editorial-page .vh-icon-svg,
body.editorial-page .ed-icon-svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

body.editorial-page .vh-icon,
body.editorial-page .ed-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ed-accent);
}

/* Section titles */
body.editorial-page .section-title {
    max-width: 640px;
    margin: 0 auto 3rem;
    text-align: left;
}

body.editorial-page .section-title--left,
body.editorial-page .destination-content .section-title {
    text-align: left;
}

body.editorial-page .section-title h2,
body.editorial-page .section-title h1 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
    font-size: clamp(2rem, 4vw, 2.85rem);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

body.editorial-page .section-title h2::before {
    display: none;
}

body.editorial-page .section-title p,
body.editorial-page .section-title .content-prose p {
    color: var(--ed-muted);
    font-family: var(--ed-body);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 58ch;
    margin: 0.75rem 0 0;
}

body.editorial-page .vh-section-eyebrow,
body.editorial-page .ed-section-eyebrow {
    display: block;
    margin: 0 0 0.85rem;
    padding: 0 0 0.65rem;
    border-bottom: 1px solid var(--ed-gold);
    border-radius: 0;
    background: none;
    color: var(--ed-gold);
    font-family: var(--ed-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    width: fit-content;
}

/* Buttons */
body.editorial-page .btn,
body.editorial-page .cta-button,
body.editorial-page .btn-read-more {
    font-family: var(--ed-body);
    font-weight: 600;
    border-radius: var(--ed-radius-sm);
    background: var(--ed-accent);
    border: 1px solid var(--ed-accent);
    color: #fff;
    box-shadow: none;
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

body.editorial-page .cta-button {
    border-radius: var(--ed-radius-sm);
    padding: 0.85rem 1.75rem;
}

body.editorial-page .btn-read-more {
    font-size: 0.9rem;
    padding: 0.5rem 1.15rem;
}

body.editorial-page .btn:hover,
body.editorial-page .cta-button:hover,
body.editorial-page .btn-read-more:hover {
    background: var(--ed-accent-hover);
    border-color: var(--ed-accent-hover);
    transform: translateY(-1px);
    box-shadow: var(--ed-shadow-sm);
    color: #fff;
}

body.editorial-page .btn:active {
    transform: translateY(0);
}

body.editorial-page .btn:focus-visible,
body.editorial-page .cta-button:focus-visible {
    outline: 2px solid var(--ed-gold);
    outline-offset: 3px;
}

body.editorial-page .btn-outline {
    background: transparent;
    border-color: var(--ed-line-strong);
    color: var(--ed-ink);
}

body.editorial-page .btn-outline:hover {
    background: var(--ed-paper-deep);
    color: var(--ed-ink);
    border-color: var(--ed-ink-soft);
}

/* Standard page hero */
body.editorial-page .page-header {
    background-attachment: scroll;
    text-align: left;
    align-items: flex-end;
    min-height: clamp(320px, 55vh, 520px);
    padding: calc(var(--hero-nav-height, 76px) + 3rem) 0 clamp(3rem, 6vw, 4.5rem);
}

body.editorial-page .page-header::before {
    background: linear-gradient(
        108deg,
        rgba(0, 33, 66, 0.78) 0%,
        rgba(0, 51, 102, 0.55) 45%,
        rgba(0, 113, 187, 0.28) 100%
    );
}

body.editorial-page .page-header h1 {
    font-family: var(--ed-display);
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.05;
    max-width: 16ch;
    text-wrap: balance;
    margin: 0 0 1rem;
}

body.editorial-page .page-header p {
    font-family: var(--ed-body);
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    line-height: 1.7;
    max-width: 48ch;
    margin: 0;
    opacity: 1;
    color: rgba(255, 255, 255, 0.88);
}

body.hero-nav-page.editorial-page .page-header > .container {
    text-align: left;
}

/* Content sections */
body.editorial-page .content-section {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
}

body.editorial-page .content-section.bg-secondary {
    background: var(--ed-paper-deep) !important;
    border-top: 1px solid var(--ed-line);
    border-bottom: 1px solid var(--ed-line);
}

body.editorial-page .content-prose {
    color: var(--ed-muted);
}

body.editorial-page .content-prose p {
    line-height: 1.78;
    font-size: 1.02rem;
}

body.editorial-page .content-prose h3,
body.editorial-page .content-prose h4 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
    font-weight: 600;
}

body.editorial-page .destination-content {
    max-width: 960px;
}

body.editorial-page .destination-intro .content-prose p {
    color: var(--ed-muted);
    font-size: 1.05rem;
}

/* Cards — facility, destination, service */
body.editorial-page .facility-card,
body.editorial-page .destination-card,
body.editorial-page .service-card,
body.editorial-page .category-card,
body.editorial-page .contact-direct-card,
body.editorial-page .map-section-card {
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    box-shadow: var(--ed-shadow-sm);
    text-align: left;
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

body.editorial-page .facility-card:hover,
body.editorial-page .destination-card:hover,
body.editorial-page .service-card:hover {
    transform: none;
    box-shadow: var(--ed-shadow-md);
    border-color: var(--ed-line-strong);
}

body.editorial-page .facility-card h3,
body.editorial-page .destination-card h3,
body.editorial-page .service-card h3 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
    font-weight: 600;
    letter-spacing: -0.01em;
}

body.editorial-page .facility-card p,
body.editorial-page .destination-card p {
    color: var(--ed-muted);
    font-size: 0.94rem;
    line-height: 1.65;
}

body.editorial-page .facility-icon,
body.editorial-page .card-icon {
    background: var(--ed-paper-deep);
    color: var(--ed-accent);
    border-radius: var(--ed-radius-sm);
    box-shadow: none;
    font-size: 1.25rem;
}

body.editorial-page .facilities-grid {
    gap: 1rem;
    margin-top: 2rem;
}

/* Destination layout */
body.editorial-page .destination-split img {
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow-sm);
}

body.editorial-page .route-details {
    background: var(--ed-surface);
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
}

body.editorial-page .route-details h4 {
    color: var(--ed-gold);
    font-family: var(--ed-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.editorial-page .comparison-section {
    background: var(--ed-paper-deep);
    border-top: 1px solid var(--ed-gold);
}

body.editorial-page .comparison-section .comparison-highlight h2 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
    font-size: clamp(1.5rem, 3vw, 2rem);
}

body.editorial-page .comparison-section .comparison-box {
    border: 1px solid var(--ed-line);
    background: var(--ed-surface);
    border-radius: var(--ed-radius);
}

/* FAQ */
body.editorial-page .faq-section details.faq-item,
body.editorial-page .faq-item {
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    box-shadow: none;
}

body.editorial-page .faq-section details.faq-item:hover,
body.editorial-page .faq-item:hover {
    border-color: var(--ed-line-strong);
    box-shadow: var(--ed-shadow-sm);
}

body.editorial-page .faq-section details.faq-item summary,
body.editorial-page .faq-item h3 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
    font-weight: 600;
}

body.editorial-page .faq-section .faq-icon::before,
body.editorial-page .faq-section .faq-icon::after {
    background: var(--ed-accent);
}

body.editorial-page .faq-intro-block {
    background: var(--ed-surface);
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
}

body.editorial-page .faq-intro-block p {
    color: var(--ed-muted);
}

/* Contact */
body.editorial-page .contact-item,
body.editorial-page .contact-direct-card {
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
}

body.editorial-page .contact-details h4 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
    font-weight: 600;
}

body.editorial-page .contact-details p,
body.editorial-page .contact-details a {
    color: var(--ed-muted);
}

body.editorial-page .map-container {
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    box-shadow: var(--ed-shadow-sm);
    overflow: hidden;
}

/* Insight / feature patterns (shared with vakantiehuis) */
body.editorial-page .vh-insight-grid,
body.editorial-page .ed-insight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    overflow: hidden;
}

body.editorial-page .vh-insight-card,
body.editorial-page .ed-insight-card {
    padding: 2rem 1.75rem;
    border-right: 1px solid var(--ed-line);
    background: none;
    box-shadow: none;
    transition: background 0.22s ease;
}

body.editorial-page .vh-insight-card:last-child,
body.editorial-page .ed-insight-card:last-child {
    border-right: none;
}

body.editorial-page .vh-insight-card:hover,
body.editorial-page .ed-insight-card:hover {
    transform: none;
    background: var(--ed-paper);
    box-shadow: none;
}

body.editorial-page .vh-insight-icon,
body.editorial-page .ed-insight-icon {
    display: flex;
    margin-bottom: 1rem;
    color: var(--ed-accent);
    background: none;
    box-shadow: none;
}

body.editorial-page .vh-insight-card p,
body.editorial-page .ed-insight-card p {
    margin: 0;
    color: var(--ed-muted);
    font-size: 1rem;
    line-height: 1.78;
}

body.editorial-page .vh-feature-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

body.editorial-page .vh-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--ed-line);
    color: var(--ed-ink-soft);
    font-size: 0.94rem;
    line-height: 1.55;
}

body.editorial-page .vh-feature-list li:last-child {
    border-bottom: none;
}

body.editorial-page .vh-feature-list .icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--ed-radius-sm);
    background: var(--ed-paper-deep);
    color: var(--ed-accent);
}

body.editorial-page .vh-facilities-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    overflow: hidden;
}

body.editorial-page .vh-facility-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem 1.15rem;
    padding: 1.5rem 1.35rem;
    border-bottom: 1px solid var(--ed-line);
    border-right: 1px solid var(--ed-line);
    align-items: start;
}

body.editorial-page .vh-facility-row:nth-child(2n) {
    border-right: none;
}

body.editorial-page .vh-facility-row:nth-last-child(-n+2) {
    border-bottom: none;
}

body.editorial-page .vh-facility-row .vh-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--ed-radius-sm);
    background: var(--ed-paper);
    grid-row: 1 / span 2;
}

body.editorial-page .vh-facility-row h3 {
    margin: 0 0 0.35rem;
    font-family: var(--ed-display);
    color: var(--ed-ink);
    font-size: 1.15rem;
    font-weight: 600;
    grid-column: 2;
    grid-row: 1;
}

body.editorial-page .vh-facility-row p {
    margin: 0;
    grid-column: 2;
    grid-row: 2;
    color: var(--ed-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

/* Map split pattern */
body.editorial-page .vh-map-split,
body.editorial-page .ed-map-split {
    display: grid;
    grid-template-columns: minmax(260px, 320px) 1fr;
    gap: 1.25rem;
    align-items: stretch;
}

body.editorial-page .vh-map-info,
body.editorial-page .ed-map-info {
    padding: 1.75rem 1.5rem;
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    border: 1px solid var(--ed-line);
    box-shadow: var(--ed-shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

body.editorial-page .vh-map-info h2,
body.editorial-page .ed-map-info h2 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
    font-weight: 600;
    letter-spacing: -0.02em;
}

body.editorial-page .vh-map-detail,
body.editorial-page .ed-map-detail {
    display: flex;
    gap: 0.85rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--ed-line);
}

body.editorial-page .vh-map-detail:last-of-type,
body.editorial-page .ed-map-detail:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

body.editorial-page .vh-map-detail-icon,
body.editorial-page .ed-map-detail-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--ed-radius-sm);
    background: var(--ed-paper-deep);
    color: var(--ed-accent);
}

body.editorial-page .vh-map-detail strong,
body.editorial-page .ed-map-detail strong {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ed-gold);
}

body.editorial-page .vh-map-detail span,
body.editorial-page .vh-map-detail a,
body.editorial-page .ed-map-detail span,
body.editorial-page .ed-map-detail a {
    color: var(--ed-ink-soft);
    text-decoration: none;
}

body.editorial-page .vh-map-detail a:hover,
body.editorial-page .ed-map-detail a:hover {
    color: var(--ed-accent);
}

/* Landing page tables */
body.editorial-page.landing-page .destination-table-wrap {
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
}

body.editorial-page.landing-page .destination-table thead {
    background: var(--ed-paper-deep);
}

body.editorial-page.landing-page .destination-table th {
    color: var(--ed-ink);
    font-family: var(--ed-display);
    font-weight: 600;
}

body.editorial-page.landing-page .destination-table a {
    color: var(--ed-accent);
}

body.editorial-page.landing-page .destination-table tbody tr:hover {
    background: var(--ed-paper);
}

/* Blog article prose */
body.editorial-page.blog-article-page .article-content,
body.editorial-page .blog-content {
    color: var(--ed-muted);
}

body.editorial-page.blog-article-page .article-content h2,
body.editorial-page.blog-article-page .article-content h3 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
}

/* Footer subtle alignment */
body.editorial-page .site-footer {
    border-top: 1px solid var(--ed-line);
}

/* Home page — editorial palette over home.css */
body.editorial-page[data-page="home"] {
    background: var(--ed-paper) !important;
    color: var(--ed-ink);
}

body.editorial-page[data-page="home"] main {
    background: var(--ed-paper);
}

body.editorial-page[data-page="home"] .section-title h2,
body.editorial-page[data-page="home"] .intro-content h2,
body.editorial-page[data-page="home"] .services-section h2,
body.editorial-page[data-page="home"] .map-section h2 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
    letter-spacing: -0.025em;
}

body.editorial-page[data-page="home"] .section-title p {
    color: var(--ed-muted);
}

body.editorial-page[data-page="home"] .home-hero::before {
    background: linear-gradient(
        108deg,
        rgba(0, 33, 66, 0.78) 0%,
        rgba(0, 51, 102, 0.55) 45%,
        rgba(0, 113, 187, 0.28) 100%
    );
}

body.editorial-page[data-page="home"] .home-hero::after {
    display: none;
}

body.editorial-page .home-hero h1 {
    font-family: var(--ed-display);
}

/* Boat fleet cards */
body.editorial-page .boat-fleet-card,
body.editorial-page .boat-card {
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    box-shadow: var(--ed-shadow-sm);
}

body.editorial-page .boat-fleet-card:hover,
body.editorial-page .boat-card:hover {
    border-color: var(--ed-line-strong);
    box-shadow: var(--ed-shadow-md);
}

body.editorial-page .boat-fleet-card h3,
body.editorial-page .boat-card h3 {
    font-family: var(--ed-display);
    color: var(--ed-ink);
}

/* Pricing tables */
body.editorial-page .pricing-table,
body.editorial-page table {
    border-color: var(--ed-line);
}

body.editorial-page .pricing-table th {
    background: var(--ed-paper-deep);
    color: var(--ed-ink);
    font-family: var(--ed-display);
}

/* Route spine signature */
body.editorial-page .route-spine {
    color: var(--ed-accent);
    opacity: 0.55;
    padding: 0.5rem 0 1.5rem;
}

body.editorial-page .route-spine--compact {
    padding: 0.25rem 0 1rem;
}

body.editorial-page .route-spine-svg {
    display: block;
    width: 100%;
    height: 48px;
}

body.editorial-page .route-spine--compact .route-spine-svg {
    height: 32px;
}

/* Trust bar */
body.editorial-page .trust-bar {
    position: relative;
    z-index: 5;
    margin-top: -2.5rem;
    padding: 0 1rem;
}

body.editorial-page .trust-bar .container {
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    box-shadow: var(--ed-shadow-md);
}

body.editorial-page .trust-bar-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

body.editorial-page .trust-bar-list li {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1.25rem 1.15rem;
    border-right: 1px solid var(--ed-line);
}

body.editorial-page .trust-bar-list li:last-child {
    border-right: none;
}

body.editorial-page .trust-bar-list strong {
    font-family: var(--ed-display);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--ed-ink);
}

body.editorial-page .trust-bar-list span {
    font-size: 0.8rem;
    color: var(--ed-muted);
    line-height: 1.4;
}

/* Review wall */
body.editorial-page .review-wall {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: var(--ed-paper-deep);
}

body.editorial-page .review-wall-header {
    margin-bottom: 2rem;
}

body.editorial-page .review-wall-aggregate {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

body.editorial-page .review-wall-score {
    font-family: var(--ed-display);
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--ed-ink);
    line-height: 1;
}

body.editorial-page .review-wall-star {
    width: 1rem;
    height: 1rem;
    color: var(--ed-gold);
}

body.editorial-page .review-wall-count {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    color: var(--ed-muted);
}

body.editorial-page .review-wall-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

body.editorial-page .review-wall-card {
    padding: 1.5rem 1.35rem;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
}

body.editorial-page .review-wall-quote {
    margin: 0.75rem 0 1rem;
    font-style: normal;
}

body.editorial-page .review-wall-quote p {
    margin: 0;
    color: var(--ed-ink-soft);
    font-size: 0.94rem;
    line-height: 1.65;
}

body.editorial-page .review-wall-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    font-size: 0.8rem;
    color: var(--ed-muted);
}

body.editorial-page .review-wall-meta cite {
    font-style: normal;
    font-weight: 600;
    color: var(--ed-ink);
}

/* Editorial service / destination lists */
body.editorial-page .ed-services-list,
body.editorial-page .ed-destinations-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 960px;
    margin: 0 auto;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    overflow: hidden;
}

body.editorial-page .ed-service-row,
body.editorial-page .ed-destination-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem 1.15rem;
    align-items: center;
    padding: 1.35rem 1.25rem;
    border-bottom: 1px solid var(--ed-line);
    border-right: 1px solid var(--ed-line);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease;
}

body.editorial-page a.ed-destination-row:hover,
body.editorial-page a.ed-service-row:hover {
    background: var(--ed-paper);
}

body.editorial-page .ed-service-row:nth-child(2n),
body.editorial-page .ed-destination-row:nth-child(2n) {
    border-right: none;
}

body.editorial-page .ed-service-row:nth-last-child(-n+2),
body.editorial-page .ed-destination-row:nth-last-child(-n+2) {
    border-bottom: none;
}

body.editorial-page .ed-service-row .ed-icon,
body.editorial-page .ed-destination-row .ed-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--ed-radius-sm);
    background: var(--ed-paper-deep);
}

body.editorial-page .ed-service-row h3,
body.editorial-page .ed-destination-row h3 {
    margin: 0 0 0.25rem;
    font-family: var(--ed-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ed-ink);
}

body.editorial-page .ed-service-row p,
body.editorial-page .ed-destination-row p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ed-muted);
    line-height: 1.55;
}

body.editorial-page .ed-service-row .ed-row-cta {
    color: var(--ed-accent);
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

body.editorial-page .ed-features-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

body.editorial-page .ed-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--ed-line);
    font-size: 0.94rem;
    color: var(--ed-ink-soft);
}

body.editorial-page .ed-features-list li:last-child {
    border-bottom: none;
}

body.editorial-page .ed-features-list .ed-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: var(--ed-paper-deep);
    border-radius: var(--ed-radius-sm);
}

/* Nav cart icon */
body.editorial-page .cart-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
}

body.editorial-page .cart-icon .ed-icon-svg {
    width: 1.35rem;
    height: 1.35rem;
}

/* Homepage hero E-E-A-T */
body.editorial-page[data-page="home"] .hero-provenance {
    display: block;
    margin: 0 0 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(176, 132, 67, 0.55);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(232, 210, 170, 0.95);
    width: fit-content;
}

body.editorial-page[data-page="home"] .hero-snippet {
    margin: 1.25rem 0 0;
    padding: 1rem 1.1rem;
    border-left: 2px solid var(--ed-accent);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

body.editorial-page[data-page="home"] .hero-snippet cite {
    display: block;
    margin-top: 0.5rem;
    font-style: normal;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

body.editorial-page[data-page="home"] .hero-trust-list li::before {
    background: var(--ed-gold);
}

body.editorial-page[data-page="home"] .facts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius);
    background: var(--ed-surface);
    overflow: hidden;
}

body.editorial-page[data-page="home"] .fact-card {
    padding: 1.5rem;
    border-right: 1px solid var(--ed-line);
    border-bottom: 1px solid var(--ed-line);
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    text-align: left !important;
    align-items: flex-start !important;
}

body.editorial-page[data-page="home"] .fact-card:nth-child(2n) {
    border-right: none;
}

body.editorial-page[data-page="home"] .fact-card:nth-last-child(-n+2) {
    border-bottom: none;
}

body.editorial-page[data-page="home"] .popular-topics-grid a {
    border: 1px solid var(--ed-line);
    border-radius: var(--ed-radius-sm);
    background: var(--ed-surface);
    color: var(--ed-ink-soft);
}

body.editorial-page[data-page="home"] .popular-topics-grid a:hover {
    border-color: var(--ed-accent);
    color: var(--ed-accent);
}

body.editorial-page .about-section {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: var(--ed-paper-deep);
}

body.editorial-page .about-lead {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--ed-ink-soft);
}

body.editorial-page .fact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0.75rem;
    border-radius: var(--ed-radius-sm);
    background: var(--ed-paper-deep);
}

body.editorial-page .fact-card h3 {
    margin: 0 0 0.5rem;
    font-family: var(--ed-display);
    font-size: 1.15rem;
    color: var(--ed-ink);
}

body.editorial-page .fact-card p {
    margin: 0;
    color: var(--ed-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

body.editorial-page .ed-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

body.editorial-page .author-byline,
body.editorial-page .ed-author-byline {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--ed-border, rgba(0, 0, 0, 0.08));
    border-radius: 8px;
    background: var(--ed-surface-muted, #faf8f5);
}

body.editorial-page .author-byline-inner {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

body.editorial-page .author-byline-name {
    font-weight: 600;
    margin: 0 0 0.25rem;
}

body.editorial-page .author-byline-role,
body.editorial-page .author-byline-bio,
body.editorial-page .author-byline-updated {
    margin: 0.35rem 0 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--text-secondary, #555);
}

body.editorial-page .contact-icon.ed-icon {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 0.35rem;
}

body.editorial-page .booking-form-modern .input-icon .ed-icon-svg {
    width: 1.1rem;
    height: 1.1rem;
}

/* Responsive */
@media (max-width: 1024px) {
    body.editorial-page .vh-facilities-list {
        grid-template-columns: 1fr;
    }

    body.editorial-page .vh-facility-row {
        border-right: none;
    }

    body.editorial-page .vh-facility-row:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--ed-line);
    }

    body.editorial-page .vh-facility-row:last-child {
        border-bottom: none;
    }
}

@media (max-width: 960px) {
    body.editorial-page .trust-bar-list {
        grid-template-columns: repeat(2, 1fr);
    }

    body.editorial-page .trust-bar-list li:nth-child(2) {
        border-right: none;
    }

    body.editorial-page .trust-bar-list li:nth-child(1),
    body.editorial-page .trust-bar-list li:nth-child(2) {
        border-bottom: 1px solid var(--ed-line);
    }

    body.editorial-page .review-wall-grid {
        grid-template-columns: 1fr;
    }

    body.editorial-page .ed-services-list,
    body.editorial-page .ed-destinations-list {
        grid-template-columns: 1fr;
    }

    body.editorial-page .ed-service-row,
    body.editorial-page .ed-destination-row {
        border-right: none;
    }

    body.editorial-page .ed-service-row:nth-last-child(-n+2),
    body.editorial-page .ed-destination-row:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--ed-line);
    }

    body.editorial-page .ed-service-row:last-child,
    body.editorial-page .ed-destination-row:last-child {
        border-bottom: none;
    }

    body.editorial-page .vh-insight-grid,
    body.editorial-page .ed-insight-grid {
        grid-template-columns: 1fr;
    }

    body.editorial-page .vh-insight-card,
    body.editorial-page .ed-insight-card {
        border-right: none;
        border-bottom: 1px solid var(--ed-line);
    }

    body.editorial-page .vh-insight-card:last-child,
    body.editorial-page .ed-insight-card:last-child {
        border-bottom: none;
    }

    body.editorial-page .vh-map-split,
    body.editorial-page .ed-map-split {
        grid-template-columns: 1fr;
    }

    body.editorial-page .destination-split {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.editorial-page .page-header {
        background-attachment: scroll;
    }

    body.editorial-page .route-spine-path {
        stroke-dasharray: none !important;
        stroke-dashoffset: 0 !important;
    }

    body.editorial-page .btn,
    body.editorial-page .facility-card,
    body.editorial-page .vh-insight-card {
        transition: none;
    }
}
