@charset "UTF-8";
/*
Theme Name: DisneyDawgs2026----
Theme URI: https://disneydawgs.com
Author: Mark Plante
Author URI: https://disneydawgs.com
Description: A clean, editorial WordPress theme for DisneyDawgs.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: disneydawgs
*/
.recipe {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 2vh; }

.topBlock {
  display: grid;
  grid-template-columns: 65% 1fr;
  grid-gap: 2vh;
  /* =========================
   HOMEPAGE RECIPES
   ========================= */ }
  @media (max-width: 790px) {
    .topBlock {
      display: block; } }
  .topBlock .home-recipes {
    border: var(--disney-blue) 2px solid;
    padding: 0 5vh;
    margin-top: 38px;
    border-radius: 8px; }
  .topBlock .home-recipes h2 {
    color: var(--disney-blue); }
  .topBlock .home-section__more {
    margin-top: 24px;
    text-align: center; }
  .topBlock .home-section__more a {
    font-weight: 500;
    color: var(--disney-red); }
  .topBlock .home-section__more a:hover {
    text-decoration: underline; }

/* =========================
   SINGLE RECIPE PAGE
   ========================= */
.recipe-hero {
  background: var(--disney-blue);
  color: #fff;
  padding: 72px 0; }

.recipe-hero__inner {
  max-width: 900px;
  margin-inline: auto;
  padding: 0 24px; }

.recipe-title {
  font-size: 2.4rem;
  margin-bottom: 24px; }

.recipe-hero__image img {
  width: 100%;
  margin: auto;
  border-radius: 8px; }

/* Main content */
.recipe-content__inner {
  max-width: 900px;
  margin-inline: auto;
  padding: 48px 24px; }

.recipe-meta {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  font-size: 0.95rem; }

.recipe-section {
  margin-bottom: 40px; }

.recipe-section h2 {
  color: var(--disney-blue);
  margin-bottom: 12px; }

/* =========================
   RELATED RECIPES
   ========================= */
.related-recipes {
  background: #f7f9fc;
  padding: 64px 0;
  margin-top: 64px; }

.related-recipes__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 24px; }

.related-recipes__title {
  font-size: 1.5rem;
  margin-bottom: 32px;
  color: var(--disney-blue); }

/* =========================
   RELATED RECIPES GRID
   ========================= */
.related-recipes .post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; }

@media (max-width: 1000px) {
  .related-recipes .post-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) {
  .related-recipes .post-grid {
    grid-template-columns: 1fr; } }

.related-recipes .post-card__title {
  font-size: 1rem; }

/* =========================
   PRINT RECIPE BUTTON
   ========================= */
.print-recipe {
  margin: 16px 0 32px;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  background: var(--disney-yellow);
  color: #111;
  border: none;
  border-radius: 4px;
  cursor: pointer; }

.print-recipe:hover {
  background: #f5c400; }

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px; }

/* =========================
   PRINT STYLES — RECIPES
   ========================= */
