/* Ausome Site Kit — Bold Classroom */
:root {
  --ausome-orange: #f3560b;
  --ausome-teal: #018595;
  --ausome-navy: #0b1f2a;
  --ausome-text: #1a1a1a;
  --ausome-white: #ffffff;
}
body.ausome-site-kit {
  font-family: Nunito, sans-serif;
  color: var(--ausome-text);
  background: var(--ausome-white);
}
body.ausome-site-kit h1,
body.ausome-site-kit h2,
body.ausome-site-kit .ausome-display {
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ausome-navy);
}
.ausome-btn {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  line-height: 1.2;
}
.ausome-btn--orange { background: var(--ausome-orange); color: #fff; }
.ausome-btn--teal { background: var(--ausome-teal); color: #fff; }
.ausome-btn--white { background: #fff; color: var(--ausome-navy); }

.ausome-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.ausome-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.ausome-header__logo img { display: block; max-height: 56px; width: auto; }
.ausome-wordmark { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 22px; }
.ausome-wordmark .o { color: #fe6917; }
.ausome-wordmark .t { color: #068898; }
.ausome-header__nav {
  display: flex;
  gap: 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.ausome-header__nav a { color: var(--ausome-navy); text-decoration: none; }
.ausome-header__nav a:hover { color: var(--ausome-orange); }
.ausome-header__actions { display: flex; align-items: center; gap: 14px; }
.ausome-icon-link { color: var(--ausome-navy); position: relative; display: inline-flex; }
.ausome-cart-badge {
  position: absolute; top: -6px; right: -8px;
  background: var(--ausome-orange); color: #fff;
  font-size: 10px; font-weight: 700; border-radius: 999px;
  min-width: 16px; height: 16px; display: grid; place-items: center;
  font-family: Montserrat, sans-serif;
}

.ausome-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 64px 24px;
  background: #0b3a42 center/cover no-repeat;
  color: #fff;
}
.ausome-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,40,50,.72) 0%, rgba(11,40,50,.35) 55%, rgba(11,40,50,.2) 100%);
}
.ausome-hero__inner { position: relative; z-index: 2; max-width: 720px; }
body.ausome-site-kit .ausome-hero h1 { color: #fff !important; font-size: clamp(32px, 6vw, 64px); line-height: 1.05; margin: 0 0 16px; }
body.ausome-site-kit .ausome-hero p { font-size: 18px; max-width: 560px; margin: 0 0 24px; color: #fff !important; }
.ausome-hero h1 { color: #fff !important; font-size: clamp(32px, 6vw, 64px); line-height: 1.05; margin: 0 0 16px; }
.ausome-hero p { font-size: 18px; max-width: 560px; margin: 0 0 24px; color: #fff !important; }
.ausome-hero__ctas { display: flex; flex-wrap: wrap; gap: 20px; }
.ausome-hero__doodle {
  position: absolute; right: 4%; bottom: 8%; max-width: min(280px, 40vw); opacity: .9; z-index: 1; pointer-events: none;
}

.ausome-section { padding: 48px 24px; max-width: 1100px; margin: 0 auto; }
.ausome-section--narrow { max-width: 900px; }
.ausome-section h2 { font-size: clamp(24px, 4vw, 40px); margin: 0 0 16px; }
.ausome-section h2.center { text-align: center; color: var(--ausome-teal); }
.ausome-section p { font-size: 18px; line-height: 1.6; }

.ausome-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}
.ausome-cat-card {
  display: block; text-decoration: none; border-radius: 6px; overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.08); background: #fff;
}
.ausome-cat-card img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.ausome-cat-card span {
  display: block; background: var(--ausome-orange); color: #fff;
  font-family: Montserrat, sans-serif; font-weight: 700; text-transform: uppercase;
  text-align: center; padding: 12px 8px; font-size: 12px;
}
.ausome-cat-grid--large .ausome-cat-card span { font-size: 14px; padding: 14px 8px; }

.ausome-adsense-slot {
  min-height: 250px; border: 2px dashed #ccc; margin: 24px auto;
  max-width: 1100px; display: flex; align-items: center; justify-content: center;
  background: #fafafa; color: #666; font-size: 11px; text-transform: uppercase;
}
.ausome-adsense-slot--footer {
  min-height: 90px; border-color: rgba(255,255,255,.35); background: transparent; color: rgba(255,255,255,.7);
  max-width: 728px;
}
.ausome-adsense-slot--sm { min-height: 120px; }

.ausome-faq h3 { font-family: Montserrat, sans-serif; font-weight: 700; text-transform: none; margin: 20px 0 8px; }
.ausome-faq p { margin: 0 0 8px; font-size: 16px; }

.ausome-community {
  background: var(--ausome-orange); color: #fff; padding: 48px 24px; text-align: center;
}
.ausome-community h2 { color: #fff; font-size: clamp(28px, 5vw, 48px); margin: 0 0 12px; }
.ausome-community p { max-width: 640px; margin: 0 auto 20px; font-size: 18px; }
.ausome-community__form {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 520px; margin: 0 auto;
}
.ausome-community__form input {
  flex: 1; min-width: 220px; padding: 14px 16px; border: none; border-radius: 4px; font-family: Nunito, sans-serif;
}

.ausome-footer {
  background: var(--ausome-navy); color: #fff; padding: 40px 24px 100px;
}
.ausome-footer a { color: #fff; }
.ausome-footer__grid {
  max-width: 1100px; margin: 0 auto; display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.ausome-footer__brand { font-family: Anton, sans-serif; text-transform: uppercase; font-size: 22px; margin: 0 0 8px; }
.ausome-footer__label { font-family: Montserrat, sans-serif; font-weight: 700; text-transform: uppercase; margin: 0 0 8px; }
.ausome-footer__social { display: flex; gap: 16px; font-weight: 700; }
.ausome-footer__copy { text-align: center; margin: 32px 0 0; opacity: .7; font-size: 14px; }

.ausome-mobile-nav { display: none; }
@media (max-width: 900px) {
  .ausome-header__nav { display: none; }
}
@media (max-width: 768px) {
  body.ausome-site-kit { padding-bottom: 72px !important; }
  .ausome-mobile-nav {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
    display: grid; grid-template-columns: repeat(4, 1fr);
    background: #fff; border-top: 2px solid var(--ausome-orange);
    font-family: Montserrat, sans-serif; font-weight: 600; font-size: 12px; text-transform: uppercase;
  }
  .ausome-mobile-nav a { text-align: center; padding: 12px 4px; color: var(--ausome-navy); text-decoration: none; }
  .ausome-mobile-nav a.active { color: var(--ausome-orange); }
  .ausome-header__actions .ausome-btn { padding: 10px 14px; font-size: 12px; }
}

/* News Image-3 layout */
.ausome-news-wrap { max-width: 1100px; margin: 0 auto; padding: 40px 24px 64px; }
.ausome-news-title-row { display: flex; align-items: center; gap: 16px; margin: 0 0 24px; }
.ausome-news-title-row::before,
.ausome-news-title-row::after { content: ""; flex: 1; border-top: 2px dotted #c5c5c5; }
.ausome-news-title-row h1 { margin: 0; white-space: nowrap; font-size: clamp(28px, 4vw, 42px); }
.ausome-news-intro { text-align: center; max-width: 720px; margin: 0 auto 32px; }
.ausome-news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 48px; }
@media (max-width: 900px) { .ausome-news-layout { grid-template-columns: 1fr; } }
.ausome-news-post { margin: 0 0 36px; padding: 0 0 28px; border-bottom: 1px solid #e8e8e8; }
.ausome-news-post h2 { font-family: Montserrat, sans-serif; font-weight: 700; text-transform: none; font-size: 22px; margin: 0 0 8px; }
.ausome-news-post h2 a { color: inherit; text-decoration: none; }
.ausome-news-post .date { color: #6b6b6b; font-size: 14px; margin: 0 0 12px; }
.ausome-news-post .excerpt { font-size: 16px; line-height: 1.65; margin: 0 0 12px; }
.ausome-news-post .read-more { color: var(--ausome-teal); font-family: Montserrat, sans-serif; font-weight: 700; text-decoration: none; }
.ausome-news-sidebar h2 { font-family: Montserrat, sans-serif; font-weight: 700; text-transform: none; font-size: 18px; }
.ausome-news-sidebar ul { list-style: none; margin: 0; padding: 0; }
.ausome-news-sidebar li { margin: 0 0 10px; padding-left: 14px; position: relative; }
.ausome-news-sidebar li::before { content: ""; width: 7px; height: 7px; background: var(--ausome-teal); position: absolute; left: 0; top: 7px; }
.ausome-news-sidebar a { color: var(--ausome-teal); text-decoration: none; font-weight: 600; }

.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); height: 1px; margin: -1px; overflow: hidden;
  padding: 0; position: absolute; width: 1px;
}

.ausome-freebie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.ausome-freebie-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px;
}
.ausome-freebie-card h3 { font-size: 18px; margin: 12px 0 8px; }
.ausome-freebie-card h3 a { color: var(--ausome-navy); text-decoration: none; }
.ausome-freebie-card .excerpt { font-size: 15px; margin: 0 0 12px; color: #333; }
.ausome-freebie-card img { width: 100%; height: auto; border-radius: 4px; display: block; }

/* Hide leftover theme titles if filters miss a template */
body.ausome-site-kit .entry-header .entry-title,
body.ausome-site-kit .ast-archive-description .page-title,
body.ausome-site-kit.woocommerce-shop .woocommerce-products-header__title {
  display: none !important;
}

/* Soften theme header duplication if Astra / Elementor Header prints one */
body.ausome-site-kit .site-header,
body.ausome-site-kit .main-header-bar,
body.ausome-site-kit .ast-primary-header-bar,
body.ausome-site-kit .ast-above-header,
body.ausome-site-kit .ast-below-header,
body.ausome-site-kit .ast-desktop-header,
body.ausome-site-kit .ast-mobile-header-wrap,
body.ausome-site-kit header.header,
body.ausome-site-kit .hfe-site-header,
body.ausome-site-kit .elementor-location-header,
body.ausome-site-kit .elementor-location-footer,
body.ausome-site-kit footer.site-footer,
body.ausome-site-kit .site-footer,
body.ausome-site-kit #colophon,
body.ausome-site-kit .ast-footer-overlay {
  display: none !important;
}
/* Keep our kit chrome visible */
body.ausome-site-kit .ausome-header,
body.ausome-site-kit .ausome-footer,
body.ausome-site-kit .ausome-community,
body.ausome-site-kit .ausome-mobile-nav {
  display: block !important;
}
body.ausome-site-kit .ausome-header__inner {
  display: flex !important;
}
@media (max-width: 768px) {
  body.ausome-site-kit .ausome-mobile-nav {
    display: grid !important;
  }
}
