/*
Theme Name: Bhutanese Tour Guide
Theme URI: https://bhutanesetourguide.com
Author: Tashi Wangdi
Author URI: https://bhutanesetourguide.com
Description: Blog theme for blog.bhutanesetourguide.com, matching the main Bhutanese Tour Guide website: black background, Instrument Serif headings and Inter text. Includes styles for the Visitor Guide articles (FAQ, season cards, fee tables, tip boxes and more).
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bhutanese-tour-guide
*/

/* ---------- Fonts (the same files the main site uses) ---------- */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap; src: url(assets/fonts/inter-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap; src: url(assets/fonts/inter-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url(assets/fonts/instrument-serif-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url(assets/fonts/instrument-serif-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url(assets/fonts/instrument-serif-italic-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url(assets/fonts/instrument-serif-italic-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---------- Tokens (same as the main site) ---------- */
:root {
  --bg: #000;
  --card: #0f0f0f;
  --secondary: #1a1a1a;
  --border: #2e2e2e;
  --fg: #fff;
  --muted: #a3a3ab;
  --soft: #d4d4d8;
  --accent: #e3b873;          /* warm gold for labels and prices in articles */
  --danger: #f87171;
  --radius: 1rem;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Instrument Serif", ui-serif, Georgia, serif;
  --wide: 80rem;
  --read: 44rem;

  /* colour names used inside the imported articles */
  --ink: var(--fg);
  --ink-60: var(--soft);
  --ink-30: var(--muted);
  --cream: var(--card);
  --saffron: var(--accent);
  --gold: var(--accent);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
img, svg, video { max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--fg); outline-offset: 3px; border-radius: 4px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 100; width: auto; height: auto; clip: auto; padding: 10px 16px; background: var(--fg); color: #000; border-radius: 999px; }
.wrap { width: 100%; max-width: var(--wide); margin: 0 auto; padding: 0 24px; }
@media (min-width: 768px) { .wrap { padding: 0 32px; } }
.site-main { flex: 1; }

/* ---------- Liquid glass (from the main site) ---------- */
.liquid-glass {
  background: rgba(255, 255, 255, .01);
  background-blend-mode: luminosity;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .1);
  position: relative;
  overflow: hidden;
}
.liquid-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,.15) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,.15) 80%, rgba(255,255,255,.45) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 0 28px; border-radius: 999px;
  font: inherit; font-size: 14px; text-decoration: none; white-space: nowrap; cursor: pointer;
  border: 0; color: var(--fg); background: transparent;
  transition: transform .2s, color .2s, border-color .2s, background .2s;
}
.btn:hover { transform: scale(1.03); }
.btn-outline { border: 1px solid var(--border); color: var(--muted); }
.btn-outline:hover { border-color: rgba(255,255,255,.3); color: var(--fg); transform: none; }
.btn-solid { background: var(--fg); color: #000; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(46,46,46,.6); }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
.site-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; padding-bottom: 20px; }
.brand { display: inline-flex; align-items: baseline; gap: 10px; text-decoration: none; }
.brand-name { font-family: var(--serif); font-size: 20px; letter-spacing: -.01em; }
.brand-tag { font-size: 12px; color: var(--muted); letter-spacing: .04em; }
@media (min-width: 768px) { .brand-name { font-size: 24px; } }
.nav-links { display: none; align-items: center; gap: 36px; font-size: 14px; }
.nav-links a { color: rgba(255,255,255,.8); text-decoration: none; transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current] { color: var(--fg); }
.nav-links .btn { color: var(--fg); padding: 0 24px; min-height: 40px; }
@media (min-width: 900px) { .nav-links { display: flex; } }
.menu-toggle { position: relative; display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; color: var(--fg); }
.menu-toggle span { position: absolute; width: 24px; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
.menu-toggle span:nth-child(1) { transform: translateY(-6px); }
.menu-toggle span:nth-child(3) { transform: translateY(6px); }
.menu-open .menu-toggle span:nth-child(1) { transform: rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: rotate(-45deg); }
@media (min-width: 900px) { .menu-toggle { display: none; } }
.mobile-nav { display: none; border-top: 1px solid var(--border); padding: 8px 24px 24px; }
.menu-open .mobile-nav { display: block; }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--border); color: rgba(255,255,255,.85); text-decoration: none; font-size: 16px; }
.mobile-nav a:last-child { border-bottom: 0; }
@media (min-width: 900px) { .mobile-nav { display: none !important; } }

/* ---------- Page heads ---------- */
.eyebrow { font-size: 14px; color: var(--muted); margin: 0; }
.page-head { padding-top: 72px; padding-bottom: 40px; }
@media (min-width: 768px) { .page-head { padding-top: 112px; padding-bottom: 56px; } }
.page-title {
  font-family: var(--serif); font-weight: 400; letter-spacing: -1px; line-height: 1.02;
  font-size: clamp(44px, 8vw, 88px); margin: 12px 0 0; max-width: 16ch;
}
.page-title em { color: var(--muted); }
.page-lead { max-width: 36rem; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

/* category filter */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.chip { display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: 14px; text-decoration: none; transition: color .2s, border-color .2s; }
.chip:hover { color: var(--fg); border-color: rgba(255,255,255,.3); }
.chip.is-active { background: var(--fg); border-color: var(--fg); color: #000; }

/* search */
.search-form { display: flex; gap: 8px; max-width: 480px; margin-top: 24px; }
.search-form input[type=search] { flex: 1; min-width: 0; min-height: 44px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); color: var(--fg); font: inherit; font-size: 16px; outline: none; }
.search-form input[type=search]:focus { border-color: var(--fg); }
.search-form button { min-height: 44px; padding: 0 22px; border-radius: 999px; border: 0; background: var(--fg); color: #000; font: inherit; font-size: 14px; cursor: pointer; }

/* ---------- Post cards ---------- */
.post-grid { display: grid; gap: 20px; padding-bottom: 96px; }
@media (min-width: 640px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .post-grid { grid-template-columns: repeat(3, 1fr); } }
.card { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); overflow: hidden; text-decoration: none; transition: border-color .25s, transform .25s; }
.card:hover { border-color: rgba(255,255,255,.25); transform: translateY(-3px); }
.card-media { aspect-ratio: 16 / 10; background: var(--secondary); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s; }
.card:hover .card-media img { transform: scale(1.04); }
.card-body { display: flex; flex-direction: column; gap: 10px; padding: 22px 22px 24px; flex: 1; }
.card-cat { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.card-title { font-family: var(--serif); font-weight: 400; font-size: 26px; line-height: 1.12; letter-spacing: -.3px; margin: 0; }
.card-excerpt { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-meta { margin-top: auto; padding-top: 8px; font-size: 13px; color: var(--muted); }
@media (min-width: 1024px) {
  .post-grid .card:first-child { grid-column: span 2; }
  .post-grid .card:first-child .card-media { aspect-ratio: 16 / 8; }
  .post-grid .card:first-child .card-title { font-size: 34px; }
}
.pagination { display: flex; justify-content: center; gap: 8px; padding-bottom: 96px; margin-top: -48px; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 0 14px; border: 1px solid var(--border); border-radius: 999px; text-decoration: none; color: var(--muted); font-size: 14px; }
.pagination .page-numbers.current { background: var(--fg); color: #000; border-color: var(--fg); }
.empty { color: var(--muted); padding: 24px 0 96px; }

/* ---------- Single article ---------- */
.article-head { max-width: 56rem; margin: 0 auto; padding: 64px 24px 36px; }
@media (min-width: 768px) { .article-head { padding: 96px 32px 44px; } }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13px; color: var(--muted); }
.crumbs a { text-decoration: none; color: var(--muted); }
.crumbs a:hover { color: var(--fg); }
.article-cat { display: inline-flex; margin-top: 28px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); text-decoration: none; }
.article-title { font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 6.4vw, 68px); line-height: 1.04; letter-spacing: -1px; margin: 14px 0 0; }
.article-dek { margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 40rem; }
.byline { display: flex; align-items: center; gap: 14px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 14px; }
.byline-avatar { width: 44px; height: 44px; border-radius: 999px; background: var(--secondary); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 20px; flex-shrink: 0; overflow: hidden; }
.byline-avatar img { width: 100%; height: 100%; object-fit: cover; }
.byline-name { color: var(--fg); }
.byline-meta { color: var(--muted); font-size: 13px; }
.article-hero { max-width: 72rem; margin: 0 auto; padding: 0 24px; }
.article-hero img { display: block; width: 100%; max-height: 640px; object-fit: cover; border-radius: var(--radius); }
@media (max-width: 640px) { .article-hero { padding: 0; } .article-hero img { border-radius: 0; } }

/* ---------- Article text ---------- */
.entry { max-width: var(--read); margin: 0 auto; padding: 48px 24px 24px; color: var(--soft); font-size: 17px; line-height: 1.85; overflow-wrap: break-word; }
.entry > :first-child { margin-top: 0; }
.entry p { margin: 0 0 22px; }
.entry h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 4vw, 36px); line-height: 1.12; letter-spacing: -.4px; color: var(--fg); margin: 56px 0 16px; }
.entry h3 { font-size: 18px; font-weight: 600; color: var(--fg); line-height: 1.4; margin: 36px 0 10px; }
.entry h4 { font-size: 16px; font-weight: 600; color: var(--fg); margin: 28px 0 8px; }
.entry strong { color: var(--fg); font-weight: 600; }
.entry a { color: var(--fg); text-decoration: underline; text-decoration-color: rgba(227,184,115,.6); text-underline-offset: 3px; transition: text-decoration-color .2s; }
.entry a:hover { text-decoration-color: var(--accent); }
.entry ul, .entry ol { margin: 8px 0 24px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.entry ul { list-style: none; }
.entry ul > li { position: relative; padding-left: 24px; }
.entry ul > li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }
.entry ol { padding-left: 22px; }
.entry img { border-radius: 12px; }
.entry figure { margin: 32px 0; }
.entry figcaption { font-size: 13px; color: var(--muted); margin-top: 10px; text-align: center; }
.entry blockquote { margin: 36px 0; padding: 4px 0 4px 24px; border-left: 2px solid var(--accent); font-family: var(--serif); font-size: 26px; line-height: 1.35; color: var(--fg); }
.entry hr { border: 0; border-top: 1px solid var(--border); margin: 48px 0; }
.entry code { font-size: .9em; background: var(--secondary); padding: 2px 6px; border-radius: 6px; }

/* tables (fee-table, tip-table, pkg-table and plain WordPress tables) */
.entry .table-scroll { overflow-x: auto; margin: 24px 0 32px; border: 1px solid var(--border); border-radius: 12px; -webkit-overflow-scrolling: touch; }
.entry table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.6; }
.entry .table-scroll table { margin: 0; min-width: 520px; }
.entry th { background: var(--secondary); color: var(--fg); text-align: left; padding: 13px 18px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.entry td { padding: 14px 18px; border-top: 1px solid var(--border); vertical-align: top; }
.entry td.who, .entry td.site-name, .entry .site-name, .entry td.highlight, .entry .highlight { color: var(--fg); font-weight: 600; }
.entry td.amount, .entry .amount { color: var(--accent); font-family: var(--serif); font-size: 19px; white-space: nowrap; }

/* callout boxes */
.entry .tip-box, .entry .info-box, .entry .warning-box, .entry .section-buy, .entry .section-skip, .entry .section-cannot {
  margin: 32px 0; padding: 20px 22px; border-radius: 12px; background: var(--card); border: 1px solid var(--border); border-left: 3px solid var(--accent);
}
.entry .info-box { border-left-color: #93c5fd; }
.entry .warning-box, .entry .section-cannot { border-left-color: var(--danger); }
.entry .tip-box > strong:first-child, .entry .info-box > strong:first-child, .entry .warning-box > strong:first-child,
.entry .section-buy > strong:first-child, .entry .section-skip > strong:first-child, .entry .section-cannot > strong:first-child {
  display: block; margin-bottom: 8px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent);
}
.entry .info-box > strong:first-child { color: #93c5fd; }
.entry .warning-box > strong:first-child, .entry .section-cannot > strong:first-child { color: var(--danger); }
.entry .tip-box p, .entry .info-box p, .entry .warning-box p, .entry .section-buy p, .entry .section-skip p, .entry .section-cannot p { margin: 0 0 10px; font-size: 15.5px; line-height: 1.75; }
.entry .tip-box p:last-child, .entry .info-box p:last-child, .entry .warning-box p:last-child, .entry .section-cannot p:last-child { margin-bottom: 0; }
.entry .main-quote { margin: 40px 0; padding: 28px 28px; border-left: 2px solid var(--accent); background: var(--card); border-radius: 0 12px 12px 0; }
.entry .main-quote p { margin: 0; font-family: var(--serif); font-size: clamp(22px, 3vw, 28px); line-height: 1.4; color: var(--fg); }

/* card grids used in the guides */
.entry .drink-grid, .entry .dish-grid, .entry .brewery-grid, .entry .bank-grid { display: grid; gap: 16px; margin: 24px 0 32px; }
.entry .venue-grid, .entry .app-grid { display: grid; gap: 16px; margin: 24px 0 32px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) {
  .entry .drink-grid, .entry .dish-grid, .entry .brewery-grid, .entry .bank-grid { grid-template-columns: repeat(2, 1fr); }
  .entry .venue-grid, .entry .app-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 420px) { .entry .venue-grid { grid-template-columns: 1fr; } }
.entry .drink-card, .entry .dish-card, .entry .bank-card, .entry .app-card, .entry .season-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.entry .venue-card, .entry .brewery-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.entry .venue-img, .entry .brewery-img { aspect-ratio: 4 / 3; background: var(--secondary); overflow: hidden; }
.entry .brewery-img { aspect-ratio: 16 / 9; }
.entry .venue-img img, .entry .brewery-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; }
.entry .venue-body, .entry .brewery-body { padding: 16px 18px 18px; }
.entry .drink-name, .entry .dish-name, .entry .venue-name, .entry .brewery-name, .entry .spirit-name, .entry .season-title { font-family: var(--serif); font-size: 22px; line-height: 1.15; color: var(--fg); margin-bottom: 4px; }
.entry .venue-name { font-size: 20px; }
.entry .venue-name a, .entry .brewery-name a { text-decoration: none; }
.entry .drink-sub, .entry .dish-dzongkha, .entry .season-months { font-size: 13px; color: var(--muted); font-style: italic; margin-bottom: 10px; }
.entry .drink-desc, .entry .dish-desc, .entry .venue-desc, .entry .brewery-desc, .entry .spirit-desc, .entry .bank-detail { font-size: 14.5px; line-height: 1.7; color: var(--soft); }
.entry .venue-location, .entry .brewery-location, .entry .spirit-meta, .entry .season-label { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.entry .drink-badge, .entry .spice { display: inline-flex; align-items: center; font-size: 11px; font-weight: 600; letter-spacing: .05em; padding: 3px 10px; border-radius: 999px; margin-bottom: 10px; background: rgba(227,184,115,.14); color: var(--accent); }
.entry .badge-warning, .entry .spice-hot { background: rgba(248,113,113,.14); color: var(--danger); }
.entry .spice-mild { background: rgba(74,222,128,.14); color: #4ade80; }
.entry .spice-none { background: var(--secondary); color: var(--muted); }
.entry .spirit-list { margin: 24px 0 32px; border-top: 1px solid var(--border); }
.entry .spirit-item { display: grid; gap: 8px 24px; padding: 20px 0; border-bottom: 1px solid var(--border); }
@media (min-width: 640px) { .entry .spirit-item { grid-template-columns: 180px 1fr; } }
.entry .bank-logo { height: 64px; display: flex; align-items: center; margin-bottom: 14px; }
.entry .bank-logo img, .entry .app-icon img { background: #fff; border-radius: 10px; padding: 6px 10px; max-width: 100%; }
.entry .bank-logo img { height: 64px !important; max-height: 64px !important; width: auto !important; object-fit: contain; }
.entry .bank-name, .entry .app-name { font-size: 15px; font-weight: 600; color: var(--fg); margin-bottom: 4px; }
.entry .app-card { text-align: center; padding: 18px 12px; }
.entry .app-icon { height: 76px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.entry .app-icon img { max-height: 76px; width: auto !important; height: auto !important; max-width: 100%; }
.entry .app-type { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.entry .season-card { margin: 0 0 20px; padding: 24px; border-top: 3px solid var(--accent); }
.entry .season-spring { border-top-color: #a3e635; } .entry .season-spring .season-label { color: #a3e635; }
.entry .season-summer { border-top-color: #38bdf8; } .entry .season-summer .season-label { color: #38bdf8; }
.entry .season-autumn { border-top-color: #fb923c; } .entry .season-autumn .season-label { color: #fb923c; }
.entry .season-winter { border-top-color: #cbd5e1; } .entry .season-winter .season-label { color: #cbd5e1; }
.entry .season-temp { display: inline-block; margin-bottom: 14px; padding: 6px 12px; border-radius: 8px; background: var(--secondary); color: var(--fg); font-size: 13px; font-weight: 600; }
.entry .season-card p { font-size: 15.5px; margin-bottom: 12px; }
.entry .season-card p:last-child { margin-bottom: 0; }

/* FAQ accordion */
.entry .faq-list { margin: 24px 0 40px; border-top: 1px solid var(--border); }
.entry .faq-item { border-bottom: 1px solid var(--border); }
.entry .faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; background: none; border: 0; cursor: pointer; text-align: left; color: var(--fg); font-family: var(--serif); font-size: 22px; line-height: 1.25; }
.entry .faq-q:hover { color: var(--accent); }
.entry .faq-icon { flex-shrink: 0; width: 28px; height: 28px; border: 1px solid var(--border); border-radius: 999px; display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s; }
.entry .faq-icon svg { width: 12px; height: 12px; stroke: currentColor; transition: transform .3s; }
.entry .faq-item.open .faq-icon { background: var(--fg); border-color: var(--fg); color: #000; }
.entry .faq-item.open .faq-icon svg { transform: rotate(180deg); }
.entry .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.entry .faq-a-inner { padding: 0 0 20px; font-size: 15.5px; line-height: 1.8; color: var(--soft); }
.no-js .entry .faq-a { max-height: none; }

/* currency converter (Payments article) */
.entry #converter { margin: 20px 0 32px; padding: 22px; border: 1px solid var(--border); border-radius: 12px; background: var(--card); font-size: 13px; color: var(--muted); line-height: 1.6; }
.entry #converter > div:first-child { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 16px; }
.entry #converter input, .entry #converter select { min-height: 44px; padding: 0 14px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg); color: var(--fg); font: inherit; font-size: 16px; outline: none; }
.entry #converter input { width: 110px; }
.entry #converter select { max-width: 100%; }
.entry #converter input:focus, .entry #converter select:focus { border-color: var(--fg); }
.entry #conv-result { font-family: var(--serif); font-size: 30px; line-height: 1.1; color: var(--accent); }
.entry #conv-rate { margin-bottom: 4px; color: var(--soft); }

/* WordPress block editor basics */
.entry .alignwide { max-width: 64rem; margin-left: 50%; transform: translateX(-50%); width: min(64rem, 100vw - 48px); }
.entry .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.entry .alignleft { float: left; margin: 6px 24px 16px 0; max-width: 50%; }
.entry .alignright { float: right; margin: 6px 0 16px 24px; max-width: 50%; }
.entry .wp-block-image img { height: auto; }
.entry .wp-block-button__link { display: inline-flex; min-height: 44px; align-items: center; padding: 0 26px; border-radius: 999px; background: var(--fg); color: #000; text-decoration: none; }
.entry .wp-caption-text, .entry .wp-element-caption { font-size: 13px; color: var(--muted); text-align: center; }

/* ---------- After the article ---------- */
.article-foot { max-width: var(--read); margin: 0 auto; padding: 24px 24px 0; }
.share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 24px 0; border-top: 1px solid var(--border); }
.share-label { font-size: 13px; color: var(--muted); margin-right: 6px; }
.share .btn { min-height: 40px; padding: 0 18px; font-size: 13px; }
.author-box { display: flex; gap: 18px; align-items: flex-start; margin: 8px 0 0; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); }
.author-box .byline-avatar { width: 56px; height: 56px; font-size: 24px; }
.author-box h2 { font-family: var(--serif); font-weight: 400; font-size: 24px; margin: 0; }
.author-box p { margin: 6px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.65; }
.author-box .licence { font-size: 12.5px; margin-top: 10px; }
.cta { margin: 64px auto 0; max-width: var(--wide); padding: 0 24px; }
.cta-inner { border: 1px solid var(--border); border-radius: 1.5rem; background: var(--card); padding: 36px 28px; }
@media (min-width: 768px) { .cta-inner { padding: 56px; } }
.cta h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 5vw, 48px); line-height: 1.08; letter-spacing: -1px; margin: 10px 0 0; max-width: 20ch; }
.cta p { color: var(--muted); max-width: 34rem; margin: 16px 0 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.related { max-width: var(--wide); margin: 0 auto; padding: 80px 24px 0; }
@media (min-width: 768px) { .related, .cta { padding-left: 32px; padding-right: 32px; } }
.related-title { font-family: var(--serif); font-weight: 400; font-size: 36px; margin: 0 0 24px; }
.related .post-grid { padding-bottom: 0; }
.related .post-grid .card:first-child { grid-column: auto; }
.related .post-grid .card:first-child .card-media { aspect-ratio: 16 / 10; }
.related .post-grid .card:first-child .card-title { font-size: 26px; }

/* comments (only shown if you turn comments on) */
.comments { max-width: var(--read); margin: 64px auto 0; padding: 0 24px; }
.comments h2 { font-family: var(--serif); font-weight: 400; font-size: 32px; }
.comments ol { list-style: none; padding: 0; }
.comments .comment-body { padding: 18px 0; border-top: 1px solid var(--border); color: var(--soft); }
.comments input, .comments textarea { width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--border); background: var(--card); color: var(--fg); font: inherit; }
.comments .submit { width: auto; background: var(--fg); color: #000; border-radius: 999px; padding: 12px 24px; border: 0; cursor: pointer; }

/* ---------- Footer (same as the main site) ---------- */
.site-footer { margin-top: 96px; border-top: 1px solid var(--border); padding: 64px 0 40px; }
.footer-grid { display: grid; gap: 48px; margin-bottom: 56px; }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 1.2fr 2fr; } }
.footer-about p { margin: 16px 0 0; max-width: 24rem; color: var(--muted); font-size: 14px; }
.footer-licence { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; }
.footer-social { display: flex; gap: 18px; list-style: none; padding: 0; margin: 24px 0 0; }
.footer-social a, .footer-cols a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .2s; }
.footer-social a:hover, .footer-cols a:hover { color: var(--fg); }
.footer-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
@media (min-width: 640px) { .footer-cols { grid-template-columns: repeat(4, 1fr); } }
.footer-cols h4 { font-family: var(--serif); font-weight: 400; font-size: 17px; margin: 0 0 12px; }
.footer-cols ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; padding-top: 24px; border-top: 1px solid var(--border); font-size: 13px; color: var(--muted); }
.footer-bottom a { color: var(--muted); text-decoration: none; margin-left: 20px; }
.footer-bottom a:first-child { margin-left: 0; }
.footer-bottom a:hover { color: var(--fg); }

/* 404 */
.notfound { padding-top: 120px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
