/* Extra styles for tour cards on public site */
.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.trek-card{background:#fff;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-sm);border:1px solid var(--silver);transition:var(--tr-s);text-decoration:none;color:inherit;display:block}
.trek-card:hover{transform:translateY(-6px);box-shadow:var(--sh-lg)}
.card-img-wrap{position:relative;overflow:hidden;padding-top:60%}
.card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}
.trek-card:hover .card-img{transform:scale(1.05)}
.card-body{padding:1.1rem}
.card-title{font-family:var(--fh);font-size:1rem;font-weight:700;color:var(--charcoal);margin-bottom:.5rem;line-height:1.3}
.card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--grey);margin-bottom:.75rem}
.card-price{font-family:var(--fh);font-size:1.05rem;font-weight:800;color:var(--charcoal)}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}
.cat-card{background:#fff;border-radius:var(--r-xl);padding:1.5rem 1rem;text-align:center;border:1.5px solid var(--silver);text-decoration:none;color:var(--charcoal);transition:var(--tr-s)}
.cat-card:hover{border-color:var(--green);background:var(--green-pale)}
.cat-icon{width:52px;height:52px;margin:0 auto .75rem;background:var(--green-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green)}
.cat-name{font-size:.9rem;font-weight:700}
.testimonial-card{background:#fff;border-radius:var(--r-xl);padding:1.5rem;border:1px solid var(--silver);box-shadow:var(--sh-sm)}
.tc-stars{color:#f59e0b;font-size:1.1rem;margin-bottom:.5rem}
.tc-text{font-size:.875rem;line-height:1.7;color:var(--grey-dark);font-style:italic;margin-bottom:.75rem}
.tc-author strong{font-size:.875rem;font-weight:700}
.tc-author span{font-size:.8rem;color:var(--grey)}
/* Tour page layout */
.tour-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;padding:3.5rem 0;align-items:start}
.quick-facts{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;background:var(--silver-lt);border-radius:var(--r-xl);padding:1.5rem;border:1px solid var(--silver);margin-bottom:2rem}
.qf-item{display:flex;flex-direction:column;gap:.2rem}
.qf-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--grey)}
.qf-val{font-size:.9rem;font-weight:600;color:var(--charcoal)}
.tour-section{margin-bottom:2.5rem}
.tour-section-title{font-size:1.1rem;font-weight:700;color:var(--charcoal);padding-bottom:.65rem;border-bottom:2px solid var(--green-pale);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}
.hl-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.hl-item{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;color:var(--charcoal);line-height:1.5}
.hl-item svg{flex-shrink:0;color:var(--green);margin-top:2px}
.it-list{display:flex;flex-direction:column;gap:.75rem}
.it-item{display:grid;grid-template-columns:140px 1fr;gap:.75rem;align-items:baseline}
.it-day{font-family:var(--fh);font-size:.78rem;font-weight:700;color:var(--green)}
.it-desc{font-size:.88rem;color:var(--grey-dark);line-height:1.6}
.ie-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.ie-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.ie-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.5}
.ie-inc svg{color:var(--green);flex-shrink:0;margin-top:2px}
.ie-exc svg{color:var(--grey);flex-shrink:0;margin-top:2px}
.ie-exc{color:var(--grey-dark)}
.faq-item{border:1px solid var(--silver);border-radius:var(--r-lg);overflow:hidden;margin-bottom:.65rem}
.faq-q{padding:1rem 1.25rem;font-family:var(--fh);font-size:.9rem;font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--charcoal);background:#fff;transition:background .2s}
.faq-q:hover{background:var(--silver-lt)}
.faq-item[open] .faq-q{background:var(--green-pale);color:var(--green-dark)}
.faq-a{padding:.75rem 1.25rem 1.25rem;font-size:.875rem;color:var(--grey-dark);line-height:1.75;border-top:1px solid var(--silver);background:#fff}
.booking-card{background:#fff;border:1px solid var(--silver);border-radius:var(--r-xl);padding:1.75rem;box-shadow:var(--sh-md);position:sticky;top:calc(var(--hh) + 1.5rem)}
.bc-price{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.25rem}
.bc-from{font-size:.7rem;color:var(--grey);text-transform:uppercase;letter-spacing:.05em}
.bc-amt{font-family:var(--fh);font-size:2rem;font-weight:900;color:var(--charcoal);letter-spacing:-.03em}
.bc-pp{font-size:.72rem;color:var(--grey)}
.bc-diff{margin-bottom:1.25rem;display:flex;gap:.5rem;align-items:center}
.bc-meta{border-top:1px solid var(--silver);padding-top:1.25rem;display:flex;flex-direction:column;gap:.6rem}
.bc-meta-item{display:flex;gap:.65rem;align-items:flex-start;font-size:.8rem;color:var(--grey-dark)}
.bc-meta-item svg{flex-shrink:0;color:var(--green);margin-top:1px}
.c-form{display:flex;flex-direction:column;gap:1rem}
/* Inner hero */
.inner-hero{position:relative;padding:7rem 0 3.5rem;overflow:hidden}
.inner-hero-bg{position:absolute;inset:0}
.inner-hero-img{width:100%;height:100%;object-fit:cover}
.inner-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(27,67,50,.85) 0%,rgba(43,45,66,.7) 100%)}
.inner-hero-content{position:relative;z-index:2}
.inner-h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.15;margin-bottom:.75rem}
.inner-sub{font-size:1rem;color:rgba(255,255,255,.85);max-width:640px;line-height:1.6;margin-bottom:1rem}
.inner-meta{display:flex;flex-wrap:wrap;gap:.5rem}
.inner-tag{font-size:.75rem;font-weight:700;padding:.3rem .9rem;border-radius:999px}
.inner-tag-green{background:rgba(82,183,120,.25);color:#52B788;border:1px solid rgba(82,183,120,.4)}
.inner-tag-grey{background:rgba(255,255,255,.15);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.2)}
.breadcrumb{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin-bottom:1rem}
.breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.8rem;font-weight:600}
.breadcrumb a:hover{color:#fff}
.breadcrumb-sep{color:rgba(255,255,255,.4);font-size:.8rem}
.breadcrumb-current{color:rgba(255,255,255,.9);font-size:.8rem}
@media(max-width:968px){.tour-layout{grid-template-columns:1fr}.booking-card{position:static}.it-item{grid-template-columns:120px 1fr}.ie-grid{grid-template-columns:1fr}}
@media(max-width:600px){.quick-facts{grid-template-columns:1fr}.it-item{grid-template-columns:1fr;gap:.2rem}.it-day{font-size:.75rem}.cards-grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(2,1fr)}}


