/*
Theme Name: NE ABDL Astra Child
Template: astra
Version: 0.4.0
Text Domain: neabdl-astra-child
*/

:root {
  --neabdl-navy: #173461;
  --neabdl-blue: #74d7f3;
  --neabdl-sky: #eaf8ff;
  --neabdl-pink: #f675a8;
  --neabdl-pink-soft: #ffe3ef;
  --neabdl-mint: #64dcc8;
  --neabdl-mint-soft: #e8fbf6;
  --neabdl-yellow: #ffd862;
  --neabdl-yellow-soft: #fff6d9;
  --neabdl-purple: #a986f8;
  --neabdl-purple-soft: #efe9ff;
  --neabdl-card: #ffffff;
  --neabdl-muted: #65728a;
  --neabdl-line: #dceaf5;
  --neabdl-shadow: 0 12px 30px rgba(23, 52, 97, .10);
  --neabdl-radius: 18px;
}

html { scroll-behavior: smooth; }

body {
  background: #fff;
  color: var(--neabdl-navy);
  font-family: Inter, Nunito, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }
a:hover { color: var(--neabdl-pink); }

.neabdl-site-content,
.neabdl-front-main,
.neabdl-front-main .entry-content,
.neabdl-front-main .wp-block-post-content {
  width: 100%;
}

.neabdl-front-main .entry-content > .neabdl-home,
.neabdl-front-main > .neabdl-home {
  margin-block-start: 0;
}

.neabdl-home {
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 16%, rgba(116, 215, 243, .20), transparent 18rem),
    radial-gradient(circle at 90% 7%, rgba(246, 117, 168, .13), transparent 22rem),
    #fff;
}

.neabdl-wrap {
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 1120px);
  margin: 0 auto;
}

