:root {
  --gk-ink: #1d1a24;
  --gk-muted: #5f5968;
  --gk-purple: #6d28d9;
  --gk-purple-dark: #4d2197;
  --gk-border: #dedfe7;
  --gk-soft: #f8f6f2;
  --gk-lavender: #faf8fc;
  --gk-lavender-strong: #f1ecfb;
  --gk-white: #fff;
  --gk-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

body.guides-page { margin: 0; background: #f5f7fb; color: var(--gk-ink); font-family: var(--gk-body); }
body.guides-page { scroll-behavior: smooth; }
.guides-page .gk-main { width: min(1080px, calc(100% - 40px)); max-width: 1080px; margin: 0 auto; padding: 18px 0 0; background: var(--gk-white); }
.guides-page .gk-main *, .guides-page .gk-main *::before, .guides-page .gk-main *::after { box-sizing: border-box; }
.guides-page .gk-main a { color: inherit; }
.guides-page .gk-breadcrumb { display: flex; gap: 9px; align-items: center; margin: 0 0 14px; color: var(--gk-muted); font-size: 13px; }
.guides-page .gk-breadcrumb a { color: var(--gk-purple); text-decoration: none; }
.guides-page .gk-eyebrow { margin: 0 0 7px; color: var(--gk-purple); font: 700 11px/1.3 var(--gk-body); letter-spacing: .11em; text-transform: uppercase; }
.guides-page .gk-section h2, .guides-page .gk-main h2 { margin: 0; color: var(--gk-ink); font: 700 clamp(27px, 2.5vw, 32px)/1.12 var(--gk-body) !important; letter-spacing: -.025em; }
.guides-page .gk-main h3 { margin: 0; color: var(--gk-ink); font-family: var(--gk-body) !important; font-weight: 650 !important; }

.guides-page .gk-hero {
  min-height: 196px;
  padding: 28px 32px 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18,8,36,.96) 0%, rgba(30,12,57,.84) 52%, rgba(24,11,46,.55) 100%),
    url('/assets/card-halloween-premium.png') left bottom / 28% auto no-repeat,
    url('/assets/card-thanksgiving-premium.png') 46% bottom / 30% auto no-repeat,
    url('/assets/card-easter-premium.png') 70% bottom / 27% auto no-repeat,
    url('/assets/card-christmas-premium.png') right bottom / 35% auto no-repeat,
    #170b2d;
}
.guides-page .gk-hero .gk-eyebrow { color: #d9caff; }
.guides-page .gk-hero h1 { max-width: 620px; margin: 0 0 8px; color: #fff; font: 700 clamp(42px, 4.2vw, 48px)/1.02 var(--gk-body) !important; letter-spacing: -.035em; }
.guides-page .gk-hero > p:not(.gk-eyebrow) { max-width: 610px; margin: 0; color: rgba(255,255,255,.88); font-size: 16px; font-weight: 500; line-height: 1.45; }
.guides-page .gk-hero-stats { display: flex; gap: 22px; margin-top: 18px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 600; }
.guides-page .gk-hero-stats strong { color: #fff; font-weight: 700; }

.guides-page .gk-section-nav { display: flex; flex-wrap: wrap; gap: 3px; margin: 10px 0 0; padding: 5px; border: 1px solid #e4def3; border-radius: 12px; background: rgba(255,255,255,.94); }
.guides-page .gk-section-nav a { padding: 9px 13px; border-radius: 8px; color: #5b35b5; font-size: 13px; font-weight: 600; text-decoration: none; transition: background .14s ease, color .14s ease; }
.guides-page .gk-section-nav a:hover, .guides-page .gk-section-nav a:focus-visible { background: #f0eafd; color: #432488; }

.guides-page .gk-section { margin-inline: calc(50% - 50vw); padding: 44px max(20px, calc((100vw - 1080px) / 2)); }
.guides-page .gk-section--soft { background: var(--gk-soft); }
.guides-page .gk-section--lavender { background: var(--gk-lavender); }
.guides-page .gk-section--warm { background: #fbf8f2; }
.guides-page .gk-section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.guides-page .gk-section-head p:not(.gk-eyebrow) { max-width: 650px; margin: 6px 0 0; color: var(--gk-muted); font-size: 15px; font-weight: 500; line-height: 1.5; }
.guides-page .gk-section-cta { flex: 0 0 auto; margin: 0 0 2px 24px; color: var(--gk-purple); font-size: 14px; font-weight: 650; text-decoration: none; white-space: nowrap; transition: color .14s ease, transform .14s ease; }
.guides-page .gk-section-cta span { display: inline-block; margin-left: 4px; transition: transform .14s ease; }
.guides-page .gk-section-cta:hover, .guides-page .gk-section-cta:focus-visible { color: var(--gk-purple-dark); }
.guides-page .gk-section-cta:hover span, .guides-page .gk-section-cta:focus-visible span { transform: translateX(3px); }
.guides-page .gk-panel { border: 1px solid var(--gk-border); border-radius: 12px; background: var(--gk-white); }

.guides-page .gk-finder-layout { display: grid; grid-template-columns: minmax(0, 8fr) minmax(260px, 4fr); gap: 16px; }
.guides-page .gk-finder-panel { padding: 20px; }
.guides-page .gk-finder-panel h2, .guides-page .gk-snapshot h2 { font-size: 22px !important; }
.guides-page .gk-finder { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: end; margin-top: 15px; }
.guides-page .gk-finder label { display: grid; gap: 6px; color: var(--gk-muted); font-size: 12px; font-weight: 600; }
.guides-page .gk-finder select { width: 100%; height: 40px; border: 1px solid #cfd2dc; border-radius: 8px; background: #fff; color: var(--gk-ink); padding: 0 34px 0 11px; font: 500 14px/1 var(--gk-body); }
.guides-page .gk-finder button { height: 40px; border: 1px solid var(--gk-purple); border-radius: 8px; background: var(--gk-purple); color: #fff; padding: 0 16px; font: 600 14px/1 var(--gk-body); cursor: pointer; }
.guides-page .gk-finder select:focus-visible, .guides-page .gk-finder button:focus-visible, .guides-page .gk-main a:focus-visible, .guides-page .gk-main summary:focus-visible { outline: 3px solid rgba(109,40,217,.24); outline-offset: 2px; }
.guides-page .gk-form-message { grid-column: 1/-1; min-height: 1em; margin: 0; color: var(--gk-purple); font-size: 12px; }
.guides-page .gk-popular-searches { display: flex; flex-wrap: wrap; gap: 4px 13px; margin: 7px 0 0; color: var(--gk-muted); font-size: 12px; }
.guides-page .gk-popular-searches strong { color: var(--gk-ink); font-weight: 600; }
.guides-page .gk-popular-searches a { color: var(--gk-purple); text-decoration: none; }
.guides-page .gk-snapshot { padding: 20px; background: var(--gk-lavender-strong); }
.guides-page .gk-snapshot dl { margin: 14px 0 12px; }
.guides-page .gk-snapshot dl div { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-top: 1px solid rgba(91,53,181,.15); }
.guides-page .gk-snapshot dt { font-size: 13px; font-weight: 600; }
.guides-page .gk-snapshot dd { margin: 0; color: var(--gk-muted); font-size: 12px; }
.guides-page .gk-snapshot > a { color: var(--gk-purple); font-size: 13px; font-weight: 600; text-decoration: none; }

.guides-page .gk-featured-hubs { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.guides-page .gk-hub-card { position: relative; display: grid; grid-template-columns: minmax(150px,.85fr) 1.15fr; gap: 12px 18px; min-height: 120px; padding: 17px 18px; border: 1px solid var(--gk-border); border-top: 3px solid #9b77de; border-radius: 11px; background: #fff; transition: border-color .14s ease; }
.guides-page .gk-hub-card:hover { border-color: #ad91df; }
.guides-page .gk-hub-card.gk-accent--autumn { border-top-color: #b57b58; }
.guides-page .gk-hub-card.gk-accent--harvest { border-top-color: #c9984a; }
.guides-page .gk-hub-card.gk-accent--spring { border-top-color: #b7a85d; }
.guides-page .gk-hub-card p { margin: 0 0 2px; color: var(--gk-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.guides-page .gk-hub-card h3 { font-size: 19px; line-height: 1.2; }
.guides-page .gk-hub-card > div:first-child > span { display: block; margin-top: 5px; color: var(--gk-muted); font-size: 12px; }
.guides-page .gk-topic-links { display: flex; flex-wrap: wrap; align-content: start; gap: 6px 12px; }
.guides-page .gk-topic-links a { color: var(--gk-purple); font-size: 13px; font-weight: 500; text-decoration: none; }
.guides-page .gk-card-action { grid-column: 2; justify-self: end; align-self: end; color: var(--gk-purple) !important; font-size: 13px; font-weight: 600; text-decoration: none; }
.guides-page .gk-all-guides, .guides-page .gk-countdown-panel { margin-top: 16px; overflow: hidden; border: 1px solid var(--gk-border); border-radius: 12px; background: #fff; }
.guides-page .gk-table-head { display: grid; grid-template-columns: 190px 1fr 54px; gap: 18px; padding: 11px 15px; background: var(--gk-lavender-strong); color: #665d75; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.guides-page .gk-all-guides > a { display: grid; grid-template-columns: 190px 1fr 54px; gap: 18px; align-items: center; min-height: 48px; padding: 9px 15px; border-top: 1px solid var(--gk-border); text-decoration: none; transition: background .14s ease; }
.guides-page .gk-all-guides > a:hover { background: var(--gk-lavender); }
.guides-page .gk-all-guides strong { font-size: 15px; font-weight: 600; }
.guides-page .gk-all-guides span { color: var(--gk-muted); font-size: 13px; }
.guides-page .gk-all-guides em { justify-self: end; color: var(--gk-purple); font-style: normal; }
.guides-page .gk-directory-row { display: grid; grid-template-columns: 190px 1fr 54px; gap: 18px; align-items: center; min-height: 48px; padding: 9px 15px; border-top: 1px solid var(--gk-border); }
.guides-page .gk-directory-name { color: inherit; text-decoration: none; }
.guides-page .gk-directory-name:hover { color: var(--gk-purple); }
.guides-page .gk-directory-topics { display: flex; flex-wrap: wrap; gap: 5px 12px; align-items: center; }
.guides-page .gk-directory-topics a { color: var(--gk-purple); font-size: 13px; text-decoration: none; }
.guides-page .gk-directory-topics a:hover { text-decoration: underline; }
.guides-page .gk-directory-topics span { color: var(--gk-muted); font-size: 13px; }
.guides-page .gk-directory-open { justify-self: end; color: var(--gk-purple); text-decoration: none; }

.guides-page .gk-topics-layout { display: grid; grid-template-columns: 5fr 7fr; gap: 14px; }
.guides-page .gk-topic-feature { display: flex; flex-direction: column; min-height: 258px; padding: 22px; border: 1px solid #d9ccf2; border-left: 3px solid var(--gk-purple); border-radius: 12px; background: var(--gk-lavender-strong); }
.guides-page .gk-topic-feature h3 { font-size: 26px; }
.guides-page .gk-topic-feature > p:not(.gk-eyebrow) { margin: 7px 0 18px; color: var(--gk-muted); font-size: 15px; line-height: 1.5; }
.guides-page .gk-topic-feature .gk-card-action { grid-column: auto; justify-self: auto; align-self: flex-start; margin-top: auto; }
.guides-page .gk-topic-cells { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.guides-page .gk-topic-cells article { min-height: 119px; padding: 14px; border: 1px solid var(--gk-border); border-radius: 10px; background: #fff; transition: background .14s ease, border-color .14s ease; }
.guides-page .gk-topic-cells article:hover { border-color: #c9b5ee; background: #fdfcff; }
.guides-page .gk-topic-cells h3 { font-size: 16px; }
.guides-page .gk-topic-cells p { margin: 3px 0 10px; color: var(--gk-muted); font-size: 12px; }
.guides-page .gk-topic-cells a { margin-right: 9px; color: var(--gk-purple); font-size: 12px; font-weight: 500; text-decoration: none; }

.guides-page .gk-reading-layout { display: grid; grid-template-columns: 5fr 7fr; gap: 14px; }
.guides-page .gk-featured-read { display: flex; flex-direction: column; min-height: 272px; padding: 22px; border: 1px solid #ddd1f3; border-radius: 12px; background: var(--gk-lavender-strong); }
.guides-page .gk-featured-read h3 { font-size: 25px; }
.guides-page .gk-featured-read > p:not(.gk-eyebrow) { margin: 9px 0; color: var(--gk-muted); font-size: 15px; line-height: 1.55; }
.guides-page .gk-featured-read span { color: var(--gk-muted); font-size: 12px; }
.guides-page .gk-featured-read a { margin-top: auto; color: var(--gk-purple); font-size: 14px; font-weight: 600; text-decoration: none; }
.guides-page .gk-read-list { overflow: hidden; border: 1px solid var(--gk-border); border-radius: 12px; background: #fff; }
.guides-page .gk-read-list a { display: grid; grid-template-columns: 1fr 52px 20px; gap: 12px; align-items: center; min-height: 54px; padding: 8px 13px; border-bottom: 1px solid var(--gk-border); text-decoration: none; transition: background .14s ease; }
.guides-page .gk-read-list a:last-child { border-bottom: 0; }
.guides-page .gk-read-list a:hover { background: var(--gk-lavender); }
.guides-page .gk-read-list strong { display: block; font-size: 14px; font-weight: 600; }
.guides-page .gk-read-list small { display: block; margin-top: 2px; color: var(--gk-muted); font-size: 12px; }
.guides-page .gk-read-list em { color: var(--gk-muted); font-size: 12px; font-style: normal; }
.guides-page .gk-read-list b { color: var(--gk-purple); font-weight: 600; }

.guides-page .gk-countdown-panel { margin-top: 0; }
.guides-page .gk-countdown-panel .gk-table-head { grid-template-columns: 1.1fr 1fr .8fr 1fr; }
.guides-page .gk-countdown-panel > a { display: grid; grid-template-columns: 1.1fr 1fr .8fr 1fr; gap: 18px; align-items: center; min-height: 52px; padding: 10px 15px; border-top: 1px solid var(--gk-border); text-decoration: none; transition: background .14s ease; }
.guides-page .gk-countdown-panel > a:hover { background: var(--gk-lavender); }
.guides-page .gk-countdown-panel strong { font-size: 15px; font-weight: 600; }
.guides-page .gk-countdown-panel time, .guides-page .gk-countdown-panel span { color: var(--gk-muted); font-size: 13px; }
.guides-page .gk-countdown-panel em { justify-self: end; color: var(--gk-purple); font-size: 13px; font-style: normal; font-weight: 600; }

.guides-page .gk-explore-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--gk-border); border-bottom: 1px solid var(--gk-border); }
.guides-page .gk-explore-grid a { position: relative; min-height: 68px; padding: 13px 36px 13px 14px; border-right: 1px solid var(--gk-border); border-bottom: 1px solid var(--gk-border); text-decoration: none; }
.guides-page .gk-explore-grid a:nth-child(3n) { border-right: 0; }
.guides-page .gk-explore-grid a:nth-last-child(-n+3) { border-bottom: 0; }
.guides-page .gk-explore-grid a::after { content: "→"; position: absolute; right: 14px; top: 50%; color: var(--gk-purple); transform: translateY(-50%); transition: transform .14s ease; }
.guides-page .gk-explore-grid a:hover::after { transform: translate(2px,-50%); }
.guides-page .gk-explore-grid strong { display: block; font-size: 15px; font-weight: 600; }
.guides-page .gk-explore-grid span { display: block; margin-top: 3px; color: var(--gk-muted); font-size: 12px; }

.guides-page .gk-faq-layout { display: grid; grid-template-columns: 3fr 9fr; gap: 38px; }
.guides-page .gk-faq-layout > div:first-child > p:not(.gk-eyebrow) { color: var(--gk-muted); font-size: 14px; line-height: 1.5; }
.guides-page .gk-faq-list { border-top: 1px solid var(--gk-border); }
.guides-page .gk-faq-list details { border-bottom: 1px solid var(--gk-border); }
.guides-page .gk-faq-list summary { position: relative; padding: 15px 34px 15px 0; color: var(--gk-ink); font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.guides-page .gk-faq-list summary::-webkit-details-marker { display: none; }
.guides-page .gk-faq-list summary::after { content: "+"; position: absolute; right: 2px; color: var(--gk-purple); font-size: 20px; font-weight: 400; }
.guides-page .gk-faq-list details[open] summary::after { content: "−"; }
.guides-page .gk-faq-list p { margin: -2px 0 15px; color: var(--gk-muted); font-size: 15px; font-weight: 500; line-height: 1.6; }

@media (max-width: 900px) {
  .guides-page .gk-main { width: min(100% - 32px, 1080px); }
  .guides-page .gk-section { padding-inline: 24px; }
  .guides-page .gk-finder-layout, .guides-page .gk-topics-layout, .guides-page .gk-reading-layout { grid-template-columns: 1fr; }
  .guides-page .gk-featured-hubs { grid-template-columns: 1fr 1fr; }
  .guides-page .gk-topic-feature { min-height: 200px; }
}

@media (max-width: 640px) {
  .guides-page .gk-main { width: 100%; padding-top: 12px; }
  .guides-page .gk-breadcrumb, .guides-page .gk-hero, .guides-page .gk-section-nav { margin-inline: 16px; }
  .guides-page .gk-hero { min-height: 0; padding: 24px 20px; border-radius: 12px; }
  .guides-page .gk-section-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guides-page .gk-section-nav a { padding-inline: 5px; text-align: center; }
  .guides-page .gk-hero h1 { font-size: 38px !important; }
  .guides-page .gk-hero-stats { flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; }
  .guides-page .gk-section-nav { flex-wrap: nowrap; overflow-x: auto; }
  .guides-page .gk-section-nav a { white-space: nowrap; }
  .guides-page .gk-section-cta { margin: 14px 0 0; }
  .guides-page .gk-section { padding: 34px 18px; }
  .guides-page .gk-finder { grid-template-columns: 1fr; }
  .guides-page .gk-finder button { width: 100%; }
  .guides-page .gk-popular-searches { margin-top: 5px; }
  .guides-page .gk-featured-hubs, .guides-page .gk-topic-cells, .guides-page .gk-explore-grid { grid-template-columns: 1fr; }
  .guides-page .gk-hub-card { grid-template-columns: 1fr; }
  .guides-page .gk-card-action { grid-column: 1; justify-self: start; }
  .guides-page .gk-table-head { display: none; }
  .guides-page .gk-all-guides > a { grid-template-columns: 1fr auto; gap: 4px 12px; padding: 12px 14px; }
  .guides-page .gk-all-guides > a span { grid-column: 1; }
  .guides-page .gk-all-guides > a em { grid-column: 2; grid-row: 1/3; }
  .guides-page .gk-directory-row { grid-template-columns: 1fr auto; gap: 4px 12px; padding: 12px 14px; }
  .guides-page .gk-directory-topics { grid-column: 1; }
  .guides-page .gk-directory-open { grid-column: 2; grid-row: 1/3; }
  .guides-page .gk-topic-feature { min-height: 0; }
  .guides-page .gk-reading-layout { grid-template-columns: 1fr; }
  .guides-page .gk-featured-read { min-height: 230px; }
  .guides-page .gk-countdown-panel > a { grid-template-columns: 1fr auto; gap: 4px 12px; }
  .guides-page .gk-countdown-panel time, .guides-page .gk-countdown-panel span { grid-column: 1; }
  .guides-page .gk-countdown-panel em { grid-column: 2; grid-row: 1/4; align-self: center; }
  .guides-page .gk-explore-grid a, .guides-page .gk-explore-grid a:nth-child(3n), .guides-page .gk-explore-grid a:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid var(--gk-border); }
  .guides-page .gk-explore-grid a:last-child { border-bottom: 0; }
  .guides-page .gk-faq-layout { grid-template-columns: 1fr; gap: 16px; }
}
