:root {
  --forest-950: #0b2821;
  --forest-900: #10372e;
  --forest-800: #17483c;
  --forest-700: #286352;
  --gold: #e9a23b;
  --gold-hover: #f2b457;
  --sand: #f2eee4;
  --cream: #faf8f2;
  --ink: #17231f;
  --muted: #66716d;
  --line: #dcded6;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }
body, button, input, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.header-inner { height: 92px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.brand-wordmark { display: inline-flex; align-items: baseline; gap: 1px; white-space: nowrap; line-height: 1; text-transform: none; letter-spacing: 0; }
.brand-wordmark strong { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: .01em; }
.brand-clover { margin-inline: 1px; display: inline-block; font-size: 16px; filter: saturate(.9); }
.brand-clover::before { content: "🍀"; }
.brand-wordmark em { color: var(--gold); font-family: var(--serif); font-size: 19px; font-weight: 500; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; }
.desktop-nav a { position: relative; padding: 10px 0; font-size: 13px; font-weight: 650; letter-spacing: .02em; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 4px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-contact { flex: 0 0 auto; min-width: 135px; padding-left: 18px; display: grid; gap: 2px; border-left: 1px solid rgba(255,255,255,.2); }
.header-contact-label { color: rgba(255,255,255,.5); text-transform: uppercase; font-size: 7px; font-weight: 800; letter-spacing: .17em; }
.header-phone { display: flex; align-items: center; gap: 7px; color: var(--white); font-size: 14px; line-height: 1.2; }
.header-phone svg { width: 17px; height: 17px; color: var(--gold); }
.header-email { color: rgba(255,255,255,.78); font-size: 10px; line-height: 1.3; }
.header-phone:hover, .header-email:hover { color: var(--gold); }
.language-switcher { display: flex; align-items: center; gap: 2px; }
.language-switcher a { min-width: 26px; padding: 7px 5px; border: 1px solid transparent; color: rgba(255,255,255,.62); text-align: center; font-size: 8px; font-weight: 800; letter-spacing: .08em; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.language-switcher a:hover { color: var(--white); border-color: rgba(255,255,255,.28); }
.language-switcher a[aria-current="page"] { border-color: rgba(233,162,59,.72); background: rgba(233,162,59,.12); color: var(--gold); }
.button { min-height: 54px; padding: 0 25px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 13px; font-weight: 750; letter-spacing: .02em; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .tour-photo-arrow svg, .mobile-sticky svg, .contact-channel svg, .tour-sidebar-phone svg, .tour-sidebar-email svg { width: 20px; height: 20px; }
.button-small { min-height: 44px; padding-inline: 19px; font-size: 12px; }
.button-gold { background: var(--gold); color: var(--forest-950); }
.button-gold:hover { background: var(--gold-hover); }
.button-dark { background: var(--forest-950); color: var(--white); }
.button-dark:hover { background: var(--forest-800); }
.button-outline-light { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-outline-light:hover { background: var(--white); color: var(--forest-950); border-color: var(--white); }
.full { width: 100%; }
.mobile-nav { display: none; }

.hero { min-height: 820px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--forest-950); }
.hero-bg { position: absolute; inset: 0; background-image: var(--wz-bg-image); background-position: center; background-size: cover; background-repeat: no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,25,21,.94) 0%, rgba(4,25,21,.78) 38%, rgba(4,25,21,.32) 72%, rgba(4,25,21,.46) 100%), linear-gradient(0deg, rgba(4,25,21,.55), transparent 45%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 90px; align-items: center; padding-top: 88px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--forest-700); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .23em; }
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero h1 { margin: 24px 0 24px; max-width: 720px; font-family: var(--serif); font-size: clamp(58px, 5.6vw, 86px); font-weight: 500; line-height: .98; letter-spacing: -.044em; }
.hero-copy > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.72; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 7px 0; color: var(--forest-800); border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 750; }
.text-link span { font-size: 19px; line-height: 1; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: var(--white); border-bottom-color: rgba(255,255,255,.5); }
.hero-card { align-self: center; margin-top: 42px; padding: 35px 32px 32px; background: rgba(250,248,242,.96); color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.24); backdrop-filter: blur(8px); }
.hero-card-kicker { color: var(--forest-700); text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.hero-card h2 { margin: 13px 0 12px; font-family: var(--serif); font-size: 34px; line-height: 1.1; font-weight: 500; letter-spacing: -.02em; }
.hero-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.choice-list { margin: 24px 0 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.choice-list span { padding: 8px 11px; border: 1px solid var(--line); background: var(--white); color: #4c5954; font-size: 10px; font-weight: 700; }
.contact-channels { max-width: 470px; margin: 0 0 27px; display: grid; gap: 10px; }
.contact-channel { min-height: 67px; padding: 12px 15px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: var(--white); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.contact-channel:hover { transform: translateY(-2px); border-color: rgba(233,162,59,.72); background: rgba(255,255,255,.1); }
.contact-channel-icon { flex: 0 0 auto; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(233,162,59,.55); border-radius: 50%; color: var(--gold); }
.contact-channel > span:last-child { min-width: 0; display: grid; gap: 2px; }
.contact-channel small { color: rgba(255,255,255,.52); text-transform: uppercase; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.contact-channel strong { color: var(--white); font-size: 15px; line-height: 1.2; overflow-wrap: anywhere; }
.contact-channel-phone strong { color: var(--gold); font-size: 19px; }
.contact-channels-compact { margin: -8px 0 18px; grid-template-columns: 1fr; gap: 7px; }
.contact-channels-compact .contact-channel { min-height: 50px; padding: 8px 11px; border-color: var(--line); background: var(--white); color: var(--ink); }
.contact-channels-compact .contact-channel:hover { border-color: #9cb1a8; background: #f7f7f2; }
.contact-channels-compact .contact-channel-icon { width: 31px; height: 31px; border-color: #bdccc6; color: var(--forest-700); }
.contact-channels-compact .contact-channel-icon svg { width: 16px; height: 16px; }
.contact-channels-compact .contact-channel small { color: #818a86; }
.contact-channels-compact .contact-channel strong { color: var(--forest-950); font-size: 12px; }
.contact-channels-compact .contact-channel-phone strong { font-size: 16px; }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 25px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.hero-scroll span { width: 1px; height: 35px; background: rgba(255,255,255,.38); }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 124px; padding: 30px 23px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-icon, .trust-number { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; color: var(--forest-700); border: 1px solid #cdd8d3; border-radius: 50%; }
.trust-icon svg { width: 20px; height: 20px; }
.trust-number { font-family: var(--serif); font-size: 25px; }
.trust-grid p { margin: 0; display: flex; flex-direction: column; gap: 5px; }
.trust-grid strong { font-size: 12px; }
.trust-grid small { color: var(--muted); font-size: 10px; line-height: 1.4; }

.tours-section { background: var(--cream); }
.section-heading h2, .feature-copy h2, .groups-card h2, .contact-copy h2, .faq-intro h2 { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(42px, 4.4vw, 64px); line-height: 1.06; font-weight: 500; letter-spacing: -.035em; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 54px; }
.heading-side { padding-bottom: 8px; }
.heading-side p { max-width: 430px; margin: 0 0 21px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px 24px; }
.tour-card { min-width: 0; }
.tour-photo { position: relative; height: 310px; display: block; overflow: hidden; background: var(--forest-900); }
.tour-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,30,24,.04), rgba(5,30,24,.48)); }
.tour-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.tour-card:hover .tour-photo img { transform: scale(1.05); }
.tour-index { position: absolute; z-index: 2; top: 19px; left: 20px; color: rgba(255,255,255,.92); font-family: var(--serif); font-size: 13px; }
.tour-photo-arrow { position: absolute; z-index: 3; right: 18px; bottom: 18px; width: 45px; height: 45px; display: grid; place-items: center; background: var(--gold); color: var(--forest-950); transition: transform .2s ease; }
.tour-card:hover .tour-photo-arrow { transform: translate(3px, -3px); }
.tour-body { padding-top: 22px; }
.card-eyebrow { color: var(--forest-700); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.tour-body h2, .tour-body h3 { margin: 10px 0 11px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.12; letter-spacing: -.02em; }
.tour-body > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.tour-price-card { margin-top: 17px; padding: 12px 14px; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; border-left: 3px solid var(--gold); background: #f1eadb; }
.tour-price-card small { color: #756a55; text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.tour-price-card strong { color: var(--forest-950); font-family: var(--serif); font-size: 18px; font-weight: 600; text-align: right; }
.tour-meta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.tour-meta span { padding: 7px 10px; background: #ece9df; color: #66706c; text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .09em; }

.guide-hub { padding: 82px 0 88px; overflow: hidden; background: linear-gradient(125deg, #0b2821 0%, #17483c 72%, #286352 100%); color: var(--white); }
.guide-hub-heading { margin-bottom: 37px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 70px; align-items: end; }
.guide-hub-heading h2 { max-width: 680px; margin: 17px 0 0; font-family: var(--serif); font-size: clamp(40px, 4vw, 57px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.guide-hub-heading > p { max-width: 540px; margin: 0 0 5px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.guide-hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.guide-hub-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-hub-card { min-width: 0; padding: 33px 32px 31px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.065); }
.guide-hub-card-rain { border-color: rgba(233,162,59,.72); background: rgba(255,255,255,.11); }
.guide-hub-card-dunajec { border-color: rgba(233,162,59,.88); background: rgba(233,162,59,.12); }
.guide-hub-grid-three .guide-hub-card-rain { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.065); }
.guide-hub-kicker { color: var(--gold); text-transform: uppercase; font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.guide-hub-card h3 { max-width: 520px; margin: 13px 0 12px; font-family: var(--serif); font-size: clamp(30px, 3vw, 40px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.guide-hub-grid-three .guide-hub-card h3 { font-size: clamp(27px, 2.4vw, 34px); }
.guide-hub-grid-three .guide-hub-card { padding-inline: 27px; }
.guide-hub-grid-three .button { padding-inline: 20px; font-size: 12px; }
.guide-hub-card p { flex: 1 1 auto; max-width: 600px; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.72; }
.guide-hub-tags { margin: 23px 0 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.guide-hub-tags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.23); color: rgba(255,255,255,.73); text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .08em; }

.feature-section { padding: 110px 0; background: var(--forest-900); color: var(--white); overflow: hidden; }
.feature-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 92px; align-items: center; }
.feature-photo { position: relative; min-height: 650px; }
.feature-photo::before { content: ""; position: absolute; z-index: 0; width: 210px; height: 210px; left: -45px; top: -45px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.feature-photo::after { content: ""; position: absolute; z-index: 0; right: -28px; bottom: -28px; width: 160px; height: 160px; background: var(--gold); opacity: .13; }
.feature-photo img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 66%; }
.photo-caption { position: absolute; z-index: 2; inset: auto 0 0; padding: 19px 22px; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 7px 18px; background: linear-gradient(transparent, rgba(4,25,21,.78)); color: rgba(255,255,255,.75); text-transform: uppercase; font-size: 8px; letter-spacing: .2em; }
.feature-copy h2 { max-width: 540px; }
.feature-lead { max-width: 550px; margin: 25px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.benefit-list { margin: 35px 0 36px; padding: 0; list-style: none; display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.15); }
.benefit-list li { padding: 19px 0; display: flex; gap: 17px; border-bottom: 1px solid rgba(255,255,255,.15); }
.benefit-list > li > svg { flex: 0 0 auto; width: 21px; height: 21px; margin-top: 2px; color: var(--gold); }
.benefit-list li span { display: flex; flex-direction: column; gap: 5px; }
.benefit-list strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.benefit-list small { color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.55; }

.process-section { background: var(--sand); }
.section-heading.centered { max-width: 690px; margin: 0 auto 58px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { margin: 17px 0 0; color: var(--muted); font-size: 14px; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 36px; height: 1px; background: #ced4ce; }
.process-grid article { position: relative; z-index: 1; padding: 0 28px; text-align: center; }
.process-grid article > span { width: 72px; height: 72px; margin: 0 auto 24px; display: grid; place-items: center; background: var(--sand); border: 1px solid #bbc9c2; border-radius: 50%; color: var(--forest-700); font-family: var(--serif); font-size: 17px; }
.process-grid h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.reviews-section { overflow: hidden; background: var(--white); }
.reviews-heading { max-width: 760px; margin-bottom: 49px; }
.reviews-heading h2 { margin: 18px 0 17px; font-family: var(--serif); font-size: clamp(42px, 4.4vw, 64px); line-height: 1.06; font-weight: 500; letter-spacing: -.035em; }
.reviews-heading > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.76; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.review-card { position: relative; min-width: 0; padding: 37px 32px 31px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 50px rgba(12,40,33,.06); }
.review-card::before { content: "“"; position: absolute; top: 12px; right: 24px; color: rgba(40,99,82,.13); font-family: var(--serif); font-size: 76px; line-height: 1; }
.review-rating { position: relative; z-index: 1; margin-bottom: 20px; display: flex; gap: 2px; color: var(--gold); font-size: 15px; letter-spacing: .05em; }
.review-rating-empty { color: #d4d7d1; }
.review-quote { position: relative; z-index: 1; flex: 1 1 auto; margin: 0; }
.review-quote p { margin: 0; color: #43504b; font-family: var(--serif); font-size: 20px; line-height: 1.56; }
.review-author { margin-top: 27px; padding-top: 20px; display: grid; gap: 4px; border-top: 1px solid var(--line); }
.review-author strong { color: var(--forest-950); font-size: 12px; }
.review-author span,
.review-author time { color: var(--muted); font-size: 9px; line-height: 1.5; }
.reviews-admin-empty { padding: 30px; border: 1px dashed #9baba4; background: var(--sand); color: var(--muted); text-align: center; font-size: 13px; line-height: 1.7; }
.reviews-admin-empty strong { display: block; margin-bottom: 5px; color: var(--forest-950); font-family: var(--serif); font-size: 22px; font-weight: 500; }
.reviews-admin-empty a { color: var(--forest-800); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.groups-section { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; }
.groups-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,30,24,.88), rgba(5,30,24,.16)), var(--wz-groups-image) center 39%/cover no-repeat; }
.groups-inner { position: relative; z-index: 1; }
.groups-card { max-width: 610px; padding: 56px 58px; background: rgba(13,47,39,.94); color: var(--white); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.groups-card h2 { font-size: clamp(42px, 4vw, 58px); }
.groups-card > p { margin: 23px 0 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.75; }
.groups-tags { margin: 28px 0 31px; display: flex; flex-wrap: wrap; gap: 8px; }
.groups-tags span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.75); text-transform: uppercase; font-size: 8px; font-weight: 750; letter-spacing: .08em; }

.image-credit { font-size: 8px; font-style: normal; font-weight: 500; line-height: 1.45; letter-spacing: .015em; text-transform: none; }
.image-credit em { font-style: normal; font-weight: 750; }
.image-credit a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.hero-image-credit,
.groups-image-credit,
.archive-image-credit,
.page-hero-image-credit { position: absolute; z-index: 4; right: 18px; max-width: min(46vw, 470px); color: rgba(255,255,255,.66); text-align: right; text-shadow: 0 1px 5px rgba(0,0,0,.65); }
.hero-image-credit { bottom: 15px; }
.groups-image-credit { bottom: 13px; }
.archive-image-credit,
.page-hero-image-credit { bottom: 11px; }
.feature-image-credit { flex: 1 0 100%; color: rgba(255,255,255,.7); }
.card-image-credit { display: block; margin-top: 13px; color: #76807c; }
.card-image-credit em { color: var(--forest-800); }
.card-image-credit a { color: #56645f; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-intro h2 { margin-bottom: 19px; }
.faq-intro > p { max-width: 380px; margin: 0 0 23px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 48px 28px 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 21px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 5px; top: 50%; width: 17px; height: 1px; background: var(--forest-700); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 670px; margin: -8px 0 27px; padding-right: 45px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact-section { padding: 105px 0; background: var(--forest-950); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.contact-copy > p { max-width: 440px; margin: 24px 0 31px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.contact-note { margin-top: 25px; display: flex; align-items: center; gap: 15px; }
.contact-note > svg { width: 34px; height: 34px; padding: 7px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--gold); }
.contact-note span { display: flex; flex-direction: column; gap: 4px; }
.contact-note strong { font-size: 12px; }
.contact-note small { color: rgba(255,255,255,.5); font-size: 10px; }
.contact-form { padding: 38px; background: var(--cream); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #4c5854; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d7d9d2; border-radius: 0; background: var(--white); color: var(--ink); outline: none; padding: 14px 15px; font-size: 13px; text-transform: none; letter-spacing: 0; }
.contact-form input { min-height: 50px; }
.contact-form textarea { min-height: 125px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest-700); box-shadow: 0 0 0 2px rgba(40,99,82,.1); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a9f9c; }
.contact-form .privacy-check { margin: -1px 0 18px; display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; color: #6e7773; text-transform: none; letter-spacing: 0; font-size: 10px; font-weight: 500; line-height: 1.45; }
.contact-form .privacy-check input { flex: 0 0 auto; width: 16px; min-height: 0; height: 16px; margin: 1px 0 0; padding: 0; accent-color: var(--forest-800); }
.contact-form .privacy-check a { color: var(--forest-700); text-decoration: underline; text-underline-offset: 2px; }
.form-note { display: block; margin: 12px auto 0; color: #8b928f; text-align: center; font-size: 9px; }

.site-footer { background: #071c17; color: var(--white); }
.footer-top { min-height: 180px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 55px; }
.footer-top > p { max-width: 390px; margin: 0; color: rgba(255,255,255,.47); font-size: 12px; line-height: 1.65; }
.footer-top nav { display: flex; gap: 23px; }
.footer-top nav a { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 650; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: 9px; }
.mobile-sticky { display: none; }

@media (max-width: 1050px) {
  .desktop-nav .menu { gap: 18px; }
  .hero-grid { gap: 45px; }
  .hero h1 { font-size: 64px; }
  .feature-grid { gap: 55px; }
  .faq-grid, .contact-grid { gap: 60px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1120px) {
  .desktop-nav, .header-cta, .language-switcher-desktop { display: none; }
  .header-contact { margin-left: auto; padding-left: 0; border-left: 0; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; list-style: none; border: 1px solid rgba(255,255,255,.35); cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 18px; height: 1px; background: var(--white); }
  .mobile-nav nav { position: absolute; top: 50px; right: 0; width: 270px; padding: 13px; display: grid; background: var(--cream); color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
  .mobile-nav nav a { padding: 13px 12px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
  .mobile-nav .language-switcher-mobile { margin: 9px 0 2px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .mobile-nav .language-switcher-mobile a { min-width: 0; padding: 10px 5px; border: 1px solid var(--line); color: var(--muted); text-align: center; font-size: 9px; }
  .mobile-nav .language-switcher-mobile a[aria-current="page"] { border-color: var(--gold); background: #f5ead7; color: var(--forest-950); }
  .mobile-nav nav > a:last-child { margin-top: 9px; background: var(--gold); border: 0; text-align: center; }
}

@media (max-width: 850px) {
  .section { padding: 88px 0; }
  .hero { min-height: 920px; align-items: end; }
  .hero-bg,
  .archive-hero-bg,
  .page-hero-bg,
  .single-tour-hero-bg { background-image: var(--wz-bg-image-mobile, var(--wz-bg-image)); }
  .hero-bg { background-position: 57% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,25,21,.35), rgba(4,25,21,.96) 62%, rgba(4,25,21,1)); }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 145px; padding-bottom: 75px; }
  .hero-copy { max-width: 700px; }
  .hero-card { width: min(470px, 100%); margin: 0 0 0 auto; }
  .hero-scroll { display: none; }
  .hero-image-credit { bottom: 9px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .tour-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-photo { min-height: 540px; }
  .feature-copy { padding: 20px 0 0; }
  .process-grid article { padding-inline: 10px; }
  .groups-section { min-height: 700px; align-items: end; }
  .groups-photo { background: linear-gradient(180deg, rgba(5,30,24,.08), rgba(5,30,24,.9) 65%), var(--wz-groups-image) center/cover no-repeat; }
  .groups-card { max-width: 100%; margin-bottom: 45px; }
  .groups-image-credit { bottom: 8px; }
  .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; padding: 45px 0; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding: 72px 0; }
  .header-inner { height: 76px; gap: 12px; }
  .header-contact { min-width: 0; gap: 0; }
  .header-contact-label, .header-email { display: none; }
  .header-phone { font-size: 13px; }
  .header-phone svg { width: 16px; height: 16px; }
  .brand { gap: 5px; }
  .brand-wordmark strong { font-size: 16px; }
  .brand-clover { font-size: 12px; }
  .brand-wordmark em { font-size: 14px; }
  .hero { min-height: 860px; }
  .hero-grid { padding-top: 112px; padding-bottom: 54px; gap: 27px; }
  .hero h1 { margin-top: 18px; font-size: clamp(43px, 13vw, 58px); }
  .hero-copy > p { font-size: 15px; line-height: 1.62; }
  .hero-actions { margin-top: 27px; gap: 20px; }
  .hero-actions .button { padding-inline: 18px; }
  .hero-card { padding: 27px 22px 22px; }
  .hero-card h2 { font-size: 28px; }
  .hero-image-credit,
  .groups-image-credit,
  .archive-image-credit,
  .page-hero-image-credit { right: 10px; max-width: 72vw; font-size: 7px; }
  .choice-list { margin: 19px 0 20px; }
  .contact-channels-compact { margin-top: -7px; }
  .contact-channel { min-height: 61px; padding: 10px 12px; }
  .contact-channel strong { font-size: 13px; }
  .contact-channel-phone strong { font-size: 17px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 92px; padding: 21px 17px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-heading h2, .feature-copy h2, .groups-card h2, .contact-copy h2, .faq-intro h2 { font-size: 40px; }
  .tour-grid { grid-template-columns: 1fr; gap: 42px; }
  .tour-photo { height: 340px; }
  .feature-section { padding: 74px 0; }
  .feature-photo { min-height: 480px; }
  .process-grid { grid-template-columns: 1fr; gap: 36px; }
  .process-grid::before { top: 30px; bottom: 30px; left: 35px; right: auto; width: 1px; height: auto; }
  .process-grid article { display: grid; grid-template-columns: 72px 1fr; column-gap: 21px; text-align: left; }
  .process-grid article > span { grid-row: 1 / span 2; margin: 0; }
  .process-grid h3 { align-self: end; font-size: 21px; }
  .process-grid p { align-self: start; }
  .reviews-heading h2 { font-size: 40px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { padding: 31px 25px 27px; }
  .groups-section { min-height: 720px; }
  .groups-card { margin-bottom: 26px; padding: 38px 26px; }
  .faq-list summary { padding-block: 23px; font-size: 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { margin-inline: -4px; padding: 28px 20px; }
  .footer-top { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer-top nav { flex-wrap: wrap; }
  .footer-bottom { min-height: 104px; padding-bottom: 76px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
  .mobile-sticky { position: fixed; z-index: 50; inset: auto 10px 10px; min-height: 60px; padding: 3px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 3px; background: var(--white); color: var(--forest-950); box-shadow: 0 12px 35px rgba(0,0,0,.28); border: 1px solid rgba(11,40,33,.12); }
  .mobile-sticky-single { grid-template-columns: 1fr; }
  .mobile-sticky a { min-width: 0; padding: 9px 12px; display: flex; align-items: center; justify-content: center; gap: 9px; }
  .mobile-sticky-call { background: var(--forest-950); color: var(--white); }
  .mobile-sticky-call > span { min-width: 0; display: grid; gap: 1px; }
  .mobile-sticky-call small { color: rgba(255,255,255,.6); text-transform: uppercase; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
  .mobile-sticky-call strong { color: var(--white); font-size: 13px; white-space: nowrap; }
  .mobile-sticky-message { background: var(--gold); color: var(--forest-950); font-size: 12px; font-weight: 850; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* WordPress */
.admin-bar .site-header { top: 32px; }
.internal-page .site-header,
.archive .site-header,
.single-wz_tour .site-header,
.error404 .site-header { position: relative; background: var(--forest-950); }
.internal-page .site-header + main,
.archive .site-header + main,
.single-wz_tour .site-header + main,
.error404 .site-header + main { min-height: 55vh; }
.current-menu-item > a,
.current_page_item > a { color: var(--gold); }
.desktop-nav .menu { margin: 0; padding: 0; display: flex; align-items: center; gap: 30px; list-style: none; }
.mobile-nav .menu { margin: 0; padding: 0; display: grid; list-style: none; }
.footer-top .menu { margin: 0; padding: 0; display: flex; gap: 23px; list-style: none; }
.footer-bottom a { color: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 6px; left: 6px; width: auto; height: auto; padding: 15px 23px; clip: auto !important; background: var(--white); color: var(--forest-950); }
.inquiry-message { margin: 0 0 18px; padding: 13px 15px; border-left: 3px solid var(--forest-700); background: #e9f2ee; color: var(--forest-950); font-size: 12px; line-height: 1.55; }
.inquiry-message.error { border-left-color: #a84737; background: #f6e9e6; color: #6e241a; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.tour-photo-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--forest-800), var(--forest-950)); color: rgba(255,255,255,.7); }
.archive-hero,
.page-hero { position: relative; min-height: 445px; display: flex; align-items: end; overflow: hidden; background: var(--forest-950); color: var(--white); }
.archive-hero-bg,
.page-hero-bg { position: absolute; inset: 0; background-image: var(--wz-bg-image); background-position: center; background-size: cover; opacity: .58; }
.archive-hero::after,
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,30,24,.92), rgba(5,30,24,.24)), linear-gradient(0deg, rgba(5,30,24,.7), transparent 70%); }
.archive-hero-inner,
.page-hero-inner { position: relative; z-index: 1; padding: 78px 0 65px; }
.archive-hero h1,
.page-hero h1 { max-width: 830px; margin: 16px 0 15px; font-family: var(--serif); font-size: clamp(48px, 6vw, 76px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.archive-hero p,
.page-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.wz-breadcrumbs { margin: 0 0 22px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.wz-breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.wz-breadcrumbs li { display: inline-flex; align-items: center; gap: 7px; }
.wz-breadcrumbs li + li::before { content: "/"; opacity: .55; }
.wz-breadcrumbs a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: text-decoration-color .2s ease, color .2s ease; }
.wz-breadcrumbs a:hover { color: var(--gold); text-decoration-color: currentColor; }
.wz-breadcrumbs span { opacity: .8; }
.breadcrumbs-light { color: rgba(255,255,255,.66); }
.archive-content { padding: 88px 0 110px; background: var(--cream); }
.archive-guide { margin-top: 88px; padding-top: 66px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; border-top: 1px solid var(--line); }
.archive-guide h2 { max-width: 470px; margin: 17px 0 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 55px); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
.archive-guide-copy { color: var(--muted); font-size: 14px; line-height: 1.82; }
.archive-guide-copy p { margin: 0 0 18px; }
.archive-guide-copy a { color: var(--forest-800); font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.archive-empty { padding: 55px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.archive-pagination { margin-top: 55px; }
.archive-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.archive-pagination .page-numbers { min-width: 42px; height: 42px; padding-inline: 13px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); font-size: 12px; }
.archive-pagination .current { background: var(--forest-900); border-color: var(--forest-900); color: var(--white); }
.single-tour-hero { position: relative; min-height: 690px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--forest-950); }
.single-tour-hero-bg { position: absolute; inset: 0; background-image: var(--wz-bg-image); background-position: center; background-size: cover; }
.single-tour-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,25,21,.93), rgba(4,25,21,.25)), linear-gradient(0deg, rgba(4,25,21,.85), transparent 68%); }
.single-tour-hero-inner { position: relative; z-index: 1; padding: 115px 0 78px; }
.single-tour-hero h1 { max-width: 850px; margin: 19px 0 23px; font-family: var(--serif); font-size: clamp(58px, 7vw, 92px); line-height: .98; font-weight: 500; letter-spacing: -.045em; }
.single-tour-hero p { max-width: 690px; margin: 0 0 31px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.7; }
.single-tour-meta { margin: 0 0 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.single-tour-meta span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.78); text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.single-tour-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.single-tour-price-chip { min-height: 54px; padding: 9px 18px; display: grid; align-content: center; gap: 2px; border: 1px solid rgba(255,255,255,.34); background: rgba(8,35,29,.62); backdrop-filter: blur(7px); }
.single-tour-price-chip small { color: rgba(255,255,255,.6); text-transform: uppercase; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.single-tour-price-chip strong { color: var(--white); font-family: var(--serif); font-size: 20px; font-weight: 600; }
.single-tour-credit { padding: 10px 0; border-bottom: 1px solid #d9dedb; background: #edf1ef; color: #5b6762; font-size: 10px; line-height: 1.55; }
.single-tour-credit .shell { display: flex; flex-wrap: wrap; gap: 4px 12px; }
.single-tour-credit strong { color: var(--forest-900); }
.single-tour-credit a { color: var(--forest-800); text-decoration: underline; text-underline-offset: 2px; }
.single-tour-content { padding: 95px 0 105px; background: var(--cream); }
.single-tour-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr); gap: 90px; align-items: start; }
.entry-content { color: #45514d; font-size: 15px; line-height: 1.85; }
.entry-content h2,
.entry-content h3 { color: var(--ink); font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
.entry-content h2 { margin: 0 0 25px; font-size: 43px; line-height: 1.1; }
.entry-content h3 { margin: 36px 0 14px; font-size: 28px; }
.entry-content p { margin: 0 0 20px; }
.entry-content ul { margin: 0 0 25px; padding-left: 22px; }
.entry-content li { margin-bottom: 7px; }
.entry-content a { color: var(--forest-700); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.tour-sidebar { position: sticky; top: 110px; padding: 32px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(12,40,33,.08); }
.tour-sidebar h2 { margin: 0 0 11px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.tour-sidebar > p { margin: 0 0 21px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.tour-price-panel { margin: 0 0 24px; padding: 20px; border: 1px solid #e2d5b8; background: #fbf6ea; }
.tour-price-panel-head { margin-bottom: 14px; display: grid; gap: 4px; }
.tour-price-panel-head small { color: #756a55; text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.tour-price-panel-head strong { color: var(--forest-950); font-family: var(--serif); font-size: 26px; font-weight: 600; }
.tour-price-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #e3d8c0; }
.tour-price-list li { padding: 9px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid #e3d8c0; color: #4f5a56; font-size: 10px; line-height: 1.45; }
.tour-price-list span { max-width: 72%; }
.tour-price-list strong { color: var(--forest-950); white-space: nowrap; }
.tour-price-extras { margin-top: 17px; }
.tour-price-extras h3 { margin: 0 0 8px; color: var(--forest-950); font-family: var(--sans); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.tour-price-extras ul { margin: 0; padding-left: 17px; color: #5f6965; font-size: 9px; line-height: 1.55; }
.tour-price-extras li + li { margin-top: 5px; }
.tour-price-checked { margin: 14px 0 0; color: #807966; font-size: 8px; line-height: 1.5; }
.tour-facts { margin: 0 0 24px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.tour-facts li { padding: 15px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: 11px; }
.tour-facts span { color: var(--muted); }
.tour-sidebar-phone,
.tour-sidebar-email { margin-top: 12px; padding: 13px 15px; display: flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid #c9d4cf; color: var(--forest-800); }
.tour-sidebar-phone > span,
.tour-sidebar-email > span { display: flex; align-items: baseline; gap: 7px; font-size: 10px; }
.tour-sidebar-phone strong,
.tour-sidebar-email strong { color: var(--forest-950); font-size: 15px; }
.tour-sidebar-email strong { font-size: 12px; }
.tour-sidebar-phone:hover,
.tour-sidebar-email:hover { border-color: var(--forest-700); background: #eef3f0; }
.single-tour-gallery { padding: 88px 0 100px; border-top: 1px solid var(--line); background: var(--white); }
.tour-gallery-heading { max-width: 720px; margin-bottom: 38px; }
.tour-gallery-heading h2 { margin: 15px 0 13px; font-family: var(--serif); font-size: clamp(42px, 5vw, 62px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.tour-gallery-heading > p { max-width: 660px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.tour-gallery-heading .tour-gallery-notice { margin-top: 15px; padding: 12px 15px; border-left: 3px solid var(--gold); background: #f8f1e5; color: #5a4b31; font-size: 12px; }
.tour-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.tour-gallery-card { margin: 0; border: 1px solid var(--line); background: var(--cream); overflow: hidden; }
.tour-gallery-image { position: relative; height: 390px; display: block; overflow: hidden; background: var(--forest-900); }
.tour-gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tour-gallery-image:hover img { transform: scale(1.025); }
.tour-gallery-badge { position: absolute; top: 14px; left: 14px; padding: 8px 10px; background: rgba(7,28,23,.9); color: var(--white); text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.tour-gallery-card figcaption { min-height: 102px; padding: 18px 20px; display: grid; align-content: start; gap: 8px; }
.tour-gallery-card figcaption > strong { color: var(--forest-950); font-family: var(--serif); font-size: 19px; font-weight: 500; line-height: 1.28; }
.tour-gallery-credit { color: #6b7772; font-size: 8px; }
.related-tours { padding: 95px 0 105px; border-top: 1px solid var(--line); background: var(--cream); }
.related-tours-heading { max-width: 760px; margin-bottom: 43px; }
.related-tours-heading h2 { margin: 15px 0 0; font-family: var(--serif); font-size: clamp(40px, 4.7vw, 60px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.related-tour-grid .tour-photo { height: 275px; }
.page-content-section { padding: 90px 0 110px; background: var(--cream); }
.page-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 90px; }
.guide-author-meta { max-width: 920px; margin: 0 0 35px; padding: 14px 0; display: flex; flex-wrap: wrap; gap: 8px 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; }
.guide-author-meta strong { color: var(--forest-950); }
.guide-author-meta time { color: var(--forest-700); font-weight: 700; }
.entry-content > .guide-author-meta + h2 { margin-top: 0; }
.page-aside { padding: 28px; align-self: start; background: var(--white); border: 1px solid var(--line); }
.page-aside h2 { margin: 0 0 13px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.page-aside p { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.page-slovakia-guide .entry-content { max-width: none; }
.page-slovakia-guide .entry-content > h2 { max-width: 850px; margin-top: 62px; }
.page-slovakia-guide .entry-content > h2:first-child { margin-top: 0; }
.page-slovakia-guide .entry-content > p,
.page-slovakia-guide .entry-content > ul { max-width: 890px; }
.slovakia-comparison { margin: 48px 0 70px; }
.slovakia-comparison-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.slovakia-option { min-width: 0; padding: 29px 27px 27px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 48px rgba(12,40,33,.07); }
.slovakia-option-kicker { min-height: 36px; color: var(--forest-700); text-transform: uppercase; font-size: 8px; font-weight: 850; line-height: 1.5; letter-spacing: .12em; }
.entry-content .slovakia-option h3 { margin: 12px 0 13px; color: var(--forest-950); font-size: 31px; line-height: 1.08; }
.slovakia-option > p { flex: 1 1 auto; margin-bottom: 19px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.entry-content .slovakia-option ul { margin: 0 0 22px; padding: 17px 0 0; list-style: none; border-top: 1px solid var(--line); }
.slovakia-option li { margin: 0; padding: 7px 0; color: #59645f; font-size: 10px; line-height: 1.5; }
.slovakia-option li strong { color: var(--forest-950); }
.entry-content .slovakia-option .button { color: var(--white); text-decoration: none; }
.slovakia-table-scroll { margin-top: 32px; overflow-x: auto; border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 48px rgba(12,40,33,.05); }
.slovakia-table { width: 100%; min-width: 860px; border-collapse: collapse; color: #4e5a55; font-size: 11px; line-height: 1.55; }
.slovakia-table th,
.slovakia-table td { padding: 16px 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.slovakia-table tr:last-child th,
.slovakia-table tr:last-child td { border-bottom: 0; }
.slovakia-table th:last-child,
.slovakia-table td:last-child { border-right: 0; }
.slovakia-table thead th { background: var(--forest-950); color: var(--white); font-size: 10px; }
.slovakia-table tbody th { width: 155px; background: #efece3; color: var(--forest-950); }
.slovakia-price-note { margin: 13px 0 0; color: #747d79; font-size: 10px; line-height: 1.6; }
.page-weather-guide .entry-content { max-width: none; }
.page-weather-guide .entry-content > h2 { max-width: 880px; margin-top: 64px; }
.page-weather-guide .entry-content > p,
.page-weather-guide .entry-content > ul,
.page-weather-guide .entry-content > ol { max-width: 910px; }
.entry-content .guide-lead { max-width: 930px; margin: 0 0 37px; color: #35443e; font-family: var(--serif); font-size: clamp(22px, 2.3vw, 29px); line-height: 1.48; }
.weather-quick-grid { margin: 34px 0 67px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.weather-quick-card { min-width: 0; padding: 22px 19px; display: grid; align-content: start; gap: 9px; border-top: 3px solid var(--gold); background: var(--white); box-shadow: 0 12px 34px rgba(12,40,33,.06); }
.weather-quick-card strong { color: var(--forest-950); font-family: var(--serif); font-size: 19px; font-weight: 600; line-height: 1.2; }
.weather-quick-card span { color: var(--muted); font-size: 10px; line-height: 1.65; }
.weather-offer-cards { margin: 35px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.weather-offer { min-width: 0; padding: 31px 29px 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 48px rgba(12,40,33,.07); }
.weather-offer-kicker { color: var(--forest-700); text-transform: uppercase; font-size: 8px; font-weight: 850; line-height: 1.5; letter-spacing: .12em; }
.entry-content .weather-offer h3 { margin: 12px 0 13px; color: var(--forest-950); font-size: 33px; line-height: 1.08; }
.weather-offer > p { flex: 1 1 auto; margin: 0 0 19px; color: var(--muted); font-size: 12px; line-height: 1.72; }
.entry-content .weather-offer ul { margin: 0 0 22px; padding: 17px 0 0; list-style: none; border-top: 1px solid var(--line); }
.weather-offer li { margin: 0; padding: 7px 0; color: #59645f; font-size: 10px; line-height: 1.55; }
.weather-offer li strong { color: var(--forest-950); }
.entry-content .weather-offer .button { color: var(--white); text-decoration: none; }
.weather-price-note { margin: 13px 0 0; color: #747d79; font-size: 10px; line-height: 1.6; }
.weather-plan-grid { margin: 35px 0 62px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.weather-plan-card { min-width: 0; padding: 28px 27px; border: 1px solid var(--line); background: #f1eee5; }
.weather-plan-card > span { color: var(--forest-700); text-transform: uppercase; font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.entry-content .weather-plan-card h3 { margin: 11px 0 12px; color: var(--forest-950); font-size: 27px; line-height: 1.13; }
.weather-plan-card p { margin: 0 0 17px; color: #5c6762; font-size: 11px; line-height: 1.7; }
.entry-content .weather-plan-card > a { color: var(--forest-800); font-size: 11px; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.entry-content .weather-timeline { margin: 28px 0 25px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; list-style: none; }
.weather-timeline li { margin: 0; padding: 20px 20px 20px 23px; border-left: 3px solid var(--forest-700); background: var(--white); color: #59645f; font-size: 11px; line-height: 1.65; }
.weather-timeline strong { color: var(--forest-950); }
.entry-content .weather-checklist { margin-top: 26px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 22px; list-style: none; }
.weather-checklist li { position: relative; margin: 0; padding: 16px 17px 16px 37px; border: 1px solid var(--line); background: var(--white); color: #59645f; font-size: 11px; line-height: 1.65; }
.weather-checklist li::before { content: "✓"; position: absolute; left: 15px; top: 16px; color: var(--forest-700); font-weight: 900; }
.weather-checklist strong { color: var(--forest-950); }
.guide-note { max-width: 890px; margin-top: 42px; padding: 22px 24px; border-left: 4px solid var(--gold); background: #f1eadb; color: #4d584f; font-size: 13px; line-height: 1.72; }
.guide-note strong { color: var(--forest-950); }
.page-dunajec-guide .page-hero-bg { background-position: center 55%; }
.page-dunajec-guide .entry-content { max-width: none; }
.page-dunajec-guide .entry-content > h2 { max-width: 930px; margin-top: 67px; }
.page-dunajec-guide .entry-content > p,
.page-dunajec-guide .entry-content > ul { max-width: 920px; }
.dunajec-guide-toc { max-width: 920px; margin: 38px 0 65px; padding: 28px 30px; border-left: 4px solid var(--gold); background: var(--white); box-shadow: 0 16px 42px rgba(12,40,33,.06); }
.dunajec-guide-toc > strong { display: block; margin-bottom: 14px; color: var(--forest-950); font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.25; }
.entry-content .dunajec-guide-toc ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 28px; list-style: none; }
.dunajec-guide-toc li { margin: 0; }
.dunajec-guide-toc a { display: block; padding: 7px 0; color: var(--forest-700); font-size: 12px; font-weight: 700; line-height: 1.5; text-decoration: none; }
.dunajec-guide-toc a:hover { color: var(--forest-950); text-decoration: underline; text-underline-offset: 3px; }
.dunajec-quick-grid { max-width: 1040px; margin: 34px 0 69px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.dunajec-quick-grid > div { min-width: 0; padding: 22px 20px; display: grid; align-content: start; gap: 8px; border-top: 3px solid var(--gold); background: var(--white); box-shadow: 0 12px 34px rgba(12,40,33,.055); }
.dunajec-quick-grid span { color: #78817d; text-transform: uppercase; font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.dunajec-quick-grid strong { color: var(--forest-950); font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.25; }
.dunajec-table-scroll { max-width: 1040px; margin: 31px 0 18px; overflow-x: auto; border: 1px solid var(--line); background: var(--white); box-shadow: 0 16px 42px rgba(12,40,33,.055); }
.dunajec-table { width: 100%; min-width: 620px; border-collapse: collapse; color: #4e5a55; font-size: 12px; line-height: 1.55; }
.dunajec-table th,
.dunajec-table td { padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.dunajec-table th:last-child,
.dunajec-table td:last-child { border-right: 0; }
.dunajec-table tbody tr:last-child th,
.dunajec-table tbody tr:last-child td { border-bottom: 0; }
.dunajec-table thead th { background: var(--forest-950); color: var(--white); font-size: 10px; }
.dunajec-table tbody th { min-width: 190px; background: #f0ede4; color: var(--forest-950); }
.entry-content .dunajec-price-note { max-width: 980px; margin: 0 0 47px; color: #747d79; font-size: 10px; line-height: 1.65; }
.entry-content .dunajec-checklist,
.entry-content .dunajec-extras { max-width: 1040px; margin: 27px 0 28px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 18px; list-style: none; }
.dunajec-checklist li,
.dunajec-extras li { position: relative; min-width: 0; margin: 0; padding: 16px 17px 16px 40px; border: 1px solid var(--line); background: var(--white); color: #59645f; font-size: 11px; line-height: 1.6; }
.dunajec-checklist li::before { content: "✓"; position: absolute; left: 16px; top: 16px; color: var(--forest-700); font-weight: 900; }
.dunajec-extras li::before { content: "€"; position: absolute; left: 16px; top: 16px; color: var(--gold); font-weight: 900; }
.entry-content .dunajec-day-plan { max-width: 1040px; margin: 31px 0 35px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; list-style: none; counter-reset: dunajec-step; }
.dunajec-day-plan li { position: relative; min-height: 112px; margin: 0; padding: 23px 22px 22px 67px; border: 1px solid var(--line); background: var(--white); counter-increment: dunajec-step; }
.dunajec-day-plan li::before { content: counter(dunajec-step, decimal-leading-zero); position: absolute; left: 22px; top: 23px; color: var(--gold); font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1; }
.dunajec-day-plan strong { display: block; margin-bottom: 6px; color: var(--forest-950); font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.2; }
.dunajec-day-plan span { display: block; color: var(--muted); font-size: 10px; line-height: 1.6; }
.dunajec-faq-list { max-width: 1040px; margin: 31px 0 68px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.dunajec-faq-list section { min-width: 0; padding: 25px 24px 23px; border: 1px solid var(--line); background: var(--white); }
.entry-content .dunajec-faq-list h3 { margin: 0 0 10px; color: var(--forest-950); font-size: 22px; line-height: 1.22; }
.dunajec-faq-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.dunajec-guide-cta { max-width: 1040px; margin: 70px 0 0; padding: 42px 43px; background: linear-gradient(125deg, #0b2821, #17483c); color: var(--white); }
.dunajec-guide-cta > span { color: var(--gold); text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.entry-content .dunajec-guide-cta h2 { max-width: 720px; margin: 13px 0 14px; color: var(--white); font-size: clamp(36px, 4vw, 52px); line-height: 1.06; }
.dunajec-guide-cta > p { max-width: 760px; margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.75; }
.dunajec-guide-cta-actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.entry-content .dunajec-guide-cta .button { color: inherit; text-decoration: none; }
.entry-content .dunajec-guide-cta .button-gold { color: var(--forest-950); }
.dunajec-guide-email { color: rgba(255,255,255,.8); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.tour-guide-link { margin-top: 52px; padding: 31px 30px; border-left: 4px solid var(--gold); background: #f1eadb; }
.tour-guide-link > span { color: var(--forest-700); text-transform: uppercase; font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.entry-content .tour-guide-link h2 { margin: 10px 0 11px; font-size: 31px; line-height: 1.12; }
.tour-guide-link p { margin: 0 0 20px; color: #5b645e; font-size: 12px; line-height: 1.7; }
.entry-content .tour-guide-link .button { color: var(--white); text-decoration: none; }
.post-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.post-card { padding: 34px; border: 1px solid var(--line); background: var(--white); }
.post-card time { color: var(--forest-700); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.post-card h2 { margin: 12px 0 13px; font-family: var(--serif); font-size: 32px; line-height: 1.12; font-weight: 500; }
.post-card > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.not-found { min-height: 65vh; padding: 120px 0; display: grid; place-items: center; background: var(--cream); text-align: center; }
.not-found h1 { margin: 0 0 15px; font-family: var(--serif); font-size: 64px; font-weight: 500; }
.not-found p { margin: 0 0 25px; color: var(--muted); }
@media (max-width: 850px) {
	.guide-hub-heading { grid-template-columns: 1fr; gap: 20px; }
	.guide-hub-grid { grid-template-columns: 1fr; }
	.slovakia-comparison-cards { grid-template-columns: 1fr; }
	.slovakia-option-kicker { min-height: 0; }
	.weather-quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.weather-offer-cards { grid-template-columns: 1fr; }
	.dunajec-quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.dunajec-faq-list { grid-template-columns: 1fr; }
  .desktop-nav .menu { gap: 18px; }
  .mobile-nav .menu { gap: 0; }
  .single-tour-grid,
  .page-content-grid { grid-template-columns: 1fr; gap: 48px; }
  .tour-sidebar { position: static; }
  .tour-gallery-image { height: 330px; }
  .archive-guide { grid-template-columns: 1fr; gap: 30px; }
  .post-list { grid-template-columns: 1fr; }
  .admin-bar .site-header { top: 46px; }
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
@media (max-width: 620px) {
	.guide-hub { padding: 60px 0 64px; }
	.guide-hub-heading h2 { font-size: 38px; }
	.guide-hub-card { padding: 27px 23px 25px; }
	.slovakia-option { padding: 25px 21px 23px; }
	.slovakia-table-scroll { margin-inline: -4px; }
	.page-slovakia-guide .entry-content > h2 { margin-top: 48px; }
	.page-weather-guide .entry-content > h2 { margin-top: 49px; }
	.page-dunajec-guide .entry-content > h2 { margin-top: 50px; }
	.weather-quick-grid,
	.weather-plan-grid,
	.entry-content .weather-timeline,
	.entry-content .weather-checklist,
	.entry-content .dunajec-guide-toc ul,
	.dunajec-quick-grid,
	.entry-content .dunajec-checklist,
	.entry-content .dunajec-extras,
	.entry-content .dunajec-day-plan { grid-template-columns: 1fr; }
	.weather-quick-grid { margin-bottom: 52px; }
	.weather-offer { padding: 26px 22px 24px; }
	.dunajec-guide-toc { margin-bottom: 52px; padding: 24px 22px; }
	.dunajec-guide-cta { padding: 32px 24px; }
	.dunajec-guide-cta-actions { align-items: stretch; }
	.dunajec-guide-cta-actions .button { width: 100%; }
  .archive-hero,
  .page-hero { min-height: 370px; }
  .archive-hero-inner,
  .page-hero-inner { padding: 58px 0 46px; }
  .archive-hero h1,
  .page-hero h1 { font-size: 47px; }
  .single-tour-hero { min-height: 620px; }
  .single-tour-hero-inner { padding: 78px 0 55px; }
  .single-tour-hero h1 { font-size: 53px; }
  .single-tour-actions { align-items: stretch; }
  .single-tour-price-chip { min-width: 100%; }
  .archive-content,
  .single-tour-content,
  .page-content-section { padding: 68px 0 85px; }
  .single-tour-gallery { padding: 68px 0 78px; }
  .related-tours { padding: 68px 0 78px; }
  .archive-guide { margin-top: 64px; padding-top: 50px; }
  .tour-gallery-grid { grid-template-columns: 1fr; gap: 24px; }
  .tour-gallery-image { height: 320px; }
  .entry-content h2 { font-size: 36px; }
  .tour-sidebar { padding: 25px 21px; }
}