.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:3rem}
.story-img-wrap{position:relative;height:500px}
.story-img-main{width:78%;height:380px;object-fit:cover;border-radius:var(--r-xl);position:absolute;top:0;left:0;box-shadow:var(--sh-lg)}
.story-img-sec{width:52%;height:240px;object-fit:cover;border-radius:var(--r-xl);position:absolute;bottom:0;right:0;border:4px solid #fff;box-shadow:var(--sh-lg)}
.story-badge{position:absolute;top:1rem;right:1rem;background:var(--green);color:#fff;border-radius:var(--r-xl);padding:1rem 1.25rem;text-align:center}
.sb-n{display:block;font-family:var(--fh);font-size:1.6rem;font-weight:900;line-height:1}
.sb-l{display:block;font-size:.72rem;opacity:.85;margin-top:.25rem}
.story-text{font-size:.95rem;color:var(--grey-dark);line-height:1.85}
.cert-strip{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem;padding:2rem;background:var(--silver-lt);border-radius:var(--r-xl)}
.cert-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.25rem;text-align:center}
.cert-icon{width:52px;height:52px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green);box-shadow:var(--sh-sm)}
.cert-label{font-size:.72rem;font-weight:700;color:var(--charcoal);line-height:1.4;text-align:center}
.section-hdr{text-align:center;max-width:620px;margin:0 auto 3rem}
.section-sub{font-size:1rem;color:var(--grey-dark);line-height:1.75;margin-top:.5rem}
.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}
.value-card{background:#fff;border-radius:var(--r-xl);padding:2rem;border:1px solid var(--silver);transition:var(--tr-s)}
.value-card:hover{transform:translateY(-4px);box-shadow:var(--sh-md);border-color:var(--green-pale)}
.val-icon{width:56px;height:56px;background:var(--green-pale);border-radius:var(--r-xl);display:flex;align-items:center;justify-content:center;color:var(--green);margin-bottom:1.25rem}
.val-title{font-size:1rem;font-weight:700;color:var(--charcoal);margin-bottom:.6rem}
.val-desc{font-size:.875rem;color:var(--grey-dark);line-height:1.75}
.about-cta-banner{background:linear-gradient(135deg,var(--green-dark),var(--green));border-radius:var(--r-xl);padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.about-cta-banner h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}
.about-cta-banner p{color:rgba(255,255,255,.85);font-size:.95rem}
.stat-row{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}
.stat-cell{text-align:center;padding:1.25rem .5rem}
.stat-n{display:block;font-family:var(--fh);font-size:2rem;font-weight:900;color:var(--green);line-height:1}
.stat-l{display:block;font-size:.72rem;color:var(--grey-dark);text-transform:uppercase;letter-spacing:.06em;margin-top:.35rem;font-weight:600}
@media(max-width:968px){.story-grid{grid-template-columns:1fr;gap:2rem}.story-img-wrap{height:320px}.story-img-main{width:75%;height:260px}.story-img-sec{width:55%;height:200px}.stat-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.stat-row{grid-template-columns:repeat(2,1fr)}.about-cta-banner{flex-direction:column;text-align:center}}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:3rem}
.story-img-wrap{position:relative;height:500px;flex-shrink:0}
.story-img-main{width:78%;height:380px;object-fit:cover;border-radius:16px;position:absolute;top:0;left:0;box-shadow:0 20px 60px rgba(43,45,66,.14)}
.story-img-sec{width:52%;height:240px;object-fit:cover;border-radius:16px;position:absolute;bottom:0;right:0;border:4px solid #fff;box-shadow:0 20px 60px rgba(43,45,66,.14)}
.story-badge{position:absolute;top:1rem;right:1rem;background:#2D6A4F;color:#fff;border-radius:16px;padding:1rem 1.25rem;text-align:center}
.sb-n{display:block;font-family:'Montserrat',sans-serif;font-size:1.6rem;font-weight:900;line-height:1}
.sb-l{display:block;font-size:.72rem;opacity:.85;margin-top:.25rem}
.story-text{font-size:.95rem;color:#5C6470;line-height:1.85}
.cert-strip{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem;padding:2rem;background:#F8FAFB;border-radius:16px}
.cert-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.25rem;text-align:center;min-width:90px}
.cert-icon{width:52px;height:52px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2D6A4F;box-shadow:0 4px 16px rgba(43,45,66,.08)}
.cert-label{font-size:.72rem;font-weight:700;color:#2B2D42;line-height:1.4}
.section-hdr{text-align:center;max-width:620px;margin:0 auto 3rem}
.section-sub{font-size:1rem;color:#5C6470;line-height:1.75;margin-top:.5rem}
.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}
.value-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #E8ECEF;transition:all .4s ease}
.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(43,45,66,.12);border-color:#D8F3DC}
.val-icon{width:56px;height:56px;background:#D8F3DC;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#2D6A4F;margin-bottom:1.25rem}
.val-title{font-size:1rem;font-weight:700;color:#2B2D42;margin-bottom:.6rem}
.val-desc{font-size:.875rem;color:#5C6470;line-height:1.75}
.about-cta-banner{background:linear-gradient(135deg,#1B4332,#2D6A4F);border-radius:16px;padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.about-cta-banner h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}
.about-cta-banner p{color:rgba(255,255,255,.85);font-size:.95rem}
.stat-row{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}
.stat-cell{text-align:center;padding:1.25rem .5rem}
.stat-n{display:block;font-family:'Montserrat',sans-serif;font-size:2rem;font-weight:900;color:#2D6A4F;line-height:1}
.stat-l{display:block;font-size:.72rem;color:#5C6470;text-transform:uppercase;letter-spacing:.06em;margin-top:.35rem;font-weight:600}
@media(max-width:968px){.story-grid{grid-template-columns:1fr;gap:2rem}.story-img-wrap{height:320px}.story-img-main{width:75%;height:260px}.story-img-sec{width:55%;height:200px}.stat-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.stat-row{grid-template-columns:repeat(2,1fr)}.about-cta-banner{flex-direction:column;text-align:center}.cert-strip{gap:.75rem}}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:3rem}
.story-img-wrap{position:relative;height:500px;flex-shrink:0}
.story-img-main{width:78%;height:380px;object-fit:cover;border-radius:16px;position:absolute;top:0;left:0;box-shadow:0 20px 60px rgba(43,45,66,.14)}
.story-img-sec{width:52%;height:240px;object-fit:cover;border-radius:16px;position:absolute;bottom:0;right:0;border:4px solid #fff;box-shadow:0 20px 60px rgba(43,45,66,.14)}
.story-badge{position:absolute;top:1rem;right:1rem;background:#2D6A4F;color:#fff;border-radius:16px;padding:1rem 1.25rem;text-align:center}
.sb-n{display:block;font-family:'Montserrat',sans-serif;font-size:1.6rem;font-weight:900;line-height:1}
.sb-l{display:block;font-size:.72rem;opacity:.85;margin-top:.25rem}
.story-text{font-size:.95rem;color:#5C6470;line-height:1.85}
.cert-strip{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem;padding:2rem;background:#F8FAFB;border-radius:16px}
.cert-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.25rem;text-align:center;min-width:90px}
.cert-icon{width:52px;height:52px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2D6A4F;box-shadow:0 4px 16px rgba(43,45,66,.08)}
.cert-label{font-size:.72rem;font-weight:700;color:#2B2D42;line-height:1.4}
.section-hdr{text-align:center;max-width:620px;margin:0 auto 3rem}
.section-sub{font-size:1rem;color:#5C6470;line-height:1.75;margin-top:.5rem}
.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}
.value-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #E8ECEF;transition:all .4s ease}
.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(43,45,66,.12);border-color:#D8F3DC}
.val-icon{width:56px;height:56px;background:#D8F3DC;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#2D6A4F;margin-bottom:1.25rem}
.val-title{font-size:1rem;font-weight:700;color:#2B2D42;margin-bottom:.6rem}
.val-desc{font-size:.875rem;color:#5C6470;line-height:1.75}
.about-cta-banner{background:linear-gradient(135deg,#1B4332,#2D6A4F);border-radius:16px;padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.about-cta-banner h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}
.about-cta-banner p{color:rgba(255,255,255,.85);font-size:.95rem}
.stat-row{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}
.stat-cell{text-align:center;padding:1.25rem .5rem}
.stat-n{display:block;font-family:'Montserrat',sans-serif;font-size:2rem;font-weight:900;color:#2D6A4F;line-height:1}
.stat-l{display:block;font-size:.72rem;color:#5C6470;text-transform:uppercase;letter-spacing:.06em;margin-top:.35rem;font-weight:600}
@media(max-width:968px){.story-grid{grid-template-columns:1fr;gap:2rem}.story-img-wrap{height:320px}.story-img-main{width:75%;height:260px}.story-img-sec{width:55%;height:200px}.stat-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.stat-row{grid-template-columns:repeat(2,1fr)}.about-cta-banner{flex-direction:column;text-align:center}.cert-strip{gap:.75rem}}

.trek-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}
.trek-tile{background:#fff;border:1px solid #E8ECEF;border-radius:16px;overflow:hidden;transition:transform .3s,box-shadow .3s}
.trek-tile:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(43,45,66,.12)}
.tile-img-wrap{position:relative;height:200px;overflow:hidden}
.tile-img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.trek-tile:hover .tile-img{transform:scale(1.06)}
.tile-body{padding:.9rem 1.1rem 1.1rem}
.tile-cat{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#2D6A4F;margin-bottom:.3rem}
.tile-title{font-size:.95rem;font-weight:700;color:#2B2D42;margin-bottom:.6rem;line-height:1.3}
.tile-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:.78rem;color:#6B7280;font-weight:500}
.tile-price{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:800;color:#2B2D42}
.tile-cta{width:100%;justify-content:center;text-align:center}
@media(max-width:1024px){.trek-tiles{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.trek-tiles{grid-template-columns:1fr}}
