
/* ============================================================
   exeter-attractions.css
   Exeter Attractions pillar page styles
   Version: 1.0 | Date: 25-06-2026
   ============================================================ */

/* ============================================================
   EDITORIAL
   ============================================================ */
.att-editorial {
    background: var(--wh);
    border: 1px solid var(--bd);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid var(--ac);
    margin-bottom: 1.5rem;
}

.att-editorial-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--pr);
    margin-bottom: 0.75rem;
}

.att-editorial-body p {
    font-size: 0.9rem;
    color: var(--mu);
    margin-bottom: 0.75rem;
    line-height: 1.65;
}

.att-editorial-body a { color: var(--pr); }
.att-editorial-body a:hover { color: var(--ac); }

.att-editorial-more {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.att-editorial-more.open { max-height: 2000px; }

.att-editorial-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
    align-items: center;
}

.att-editorial-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.15s;
    border: 1.5px solid var(--pr);
    background: var(--wh);
    color: var(--pr);
}

.att-editorial-toggle:hover { background: var(--pr-l); }
.att-toggle-icon { font-size: 0.65rem; transition: transform 0.3s ease; }
.att-editorial-toggle.open .att-toggle-icon { transform: rotate(180deg); }

.att-editorial-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.15s;
    border: 1.5px solid var(--bd);
    background: var(--bg);
    color: var(--pr);
}

.att-editorial-link:hover {
    border-color: var(--pr);
    background: var(--pr-l);
    color: var(--pr);
}

.att-editorial-link--accent {
    background: var(--ac);
    border-color: var(--ac);
    color: #fff !important;
}

.att-editorial-link--accent:hover {
    background: #ca6f1e;
    border-color: #ca6f1e;
    color: #fff !important;
}

@media (max-width: 767px) {
    .att-editorial { padding: 1rem; }
    .att-editorial-more.open { max-height: 3000px; }
}

/* ============================================================
   FEATURED STRIP
   ============================================================ */
.att-feat { margin-bottom: 1.5rem; }

.att-sect-title {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mu);
    margin-bottom: 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--ac);
    display: inline-block;
}

.att-feat-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    scrollbar-width: thin;
    scrollbar-color: var(--bd) transparent;
    -webkit-overflow-scrolling: touch;
}

.att-feat-scroll::-webkit-scrollbar { height: 4px; }
.att-feat-scroll::-webkit-scrollbar-thumb { background: var(--bd); border-radius: 2px; }

.att-feat-card {
    min-width: 240px;
    max-width: 260px;
    background: var(--wh);
    border: 1px solid var(--bd);
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    border-top: 3px solid var(--ac);
    transition: box-shadow 0.15s;
}

.att-feat-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.09); }
.att-feat-card a { text-decoration: none; color: inherit; }

.att-feat-img {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: var(--bg);
}

.att-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.att-feat-card:hover .att-feat-img img { transform: scale(1.04); }

.att-feat-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pr-l);
    color: var(--pr);
    opacity: 0.5;
}

.att-feat-body { padding: 0.9rem 1.1rem; }

.att-feat-cat {
    font-size: 0.75rem;
    color: var(--ac);
    font-weight: 600;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.att-feat-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 0.25rem;
    line-height: 1.35;
}

.att-feat-address {
    font-size: 0.78rem;
    color: var(--mu);
    margin-bottom: 0.25rem;
}

.att-feat-footer {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}

.att-feat-badge {
    display: inline-block;
    font-size: 0.68rem;
    padding: 2px 9px;
    border-radius: 999px;
    background: var(--pr-l);
    color: var(--pr);
    font-weight: 500;
}

.att-feat-badge-rating {
    background: var(--ac-l);
    color: var(--ac);
}

/* ============================================================
   FILTER BAR
   ============================================================ */
.att-typebar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding: 0.65rem 1rem;
    background: var(--wh);
    border: 1px solid var(--bd);
    border-radius: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    scrollbar-color: var(--bd) transparent;
    -webkit-overflow-scrolling: touch;
}

.att-typebar::-webkit-scrollbar { height: 4px; }
.att-typebar::-webkit-scrollbar-thumb { background: var(--bd); border-radius: 2px; }

@media (hover: none) {
    .att-typebar { scrollbar-width: none; }
    .att-typebar::-webkit-scrollbar { display: none; }
}

.att-flabel {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--mu);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    flex-shrink: 0;
}

.att-tchip {
    padding: 5px 15px;
    border-radius: 999px;
    font-size: 0.83rem;
    font-weight: 500;
    cursor: pointer;
    border: 1.5px solid var(--bd);
    background: var(--wh);
    color: var(--tx);
    transition: all 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
}

.att-tchip:hover { border-color: var(--pr); color: var(--pr); }

.att-tchip.active {
    background: #c8f04a !important;
    border-color: #a0c030 !important;
    color: #1a2f00 !important;
    font-weight: 600;
}

.att-resetbtn {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--mu);
    cursor: pointer;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 5px 6px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.att-resetbtn:hover { color: var(--tx); }

/* ============================================================
   FILTER STATUS BAR
   ============================================================ */
.att-status {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
    margin-bottom: 0.85rem;
    background: #fff8e6;
    border: 1px solid #f0c040;
    border-radius: 10px;
    flex-wrap: wrap;
}

.att-status.on { display: flex; }