@media print {
  /* Hide non-essential site elements */
  header,
  nav,
  footer,
  .site-footer,
  .related-recipes,
  .print-recipe {
    display: none !important; }
  /* Ensure recipe content prints cleanly */
  body {
    background: #fff;
    color: #000;
    font-size: 12pt; }
  .recipe-hero,
  .recipe-content {
    padding: 0;
    margin: 0; }
  .recipe-hero {
    background: none;
    color: #000; }
  .recipe-title {
    font-size: 20pt;
    margin-bottom: 12px; }
  .recipe-meta {
    font-size: 10pt;
    margin-bottom: 18px; }
  .recipe-section h2 {
    font-size: 14pt;
    margin-top: 18px; }
  img {
    max-width: 100%;
    height: auto; } }

@media print {
  body::before {
    content: "DisneyDawgs.com";
    display: block;
    font-size: 10pt;
    margin-bottom: 10px;
    /* Ingredients checklist */ }
    body::before .recipe-section ul {
      list-style: none;
      padding-left: 0; }
    body::before .recipe-section ul li {
      position: relative;
      padding-left: 24px;
      margin-bottom: 6px; }
    body::before .recipe-section ul li::before {
      content: '☐';
      position: absolute;
      left: 0;
      top: 0;
      font-size: 12pt; } }

/* =========================
   GLOBAL FONT SCALE
   ========================= */
html {
  font-size: 17px;
  max-width: 99.9%; }

/* =========================
   GLOBAL OVERFLOW SAFETY
   ========================= */
html, body {
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  background: #ffffff;
  color: #222;
  max-width: 99.9%; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

a {
  color: #1e6bb8;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/* =========================
   LAYOUT WRAPPERS
   ========================= */
.site-header__inner,
.site-footer__inner,
.site-main,
.content-area__inner,
.single-post__inner,
.home-hero__inner {
  max-width: 100%;
  margin-inline: auto;
  padding: 24px;
  font-size: 18px; }

.article-content {
  font-size: 1.1rem;
  width: 100%; }

.site-main {
  flex: 1;
  background: white;
  padding-bottom: 4vh;
  width: 80%;
  margin: .5vh auto;
  padding: 0vh 2vh 2vh 2vh;
  min-height: 20vh;
  border-radius: 1vh;
  min-height: 65vh;
  min-height: 65dvh; }
  @media (max-width: 790px) {
    .site-main {
      width: 98%; } }

.post-card__excerpt,
.latest-item__excerpt {
  font-size: 2rem; }

.catMeta {
  text-align: center;
  display: block;
  grid-template-columns: 10% 1fr;
  margin-bottom: 3vh; }
  .catMeta .catImg {
    display: block; }
    .catMeta .catImg img {
      max-width: auto;
      margin: auto; }
  .catMeta .catDesc {
    font-weight: 700;
    font-size: 110%;
    padding: 3vh 1vh; }

.locBox {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding-bottom: 10px; }
  .locBox h3 {
    padding: 0 1vh; }
  .locBox .locHead {
    display: grid;
    grid-template-columns: 30% 30% 39%;
    font-size: 89%;
    background: var(--disney-blue);
    color: var(--white);
    /*
	display: grid;
	grid-template-columns: 30% 30% 39%;
	background: var(--disney-blue);
	color: var(--white);
		padding: 0 1vh;
	*/ }
    .locBox .locHead div {
      padding: 1vh; }
  .locBox .loc {
    display: grid;
    grid-template-columns: 30% 30% 39%;
    font-size: 89%; }
    .locBox .loc div {
      padding: 1vh; }

/* =========================
   MAIN NAVIGATION (BASE)
   ========================= */
.site-navigation {
  position: relative; }

/* Reset list styles */
.primary-menu,
.primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* =========================
   DESKTOP NAVIGATION
   ========================= */
/* Top-level menu */
@media (min-width: 801px) {
  .menu-toggle {
    display: none; }
  .primary-menu {
    display: flex;
    gap: 20px;
    align-items: center; }
  .primary-menu > li {
    position: relative; }
  .primary-menu > li > a {
    display: inline-block;
    padding: 8px 2px;
    font-weight: 500;
    color: var(--disney-blue);
    position: relative; }
  /* Hover underline *
  .primary-menu > li > a::after {
    content: '+';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    //background: var(--disney-red);
    transition: width 0.2s ease;
  }
  */
  /* Plus indicator ONLY for items with dropdowns */
  .primary-menu > li.menu-item-has-children > a::after {
    content: '+';
    margin-left: 6px;
    font-size: 0.85rem;
    color: var(--disney-red);
    position: relative;
    top: -1px;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    transition: width 0.2s ease; }
  .primary-menu > li:hover > a::after,
  .primary-menu > li.current-menu-item > a::after,
  .primary-menu > li.current-menu-parent > a::after {
    width: 100%; }
  /* =========================
     DESKTOP DROPDOWNS
     ========================= */
  .primary-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    padding: 12px 0;
    border-top: 4px solid var(--disney-yellow);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    z-index: 999;
    /* hidden by default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease; }
  .primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .primary-menu ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 0.95rem;
    color: #111;
    white-space: nowrap; }
  .primary-menu ul li a:hover {
    background: var(--soft-bg);
    color: var(--disney-red); }
  /* Dropdown indicator */
  .primary-menu > li.menu-item-has-children > a::after {
    position: static; } }

/* =========================
   MOBILE NAVIGATION
   ========================= */
@media (max-width: 800px) {
  /* Hamburger button */
  .menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px; }
  .menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: var(--disney-blue);
    margin: 5px 0;
    transition: all 0.3s ease; }
  /* Hide menu by default */
  .primary-menu {
    display: none;
    flex-direction: column;
    background: #ffffff;
    margin-top: 16px;
    border-top: 4px solid var(--disney-yellow); }
  /* Show menu when open */
  body.menu-open .primary-menu {
    display: flex; }
  .primary-menu li {
    border-bottom: 1px solid #eee; }
  .primary-menu li a {
    display: block;
    padding: 14px 20px;
    font-size: 1rem;
    color: var(--disney-blue); }
  /* Disable dropdown behavior on mobile */
  .primary-menu ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    padding-left: 20px; }
  /* Hamburger → X animation (optional but recommended) */
  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg); }
  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0; }
  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); } }

