/* Remutaka Cycle Trail guide page — extends tours-directory look */

.remutaka-guide-page .remutaka-guide-content {
    padding: 3rem 0 5rem;
}

.remutaka-guide-page .remutaka-guide-content > .section-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.remutaka-guide-intro,
.remutaka-glance,
.remutaka-tours-section,
.remutaka-guide-section,
.remutaka-final-cta {
    margin-bottom: 3.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.remutaka-guide-intro p,
.remutaka-tours-section > p,
.remutaka-guide-section p,
.remutaka-final-cta p {
    margin: 0 0 1.15rem;
    font-size: 1.05rem;
}

.remutaka-guide-byline {
    margin-top: 1.5rem !important;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.7);
}

.remutaka-guide-page h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 0 0 1.25rem;
    line-height: 1.15;
}

.remutaka-guide-page h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.65rem;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 2rem 0 0.85rem;
}

.remutaka-guide-page .tour-content h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: inherit;
    font-size: 1.5rem;
    letter-spacing: normal;
    color: #fff;
}

.remutaka-guide-page ul {
    margin: 0 0 1.25rem;
    padding-left: 1.25rem;
}

.remutaka-guide-page li {
    margin-bottom: 0.55rem;
}

.remutaka-guide-page a {
    color: #7a9e06;
    text-decoration: none;
    transition: color 0.2s ease;
}

.remutaka-guide-page a:hover {
    color: #9bc40d;
}

.remutaka-glance-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.remutaka-info-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
}

.remutaka-info-table th,
.remutaka-info-table td {
    text-align: left;
    padding: 0.95rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    vertical-align: top;
}

.remutaka-info-table tr:last-child th,
.remutaka-info-table tr:last-child td {
    border-bottom: none;
}

.remutaka-info-table th {
    width: 38%;
    color: #7a9e06;
    font-weight: 600;
}

.remutaka-info-table thead th {
    color: #fff;
    background: rgba(122, 158, 6, 0.18);
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.15rem;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.remutaka-compare-table td:first-child {
    color: rgba(255, 255, 255, 0.85);
}

.remutaka-tours-section .tours-layout {
    margin-top: 2rem;
}

.remutaka-section-block {
    margin-top: 2.5rem;
    padding: 1.75rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.remutaka-section-block h3 {
    margin-top: 0;
}

.remutaka-section-meta {
    list-style: none;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    margin-bottom: 1rem !important;
}

.remutaka-section-meta li {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.98rem;
}

.remutaka-media-figure {
    margin: 0 0 1.25rem;
}

.remutaka-media-figure img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.remutaka-media-figure figcaption {
    margin-top: 0.65rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.45;
}

.remutaka-map-image-link {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.remutaka-map-image-link:hover {
    opacity: 0.92;
    transform: translateY(-2px);
}

.remutaka-map-image-link img {
    cursor: pointer;
}

.remutaka-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    align-items: center;
}

.remutaka-callout {
    margin-top: 1.25rem;
    padding: 1rem 1.2rem;
    border-left: 3px solid #7a9e06;
    background: rgba(122, 158, 6, 0.12);
    border-radius: 0 8px 8px 0;
    color: rgba(255, 255, 255, 0.92);
}

.remutaka-callout--warn {
    border-left-color: #c4a35a;
    background: rgba(196, 163, 90, 0.12);
}

.remutaka-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.remutaka-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.remutaka-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 1rem 1.2rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-right: 2.75rem;
}

.remutaka-faq-item summary::-webkit-details-marker {
    display: none;
}

.remutaka-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #7a9e06;
    font-size: 1.35rem;
    line-height: 1;
}

.remutaka-faq-item[open] summary::after {
    content: '–';
}

.remutaka-faq-answer {
    padding: 0 1.2rem 1.15rem;
}

.remutaka-faq-answer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

.remutaka-final-cta {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(160deg, rgba(122, 158, 6, 0.18), rgba(255, 255, 255, 0.04));
}

.remutaka-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.remutaka-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.6rem;
    border-radius: 6px;
    background: #7a9e06;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.remutaka-cta-btn:hover {
    background: #8bb20a;
    color: #fff !important;
    transform: translateY(-1px);
}

.remutaka-cta-btn--secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.remutaka-cta-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
    .remutaka-guide-page .remutaka-guide-content > .section-container {
        padding: 0 1rem;
    }

    .remutaka-guide-page h2 {
        font-size: 2rem;
    }

    .remutaka-section-block {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .remutaka-guide-page .remutaka-guide-content {
        padding: 1.5rem 0 3.5rem;
    }

    .remutaka-guide-intro p,
    .remutaka-tours-section > p,
    .remutaka-guide-section p,
    .remutaka-final-cta p {
        font-size: 0.95rem;
    }

    .remutaka-guide-page h2 {
        font-size: 1.75rem;
    }

    .remutaka-guide-page h3 {
        font-size: 1.35rem;
    }

    .remutaka-info-table th,
    .remutaka-info-table td {
        padding: 0.75rem 0.9rem;
        font-size: 0.92rem;
    }

    .remutaka-cta-btn {
        width: 100%;
    }
}
