/* ================================================== */

/* ---------------------------------------- */
:root {
    --brand-primary:      #14708C;
    --brand-primary-dark: #0E5063;
    --brand-primary-deep: #08323F;
    --brand-secondary:    #211D1A;
    --brand-cta:          #DA5A26;
    --brand-cta-hover:    #B8401A;
    --brand-accent:       #E0913C;

    --surface-base:       #FBF8F3;
    --surface-warm:       #F4ECDD;
    --surface-fill:       #E3EEF2;

    --text-primary:       #211D1A;
    --text-body:          #2A2622;
    --text-muted:         #8A847C;
    --text-subtle:        #A8A299;
    --text-link:          #0E5063;
    --text-link-hover:    #08323F;

    --border-default:     #E7E0D3;
    --border-warm:        #F2EADC;
    --border-accent:      #14708C;

    --shadow-card:        0 1px 4px rgba(33,29,26,.08);
    --shadow-card-hover:  0 4px 12px -2px rgba(33,29,26,.13);
    --shadow-md:          0 8px 22px -4px rgba(33,29,26,.16);
}

/* ---------------------------------------- */
.article-body p.lead,
p.lead { font-size: 1.125rem !important; line-height: 1.85 !important; color: #211D1A !important; margin-bottom: 28px !important; }


/* ---------------------------------------- */
body {
    background: var(--surface-base);
    color: var(--text-body);
}

a { color: var(--text-link); }
a:hover { color: var(--text-link-hover); }

/* ---------------------------------------- */
.site-header {
    border-bottom-color: var(--border-default);
}

/* Logo */
.logo-link { text-decoration: none; }
.site-logo  { height: 40px; width: auto; display: block; }

/* Desktop Nav */
.nav-link,
.nav-link-btn {
    color: #454340;
    font-size: .875rem;
    font-weight: 700;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-bottom: 2px solid transparent;
    transition: color .15s, border-color .15s;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Lato', sans-serif;
}
.nav-link:hover,
.nav-link-btn:hover,
.nav-link.active,
.nav-link-btn.active {
    color: var(--brand-primary);
    border-bottom-color: var(--brand-primary);
    text-decoration: none;
}

/* Dropdown */
.nav-dropdown {
    background: #fff;
    border-top: 3px solid var(--brand-primary);
    box-shadow: var(--shadow-md);
    border-radius: 0 0 8px 8px;
}
.nav-dd-all { color: var(--brand-primary); font-weight: 700; }
.nav-dd-all:hover { color: var(--brand-primary-dark); text-decoration: none; }
.nav-dd-sub { color: #454340; font-size: .8rem; font-weight: 700; }
.nav-dd-sub:hover,
.nav-dd-sub.active { color: var(--brand-primary); text-decoration: none; }
.nav-dd-entry { color: #454340; }
.nav-dd-entry:hover,
.nav-dd-entry.active { color: var(--brand-primary); text-decoration: none; }

/* Mobile Nav */
.mob-group-toggle { color: #454340; }
.mob-group-toggle:hover,
.mob-group-toggle.active { color: var(--brand-primary); }
.mob-sub-all { color: var(--brand-primary); font-weight: 700; }
.mob-sub-link { color: #454340; }
.mob-sub-link:hover,
.mob-sub-link.active { color: var(--brand-primary); }

/* ---------------------------------------- */
.gold-rule,
.ocean-rule {
    width: 40px;
    height: 3px;
    background: var(--brand-primary);
    border-radius: 2px;
    margin-bottom: 12px;
}

/* ---------------------------------------- */
.page-hero {
    background: linear-gradient(135deg, var(--brand-primary-deep) 0%, var(--brand-primary) 100%);
}

/* ---------------------------------------- */
.bg-warm,
.section.bg-warm { background: var(--surface-warm); }

/* ---------------------------------------- */
.c-card { box-shadow: var(--shadow-card); border-bottom: 2px solid transparent; }
.c-card:hover { box-shadow: var(--shadow-card-hover); border-bottom-color: var(--brand-primary); }
.c-img-wrap { background: var(--surface-fill); }
.c-badge { color: var(--brand-primary-dark); background: var(--surface-fill); }
.c-cta { color: var(--brand-primary); }

/* Insel-Cards (Homepage) */
.isl-card { border-bottom: 2px solid transparent; transition: box-shadow .18s, border-color .18s, transform .18s; }
.isl-card:hover { box-shadow: var(--shadow-md); border-bottom-color: var(--brand-primary); transform: translateY(-3px); }
.isl-imgwrap { background: var(--surface-fill); }
.isl-imgwrap .isl-num { background: rgba(20,112,140,.85); }
.isl-facts { color: var(--brand-accent); }
.isl-chip { color: var(--brand-primary-dark); background: var(--surface-fill); }
.isl-more { color: var(--brand-primary); }

/* ---------------------------------------- */
.btn-cta {
    background: var(--brand-cta);
    box-shadow: 0 2px 8px rgba(218,90,38,.22);
}
.btn-cta:hover {
    background: var(--brand-cta-hover);
    box-shadow: 0 4px 14px rgba(218,90,38,.32);
    color: #fff;
    text-decoration: none;
}

.btn-primary { background: var(--brand-primary); }
.btn-primary:hover { background: var(--brand-primary-dark); color: #fff; text-decoration: none; }

.btn-outline { color: var(--brand-primary-dark); border-color: var(--brand-primary); }
.btn-outline:hover { background: var(--surface-fill); color: var(--brand-primary-dark); text-decoration: none; }

/* ---------------------------------------- */
.breadcrumb a { color: var(--brand-primary-dark); }

/* ---------------------------------------- */
.filter-btn.active,
.filter-btn:hover {
    background: var(--brand-primary);
    color: #fff;
    border-color: var(--brand-primary);
}

/* ---------------------------------------- */
.quick-info { border-top: 3px solid var(--brand-primary); }
.qi-ctas .btn-cta { background: var(--brand-cta); }

/* ---------------------------------------- */
.cta-block { border-left: 4px solid var(--brand-primary); }

/* ---------------------------------------- */
.sb-card { border-top: 3px solid var(--brand-primary); }
.sb-header { color: var(--brand-primary); }
.toc-link { color: var(--brand-primary-dark); }
.toc-link:hover,
.toc-link.active { color: var(--brand-primary); }

/* ---------------------------------------- */
.faq-trigger { color: var(--text-primary); }
.faq-trigger:hover { color: var(--brand-primary); }
.faq-icon { color: var(--brand-primary); }

/* ---------------------------------------- */
.box-tip  { border-left-color: var(--brand-accent); }
.box-green { border-left-color: var(--brand-primary); background: #EBF4F7; }
.box-info { border-left-color: var(--brand-primary); }

/* ---------------------------------------- */
.fact-val { color: var(--text-primary); }
.stat-val { color: var(--brand-primary); }

/* ---------------------------------------- */
.site-footer {
    background: var(--brand-secondary);
    border-top: 3px solid var(--brand-primary);
}
.footer-nav a:hover { color: var(--brand-accent); }

/* ---------------------------------------- */
.pg-btn.active { background: var(--brand-primary); border-color: var(--brand-primary); color: #fff; }
.pg-btn:hover:not(.active) { border-color: var(--brand-primary); color: var(--brand-primary); }

/* ---------------------------------------- */
.t-badge { background: var(--surface-fill); color: var(--brand-primary-dark); }
.t-train { background: #D4EAF0; color: #0E5063; }
.t-tour  { background: #E8F0E8; color: #2D5A2D; }
.t-car   { background: #F0EAD4; color: #6B5500; }

/* ---------------------------------------- */
.hero{position:relative;height:560px;overflow:hidden;display:flex;align-items:flex-end;padding:0}
@media(min-width:768px){.hero{height:640px}}
@media(min-width:1024px){.hero{height:720px}}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,40,50,.18) 0%,rgba(8,40,50,.50) 52%,rgba(8,40,50,.82) 100%)}
.hero-content{position:relative;z-index:1;padding-bottom:60px;width:100%}
.hero h1{font-size:clamp(2.3rem,5vw,4.1rem);color:#fff;margin:0 0 14px;letter-spacing:-.025em;text-shadow:0 2px 18px rgba(0,0,0,.30);max-width:760px;font-family:'Playfair Display',Georgia,serif}
.hero-sub{font-size:clamp(1rem,1.8vw,1.2rem);color:rgba(255,255,255,.88);margin:0 0 32px;max-width:560px;line-height:1.7}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px}
.hero-glass{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.4);color:#fff;font-family:'Lato',sans-serif;font-size:1rem;font-weight:700;padding:11px 22px;border-radius:8px;text-decoration:none;backdrop-filter:blur(6px);transition:background .15s}
.hero-glass:hover{background:rgba(255,255,255,.26);color:#fff;text-decoration:none}

.welcome-inner{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
@media(min-width:900px){.welcome-inner{grid-template-columns:1fr 1fr;gap:64px}}
.welcome-text h2{font-size:clamp(1.6rem,2.8vw,2.1rem);margin:0 0 14px}
.welcome-text p{font-size:1.0625rem;line-height:1.82;color:#454340;margin:0 0 24px}
.welcome-usps{display:flex;flex-direction:column;gap:12px}
.usp{display:flex;align-items:flex-start;gap:14px}
.usp-dot{width:10px;height:10px;border-radius:50%;background:#14708C;flex-shrink:0;margin-top:6px}
.usp-text{font-size:.9375rem;line-height:1.6;color:#2A2622}
.usp-text strong{color:#211D1A}
.welcome-stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#E7E0D3;border-radius:12px;overflow:hidden}
.stat{background:#fff;padding:20px 22px;display:flex;flex-direction:column;gap:4px}
.stat-val{font-family:'Playfair Display',Georgia,serif;font-size:2rem;font-weight:700;color:#14708C;line-height:1}
.stat-label{font-size:.78rem;color:#8A847C;font-weight:700;letter-spacing:.04em}

.islands{background:#F4ECDD}
.isl-grid{display:grid;grid-template-columns:1fr;gap:20px}
@media(min-width:640px){.isl-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.isl-grid{grid-template-columns:repeat(3,1fr)}}
.isl-card{display:flex;flex-direction:column;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 5px rgba(33,29,26,.08);text-decoration:none;color:#211D1A;border-bottom:2px solid transparent;transition:box-shadow .18s,border-color .18s,transform .18s}
.isl-card:hover{box-shadow:0 8px 22px -4px rgba(33,29,26,.16);border-bottom-color:#14708C;transform:translateY(-3px);text-decoration:none;color:#211D1A}
.isl-card:hover .isl-img{transform:scale(1.05)}
.isl-imgwrap{position:relative;aspect-ratio:16/10;overflow:hidden;background:#BFD9E2}
.isl-img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease-out}
.isl-num{position:absolute;top:10px;left:12px;font-family:'Playfair Display',Georgia,serif;font-size:.8rem;font-weight:700;color:#fff;background:rgba(20,112,140,.85);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(2px)}
.isl-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1;gap:8px}
.isl-name{font-family:'Playfair Display',Georgia,serif;font-size:1.3rem;font-weight:700;margin:0;line-height:1.2}
.isl-facts{font-size:.74rem;font-weight:700;letter-spacing:.03em;color:#E0913C;text-transform:uppercase;margin:-2px 0 2px}
.isl-desc{font-size:.9rem;color:#6E685F;line-height:1.6;margin:0;flex:1}
.isl-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}
.isl-chip{font-size:.72rem;font-weight:700;color:#0E5063;background:#E3EEF2;border-radius:9999px;padding:4px 11px}
.isl-more{margin-top:8px;font-size:.85rem;font-weight:700;color:#14708C}

.cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(min-width:640px){.cat-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.cat-grid{grid-template-columns:repeat(5,1fr);gap:14px}}
.cat-item{display:flex;flex-direction:column;padding:20px 16px;background:#fff;border-radius:12px;border-top:3px solid transparent;box-shadow:0 1px 4px rgba(33,29,26,.08);text-decoration:none;color:#211D1A;transition:box-shadow .18s,border-color .18s,transform .18s}
.cat-item:hover{box-shadow:0 6px 18px rgba(33,29,26,.12);border-top-color:#14708C;transform:translateY(-2px);text-decoration:none;color:#211D1A}
.cat-ico{width:30px;height:30px;color:#14708C;margin-bottom:10px}
.cat-name{font-family:'Playfair Display',Georgia,serif;font-size:.95rem;font-weight:700;line-height:1.3;margin-bottom:4px}
.cat-desc{font-size:.74rem;color:#8A847C;line-height:1.4}
.cat-arrow{margin-top:auto;padding-top:12px;color:#14708C;font-size:.78rem;font-weight:700}

.facts{background:#FBF8F3;border-top:1px solid #E7E0D3;border-bottom:1px solid #E7E0D3}
.facts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}
@media(min-width:640px){.facts-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:900px){.facts-grid{grid-template-columns:repeat(6,1fr)}}
.fact{padding:22px 20px;display:flex;flex-direction:column;gap:5px;border-right:1px solid #E7E0D3;border-bottom:1px solid #E7E0D3}
.fact:last-child{border-right:none}
.fact-label{font-size:.62rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#A8A299}
.fact-val{font-family:'Playfair Display',Georgia,serif;font-size:1.05rem;font-weight:700;color:#211D1A;line-height:1.3}

.info-strip{background:#F4ECDD}
.info-strip-inner{max-width:820px}
.info-strip-inner h2{font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:20px}
.info-strip-inner p{font-size:1.0625rem;line-height:1.82;margin:0 0 16px;color:#454340}

/* ---------------------------------------- */
.isl-hero{position:relative;height:440px;overflow:hidden;display:flex;align-items:flex-end;padding:0}
@media(min-width:768px){.isl-hero{height:540px}}
.isl-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%;z-index:1}
.isl-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(150deg,#08323F 0%,#0E5063 45%,#DA5A26 130%);z-index:0}
.isl-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,40,50,.12) 0%,rgba(8,40,50,.78) 100%);z-index:2}
.isl-hero-content{position:relative;z-index:3;padding-bottom:38px;width:100%}
.isl-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#E0913C;margin-bottom:10px}
.isl-eyebrow::before{content:'';width:20px;height:2px;background:#E0913C;border-radius:2px}
.isl-hero h1{font-size:clamp(2rem,4.5vw,3.5rem);color:#fff;margin:0 0 12px;letter-spacing:-.025em;text-shadow:0 2px 16px rgba(0,0,0,.3);font-family:'Playfair Display',Georgia,serif}
.isl-htags{display:flex;flex-wrap:wrap;gap:7px}
.htag{display:inline-block;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.34);color:#fff;font-size:.72rem;font-weight:700;padding:4px 12px;border-radius:9999px;backdrop-filter:blur(4px)}

.fact-bar{background:#fff;border-bottom:1px solid #E7E0D3;position:sticky;top:64px;z-index:50}
.fact-inner{display:flex;flex-wrap:wrap;align-items:stretch;gap:0;overflow-x:auto}
.fact-cell{display:flex;flex-direction:column;gap:2px;padding:13px 20px;border-right:1px solid #F2EADC;flex:1;min-width:110px}
.fact-cell:last-child{border-right:none}
.fc-label{font-size:.6rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#A8A299}
.fc-val{font-size:.875rem;font-weight:700;color:#211D1A}

.isl-layout{display:grid;grid-template-columns:1fr;gap:32px;padding:36px 0 64px;align-items:start}
@media(min-width:960px){.isl-layout{grid-template-columns:1fr 310px;gap:44px}}

.lead{font-size:1.125rem;color:#211D1A;line-height:1.85;margin:0 0 28px}
.sec-h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.3rem,2.6vw,1.7rem);font-weight:700;color:#211D1A;margin:0 0 16px;padding-top:34px;border-top:1px solid #E7E0D3;display:flex;align-items:center;gap:11px}
.sec-h2.first{border-top:none;padding-top:0}
.article-body > .sec-h2:first-of-type{border-top:none;padding-top:0}
.sec-ico{width:26px;height:26px;color:#14708C;flex-shrink:0}

.sight-list{display:flex;flex-direction:column;gap:8px;margin:6px 0 20px}
.sight-item{display:flex;gap:13px;align-items:flex-start;padding:13px 15px;background:#FBF8F3;border-radius:10px;border:1px solid #F2EADC;text-decoration:none;color:inherit}
.sight-item:hover{border-color:#14708C;text-decoration:none;color:inherit}
.sight-num{width:27px;height:27px;border-radius:50%;background:#14708C;color:#fff;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.sight-body h4{font-size:.95rem;font-weight:700;color:#211D1A;margin:0 0 2px;font-family:'Lato',sans-serif}
.sight-body p{font-size:.86rem;color:#6E685F;margin:0;line-height:1.56}

.isl-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:6px 0}
@media(min-width:640px){.isl-row{grid-template-columns:repeat(4,1fr)}}
.mini-isl{position:relative;border-radius:12px;overflow:hidden;min-height:108px;display:flex;align-items:flex-end;text-decoration:none}
.mini-isl:hover{text-decoration:none}
.mini-isl:hover .mini-isl-img{transform:scale(1.06)}
.mini-isl-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease-out;background:#BFD9E2}
.mini-isl-ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(8,40,50,.82) 0%,transparent 62%)}
.mini-isl-body{position:relative;z-index:1;padding:10px 12px}
.mini-isl-name{font-family:'Playfair Display',Georgia,serif;font-size:.9rem;font-weight:700;color:#fff;margin:0 0 1px}
.mini-isl-desc{font-size:.65rem;color:rgba(255,255,255,.78)}

.sidebar{display:flex;flex-direction:column;gap:14px}
@media(min-width:960px){.sidebar{position:sticky;top:130px}}
.sb-card{background:#fff;border-radius:12px;border:1px solid #E7E0D3;overflow:hidden}
.sb-header{padding:13px 16px;border-bottom:1px solid #F2EADC;display:flex;align-items:center;gap:8px}
.sb-header h3{font-family:'Lato',sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8A847C;margin:0}
.sb-dot{width:8px;height:8px;border-radius:50%;background:#14708C;flex-shrink:0}
.toc-link{display:flex;align-items:center;justify-content:space-between;padding:9px 16px;font-size:.875rem;font-weight:700;color:#454340;text-decoration:none;border-bottom:1px solid #F2EADC;transition:color .12s,background .12s}
.toc-link::after{content:'\203a';color:#C9C5BC;font-size:1rem}
.toc-link:hover{color:#14708C;background:#FBF8F3;text-decoration:none}
.toc-link:last-child{border-bottom:none}
.sb-facts{display:flex;flex-direction:column}
.sb-fact{display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding:9px 16px;border-bottom:1px solid #F2EADC;font-size:.875rem}
.sb-fact:last-child{border-bottom:none}
.sb-fact-label{color:#8A847C;flex-shrink:0}
.sb-fact-val{font-weight:700;color:#211D1A;text-align:right;font-size:.84rem}
.sb-cats{display:flex;flex-direction:column;padding:6px 0}
.sb-cat{display:flex;align-items:center;gap:10px;padding:9px 16px;font-size:.875rem;font-weight:700;color:#454340;text-decoration:none;transition:color .12s,background .12s}
.sb-cat:hover{color:#14708C;background:#FBF8F3;text-decoration:none}

/* ---------------------------------------- */
.climate-months{display:grid;grid-template-columns:repeat(6,1fr);gap:0;background:#fff;border:1px solid #E7E0D3;border-radius:12px;overflow:hidden;margin:6px 0 8px}
@media(min-width:560px){.climate-months{grid-template-columns:repeat(12,1fr)}}
.cm{display:flex;flex-direction:column-reverse;align-items:center;gap:5px;padding:12px 4px;border-right:1px solid #F2EADC;border-bottom:1px solid #F2EADC;text-align:center}
.cm:nth-child(6n){border-right:none}
@media(min-width:560px){.cm{border-bottom:none}.cm:nth-child(6n){border-right:1px solid #F2EADC}.cm:last-child{border-right:none}}
.cm-mo{font-size:.62rem;font-weight:700;letter-spacing:.04em;color:#A8A299;text-transform:uppercase}
.cm-bar{width:14px;border-radius:7px;background:linear-gradient(to top,#1E86A4,#E0913C)}
.cm-t{font-size:.74rem;font-weight:700;color:#211D1A}
.cm.peak .cm-mo{color:#DA5A26}

/* ---------------------------------------- */
.climate-intro{display:grid;grid-template-columns:1fr;gap:18px;margin:6px 0 18px}
@media(min-width:640px){.climate-intro{grid-template-columns:1fr 1fr}}
.climate-card{background:#fff;border:1px solid #E7E0D3;border-radius:12px;padding:18px 20px}
.climate-card h4{font-size:.95rem;font-weight:700;color:#211D1A;margin:0 0 8px;font-family:'Lato',sans-serif}
.climate-card p{font-size:.9rem;line-height:1.66;color:#6E685F;margin:0}

/* ---------------------------------------- */
.hl-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:6px 0 22px}
@media(min-width:600px){.hl-grid{grid-template-columns:1fr 1fr}}
.hl-card{display:flex;gap:14px;background:#fff;border-radius:12px;border:1px solid #E7E0D3;overflow:hidden;text-decoration:none;color:#211D1A;transition:box-shadow .18s,border-color .18s}
.hl-card:hover{box-shadow:0 5px 16px -4px rgba(33,29,26,.14);border-color:#14708C;text-decoration:none;color:#211D1A}
.hl-img{width:98px;height:98px;object-fit:cover;flex-shrink:0;background:#BFD9E2}
.hl-body{padding:12px 14px 12px 0;display:flex;flex-direction:column;gap:3px;justify-content:center}
.hl-cat{font-size:.6rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#0E5063}
.hl-name{font-family:'Playfair Display',Georgia,serif;font-size:1rem;font-weight:700;color:#211D1A;line-height:1.25;margin:0}
.hl-meta{font-size:.78rem;color:#8A847C}

/* ---------------------------------------- */
.sight-body .tag{display:inline-block;font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#0E5063;background:#E3EEF2;border-radius:9999px;padding:2px 8px;margin-top:5px}

/* ---------------------------------------- */
.tip-stack{display:flex;flex-direction:column;gap:10px;margin:6px 0 20px}
.box-tip h4{font-size:.88rem;font-weight:700;color:#B8401A;margin:0 0 5px;display:flex;align-items:center;gap:7px}
.box-tip p{font-size:.88rem;color:#5A554D;margin:0;line-height:1.62}

/* ---------------------------------------- */
.exc-grid{display:grid;grid-template-columns:1fr;gap:16px;margin:6px 0 22px}
@media(min-width:560px){.exc-grid{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.exc-grid{grid-template-columns:1fr 1fr 1fr}}

/* ---------------------------------------- */
.map-wrap{border-radius:12px;overflow:hidden;border:1px solid #E7E0D3;margin:6px 0 14px}
.map-wrap iframe{display:block;width:100%;height:260px;border:none}

/* ---------------------------------------- */
.hotels-strip{display:grid;grid-template-columns:1fr;gap:12px;margin:6px 0 22px}
@media(min-width:640px){.hotels-strip{grid-template-columns:repeat(3,1fr)}}
.hotel-mini{display:flex;flex-direction:column;text-decoration:none;color:#211D1A;border-radius:12px;overflow:hidden;border:1px solid #E7E0D3;transition:border-color .18s,box-shadow .18s}
.hotel-mini:hover{border-color:#14708C;box-shadow:0 5px 16px -4px rgba(33,29,26,.14);text-decoration:none;color:#211D1A}
.hotel-mini img{width:100%;aspect-ratio:3/2;object-fit:cover;background:#BFD9E2}
.hotel-mini-body{padding:11px 13px}
.hotel-mini-type{font-size:.6rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#0E5063;margin-bottom:2px}
.hotel-mini-name{font-size:.9rem;font-weight:700;color:#211D1A;margin-bottom:3px;line-height:1.3}
.hotel-mini-price{font-size:.78rem;color:#8A847C}
.hotel-mini-price strong{color:#14708C}

/* ---------------------------------------- */
.btn-sm{font-size:.875rem;padding:9px 18px}

/* ---------------------------------------- */
.detail-hero{position:relative;height:420px;overflow:hidden;display:flex;align-items:flex-end;padding:0}
@media(min-width:768px){.detail-hero{height:520px}}
.detail-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%}
.detail-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(150deg,#08323F 0%,#0E5063 45%,#DA5A26 130%);z-index:0}
.detail-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,40,50,.1) 0%,rgba(8,40,50,.74) 100%);z-index:2}
.detail-hero-content{position:relative;z-index:3;padding-bottom:40px;width:100%}
.detail-hero h1{font-size:clamp(1.8rem,4vw,3rem);color:#fff;margin:0 0 6px;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(0,0,0,.28);font-family:'Playfair Display',Georgia,serif}
.detail-hero-sub{color:rgba(255,255,255,.8);font-size:.9375rem;margin:0}

.quick-info{background:#fff;border-bottom:1px solid #E7E0D3;padding:16px 0}
.quick-info-inner{display:flex;flex-wrap:wrap;align-items:center;gap:16px;justify-content:space-between}
.qi-facts{display:flex;flex-wrap:wrap;gap:20px}
.qi-fact{display:flex;flex-direction:column;gap:1px}
.qi-label{font-size:.6rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#8A847C}
.qi-value{font-size:.9rem;font-weight:700;color:#211D1A}
.qi-ctas{display:flex;flex-wrap:wrap;gap:8px}

.detail-layout{display:grid;grid-template-columns:1fr;gap:32px;align-items:start;padding:40px 0 64px}
@media(min-width:960px){.detail-layout{grid-template-columns:1fr 320px;gap:40px}}


.article-body ul, .article-body ol{margin:0 0 16px;padding-left:22px}
.article-body ul li, .article-body ol li{font-size:1rem;line-height:1.7;color:#454340;margin-bottom:5px}
.section-h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:700;color:#211D1A;margin:0 0 14px;padding-top:36px;border-top:1px solid #E7E0D3}
.section-h2.first{border-top:none;padding-top:0}
.article-body > .section-h2:first-of-type{border-top:none;padding-top:0}

.hours-table{width:100%;border-collapse:collapse;margin:12px 0 20px;border-radius:8px;overflow:hidden}
.hours-table td{padding:9px 14px;font-size:.9rem;border-bottom:1px solid #F2EADC;line-height:1.4}
.hours-table tr:last-child td{border-bottom:none}
.hours-table tr:nth-child(even){background:#FBF8F3}
.hours-table td:first-child{font-weight:700;color:#211D1A;width:38%}
.hours-table td:last-child{color:#454340}
.hours-note{font-size:.84rem;color:#8A847C;margin:8px 0 0;line-height:1.5;font-style:italic}

.cta-block{background:#F4ECDD;border-radius:10px;padding:20px;margin:20px 0}
.cta-block h3{font-family:'Playfair Display',Georgia,serif;font-size:1rem;font-weight:700;margin:0 0 4px;color:#211D1A}
.cta-block p{font-size:.84rem;color:#8A847C;margin:0 0 14px;line-height:1.5}
.cta-block-btns{display:flex;flex-wrap:wrap;gap:8px}

.sb-header-dot{width:8px;height:8px;border-radius:50%;background:#14708C;flex-shrink:0}
.sb-body{padding:14px 16px}
.sb-facts{display:flex;flex-direction:column}
.sb-ctas{display:flex;flex-direction:column;gap:8px}
.sb-widget-body{padding:12px 14px}

.gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 8px}
.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:7px;background:#BFD9E2}

.faq-list{display:flex;flex-direction:column;gap:6px;margin:12px 0}
.faq-item{border-radius:8px;border:1px solid #E7E0D3;overflow:hidden}
.faq-trigger{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:14px 16px;font-family:'Lato',sans-serif;font-size:.9375rem;font-weight:700;color:#211D1A;background:#fff;border:none;cursor:pointer;text-align:left;transition:color .15s}
.faq-trigger:hover{color:#14708C}
.faq-trigger[aria-expanded="true"]{color:#0E5063;background:#FBF8F3;border-bottom:1px solid #BFD9E2}
.faq-icon{font-size:1.1rem;font-weight:300;color:#14708C;flex-shrink:0;transition:transform .22s ease-out;display:inline-block}
.faq-trigger[aria-expanded="true"] .faq-icon{transform:rotate(45deg)}
.faq-body{padding:12px 16px 14px;font-size:.9rem;line-height:1.72;color:#454340;background:#FBF8F3}

.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.rel-card{display:flex;flex-direction:column;text-decoration:none;color:#211D1A;transition:opacity .15s}
.rel-card:hover{opacity:.82;text-decoration:none;color:#211D1A}
.rel-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:8px;margin-bottom:7px;background:#BFD9E2}
.rel-card-cat{font-size:.62rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#0E5063;margin-bottom:2px}
.rel-card-title{font-family:'Playfair Display',Georgia,serif;font-size:.9rem;font-weight:700;line-height:1.3}

/* Transport-Badges (Anfahrt) */
.transport-list{display:flex;flex-direction:column;gap:10px;margin:12px 0 20px}
.transport-item{display:flex;align-items:flex-start;gap:12px}
.t-badge{flex-shrink:0;font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:3px 8px;border-radius:4px;text-transform:uppercase;margin-top:2px}
.t-car{background:#14708C;color:#fff}
.t-bus{background:#2E7050;color:#fff}
.t-cable{background:#DA5A26;color:#fff}
.t-text{font-size:.9375rem;color:#454340;line-height:1.55}
.t-text strong{color:#211D1A}

/* Tips-List */
.tips-list{list-style:none;margin:12px 0 20px;padding:0;display:flex;flex-direction:column;gap:8px}
.tips-list li{display:flex;gap:10px;align-items:flex-start;font-size:.9375rem;color:#454340;line-height:1.6}
.tip-dot{width:8px;height:8px;border-radius:50%;background:#14708C;flex-shrink:0;margin-top:7px}

/* Tour-Detailseite */
.tour-hero{position:relative;height:420px;overflow:hidden;display:flex;align-items:flex-end;padding:0}
@media(min-width:768px){.tour-hero{height:520px}}
.tour-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#08323F 0%,#0E5063 50%,#DA5A26 130%);z-index:0}
.tour-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%;z-index:1}
.tour-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,40,50,.08) 0%,rgba(8,40,50,.8) 100%);z-index:2}
.tour-hero-content{position:relative;z-index:3;padding-bottom:36px;width:100%}
.tour-type-badge{display:inline-flex;align-items:center;gap:8px;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#E0913C;margin-bottom:10px}
.tour-type-badge::before{content:'';width:20px;height:2px;background:#E0913C;border-radius:2px}
.tour-hero h1{font-size:clamp(1.7rem,3.8vw,3rem);color:#fff;margin:0 0 10px;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(0,0,0,.28);max-width:760px;font-family:'Playfair Display',Georgia,serif}
.tour-hero-meta{display:flex;flex-wrap:wrap;gap:10px}
.th-pill{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:9999px;backdrop-filter:blur(4px)}

.booking-bar{background:#0E5063;padding:0}
.booking-bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:16px 0}
.bb-price{display:flex;flex-direction:column;gap:1px}
.bb-from{font-size:.62rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.6)}
.bb-amount{font-family:'Playfair Display',Georgia,serif;font-size:1.6rem;font-weight:700;color:#fff;line-height:1}
.bb-per{font-size:.75rem;color:rgba(255,255,255,.6)}
.bb-facts{display:flex;flex-wrap:wrap;gap:16px}
.bb-fact{display:flex;flex-direction:column;gap:1px}
.bb-fact-label{font-size:.6rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.bb-fact-val{font-size:.875rem;font-weight:700;color:#fff}
.bb-ctas{display:flex;gap:10px;flex-shrink:0}

.tour-layout{display:grid;grid-template-columns:1fr;gap:32px;padding:36px 0 64px;align-items:start}
@media(min-width:960px){.tour-layout{grid-template-columns:1fr 310px;gap:44px}}

.highlights-grid{display:grid;grid-template-columns:1fr;gap:10px;margin:12px 0 20px}
@media(min-width:580px){.highlights-grid{grid-template-columns:1fr 1fr}}
.hl-item{display:flex;gap:10px;align-items:flex-start;padding:11px 14px;background:#E3EEF2;border-radius:8px}
.hl-dot{width:8px;height:8px;border-radius:50%;background:#14708C;flex-shrink:0;margin-top:5px}
.hl-text{font-size:.9rem;color:#454340;line-height:1.5;font-weight:600}

.incl-grid{display:grid;grid-template-columns:1fr;gap:0;margin:12px 0 20px;border-radius:10px;overflow:hidden;border:1px solid #E7E0D3}
@media(min-width:580px){.incl-grid{grid-template-columns:1fr 1fr}}
.incl-col{padding:16px 18px}
.incl-col:first-child{border-bottom:1px solid #E7E0D3;background:#E9F3F0}
@media(min-width:580px){.incl-col:first-child{border-bottom:none;border-right:1px solid #E7E0D3}}
.incl-col h4{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px}
.incl-col.yes h4{color:#0E5063}
.incl-col.no h4{color:#B8401A}
.incl-col.no{background:#FBEEE8}
.incl-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}
.incl-list li{display:flex;gap:8px;align-items:flex-start;font-size:.875rem;color:#454340;line-height:1.45}
.incl-list li::before{font-size:.75rem;flex-shrink:0;margin-top:1px}
.incl-col.yes .incl-list li::before{content:'\2713';color:#0E5063;font-weight:700}
.incl-col.no .incl-list li::before{content:'\2717';color:#DA5A26;font-weight:700}

.itinerary{display:flex;flex-direction:column;gap:0;margin:12px 0 20px;position:relative;padding-left:28px}
.itinerary::before{content:'';position:absolute;left:8px;top:10px;bottom:10px;width:2px;background:linear-gradient(to bottom,#14708C,#E7E0D3)}
.itin-step{position:relative;padding-bottom:20px}
.itin-step:last-child{padding-bottom:0}
.itin-step::before{content:'';position:absolute;left:-23px;top:5px;width:12px;height:12px;border-radius:50%;background:#14708C;border:2px solid #fff;box-shadow:0 0 0 2px #BFD9E2}
.itin-time{font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#14708C;margin-bottom:3px}
.itin-title{font-family:'Playfair Display',Georgia,serif;font-size:.9375rem;font-weight:700;color:#211D1A;margin:0 0 4px}
.itin-desc{font-size:.875rem;color:#8A847C;line-height:1.55;margin:0}

.sb-booking-price{padding:16px 16px 0;text-align:center}
.sbp-from{font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#8A847C}
.sbp-amount{font-family:'Playfair Display',Georgia,serif;font-size:2rem;font-weight:700;color:#0E5063;line-height:1}
.sbp-per{font-size:.78rem;color:#8A847C}
.sb-booking-body{padding:12px 16px 16px;display:flex;flex-direction:column;gap:8px}
.sb-cancel{text-align:center;font-size:.72rem;color:#0E5063;font-weight:700;padding-bottom:2px}

.rel-tour{display:flex;flex-direction:column;text-decoration:none;color:#211D1A;border-radius:10px;overflow:hidden;border:1px solid #E7E0D3;transition:box-shadow .18s,border-color .18s}
.rel-tour:hover{box-shadow:0 4px 12px rgba(33,29,26,.1);border-color:#14708C;text-decoration:none;color:#211D1A}
.rel-tour img{width:100%;aspect-ratio:3/2;object-fit:cover;background:#BFD9E2}
.rel-tour-body{padding:11px 13px}
.rel-tour-type{font-size:.6rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#0E5063;margin-bottom:2px}
.rel-tour-name{font-family:'Playfair Display',Georgia,serif;font-size:.875rem;font-weight:700;line-height:1.3;margin-bottom:4px}
.rel-tour-price{font-size:.78rem;color:#8A847C}
.rel-tour-price strong{color:#DA5A26}

/* ── Hero-Slider (mehrere Hero-Bilder) ──────────────────────── */
.isl-hero-bg .hero-slide,
.tour-hero-bg .hero-slide{object-position:center 45%}
.detail-hero-bg .hero-slide{object-position:center 40%}