@media (max-width: 800px) {
  .primary-menu {
    transition: opacity 0.25s ease, transform 0.25s ease; }
  body.menu-open .primary-menu {
    transform: translateY(0);
    opacity: 1; } }

@media (min-width: 801px) {
  .primary-menu ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 220px;
    background: #ffffff;
    padding: 12px 0;
    border-top: 4px solid var(--disney-yellow);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 999; }
  .primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0); } }

@media (min-width: 801px) {
  .primary-menu ul ul {
    top: 0;
    left: 100%;
    transform: translateX(10px); }
  .primary-menu ul li:hover > ul {
    transform: translateX(0); } }

/* =========================
   DESKTOP vs MOBILE MENUS
   ========================= */
/* Desktop default */
.nav-desktop {
  display: block; }

.nav-mobile {
  display: none; }

/* Mobile breakpoint */
@media (max-width: 800px) {
  .nav-desktop {
    display: none; }
  .nav-mobile {
    display: block; } }

/* Hide mobile menu by default */
.nav-mobile .mobile-menu {
  display: none; }

/* Show when menu is open */
.site-navigation.active .nav-mobile .mobile-menu {
  display: block; }

/* =========================
   MOBILE MENU STYLING
   ========================= */
.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 16px 0 0; }

.mobile-menu li {
  border-bottom: 1px solid #eee; }

.mobile-menu li a {
  display: block;
  padding: 16px;
  font-size: 1.1rem;
  color: #111; }

/* =========================
   SHOW MOBILE MENU ON TOGGLE
   ========================= */
/* Mobile default: hidden */
.nav-mobile .mobile-menu {
  display: none; }

/* When hamburger is active */
.site-navigation.active .nav-mobile .mobile-menu {
  display: block; }

@media (max-width: 800px) {
  .primary-menu {
    display: none !important; } }

.site-navigation {
  position: relative; }

/* Reset lists */
.primary-menu,
.primary-menu ul,
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer; }

.menu-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--disney-blue);
  margin: 5px 0;
  transition: all 0.3s ease; }

@media (min-width: 801px) {
  .menu-toggle {
    display: none; }
  .nav-desktop {
    display: block; }
  .nav-mobile {
    display: none; }
  .primary-menu {
    display: flex;
    gap: 24px;
    align-items: center; }
  .primary-menu > li {
    position: relative; }
  .primary-menu > li > a {
    color: var(--disney-blue);
    padding: 8px 2px;
    font-weight: 500; }
  /* Dropdown */
  .primary-menu ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 220px;
    background: #fff;
    padding: 12px 0;
    border-top: 4px solid var(--disney-yellow);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 999; }
  .primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0); }
  .primary-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: #111; }
  .primary-menu ul li a:hover {
    background: var(--soft-bg);
    color: var(--disney-red); } }

@media (max-width: 800px) {
  .menu-toggle {
    display: block; }
  .nav-desktop {
    display: none; }
  .nav-mobile {
    display: block; }
  /* Mobile menu hidden by default */
  .mobile-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    margin-top: 16px;
    border-top: 4px solid var(--disney-yellow); }
  /* Show menu when hamburger opens */
  body.menu-open .mobile-menu {
    display: flex; }
  .mobile-menu li {
    border-bottom: 1px solid #eee; }
  .mobile-menu li a {
    padding: 16px 20px;
    font-size: 1.1rem;
    color: var(--disney-blue); }
  /* Hamburger → X animation */
  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg); }
  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0; }
  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); } }

/* =========================
   FOOTER — DISNEYDAWGS
   ========================= */
.site-footer {
  background: linear-gradient(to bottom, #072a42 0%, #041b2b 100%);
  color: rgba(255, 255, 255, 0.85);
  margin-top: 96px; }

.site-footer__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 56px 24px 40px;
  text-align: center; }

/* Footer menu */
.footer-menu {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 28px; }

.footer-menu li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  position: relative; }

/* Gold hover underline */
.footer-menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--disney-yellow);
  transition: width 0.2s ease; }

.footer-menu li a:hover::after {
  width: 100%; }

/* Footer credit */
.site-footer__credit {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6); }