.att-status-text {
    font-size: 0.82rem;
    color: #7a5200;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.att-status-text i { color: #e6a817; }

.att-stag {
    display: inline-block;
    background: #f0c040;
    color: #5a3c00;
    font-weight: 600;
    font-size: 0.78rem;
    padding: 2px 10px;
    border-radius: 999px;
}

.att-clearbtn {
    font-size: 0.8rem;
    font-weight: 700;
    color: #7a5200;
    background: none;
    border: 1.5px solid #f0c040;
    border-radius: 999px;
    padding: 4px 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
}

.att-clearbtn:hover { background: #f0c040; color: #3a2000; }

/* ============================================================
   CATEGORY SECTIONS
   ============================================================ */
.att-cat-section { margin-bottom: 2rem; }

.att-cat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--bd);
}

.att-cat-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--pr);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.att-cat-title i { color: var(--ac); }

/* ============================================================
   ATTRACTION CARDS
   ============================================================ */
.att-card {
    display: flex;
    gap: 0.85rem;
    background: var(--wh);
    border: 1px solid var(--bd);
    border-radius: 8px;
    padding: 0.8rem 0.95rem;
    margin-bottom: 0.55rem;
    align-items: flex-start;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.att-card:hover {
    border-color: #adb5bd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.att-card.att-p5 { border-left: 3px solid var(--ac); background: #fffdf7; }
.att-card.att-p4 { border-left: 3px solid #f5d76e; background: #fffefc; }

.att-card-img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--bg);
}

.att-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.att-card-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #1a3a5c, #2471a3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.3);
    font-size: 1.75rem;
}

.att-cbody {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.att-cmain { flex: 1; min-width: 0; }

.att-ctitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 0.25rem;
    line-height: 1.35;
    display: block;
}

.att-clink { text-decoration: none; color: inherit; }
.att-clink:hover .att-ctitle { color: var(--pr); }

.att-cmeta {
    font-size: 0.78rem;
    color: var(--mu);
    margin-bottom: 0.2rem;
    display: block;
    line-height: 1.4;
}

.att-cmeta i { width: 13px; margin-right: 3px; }

.att-cdesc {
    font-style: italic;
    margin-top: 0.2rem;
}

.att-cbadges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.att-badge {
    font-size: 0.68rem;
    padding: 2px 9px;
    border-radius: 999px;
    font-weight: 500;
    background: var(--pr-l);
    color: var(--pr);
}

.att-badge-rating {
    background: var(--ac-l);
    color: var(--ac);
}

.att-cactions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.4rem;
    flex-shrink: 0;
}

.att-booking-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.74rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--ac);
    color: #fff;
    text-decoration: none;
    transition: background 0.15s;
    white-space: nowrap;
}

.att-booking-btn:hover { background: #ca6f1e; color: #fff; }

.att-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.74rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--pr-l);
    color: var(--pr);
    text-decoration: none;
    transition: background 0.15s;
    white-space: nowrap;
}

.att-more-btn:hover { background: var(--pr); color: #fff; }

/* ============================================================
   DEVON TEASER
   ============================================================ */
.att-devon-teaser {
    background: var(--bg);
    border: 1px solid var(--bd);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.att-devon-teaser-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--bd);
    gap: 1rem;
}

.att-devon-teaser-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--pr);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.att-devon-teaser-title i { color: var(--ac); }

.att-devon-teaser-more {
    font-size: 0.8rem;
    color: var(--pr);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.15s;
}

.att-devon-teaser-more:hover { color: var(--ac); }

/* ============================================================
   EMPTY STATE
   ============================================================ */
.att-empty {
    text-align: center;
    padding: 2rem 1rem;
    color: var(--mu);
    font-size: 0.9rem;
    border: 1px solid var(--bd);
    border-radius: 8px;
    background: var(--bg);
}

.att-empty i {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: var(--pr);
    opacity: 0.3;
}

/* ============================================================
   DISCLAIMER
   ============================================================ */
.att-disclaimer {
    font-size: 0.78rem;
    color: var(--mu);
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--bd);
    font-style: italic;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
    .att-card { padding: 0.7rem 0.8rem; gap: 0.65rem; }
    .att-card-img,
    .att-card-placeholder { width: 60px; height: 60px; }
    .att-cbody { gap: 0.5rem; }
    .att-cactions { gap: 0.35rem; }
    .att-booking-btn,
    .att-more-btn { font-size: 0.7rem; padding: 3px 9px; }
    .att-feat-card { min-width: 200px; max-width: 220px; }
    .att-feat-img { height: 110px; }
    .att-cat-header { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
    .att-devon-teaser { padding: 1rem; }
    .att-devon-teaser-header { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   CATEGORY MORE LINK (Devon page)
   ============================================================ */
.att-cat-more {
    font-size: 0.8rem;
    color: var(--pr);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.15s;
    display: flex;
    align-items: center;
}

.att-cat-more:hover { color: var(--ac); }

/* ============================================================
   MAP CTA BLOCK
   ============================================================ */
.att-map-cta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: var(--pr-l);
    border: 1px solid var(--bd);
    border-left: 4px solid var(--pr);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.att-map-cta-icon {
    font-size: 2rem;
    color: var(--pr);
    flex-shrink: 0;
    opacity: 0.7;
}

.att-map-cta-content { flex: 1; min-width: 0; }

.att-map-cta-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--pr);
    margin-bottom: 0.25rem;
}

.att-map-cta-text {
    font-size: 0.85rem;
    color: var(--mu);
    line-height: 1.5;
}

.att-map-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    background: var(--pr);
    color: #fff;
    transition: background 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
}

.att-map-cta-btn:hover { background: #154360; color: #fff; }

@media (max-width: 767px) {
    .att-map-cta {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    .att-map-cta-icon { display: none; }
    .att-map-cta-btn { width: 100%; justify-content: center; }
}