.neabdl-hero-shell {
  position: relative;
  padding: 64px 0 54px;
  background: linear-gradient(180deg, #f6fcff 0%, #eef9ff 72%, #fff 100%);
}

.neabdl-cloud-edge {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 40px;
  opacity: .9;
  background:
    radial-gradient(circle at 2% 0, #fff 0 28px, transparent 29px),
    radial-gradient(circle at 10% 0, #fff 0 36px, transparent 37px),
    radial-gradient(circle at 20% 0, #fff 0 25px, transparent 26px),
    radial-gradient(circle at 31% 0, #fff 0 42px, transparent 43px),
    radial-gradient(circle at 45% 0, #fff 0 30px, transparent 31px),
    radial-gradient(circle at 58% 0, #fff 0 45px, transparent 46px),
    radial-gradient(circle at 71% 0, #fff 0 28px, transparent 29px),
    radial-gradient(circle at 84% 0, #fff 0 37px, transparent 38px),
    radial-gradient(circle at 96% 0, #fff 0 30px, transparent 31px);
}

.neabdl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 62px;
  align-items: center;
  min-height: 500px;
}

.neabdl-hero-copy h1 {
  margin: 0;
  max-width: 590px;
  font-size: clamp(2.8rem, 4.9vw, 5.45rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  color: var(--neabdl-navy);
  font-weight: 950;
}

.neabdl-hero-copy h1 span {
  display: block;
  color: var(--neabdl-pink);
}

.neabdl-hero-copy p {
  max-width: 430px;
  margin: 24px 0 0;
  font-size: 1.12rem;
  line-height: 1.7;
  color: #5f6574;
  font-weight: 650;
}

.neabdl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.neabdl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 27px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 900;
  font-size: .98rem;
  box-shadow: var(--neabdl-shadow);
  transition: transform .15s ease, box-shadow .15s ease;
}

.neabdl-btn:hover { transform: translateY(-1px); text-decoration: none; }

.neabdl-btn-primary {
  background: linear-gradient(180deg, #fa88b6 0%, #f26c9f 100%);
  color: #fff;
}
.neabdl-btn-primary::before { content: "▣"; margin-right: 10px; font-size: .92em; }
.neabdl-btn-primary:hover { color: #fff; }

.neabdl-btn-secondary {
  background: #fff;
  color: #45bce5;
  border: 2px solid #bcecff;
}
.neabdl-btn-secondary::before { content: "◉"; margin-right: 10px; font-size: .92em; }

.neabdl-hero-art {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neabdl-hero-map-card {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.86) 0 45%, rgba(216,245,255,.66) 46% 68%, rgba(255,255,255,0) 69%),
    radial-gradient(circle at 49% 45%, rgba(116,215,243,.24), rgba(255,255,255,0) 70%);
}

.neabdl-hero-map-card::before,
.neabdl-hero-map-card::after {
  content: "✦";
  position: absolute;
  color: #85d8e8;
  font-size: 24px;
  z-index: 0;
}

.neabdl-hero-map-card::before { left: -24px; top: 32%; color: #f1d592; }
.neabdl-hero-map-card::after { right: -8px; top: 18%; }

.neabdl-hero-map-card img {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 26px rgba(23, 52, 97, .14));
}

.neabdl-search-panel {
  position: relative;
  z-index: 10;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid var(--neabdl-line);
  border-radius: 14px;
  background: rgba(255,255,255,.95);
  box-shadow: var(--neabdl-shadow);
}
.neabdl-search-panel h2 { margin: 0 0 18px; font-size: 1.05rem; font-weight: 950; }
.neabdl-search-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr .8fr .72fr; gap: 14px; align-items: end; }
.neabdl-search-grid label { margin: 0; }
.neabdl-search-grid label > span { position: absolute; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.neabdl-search-grid input,
.neabdl-search-grid select {
  width: 100%;
  height: 46px;
  border: 1px solid #dbe8f3;
  border-radius: 9px;
  background: #fff;
  color: var(--neabdl-navy);
  font-size: .88rem;
  font-weight: 800;
  padding: 0 15px;
}
.neabdl-search-grid button {
  height: 46px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(180deg, #fb88b9, #f06aa0);
  color: #fff;
  font-size: .88rem;
  font-weight: 950;
  cursor: pointer;
}

.neabdl-section { padding: 35px 0; }
.neabdl-section-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.neabdl-section-head h2 { margin: 0; font-size: clamp(1.55rem, 2vw, 2.15rem); line-height: 1.1; color: var(--neabdl-navy); font-weight: 950; letter-spacing: -.025em; }
.neabdl-section-head h2 span { color: var(--neabdl-yellow); }
.neabdl-section-head a { color: #47bfe4; font-weight: 950; font-size: .9rem; text-decoration: none; }
.neabdl-section-head.compact { margin-bottom: 18px; }
.neabdl-section-head.compact h2 { font-size: 1.38rem; }

.neabdl-event-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.neabdl-event-card { overflow: hidden; border: 1px solid var(--neabdl-line); border-radius: 12px; background: #fff; box-shadow: 0 8px 18px rgba(23,52,97,.07); }
.neabdl-event-image { position: relative; display: block; height: 148px; background-position: center; background-size: cover; text-decoration: none; }
.neabdl-event-image.no-thumb {
  background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,.9) 0 16px, transparent 17px),
    radial-gradient(circle at 75% 35%, rgba(255,255,255,.75) 0 20px, transparent 21px),
    linear-gradient(135deg, #ffe3ef, #d8f7ff 54%, #fff0bd);
}
.neabdl-date-badge { position: absolute; left: 12px; bottom: -13px; min-width: 46px; padding: 5px 7px 6px; border-radius: 8px; background: #fff; color: var(--neabdl-navy); box-shadow: 0 4px 12px rgba(23,52,97,.14); text-align: center; font-size: .82rem; font-weight: 950; line-height: 1.05; }
.neabdl-date-badge b { display: block; margin: -5px -7px 4px; padding: 4px 0; border-radius: 8px 8px 0 0; background: #fb7eb2; color: #fff; font-size: .62rem; letter-spacing: .04em; }
.neabdl-event-body { padding: 23px 15px 16px; }
.neabdl-pill { display: inline-flex; margin-bottom: 8px; padding: 3px 7px; border-radius: 6px; background: var(--neabdl-yellow-soft); color: #d09a19; text-transform: uppercase; font-size: .62rem; font-weight: 950; }
.neabdl-event-card:nth-child(2n) .neabdl-pill { background: var(--neabdl-purple-soft); color: var(--neabdl-purple); }
.neabdl-event-card:nth-child(3n) .neabdl-pill { background: var(--neabdl-mint-soft); color: #43b79f; }
.neabdl-event-body h3 { margin: 0 0 9px; font-size: 1rem; line-height: 1.18; font-weight: 950; }
.neabdl-event-body h3 a { text-decoration: none; }
.neabdl-meta { margin: 6px 0 0; color: #6b7485; font-size: .78rem; line-height: 1.3; font-weight: 750; }
.neabdl-status { margin: 10px 0 0; color: #f06da3; font-size: .76rem; font-weight: 950; }

.neabdl-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.neabdl-category-card { display: flex; min-height: 166px; flex-direction: column; align-items: center; justify-content: center; gap: 11px; padding: 18px 12px; border: 1px solid var(--neabdl-line); border-radius: 18px; background: #fff; text-align: center; text-decoration: none; box-shadow: 0 8px 18px rgba(23,52,97,.06); }
.neabdl-category-card strong { display: block; color: var(--neabdl-navy); font-size: 1rem; line-height: 1.16; font-weight: 950; }
.neabdl-category-card small { display: block; color: #697487; font-size: .75rem; line-height: 1.35; font-weight: 700; }
.neabdl-category-card.is-pink { background: #fff0f6; }
.neabdl-category-card.is-yellow { background: #fff8e4; }
.neabdl-category-card.is-mint { background: #ebfbf7; }
.neabdl-category-card.is-blue { background: #edf9ff; }
.neabdl-category-card.is-purple { background: #f4efff; }
.neabdl-category-card.is-rose { background: #fff0fa; }
.neabdl-icon { width: 62px; height: 62px; border-radius: 17px; display: grid; place-items: center; background: rgba(255,255,255,.65); color: var(--neabdl-pink); border: 3px solid currentColor; font-size: 32px; }
.neabdl-icon-calendar::before { content: "▣"; }
.neabdl-icon-cup::before { content: "☕"; }
.neabdl-icon-disco::before { content: "◉"; }
.neabdl-icon-class::before { content: "▤"; }
.neabdl-icon-shop::before { content: "⌂"; }
.neabdl-icon-online::before { content: "▭"; }
.is-yellow .neabdl-icon { color: #edbd2d; }
.is-mint .neabdl-icon { color: #56d8bd; }
.is-blue .neabdl-icon { color: #54c7ef; }
.is-purple .neabdl-icon { color: #9a73ef; }
.is-rose .neabdl-icon { color: #f270bc; }

.neabdl-region-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)) 150px; gap: 18px; }
.neabdl-region-card,
.neabdl-region-all { min-height: 134px; border-radius: 18px; text-decoration: none; overflow: hidden; box-shadow: 0 8px 18px rgba(23,52,97,.09); }
.neabdl-region-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 17px; color: #fff; background: linear-gradient(180deg, rgba(116,215,243,.12), rgba(23,52,97,.75)), #9fdff0; }
.neabdl-region-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 0 40%, rgba(255,255,255,.25) 41% 44%, transparent 45%), radial-gradient(circle at 25% 30%, rgba(255,255,255,.45), transparent 21%), radial-gradient(circle at 75% 25%, rgba(255,255,255,.3), transparent 18%); }
.region-ri { background-color: #779bd8; }
.region-ct { background-color: #6bb8d9; }
.region-nh { background-color: #78b987; }
.region-me { background-color: #70bcd3; }
.neabdl-region-card span,
.neabdl-region-card small { position: relative; z-index: 1; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.neabdl-region-card span { font-size: 1.05rem; font-weight: 950; }
.neabdl-region-card small { font-size: .75rem; font-weight: 850; }
.neabdl-region-all { display: grid; place-items: center; align-content: center; gap: 10px; background: #eff9ff; color: var(--neabdl-navy); text-align: center; font-weight: 950; }
.neabdl-region-all span { font-size: 44px; color: #7e93a8; line-height: 1; }

.neabdl-split-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 36px; align-items: start; }
.neabdl-shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.neabdl-shop-card { min-height: 250px; padding: 22px 17px 18px; border: 1px solid var(--neabdl-line); border-radius: 17px; background: #fff; box-shadow: 0 8px 18px rgba(23,52,97,.07); text-align: left; }
.neabdl-shop-icon { width: 76px; height: 76px; margin: 0 auto 16px; border-radius: 20px; background: radial-gradient(circle at 50% 45%, #fff 0 24px, transparent 25px), linear-gradient(135deg, #c9fbf6, #ffd9e9); border: 4px solid #8ee6e2; }
.neabdl-shop-card h3 { margin: 0 0 7px; font-size: 1rem; line-height: 1.18; font-weight: 950; }
.neabdl-shop-card p { margin: 5px 0 0; font-size: .76rem; color: #697487; font-weight: 750; }
.neabdl-shop-card a { display: inline-flex; margin-top: 18px; min-height: 38px; padding: 0 17px; align-items: center; border-radius: 8px; background: #f67bab; color: #fff; text-decoration: none; font-size: .78rem; font-weight: 950; }

.neabdl-resource-list { border: 1px solid var(--neabdl-line); border-radius: 18px; background: #fff; box-shadow: 0 8px 18px rgba(23,52,97,.07); overflow: hidden; }
.neabdl-resource-row { display: grid; grid-template-columns: 76px 1fr; gap: 18px; align-items: center; padding: 22px 28px; text-decoration: none; border-bottom: 1px solid var(--neabdl-line); }
.neabdl-resource-row:last-child { border-bottom: 0; }
.neabdl-resource-row > span { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: #d9f8e7; color: #4dcc9a; font-size: 30px; font-weight: 950; }
.neabdl-resource-row:nth-child(2) > span { background: #ffe3ef; color: #f36da4; }
.neabdl-resource-row:nth-child(3) > span { background: #eee7ff; color: #9172ed; }
.neabdl-resource-row strong { display: block; margin-bottom: 5px; font-size: 1.1rem; line-height: 1.12; color: var(--neabdl-navy); font-weight: 950; }
.neabdl-resource-row small { display: block; max-width: 370px; color: #5f6878; font-size: .86rem; line-height: 1.35; font-weight: 700; }

.neabdl-guides-band { display: grid; grid-template-columns: 178px 1fr 1.35fr 150px; gap: 24px; align-items: center; padding: 28px; border: 1px solid #f1e3ac; border-radius: 18px; background: linear-gradient(135deg, #fff9df, #fffdf5); box-shadow: 0 8px 18px rgba(23,52,97,.05); }
.neabdl-guides-band h2 { margin: 0 0 9px; font-size: 1.42rem; line-height: 1.1; font-weight: 950; }
.neabdl-guides-band h2 span { color: var(--neabdl-yellow); }
.neabdl-guides-band p { margin: 0; color: #667287; font-weight: 750; }
.neabdl-book-art { width: 150px; height: 100px; border-radius: 14px; background: linear-gradient(90deg, #fff 0 48%, #ffe2ec 49% 52%, #fff 53%), repeating-linear-gradient(180deg, transparent 0 15px, rgba(23,52,97,.15) 16px 18px); border: 5px solid #dfc8ff; box-shadow: 12px 12px 0 #8fe8e0; transform: rotate(3deg); }
.neabdl-guide-links { display: grid; gap: 0; }
.neabdl-guide-links a { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(23,52,97,.14); color: var(--neabdl-navy); text-decoration: none; font-size: .86rem; font-weight: 950; }
.neabdl-yellow-btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 18px; border-radius: 12px; background: #ffd95e; color: var(--neabdl-navy); text-decoration: none; font-size: .86rem; font-weight: 950; }

.neabdl-bottom-panels { padding-bottom: 70px; }
.neabdl-respect-panel,
.neabdl-newsletter { display: grid; align-items: center; gap: 24px; border-radius: 18px; margin-bottom: 44px; box-shadow: 0 8px 18px rgba(23,52,97,.06); }
.neabdl-respect-panel { grid-template-columns: 90px 1fr 190px; padding: 30px; background: linear-gradient(135deg, #f4e9ff, #ede1ff); }
.neabdl-respect-panel > span { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: rgba(255,255,255,.5); color: #8d65ef; font-size: 44px; }
.neabdl-respect-panel h2,
.neabdl-newsletter h2 { margin: 0 0 8px; font-size: 1.45rem; line-height: 1.15; font-weight: 950; }
.neabdl-respect-panel p,
.neabdl-newsletter p { margin: 0; color: #5f6878; line-height: 1.5; font-weight: 700; }
.neabdl-respect-panel a { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; border-radius: 10px; background: #9f71f4; color: #fff; text-decoration: none; font-weight: 950; font-size: .86rem; }
.neabdl-newsletter { grid-template-columns: 90px 1fr minmax(250px, 360px) 160px; padding: 28px 34px; background: linear-gradient(135deg, #e9fff8, #ecfbff); border: 1px solid #cff2ec; }
.neabdl-newsletter > span { display: grid; place-items: center; width: 62px; height: 62px; color: #35cbb3; font-size: 48px; }
.neabdl-newsletter label { margin: 0; }
.neabdl-newsletter label span { position: absolute; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.neabdl-newsletter input { width: 100%; height: 46px; border: 1px solid #d7e8ef; border-radius: 9px; background: #fff; padding: 0 16px; font-weight: 750; }
.neabdl-newsletter button { height: 46px; border: 0; border-radius: 9px; background: #3dcdb5; color: #fff; font-weight: 950; cursor: pointer; }


.neabdl-empty-card {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px dashed var(--neabdl-line);
  border-radius: var(--neabdl-radius);
  background: rgba(255, 255, 255, .75);
  color: var(--neabdl-muted);
  font-weight: 750;
}

@media (max-width: 1120px) {
  .neabdl-event-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .neabdl-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .neabdl-region-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .neabdl-split-grid { grid-template-columns: 1fr; }
  .neabdl-guides-band { grid-template-columns: 120px 1fr; }
  .neabdl-guide-links, .neabdl-yellow-btn { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .neabdl-wrap { width: 100%; max-width: min(var(--wp--style--global--wide-size, 720px), calc(100vw - 32px)); }
  .neabdl-hero-grid { grid-template-columns: 1fr; gap: 28px; min-height: 0; }
  .neabdl-hero-map-card { margin: 0 auto; width: min(100%, 420px); }
  .neabdl-search-grid { grid-template-columns: 1fr 1fr; }
  .neabdl-search-grid button { grid-column: 1 / -1; }
  .neabdl-shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .neabdl-respect-panel,
  .neabdl-newsletter { grid-template-columns: 1fr; text-align: left; }
}

@media (max-width: 640px) {
  .neabdl-hero-shell { padding-top: 38px; }
  .neabdl-actions { flex-direction: column; }
  .neabdl-btn { width: 100%; }
  .neabdl-search-panel { padding: 18px; }
  .neabdl-search-grid,
  .neabdl-event-grid,
  .neabdl-category-grid,
  .neabdl-region-grid,
  .neabdl-shop-grid { grid-template-columns: 1fr; }
  .neabdl-section-head { align-items: flex-start; flex-direction: column; }
  .neabdl-guides-band { grid-template-columns: 1fr; }
  .neabdl-book-art { width: 120px; }
  .neabdl-hero-art { display: none; }
}

/* Archive and single templates */
.neabdl-template-main {
  width: 100%;
}

.neabdl-template-hero {
  position: relative;
  padding: clamp(56px, 7vw, 96px) 0 clamp(36px, 5vw, 64px);
  background:
    radial-gradient(circle at 82% 16%, rgba(116, 215, 243, .24), transparent 20rem),
    radial-gradient(circle at 14% 20%, rgba(246, 117, 168, .12), transparent 16rem),
    linear-gradient(180deg, #f6fcff 0%, #eef9ff 72%, #fff 100%);
  overflow: hidden;
}

.neabdl-template-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 40px;
  opacity: .8;
  background:
    radial-gradient(circle at 4% 0, #fff 0 30px, transparent 31px),
    radial-gradient(circle at 15% 0, #fff 0 42px, transparent 43px),
    radial-gradient(circle at 30% 0, #fff 0 28px, transparent 29px),
    radial-gradient(circle at 47% 0, #fff 0 44px, transparent 45px),
    radial-gradient(circle at 67% 0, #fff 0 31px, transparent 32px),
    radial-gradient(circle at 85% 0, #fff 0 40px, transparent 41px),
    radial-gradient(circle at 97% 0, #fff 0 28px, transparent 29px);
}

.neabdl-template-hero-grid,
.neabdl-single-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.neabdl-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid var(--neabdl-line);
  color: var(--neabdl-pink);
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .78rem;
}

.neabdl-template-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.45rem, 5vw, 5rem);
  line-height: 1.05;
  letter-spacing: -.045em;
  color: var(--neabdl-navy);
  font-weight: 950;
}

.neabdl-template-intro {
  max-width: 680px;
  margin-top: 20px;
  color: #5f6574;
  font-weight: 650;
  font-size: 1.08rem;
  line-height: 1.7;
}

.neabdl-template-intro p:last-child { margin-bottom: 0; }

.neabdl-template-badge,
.neabdl-single-media.no-thumb {
  min-height: 260px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 46% 38%, rgba(255,255,255,.86), rgba(255,255,255,0) 48%),
    linear-gradient(145deg, var(--neabdl-pink-soft), var(--neabdl-sky));
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: var(--neabdl-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.neabdl-template-badge span,
.neabdl-single-media.no-thumb span {
  width: 118px;
  height: 118px;
  border-radius: 34px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--neabdl-pink);
  font-size: 4rem;
  font-weight: 950;
  box-shadow: 0 12px 22px rgba(23,52,97,.10);
  transform: rotate(-5deg);
}

.neabdl-archive-content-section {
  padding-top: 34px;
}

.neabdl-archive-filter {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(160px, .75fr)) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid var(--neabdl-line);
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--neabdl-shadow);
}

.neabdl-archive-filter label,
.neabdl-newsletter label,
.neabdl-search-panel label {
  min-width: 0;
}

.neabdl-archive-filter label span {
  display: block;
  margin: 0 0 6px;
  color: var(--neabdl-navy);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.neabdl-archive-filter input,
.neabdl-archive-filter select {
  width: 100%;
  height: 46px;
  border: 1px solid var(--neabdl-line);
  border-radius: 12px;
  padding: 0 13px;
  background: #fff;
  color: var(--neabdl-navy);
  font-weight: 750;
}

.neabdl-archive-filter button {
  height: 46px;
  border: 0;
  border-radius: 13px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(180deg, #fa88b6 0%, #f26c9f 100%);
  font-weight: 950;
  cursor: pointer;
}

.neabdl-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.neabdl-listing-grid--event {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neabdl-listing-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--neabdl-line);
  box-shadow: 0 10px 24px rgba(23, 52, 97, .08);
}

.neabdl-listing-media {
  position: relative;
  display: flex;
  min-height: 188px;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  background-color: var(--neabdl-sky);
}

.neabdl-listing-card--event .neabdl-listing-media { min-height: 220px; }

.neabdl-listing-media.no-thumb {
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.92), rgba(255,255,255,0) 50%),
    linear-gradient(145deg, var(--neabdl-pink-soft), var(--neabdl-mint-soft));
}

.neabdl-listing-media > span:not(.neabdl-date-badge) {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: #fff;
  color: var(--neabdl-pink);
  font-size: 2.4rem;
  box-shadow: 0 10px 20px rgba(23,52,97,.10);
}

.neabdl-listing-body {
  padding: 18px 18px 20px;
}

.neabdl-listing-body h2 {
  margin: 10px 0 8px;
  font-size: 1.35rem;
  line-height: 1.18;
  color: var(--neabdl-navy);
  font-weight: 950;
}

.neabdl-listing-body h2 a {
  text-decoration: none;
}

.neabdl-listing-body p {
  margin: 0 0 14px;
  color: var(--neabdl-muted);
  line-height: 1.55;
  font-weight: 650;
}

.neabdl-listing-meta {
  display: grid;
  gap: 6px;
  margin: 12px 0 16px;
  color: #57637a;
  font-size: .9rem;
  font-weight: 750;
}

.neabdl-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  background: var(--neabdl-pink);
  color: #fff;
  text-decoration: none;
  font-weight: 950;
}

.neabdl-card-link:hover { color: #fff; text-decoration: none; }

.neabdl-pagination {
  margin-top: 32px;
}

.neabdl-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.neabdl-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--neabdl-line);
  text-decoration: none;
  font-weight: 900;
}

.neabdl-pagination .page-numbers.current {
  background: var(--neabdl-navy);
  color: #fff;
}

.neabdl-single-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
}

.neabdl-single-media {
  min-height: 360px;
  border-radius: 36px;
  background-position: center;
  background-size: cover;
  box-shadow: var(--neabdl-shadow);
  border: 1px solid rgba(255,255,255,.85);
}

.neabdl-single-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin: 26px 0;
}

.neabdl-single-meta div {
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--neabdl-line);
}

.neabdl-single-meta dt {
  margin: 0 0 3px;
  color: var(--neabdl-pink);
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.neabdl-single-meta dd {
  margin: 0;
  color: var(--neabdl-navy);
  font-weight: 900;
}

.neabdl-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.neabdl-card-panel {
  border: 1px solid var(--neabdl-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 52, 97, .08);
}

.neabdl-single-content {
  padding: clamp(22px, 4vw, 42px);
  color: #38445c;
  font-size: 1.05rem;
  line-height: 1.75;
}

.neabdl-single-content h2,
.neabdl-single-content h3,
.neabdl-single-content h4 {
  color: var(--neabdl-navy);
  font-weight: 950;
  letter-spacing: -.02em;
}

.neabdl-single-content a { color: var(--neabdl-pink); font-weight: 850; }

.neabdl-single-sidebar .neabdl-card-panel {
  padding: 22px;
  position: sticky;
  top: 28px;
}

.neabdl-single-sidebar h2 {
  margin: 0 0 14px;
  color: var(--neabdl-navy);
  font-size: 1.25rem;
  font-weight: 950;
}

.neabdl-detail-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.neabdl-detail-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--neabdl-line);
}

.neabdl-detail-list strong,
.neabdl-detail-list span {
  display: block;
}

.neabdl-detail-list strong {
  color: var(--neabdl-pink);
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 950;
}

.neabdl-detail-list span {
  margin-top: 2px;
  color: var(--neabdl-navy);
  font-weight: 850;
}

@media (max-width: 980px) {
  .neabdl-template-hero-grid,
  .neabdl-single-hero-grid,
  .neabdl-single-layout {
    grid-template-columns: 1fr;
  }
  .neabdl-template-badge { min-height: 180px; }
  .neabdl-archive-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .neabdl-archive-filter button { grid-column: 1 / -1; }
  .neabdl-listing-grid,
  .neabdl-listing-grid--event {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .neabdl-single-sidebar .neabdl-card-panel { position: static; }
}

@media (max-width: 680px) {
  .neabdl-archive-filter,
  .neabdl-listing-grid,
  .neabdl-listing-grid--event,
  .neabdl-single-meta {
    grid-template-columns: 1fr;
  }
  .neabdl-template-badge { display: none; }
  .neabdl-single-media { min-height: 240px; }
}