/* Optional subtle top divider */
.site-footer::before {
  content: '';
  display: block;
  height: 4px;
  background: var(--disney-yellow);
  opacity: 0.85; }

/* Mobile adjustments */
@media (max-width: 700px) {
  .footer-menu {
    flex-direction: column;
    gap: 16px; } }

.footer-tagline {
  font-size: 0.9rem;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.75); }

/* =========================
   FORCE HORIZONTAL NAV (DESKTOP)
   ========================= */
@media (min-width: 801px) {
  .site-navigation {
    display: flex;
    align-items: center; }
  .primary-menu {
    display: flex !important;
    flex-direction: row;
    gap: 24px;
    align-items: center; }
  .primary-menu > li {
    display: block; } }

/* =========================
   FOOTER NAVIGATION LAYOUT
   ========================= */
/* Desktop footer menu */
@media (min-width: 701px) {
  .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px; }
  .footer-menu li {
    display: inline-block; } }

/* Mobile footer menu (stacked) */
@media (max-width: 700px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center; } }

/* =========================
   FOOTER NAV DOT SEPARATORS
   ========================= */
/* Desktop only */
@media (min-width: 701px) {
  .footer-menu li {
    position: relative;
    padding-right: 24px; }
  /* Add yellow dot after each item except the last */
  .footer-menu li:not(:last-child)::after {
    content: '•';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--disney-yellow);
    font-size: 1rem;
    opacity: 0.9; } }

/* =========================
   BASE RESET
   ========================= */
*,
*::before,
*::after {
  box-sizing: border-box; }

:root {
  --disney-blue: #0b3c5d;
  --disney-red: #c62828;
  --disney-yellow: #f4c430;
  --soft-bg: #f7f9fc;
  --white: #ffffff; }

/* =========================
   HEADER & FOOTER
   ========================= */
.site-header {
  border-bottom: 1px solid #e5e5e5; }

.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.site-title {
  font-size: 2.25rem;
  font-weight: 700;
  border: 1px solid #e5e5e5; }

.primary-menu,
.footer-menu {
  list-style: none;
  gap: 20px;
  padding: 0;
  margin: 0; }

.primary-menu a {
  font-weight: 500; }

/* =========================
   HERO
   ========================= */
.home-hero {
  padding: 64px 0;
  border-bottom: 1px solid #eee; }

.home-hero__title {
  font-size: 2.25rem;
  max-width: 700px; }

.home-hero__text {
  max-width: 650px;
  font-size: 1.1rem;
  color: #444; }

/* =========================
   SECTIONS
   ========================= */
.home-section {
  padding: 56px 0; }

.home-section h2 {
  font-size: 1.5rem;
  margin-bottom: 24px; }

/* =========================
   POST GRID
   ========================= */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px; }
  @media (max-width: 790px) {
    .post-grid {
      display: block; } }
  @media (min-width: 790px) and (max-width: 1040px) {
    .post-grid {
      grid-template-columns: 1fr 1fr; } }

.post-card {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px; }

.post-card h3,
.post-card h2 {
  font-size: 1.5rem;
  margin-bottom: 8px; }

h3.post-card__title {
  font-size: 16px; }

.post-card__excerpt,
.post-card p {
  font-size: 1.2rem;
  color: #555; }

/* =========================
   CATEGORY PAGES
   ========================= */
.category-header {
  padding: 48px 0 24px;
  border-bottom: 1px solid #eee; }

.category-title {
  font-size: 2rem; }

.category-description {
  max-width: 700px;
  color: #555; }

/* =========================
   SINGLE POST
   ========================= */
.article-featured-image {
  margin-bottom: 32px;
  margin: auto; }
  @media (max-width: 790px) {
    .article-featured-image {
      max-width: 98%; } }
  .article-featured-image img {
    margin: auto; }

.article-title {
  font-size: 2.2rem;
  margin-bottom: 12px;
  max-width: 80%;
  margin: auto; }
  @media (max-width: 790px) {
    .article-title {
      max-width: 98%; } }

.article-meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 32px;
  max-width: 80%;
  margin: auto; }
  @media (max-width: 790px) {
    .article-meta {
      max-width: 98%; } }

.article-content {
  max-width: 80%;
  font-size: 1.05rem;
  margin: auto; }
  @media (max-width: 790px) {
    .article-content {
      max-width: 98%; } }

.article-content p {
  margin-bottom: 1.25em; }

/* =========================
   PAGINATION
   ========================= */
.pagination {
  margin-top: 48px; }

/* =========================
   FOOTER
   ========================= */
.site-footer {
  border-top: 1px solid #e5e5e5;
  padding: 40px 0;
  margin-top: 80px; }

.site-footer__credit {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #666; }

/* =========================
   MOBILE ADJUSTMENTS
   ========================= */
@media (max-width: 600px) {
  .site-header__inner {
    flex-direction: column;
    gap: 16px; }
  .home-hero__title {
    font-size: 1.8rem; }
  .article-title {
    font-size: 1.75rem; } }

/* =========================
   BRAND POLISH
   ========================= */
/* Subtle background separation */
.home-section:nth-of-type(even) {
  background: #f7f9fc; }

/* Headings refinement */
h1, h2, h3 {
  line-height: 1.25; }

.home-section h2 {
  color: #1e6bb8; }

/* Links */
a {
  color: #1e6bb8;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/* Post cards */
.post-card h3 a {
  color: #111; }

.post-card h3 a:hover {
  color: #1e6bb8; }

/* Category header emphasis */
.category-header {
  background: #f7f9fc; }

/* Article content tweaks */
.article-content a {
  text-decoration: underline; }

.article-content a:hover {
  text-decoration: none; }

/* Footer refinement */
.site-footer {
  background: #f7f9fc; }

/* =========================
   NAVIGATION UX
   ========================= */
.primary-menu a {
  padding: 6px 2px;
  position: relative; }

/* Hover underline */
.primary-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #1e6bb8;
  transition: width 0.2s ease; }

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current-menu-parent > a::after {
  width: 100%; }

/* =========================
   CURRENT PAGE CONTEXT
   ========================= */
body.single .primary-menu .current-menu-item > a,
body.category .primary-menu .current-menu-item > a {
  font-weight: 600; }

/* =========================
   ACCESSIBILITY & FOCUS
   ========================= */
a:focus-visible {
  outline: 2px dashed #1e6bb8;
  outline-offset: 3px; }

button:focus-visible {
  outline: 2px dashed #1e6bb8;
  outline-offset: 3px; }

/* =========================
   READABILITY TWEAKS
   ========================= */
.article-content ul,
.article-content ol {
  padding-left: 1.25em;
  margin-bottom: 1.5em; }

.article-content li {
  margin-bottom: 0.5em; }

.article-content blockquote {
  border-left: 4px solid #1e6bb8;
  padding-left: 16px;
  color: #555;
  margin: 2em 0; }

/* =========================
   TYPOGRAPHY UPGRADE
   ========================= */
/* Headings */
h1, h2, h3, h4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",                Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em; }

/* Fine-tune sizes */
.home-hero__title {
  font-size: 2.5rem; }

.home-section h2 {
  font-size: 1.65rem; }

.article-title {
  font-size: 2.4rem; }

/* Body stays system font */
body,
.article-content,
.post-card p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",                Roboto, Helvetica, Arial, sans-serif; }

/* Improve paragraph flow */
.article-content p {
  line-height: 1.7; }

/* =========================
   LOGO
   ========================= */
.site-logo img {
  max-height: 48px;
  width: auto; }

.site-header {
  background: #ffffff; }

.site-header__inner {
  padding-block: 16px; }

.home-hero {
  background: linear-gradient(to bottom, #f7f9fc 0%, #ffffff 100%); }

/* =========================
   PAGES
   ========================= */
.page-content__inner {
  max-width: 720px;
  margin-inline: auto;
  padding: 64px 24px; }

.page-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  margin-bottom: 24px; }

.page-body {
  font-size: 1.05rem;
  line-height: 1.7; }

.page-body p {
  margin-bottom: 1.25em; }

/* =========================
   DISNEY COLOR ENHANCEMENT
   ========================= */
/* Header & navigation */
.site-header {
  border-bottom: 3px solid var(--disney-blue); }

.primary-menu a::after {
  background: white; }

/* Hero accent */
.home-hero {
  background: linear-gradient(to bottom, var(--soft-bg) 0%, #ffffff 100%);
  border-top: 6px solid var(--disney-yellow); }

/* Section headers */
.home-section h2 {
  color: var(--disney-blue); }

/* Post hover energy */
.post-card h3 a:hover {
  color: var(--disney-red); }

/* Category header */
.category-header {
  background: var(--soft-bg); }

/* Blockquotes = Disney magic moments */
.article-content blockquote {
  border-left-color: var(--disney-yellow);
  background: #fffaf0; }

/* Links inside articles */
.article-content a {
  color: var(--disney-blue); }

.article-content a:hover {
  color: var(--disney-red); }

/* Footer gets darker Disney tone */
.site-footer {
  background: var(--disney-blue);
  color: #ffffff; }

.site-footer a {
  color: var(--disney-yellow); }

.site-footer a:hover {
  color: #ffffff; }

/* =========================
   DISNEY STAR DIVIDER
   ========================= */
/* Add divider between homepage sections */
.home-section {
  position: relative; }

.home-section:not(:last-of-type)::after {
  content: "★ ★ ★";
  display: block;
  text-align: center;
  margin-top: 48px;
  font-size: 0.9rem;
  letter-spacing: 10px;
  color: var(--disney-yellow);
  opacity: 0.6; }

/* =========================
   GOLD TITLE UNDERLINE
   ========================= */
/* Single post titles */
.article-title {
  position: relative;
  padding-bottom: 16px; }

.article-title::after {
  content: '';
  display: block;
  width: 72px;
  height: 4px;
  background: var(--disney-yellow);
  margin-top: 12px;
  border-radius: 2px; }

/* Page titles */
.page-title {
  position: relative;
  padding-bottom: 16px; }

.page-title::after {
  content: '';
  display: block;
  width: 90%;
  height: 4px;
  background: var(--disney-yellow);
  margin-top: 12px;
  border-radius: 2px; }

/* Optional: category titles */
.category-title {
  position: relative;
  padding-bottom: 12px;
  padding-left: 10px; }

.category-title::after {
  content: '';
  display: block;
  width: 90%;
  height: 3px;
  background: var(--disney-yellow);
  margin-top: 10px;
  border-radius: 2px; }

/* =========================
   CASTLE POINT HERO ACCENT
   ========================= */
.home-hero {
  position: relative; }

/* Small castle-point triangle */
.home-hero::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 16px solid var(--disney-yellow);
  opacity: 0.85; }

/* =========================================
   NAVIGATION — FINAL OVERRIDE (DO NOT MOVE)
   ========================================= */
/* Base reset */
.site-navigation ul,
.primary-menu,
.primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* -------------------------
   DESKTOP (≥801px)
   ------------------------- */
@media (min-width: 801px) {
  .menu-toggle {
    display: none; }
  .primary-menu {
    display: flex !important;
    gap: 20px;
    align-items: center; }
  .primary-menu > li {
    position: relative; }
  .primary-menu > li > a {
    padding: 8px 4px;
    font-weight: 500;
    color: var(--disney-blue);
    position: relative; }
  /* Dropdowns */
  .primary-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    padding: 12px 0;
    border-top: 4px solid var(--disney-yellow);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 999; }
  .primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); } }

/* -------------------------
   MOBILE (≤800px)
   ------------------------- */
@media (max-width: 800px) {
  .menu-toggle {
    display: block; }
  /* FORCE menu hidden */
  .primary-menu {
    display: none !important;
    flex-direction: column;
    background: #ffffff;
    margin-top: 16px;
    border-top: 4px solid var(--disney-yellow); }
  /* ONLY show when open */
  body.menu-open .primary-menu {
    display: flex !important; }
  .primary-menu li {
    border-bottom: 1px solid #eee; }
  .primary-menu li a {
    display: block;
    padding: 14px 20px;
    font-size: 1rem; }
  /* Disable hover dropdowns */
  .primary-menu ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    padding-left: 20px; } }

/* =========================
   HOMEPAGE POST THUMBNAILS
   ========================= */
.post-card__image {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 6px; }

.post-card__image img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
  aspect-ratio: 1 / 1;
  /* Square */
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  position: relative; }

/* Subtle hover zoom (desktop only) */
@media (hover: hover) {
  .post-card:hover .post-card__image img {
    transform: scale(1.03); } }

/* =========================
   HOMEPAGE LATEST POSTS LIST
   ========================= */
.home-latest {
  padding: 48px 0;
  border-bottom: 1px solid #eee; }

.home-latest__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0px; }

.home-latest__title {
  font-size: 1.4rem;
  margin-bottom: 24px;
  color: var(--disney-blue); }

/* Individual list items */
.latest-item {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #eee; }
  @media (max-width: 790px) {
    .latest-item {
      display: block; } }

.latest-item:first-of-type {
  border-top: none; }

.latest-item__image img {
  height: auto;
  border-radius: 4px;
  display: block; }

.latest-item__title {
  font-size: 1.5rem;
  margin-bottom: 8px; }

.latest-item__title a {
  color: #111; }

.latest-item__title a:hover {
  color: var(--disney-red); }

.latest-item__excerpt {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.5; }

/* Mobile stacking */
@media (max-width: 700px) {
  .latest-item {
    flex-direction: column; }
  .latest-item__image img {
    width: 100%; } }

/* =========================
   HERO — FULL WIDTH DISNEY
   ========================= */
.home-hero {
  width: 100%;
  background: linear-gradient(135deg, #0b3c5d 0%, #072a42 100%);
  color: #ffffff;
  padding: 96px 0 88px;
  position: relative; }

/* Inner content stays constrained */
.home-hero__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 24px; }

/* Headline */
.home-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.9rem;
  line-height: 1.15;
  max-width: 820px;
  margin-bottom: 20px; }

/* Subtext */
.home-hero__text {
  font-size: 1.15rem;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.85); }

/* Optional subtle gold accent line */
.home-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--disney-yellow);
  border-radius: 2px;
  background-image: url("http://localhost:8888/disneydawgs/wp-content/uploads/2026/01/disneyGate-scaled.jpg"); }

@media (max-width: 700px) {
  .home-hero {
    padding: 72px 0 64px; }
  .home-hero__title {
    font-size: 2.2rem; }
  .home-hero__text {
    font-size: 1.05rem; } }

/* =========================
   FULL-WIDTH HERO OVERRIDE
   ========================= */
/* Allow hero to break out of constrained layout */
.home-hero {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw; }

.site-main > .home-hero {
  padding-left: 0;
  padding-right: 0; }

.home-hero {
  box-shadow: inset 0 -60px 80px rgba(0, 0, 0, 0.25); }

/* =========================
   CATEGORY PAGE CARDS
   ========================= */
.category-card {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 220px;
  margin-bottom: 32px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center; }

/* Black overlay (80% opacity) */
.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1; }

/* Clickable area */
.category-card__link {
  position: relative;
  z-index: 2;
  padding: 32px;
  text-decoration: none;
  width: 100%; }

/* Title styling */
.category-card__title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 80%; }

/* Hover effect (subtle Disney energy) */
.category-card:hover::before {
  background: rgba(0, 0, 0, 0.7); }

/* Mobile adjustments */
@media (max-width: 700px) {
  .category-card {
    min-height: 180px; }
  .category-card__title {
    font-size: 1.25rem;
    max-width: 100%; } }

/* =========================
   CATEGORY GRID (3 COLUMNS)
   ========================= */
.category-grid .content-area__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5vh; }

/* Individual cards */
.category-card {
  aspect-ratio: 1 / 1;
  /* Square */
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  position: relative; }

/* Overlay stays the same */
.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1; }

/* Content */
.category-card__link {
  position: relative;
  z-index: 2;
  padding: 24px;
  text-align: center; }

.category-card__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600; }

/* Hover polish */
.category-card:hover::before {
  background: rgba(0, 0, 0, 0.7); }

@media (max-width: 1000px) {
  .category-grid .content-area__inner {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) {
  .category-grid .content-area__inner {
    grid-template-columns: 1fr; } }

.category-card__title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: var(--disney-yellow);
  margin: 12px auto 0; }

/* =========================================
   HOMEPAGE UPGRADE (ADD AT BOTTOM)
   ========================================= */
/* Fix homepage excerpt sizing (was 2rem) */
.post-card__excerpt,
.latest-item__excerpt {
  font-size: 1.05rem;
  line-height: 1.6; }

/* Hero as image background */
.home-hero--image {
  background-size: cover;
  background-position: center; }

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 42, 66, 0.92) 0%, rgba(7, 42, 66, 0.72) 55%, rgba(7, 42, 66, 0.35) 100%); }

.home-hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px; }

.home-hero__kicker {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  border-left: 4px solid var(--disney-yellow);
  padding-left: 10px;
  margin: 0 0 14px; }

.home-hero__title a {
  color: #fff;
  text-decoration: none; }

.home-hero__title a:hover {
  color: var(--disney-yellow); }

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 10px; }

.btn--primary {
  background: var(--disney-yellow);
  color: #111; }

.btn--primary:hover {
  filter: brightness(0.95);
  text-decoration: none; }

.btn--ghost {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #fff; }

.btn--ghost:hover {
  border-color: #fff;
  text-decoration: none; }

/* Quick pick chips */
.home-quickpicks {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.chip {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none; }

.chip--yellow {
  background: var(--disney-yellow);
  color: #111; }

.chip--red {
  background: var(--disney-red);
  color: #fff; }

.chip--blue {
  background: #1e6bb8;
  color: #fff; }

.chip--soft {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25); }

.chip:hover {
  text-decoration: none;
  filter: brightness(0.97); }

/* Latest list polish */
.latest-item__more a {
  font-weight: 700;
  color: var(--disney-red); }

.latest-item__more a:hover {
  text-decoration: underline; }

/* Featured Topics tiles */
.home-topics .home-section__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 24px; }

.topic-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }

@media (max-width: 1000px) {
  .topic-tiles {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) {
  .topic-tiles {
    grid-template-columns: 1fr; } }

.topic-tile {
  border-radius: 16px;
  padding: 18px;
  color: #111;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1); }

.topic-tile__title {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 6px; }

.topic-tile__sub {
  display: block;
  font-size: 0.98rem;
  opacity: 0.9; }

.topic-tile:hover {
  transform: translateY(-2px);
  transition: transform 0.15s ease; }

/* Tile colorways */
.topic-tile--yellow {
  background: linear-gradient(135deg, #f4c430 0%, #ffe08a 100%); }

.topic-tile--blue {
  background: linear-gradient(135deg, #1e6bb8 0%, #7db7ff 100%);
  color: #fff; }

.topic-tile--red {
  background: linear-gradient(135deg, #c62828 0%, #ff6b6b 100%);
  color: #fff; }

.topic-tile--soft {
  background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%);
  border: 1px solid #e8edf5; }

/* =========================
   HOMEPAGE HERO (WELCOME)
   ========================= */
/* Kill the accidental localhost background-image on the accent bar */
.home-hero::after {
  background-image: none !important; }

/* Add an actual hero background layer */
.home-hero--welcome {
  position: relative;
  overflow: hidden; }

.home-hero--welcome .home-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 42, 66, 0.92) 0%, rgba(7, 42, 66, 0.75) 55%, rgba(7, 42, 66, 0.35) 100%), url("/wp-content/uploads/2026/01/disneyGate-scaled.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  z-index: 0; }

.home-hero--welcome .home-hero__inner {
  position: relative;
  z-index: 1; }

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px; }

.home-hero__btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none; }

.home-hero__btn--yellow {
  background: var(--disney-yellow);
  color: #111; }

.home-hero__btn--ghost {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #fff; }

.home-hero__btn:hover {
  text-decoration: none;
  filter: brightness(0.98); }

.latest-item__excerpt {
  font-size: 1.05rem;
  line-height: 1.6; }

.latest-item {
  grid-template-columns: 35% 1fr;
  align-items: start; }

.latest-item__image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px; }

.latest-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.latest-item:first-of-type {
  grid-template-columns: 45% 1fr;
  background: linear-gradient(135deg, #f4c430 0%, #ffe08a 100%);
  padding-left: 2vh;
  border-radius: 8px; }

@media (max-width: 790px) {
  .latest-item {
    display: block; } }

@media (hover: hover) {
  .latest-item__image img {
    transition: transform 0.3s ease; }
  .latest-item:hover .latest-item__image img {
    transform: scale(1.04); } }

.home-hero__title {
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.4); }

/* =========================
   LOGO SIZE OVERRIDE
   ========================= */
:root {
  --logo-height: 72px;
  /* desktop */
  --logo-height-mobile: 56px;
  /* mobile */ }

.site-branding .site-logo {
  display: flex;
  align-items: center; }

.site-branding .site-logo img {
  height: var(--logo-height);
  width: auto;
  max-height: none;
  /* overrides the current max-height:48px */
  display: block; }

@media (max-width: 800px) {
  .site-branding .site-logo img {
    height: var(--logo-height-mobile); } }

/* =========================
   HOMEPAGE CONTENT HUB
   ========================= */
.home-hub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 24px; }

.hub-column h2 {
  font-size: 1.4rem;
  color: var(--disney-blue);
  margin-bottom: 20px;
  border-bottom: 3px solid var(--disney-yellow);
  padding-bottom: 6px; }

.hub-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  margin-bottom: 18px;
  align-items: center; }

.hub-thumb img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px; }

.hub-content h3 {
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.3; }

.hub-content a {
  color: #111;
  text-decoration: none; }

.hub-content a:hover {
  color: var(--disney-red); }

/* Mobile */
@media (max-width: 900px) {
  .home-hub {
    grid-template-columns: 1fr;
    gap: 30px; } }

/*# sourceMappingURL=style.map */