/* Newington Gardeners Landing & Events - v1.6.0 */

/* The plugin provides its own navigation and page branding. Hide the active
   WordPress theme masthead/title/tagline only on plugin-managed pages. */
body.ndga-managed-page > header:first-of-type,
body.ndga-managed-page #page > header:first-of-type,
body.ndga-managed-page .site > header:first-of-type,
body.ndga-managed-page .wp-site-blocks > header:first-child,
body.ndga-managed-page #masthead,
body.ndga-managed-page #site-header,
body.ndga-managed-page header.site-header,
body.ndga-managed-page .site-header,
body.ndga-managed-page .site-branding,
body.ndga-managed-page .site-title,
body.ndga-managed-page .site-description{display:none!important}
body.ndga-managed-page #content,
body.ndga-managed-page .site-content,
body.ndga-managed-page .content-area{margin-top:0!important;padding-top:0!important}

/* Standalone managed-page reset. The plugin template intentionally does not
   call the active theme header/footer, preventing theme branding from being
   rendered above the Gardeners Hub UI. */
body.ndga-managed-page{margin:0!important;padding:0!important;width:100%!important;max-width:none!important;background:#fff!important}
body.ndga-managed-page .ndga-plugin-page{margin:0!important;padding:0!important;width:100%!important;max-width:none!important}

:root{
  --ndga-primary:#174E3B;
  --ndga-primary-deep:#0F3E30;
  --ndga-primary-soft:#2F6B55;
  --ndga-soft:#E7EFE4;
  --ndga-accent:#D8A23D;
  --ndga-cream:#F7F3E8;
  --ndga-ink:#162D27;
  --ndga-muted:#66736D;
  --ndga-white:#FFFFFF;
  --ndga-line:rgba(23,78,59,.13);
  --ndga-line-strong:rgba(23,78,59,.22);
  --ndga-shadow-sm:0 10px 30px rgba(23,78,59,.08);
  --ndga-shadow:0 22px 70px rgba(21,55,45,.14);
  --ndga-shadow-lg:0 34px 100px rgba(11,42,32,.22);
  --ndga-radius-sm:16px;
  --ndga-radius:26px;
  --ndga-radius-lg:34px;
}
.ndga-site-shell,.ndga-site-shell *{box-sizing:border-box}
.ndga-site-shell{width:100%;color:var(--ndga-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--ndga-white);overflow:hidden;-webkit-font-smoothing:antialiased}
.ndga-site-shell a{text-decoration:none}
.ndga-site-shell img{display:block;max-width:100%}
.ndga-site-shell h1,.ndga-site-shell h2,.ndga-site-shell h3{font-family:Georgia,"Times New Roman",serif}
.ndga-container{width:min(1200px,calc(100% - 48px));margin:0 auto}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.ndga-site-shell :focus-visible{outline:3px solid rgba(216,162,61,.8);outline-offset:3px}
.ndga-kicker{display:inline-flex;align-items:center;gap:10px;font-size:11px;line-height:1;font-weight:850;letter-spacing:.18em;text-transform:uppercase;color:#fff}
.ndga-kicker:before{content:"";width:30px;height:2px;border-radius:99px;background:var(--ndga-accent)}
.ndga-kicker-dark{color:var(--ndga-primary)}

/* HERO */
.ndga-hero{position:relative;min-height:760px;display:flex;align-items:center;color:#fff;background:var(--ndga-primary-deep);isolation:isolate}
.ndga-hero:before{content:"";position:absolute;inset:0;background-image:var(--ndga-hero-image);background-size:cover;background-position:center 44%;z-index:-4;transform:scale(1.015)}
.ndga-hero-overlay{position:absolute;inset:0;z-index:-3;background:linear-gradient(90deg,rgba(10,47,36,.96) 0%,rgba(10,50,37,.91) 38%,rgba(10,49,37,.67) 62%,rgba(10,42,32,.35) 100%)}
.ndga-hero:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(6,31,23,.14) 72%,rgba(6,31,23,.34));pointer-events:none}
.ndga-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(365px,.72fr);gap:72px;align-items:center;padding:92px 0 84px}
.ndga-hero-copy{max-width:720px}
.ndga-hero h1{margin:24px 0 20px;font-size:clamp(50px,5.8vw,82px);line-height:.99;letter-spacing:-.052em;color:#fff;text-wrap:balance}
.ndga-hero-subtitle{max-width:655px;margin:0;font-size:clamp(18px,1.8vw,23px);line-height:1.6;color:rgba(255,255,255,.9)}
.ndga-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.ndga-btn{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:13px 22px;border-radius:999px;font-weight:800;font-size:14px;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease;border:1px solid transparent;cursor:pointer}
.ndga-btn:hover{transform:translateY(-2px)}
.ndga-btn-primary{background:var(--ndga-accent);color:#1E322B;box-shadow:0 14px 30px rgba(0,0,0,.18)}
.ndga-btn-primary:hover{color:#1E322B;box-shadow:0 19px 38px rgba(0,0,0,.23)}
.ndga-btn-ghost{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.08);backdrop-filter:blur(10px);color:#fff}
.ndga-btn-ghost:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.62);color:#fff}
.ndga-btn-light{background:#fff;color:var(--ndga-primary)}
.ndga-btn-outline-light{border-color:rgba(255,255,255,.5);color:#fff;background:transparent}
.ndga-btn-soft{background:var(--ndga-soft);color:var(--ndga-primary)}
.ndga-btn-accent{background:var(--ndga-accent);color:#17302a}
.ndga-botanical{display:none}

.ndga-hero-trust{display:flex;align-items:center;gap:14px;width:max-content;max-width:100%;margin-top:34px;padding:10px 15px 10px 10px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px)}
.ndga-hero-trust img{width:72px;height:72px;object-fit:contain;flex:none;border-radius:50%;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.16)}
.ndga-hero-trust div{display:flex;flex-direction:column;gap:4px;max-width:300px}
.ndga-hero-trust strong{font-size:14px;line-height:1.2;color:#fff}
.ndga-hero-trust span{font-size:12px;line-height:1.45;color:rgba(255,255,255,.76)}

.ndga-hero-side{display:flex;flex-direction:column;gap:14px;align-items:stretch}
.ndga-next-card-wrap{display:flex;justify-content:flex-end}
.ndga-next-card{width:100%;max-width:430px;padding:30px;border-radius:30px;background:rgba(255,255,255,.97);color:var(--ndga-ink);box-shadow:var(--ndga-shadow-lg);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.5)}
.ndga-next-top{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--ndga-line);padding-bottom:16px}
.ndga-next-top span{font-size:10px;font-weight:900;letter-spacing:.2em;color:var(--ndga-primary)}
.ndga-next-top em{font-style:normal;font-size:11px;font-weight:800;color:var(--ndga-primary);background:var(--ndga-soft);padding:7px 10px;border-radius:999px}
.ndga-next-date{display:flex;align-items:center;gap:16px;margin:25px 0 18px}
.ndga-next-date>strong{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:66px;line-height:.84;color:var(--ndga-primary);letter-spacing:-.065em}
.ndga-next-date div{display:flex;flex-direction:column}
.ndga-next-date span{font-size:18px;font-weight:850;color:var(--ndga-ink)}
.ndga-next-date small{font-size:12px;color:var(--ndga-muted);margin-top:4px}
.ndga-next-card h2{font-size:29px;line-height:1.16;letter-spacing:-.03em;margin:0 0 18px;color:var(--ndga-ink)}
.ndga-next-facts{display:flex;flex-wrap:wrap;gap:10px 16px;padding:16px 0;border-top:1px solid var(--ndga-line);border-bottom:1px solid var(--ndga-line);font-size:12.5px;font-weight:750;color:var(--ndga-muted)}
.ndga-next-actions{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:20px}
.ndga-next-actions a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-size:12px;font-weight:850;transition:.2s ease}
.ndga-next-primary{justify-content:space-between!important;padding:0 15px;background:var(--ndga-primary);color:#fff}
.ndga-next-primary:hover{background:var(--ndga-primary-deep);color:#fff}
.ndga-next-secondary{padding:0 13px;background:#F4F6F3;color:var(--ndga-primary)}
.ndga-next-secondary:hover{background:var(--ndga-soft);color:var(--ndga-primary)}
.ndga-empty-next{font-size:54px;margin:24px 0 12px}
.ndga-hero-quicklinks{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:430px;margin-left:auto}
.ndga-hero-quicklinks a{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:10px;padding:14px 15px;border-radius:18px;background:rgba(12,53,40,.66);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);color:#fff;transition:.2s ease}
.ndga-hero-quicklinks a:hover{background:rgba(255,255,255,.13);transform:translateY(-2px)}
.ndga-hero-quicklinks span{grid-row:1/3;align-self:center;font-size:10px;letter-spacing:.12em;color:var(--ndga-accent);font-weight:900}
.ndga-hero-quicklinks strong{font-size:13px;line-height:1.15;color:#fff}
.ndga-hero-quicklinks small{margin-top:3px;font-size:10.5px;color:rgba(255,255,255,.66)}

/* VISIT / INFO */
.ndga-info-strip{position:relative;background:#fff;border-bottom:1px solid var(--ndga-line)}
.ndga-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.ndga-info-card{display:grid;grid-template-columns:52px 1fr;gap:17px;padding:34px 30px;align-items:flex-start;border-right:1px solid var(--ndga-line)}
.ndga-info-card:first-child{padding-left:0}
.ndga-info-card:last-child{border-right:0;padding-right:0}
.ndga-info-icon{width:48px;height:48px;border-radius:15px;background:var(--ndga-soft);display:grid;place-items:center;color:var(--ndga-primary);font-size:20px}
.ndga-info-card span{display:block;margin:1px 0 8px;font-size:10px;letter-spacing:.16em;font-weight:900;color:var(--ndga-primary)}
.ndga-info-card p{margin:0;font-size:14px;line-height:1.6;color:var(--ndga-muted)}
.ndga-info-card strong{color:var(--ndga-ink)}

/* EVENTS */
.ndga-events-section{padding:100px 0 112px;background:linear-gradient(180deg,var(--ndga-cream) 0%,#FBF9F3 100%)}
.ndga-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:34px;margin-bottom:34px}
.ndga-section-head>div{max-width:740px}
.ndga-section-head h2,.ndga-about-copy h2,.ndga-cta-card h2{font-size:clamp(38px,4.6vw,58px);line-height:1.03;letter-spacing:-.045em;margin:15px 0 14px;color:var(--ndga-ink);text-wrap:balance}
.ndga-section-head p,.ndga-about-copy>p{margin:0;font-size:17px;line-height:1.7;color:var(--ndga-muted)}
.ndga-text-link{flex:none;font-weight:800;font-size:13px;color:var(--ndga-primary);padding:9px 0 7px;border-bottom:1px solid rgba(23,78,59,.3)}
.ndga-event-toolbar{display:flex;flex-direction:column;gap:14px;margin:30px 0 26px}
.ndga-event-search{position:relative;display:flex;align-items:center;width:min(100%,520px)}
.ndga-event-search>span{position:absolute;left:16px;top:50%;transform:translateY(-51%);font-size:20px;color:var(--ndga-primary);pointer-events:none}
.ndga-event-search input{width:100%;height:50px;border:1px solid var(--ndga-line-strong);border-radius:16px;background:#fff;padding:0 18px 0 47px;font:inherit;font-size:14px;color:var(--ndga-ink);box-shadow:0 8px 20px rgba(23,78,59,.04);outline:none;transition:.2s ease}
.ndga-event-search input::placeholder{color:#8A958F}
.ndga-event-search input:focus{border-color:var(--ndga-primary);box-shadow:0 0 0 4px rgba(23,78,59,.09),0 8px 20px rgba(23,78,59,.05)}
.ndga-event-controls{display:flex;gap:8px;overflow:auto;padding:2px 2px 4px;scrollbar-width:thin}
.ndga-filter{flex:none;min-height:40px;border:1px solid var(--ndga-line);border-radius:999px;background:#fff;color:var(--ndga-primary);font-weight:800;font-size:12px;padding:9px 15px;cursor:pointer;transition:.2s ease}
.ndga-filter:hover,.ndga-filter.is-active{background:var(--ndga-primary);color:#fff;border-color:var(--ndga-primary);box-shadow:0 8px 18px rgba(23,78,59,.12)}
.ndga-events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ndga-event-card{position:relative;display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid rgba(23,78,59,.10);border-radius:25px;overflow:hidden;box-shadow:0 12px 34px rgba(23,78,59,.06);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.ndga-event-card:hover{transform:translateY(-5px);box-shadow:0 24px 54px rgba(23,78,59,.12);border-color:rgba(23,78,59,.2)}
.ndga-event-card[hidden]{display:none!important}
.ndga-card-image{position:relative;display:block;height:188px;background-size:cover;background-position:center;background-color:var(--ndga-soft);transition:transform .35s ease}
.ndga-event-card:hover .ndga-card-image{transform:scale(1.015)}
.ndga-card-image-placeholder{display:grid;place-items:center;font-size:58px;color:rgba(23,78,59,.2);background:radial-gradient(circle at 22% 28%,rgba(255,255,255,.72) 0 12%,transparent 13%),linear-gradient(135deg,#DDEAD7,#F5F0E3)}
.ndga-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,42,31,0) 48%,rgba(9,42,31,.16) 100%);pointer-events:none}
.ndga-date-tile{position:absolute;top:151px;left:20px;width:70px;height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:18px;background:var(--ndga-primary);color:#fff;box-shadow:0 11px 24px rgba(23,78,59,.25);z-index:2}
.ndga-date-tile strong{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:25px;line-height:.95}
.ndga-date-tile span{font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-top:5px}
.ndga-date-tile small{font-size:9px;opacity:.7;margin-top:1px}
.ndga-event-card-body{display:flex;flex:1;flex-direction:column;padding:29px 22px 22px}
.ndga-card-meta{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:6px;min-height:28px;margin-left:80px}
.ndga-event-type,.ndga-past-label,.ndga-price-pill{display:inline-flex;padding:6px 9px;border-radius:999px;background:var(--ndga-soft);font-size:9.5px;line-height:1;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:var(--ndga-primary)}
.ndga-price-pill{background:#FBF4E6;color:#7A5A1A;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ndga-past-label{background:#F0EFEC;color:#77736D}
.ndga-event-card h3{font-size:23px;line-height:1.22;letter-spacing:-.025em;margin:14px 0 12px;color:var(--ndga-ink)}
.ndga-event-card h3 a{color:inherit}
.ndga-event-facts{display:flex;flex-direction:column;gap:7px;margin-bottom:14px;font-size:12.5px;font-weight:700;color:#66736D}
.ndga-event-facts span{display:flex;align-items:flex-start;gap:8px}
.ndga-event-facts b{display:inline-grid;width:18px;place-items:center;color:var(--ndga-primary);font-size:13px;line-height:1.4}
.ndga-event-card-body>p{margin:0 0 20px;font-size:13.5px;line-height:1.65;color:var(--ndga-muted)}
.ndga-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:17px;border-top:1px solid var(--ndga-line)}
.ndga-card-link{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border-radius:11px;background:var(--ndga-primary);font-size:12px;font-weight:850;color:#fff}
.ndga-card-link:hover{background:var(--ndga-primary-deep);color:#fff}
.ndga-mini-actions{display:flex;gap:5px}
.ndga-mini-actions a{display:inline-flex;align-items:center;min-height:34px;padding:0 9px;border-radius:9px;background:#F4F6F3;color:var(--ndga-primary);font-size:9.5px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.ndga-mini-actions a:hover{background:var(--ndga-soft);color:var(--ndga-primary)}
.ndga-event-card.is-past{opacity:.68}
.ndga-empty-state{padding:62px 24px;text-align:center;border:1px dashed rgba(23,78,59,.28);border-radius:24px;background:rgba(255,255,255,.55)}
.ndga-empty-state span{font-size:54px}.ndga-empty-state h3{margin:10px 0 6px}.ndga-empty-state p{margin:0;color:var(--ndga-muted)}
.ndga-no-results{text-align:center;padding:28px;color:var(--ndga-muted);font-weight:700;background:rgba(255,255,255,.55);border-radius:18px;border:1px dashed var(--ndga-line-strong)}

/* ABOUT */
.ndga-about-section{padding:104px 0;background:#fff}
.ndga-about-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:80px;align-items:center}
.ndga-about-copy{max-width:600px}
.ndga-about-points{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin-top:30px}
.ndga-about-points span{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;line-height:1.45;font-weight:750;color:var(--ndga-primary)}
.ndga-about-visual{position:relative;min-height:520px;border-radius:34px;background-image:linear-gradient(180deg,transparent 38%,rgba(9,49,36,.5)),var(--ndga-about-image);background-size:cover;background-position:center;box-shadow:var(--ndga-shadow);overflow:hidden}
.ndga-about-visual:before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.35);border-radius:inherit;pointer-events:none}
.ndga-about-rhs{position:absolute;right:24px;top:24px;width:132px;height:132px;display:grid;place-items:center;padding:7px;border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 14px 34px rgba(0,0,0,.16);z-index:2}
.ndga-about-rhs img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.ndga-about-badge{position:absolute;left:24px;right:24px;bottom:24px;display:flex;justify-content:space-between;align-items:end;gap:18px;padding:20px 22px;border-radius:20px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 12px 28px rgba(18,45,36,.12)}
.ndga-about-badge strong{font-family:Georgia,"Times New Roman",serif;font-size:26px;color:var(--ndga-primary)}
.ndga-about-badge span{max-width:210px;text-align:right;font-size:12px;line-height:1.45;font-weight:700;color:var(--ndga-muted)}

/* CTA */
.ndga-cta-section{padding:0 0 100px;background:#fff}
.ndga-cta-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:52px;padding:58px 62px;border-radius:34px;background:linear-gradient(135deg,var(--ndga-primary-deep),var(--ndga-primary));color:#fff;box-shadow:0 24px 66px rgba(23,78,59,.22)}
.ndga-cta-card:before{content:"";position:absolute;right:-70px;top:-95px;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.ndga-cta-card:after{content:"";position:absolute;right:20px;bottom:-150px;width:260px;height:260px;border:46px solid rgba(255,255,255,.045);border-radius:50%;pointer-events:none}
.ndga-cta-card h2{color:#fff;max-width:700px}
.ndga-cta-card p{max-width:710px;margin:0;font-size:16.5px;line-height:1.7;color:rgba(255,255,255,.8)}
.ndga-cta-actions{display:flex;flex-direction:column;gap:10px;min-width:185px;z-index:1}

/* SINGLE EVENT */
.ndga-single-event-panel{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;margin:24px 0 34px;padding:25px;border-radius:22px;background:var(--ndga-cream);border:1px solid var(--ndga-line);box-shadow:var(--ndga-shadow-sm)}
.ndga-single-date{width:88px;height:88px;border-radius:18px;background:var(--ndga-primary);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ndga-single-date strong{font-size:34px;line-height:1}.ndga-single-date span{font-size:11px;font-weight:850;text-transform:uppercase;margin-top:4px}
.ndga-single-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px}
.ndga-single-facts span{font-size:13px;color:var(--ndga-muted)}
.ndga-single-facts b{display:block;color:var(--ndga-primary);font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2px}
.ndga-single-actions{display:flex;flex-direction:column;gap:8px}.ndga-single-actions .ndga-btn{min-height:42px;padding:9px 14px;font-size:12px}

@media (max-width:1080px){
  .ndga-hero-grid{grid-template-columns:1fr;gap:44px}.ndga-hero-side{max-width:680px}.ndga-next-card-wrap{justify-content:flex-start}.ndga-next-card{max-width:560px}.ndga-hero-quicklinks{max-width:560px;margin-left:0}
  .ndga-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ndga-about-grid{gap:48px}.ndga-cta-card{grid-template-columns:1fr}.ndga-cta-actions{flex-direction:row;flex-wrap:wrap}
}
@media (max-width:780px){
  .ndga-container{width:min(100% - 30px,1200px)}
  .ndga-hero{min-height:auto}.ndga-hero-grid{padding:72px 0 60px;gap:34px}.ndga-hero-overlay{background:linear-gradient(180deg,rgba(8,45,33,.94) 0%,rgba(9,48,36,.88) 58%,rgba(9,45,34,.78) 100%)}
  .ndga-hero h1{font-size:clamp(42px,12vw,61px)}.ndga-hero-subtitle{font-size:17px}.ndga-hero-trust{width:100%;max-width:430px}.ndga-hero-trust img{width:64px;height:64px}
  .ndga-next-card{padding:24px}.ndga-next-date>strong{font-size:54px}.ndga-hero-quicklinks{grid-template-columns:1fr 1fr}
  .ndga-info-grid{grid-template-columns:1fr}.ndga-info-card,.ndga-info-card:first-child,.ndga-info-card:last-child{padding:24px 0;border-right:0;border-bottom:1px solid var(--ndga-line)}.ndga-info-card:last-child{border-bottom:0}
  .ndga-events-section,.ndga-about-section{padding:76px 0}.ndga-section-head{align-items:flex-start;flex-direction:column}.ndga-event-toolbar{margin-top:24px}.ndga-event-search{width:100%}.ndga-events-grid{grid-template-columns:1fr}.ndga-card-image{height:210px}.ndga-date-tile{top:173px}
  .ndga-about-grid{grid-template-columns:1fr;gap:36px}.ndga-about-points{grid-template-columns:1fr}.ndga-about-visual{min-height:430px}.ndga-about-rhs{width:112px;height:112px}.ndga-about-badge{align-items:flex-start;flex-direction:column}.ndga-about-badge span{text-align:left}
  .ndga-cta-section{padding-bottom:72px}.ndga-cta-card{padding:42px 28px;border-radius:26px;gap:28px}.ndga-cta-actions{flex-direction:column;align-items:stretch}
  .ndga-single-event-panel{grid-template-columns:1fr;align-items:start}.ndga-single-facts{grid-template-columns:1fr}.ndga-single-actions{flex-direction:row;flex-wrap:wrap}
}
@media (max-width:480px){
  .ndga-container{width:min(100% - 24px,1200px)}
  .ndga-hero-grid{padding-top:62px}.ndga-hero-actions{flex-direction:column;align-items:stretch}.ndga-btn{width:100%}.ndga-hero-trust{align-items:flex-start}.ndga-hero-trust img{width:58px;height:58px}
  .ndga-next-top{align-items:flex-start;flex-direction:column}.ndga-next-actions{grid-template-columns:1fr}.ndga-next-primary{justify-content:center!important;gap:10px}.ndga-hero-quicklinks{grid-template-columns:1fr}
  .ndga-card-actions{align-items:stretch;flex-direction:column}.ndga-card-link{justify-content:center}.ndga-mini-actions{width:100%}.ndga-mini-actions a{flex:1;justify-content:center}.ndga-card-meta{margin-left:76px}.ndga-price-pill{max-width:110px}
  .ndga-about-rhs{width:98px;height:98px;right:18px;top:18px}.ndga-about-badge{left:16px;right:16px;bottom:16px}
  .ndga-single-actions .ndga-btn{width:100%}
}


/* HUB SUBPAGES - v1.3 */
.ndga-hub-nav{position:relative;z-index:20;background:#fff;border-bottom:1px solid var(--ndga-line);box-shadow:0 8px 24px rgba(20,55,44,.04)}
.ndga-hub-nav-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.ndga-hub-nav-brand{display:inline-flex;align-items:center;gap:10px;color:var(--ndga-primary);font-size:14px;white-space:nowrap}
.ndga-hub-nav-brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:var(--ndga-soft);font-size:18px}
.ndga-hub-nav-links{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}
.ndga-hub-nav-links::-webkit-scrollbar{display:none}
.ndga-hub-nav-links a{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border-radius:999px;color:#51615A;font-size:12.5px;font-weight:800;white-space:nowrap;transition:.2s ease}
.ndga-hub-nav-links a:hover,.ndga-hub-nav-links a.is-active{background:var(--ndga-soft);color:var(--ndga-primary)}

.ndga-page-hero{position:relative;min-height:430px;display:flex;align-items:center;color:#fff;background:var(--ndga-primary-deep);isolation:isolate;overflow:hidden}
.ndga-page-hero:before{content:"";position:absolute;inset:0;background-image:var(--ndga-page-image);background-size:cover;background-position:center;z-index:-3;transform:scale(1.02)}
.ndga-page-hero-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(9,48,36,.96),rgba(9,48,36,.83) 52%,rgba(9,48,36,.48));}
.ndga-page-hero:after{content:"";position:absolute;right:-70px;bottom:-190px;width:420px;height:420px;border:64px solid rgba(255,255,255,.055);border-radius:50%;z-index:-1}
.ndga-page-hero-inner{padding:78px 0 82px;max-width:1200px}
.ndga-page-hero-inner h1{max-width:800px;margin:17px 0 15px;font-size:clamp(44px,5.8vw,72px);line-height:1.02;letter-spacing:-.05em;color:#fff;text-wrap:balance}
.ndga-page-hero-inner>p{max-width:720px;margin:0;font-size:18px;line-height:1.65;color:rgba(255,255,255,.84)}
.ndga-breadcrumb{display:inline-flex;margin-bottom:26px;color:rgba(255,255,255,.76);font-size:12px;font-weight:800}
.ndga-breadcrumb:hover{color:#fff}

.ndga-page-section{padding:92px 0;background:#fff}
.ndga-page-soft-section{padding:80px 0;background:linear-gradient(180deg,var(--ndga-cream),#fbfaf6)}
.ndga-page-intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.65fr);gap:70px;align-items:end;margin-bottom:42px}
.ndga-page-intro-grid h2,.ndga-story-copy h2,.ndga-visit-card h2,.ndga-membership-grid h2,.ndga-contact-panel h2{font-size:clamp(36px,4.5vw,56px);line-height:1.04;letter-spacing:-.045em;margin:15px 0 0;color:var(--ndga-ink);text-wrap:balance}
.ndga-page-intro-grid>p,.ndga-story-copy>p,.ndga-membership-grid>div>p,.ndga-contact-panel>p{margin:0;font-size:16.5px;line-height:1.75;color:var(--ndga-muted)}
.ndga-page-cta-strip{padding:34px 0;background:var(--ndga-primary-deep);color:#fff}
.ndga-page-cta-strip .ndga-container{display:flex;align-items:center;justify-content:space-between;gap:28px}
.ndga-page-cta-strip div>div{display:flex;flex-direction:column;gap:4px}
.ndga-page-cta-strip strong{font-family:Georgia,"Times New Roman",serif;font-size:25px}
.ndga-page-cta-strip span{font-size:13px;color:rgba(255,255,255,.75)}

/* FULL PROGRAMME */
.ndga-programme-section{background:linear-gradient(180deg,#fff 0%,#fbfaf6 100%)}
.ndga-programme-toolbar{padding:20px;border:1px solid var(--ndga-line);border-radius:22px;background:#fff;box-shadow:var(--ndga-shadow-sm);margin:0 0 34px}
.ndga-programme-list{display:flex;flex-direction:column;gap:30px}
.ndga-programme-month{display:grid;grid-template-columns:120px 1fr;gap:26px;align-items:start}
.ndga-programme-month-label{position:sticky;top:20px;padding:16px 10px;text-align:center;border-radius:18px;background:var(--ndga-primary);color:#fff;box-shadow:0 10px 28px rgba(23,78,59,.18)}
.ndga-programme-month-label span{display:block;font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.05}
.ndga-programme-month-label strong{display:block;margin-top:4px;font-size:10px;letter-spacing:.14em;opacity:.72}
.ndga-programme-month>.ndga-programme-item{grid-column:2}
.ndga-programme-item{display:grid;grid-template-columns:64px minmax(0,1fr) minmax(190px,.5fr) auto;gap:22px;align-items:center;padding:24px;border:1px solid var(--ndga-line);border-radius:22px;background:#fff;box-shadow:0 10px 34px rgba(21,55,45,.055);transition:.2s ease}
.ndga-programme-item:hover{transform:translateY(-2px);box-shadow:0 18px 48px rgba(21,55,45,.09);border-color:var(--ndga-line-strong)}
.ndga-programme-item.is-past{opacity:.65}
.ndga-programme-date{width:58px;height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;background:var(--ndga-soft);color:var(--ndga-primary)}
.ndga-programme-date strong{font-size:25px;line-height:1}.ndga-programme-date span{margin-top:4px;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.ndga-programme-meta{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-bottom:8px}
.ndga-programme-main h3{margin:0 0 7px;font-size:23px;line-height:1.16;letter-spacing:-.025em}
.ndga-programme-main h3 a{color:var(--ndga-ink)}
.ndga-programme-main p{margin:0;font-size:13px;line-height:1.55;color:var(--ndga-muted)}
.ndga-programme-facts{display:flex;flex-direction:column;gap:8px}
.ndga-programme-facts span{font-size:12px;line-height:1.35;color:var(--ndga-muted)}
.ndga-programme-facts b{display:block;margin-bottom:2px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--ndga-primary)}
.ndga-programme-actions{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:88px}
.ndga-programme-actions a{display:flex;align-items:center;justify-content:center;min-height:34px;padding:0 10px;border-radius:10px;background:#f4f6f3;color:var(--ndga-primary);font-size:10.5px;font-weight:900}
.ndga-programme-actions a:first-child{background:var(--ndga-primary);color:#fff}

/* ABOUT */
.ndga-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:76px;align-items:center}
.ndga-story-copy{max-width:590px}.ndga-story-copy>p{margin:18px 0 0}.ndga-story-copy .ndga-btn{margin-top:28px}
.ndga-story-media{position:relative;min-height:520px;border-radius:32px;background-image:linear-gradient(180deg,rgba(9,48,36,.05),rgba(9,48,36,.4)),var(--ndga-story-image);background-size:cover;background-position:center;box-shadow:var(--ndga-shadow);overflow:hidden}
.ndga-story-rhs{position:absolute;left:24px;right:24px;bottom:24px;display:flex;align-items:center;gap:15px;padding:15px;border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(0,0,0,.14)}
.ndga-story-rhs img{width:78px;height:78px;border-radius:50%;object-fit:contain;background:#fff;flex:none}
.ndga-story-rhs div{display:flex;flex-direction:column;gap:3px}.ndga-story-rhs strong{font-size:14px;color:var(--ndga-primary)}.ndga-story-rhs span{font-size:12px;color:var(--ndga-muted)}
.ndga-values-section{padding:86px 0;background:var(--ndga-cream)}
.ndga-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ndga-value-grid article{padding:28px;border-radius:22px;background:#fff;border:1px solid var(--ndga-line);box-shadow:var(--ndga-shadow-sm)}
.ndga-value-grid article>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--ndga-soft);color:var(--ndga-primary);font-size:10px;font-weight:900}
.ndga-value-grid h3{margin:20px 0 10px;font-size:22px}.ndga-value-grid p{margin:0;font-size:13.5px;line-height:1.6;color:var(--ndga-muted)}

/* VISIT */
.ndga-visit-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:stretch}
.ndga-visit-card{padding:12px 0}.ndga-address-large{font-size:18px!important;font-weight:750;color:var(--ndga-primary)!important;margin:19px 0 26px!important}
.ndga-visit-facts{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:26px 0}
.ndga-visit-facts div{padding:18px;border-radius:16px;background:var(--ndga-cream);border:1px solid var(--ndga-line)}
.ndga-visit-facts b{display:block;margin-bottom:6px;font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:var(--ndga-primary)}
.ndga-visit-facts span{font-size:13px;line-height:1.55;color:var(--ndga-muted)}
.ndga-visit-actions,.ndga-membership-actions{display:flex;flex-wrap:wrap;gap:10px}
.ndga-visit-photo{position:relative;min-height:520px;border-radius:30px;background-image:linear-gradient(180deg,transparent 45%,rgba(9,48,36,.66)),var(--ndga-visit-image);background-size:cover;background-position:center;box-shadow:var(--ndga-shadow);overflow:hidden}
.ndga-visit-photo>div{position:absolute;left:24px;right:24px;bottom:24px;padding:20px;border-radius:18px;background:rgba(255,255,255,.95)}
.ndga-visit-photo strong{display:block;margin-bottom:5px;font-family:Georgia,"Times New Roman",serif;font-size:22px;color:var(--ndga-primary)}
.ndga-visit-photo span{font-size:12.5px;line-height:1.55;color:var(--ndga-muted)}
.ndga-visit-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ndga-visit-notes article{padding:25px;border-radius:20px;background:#fff;border:1px solid var(--ndga-line)}
.ndga-visit-notes article>span{font-size:24px}.ndga-visit-notes h3{margin:14px 0 8px;font-size:21px}.ndga-visit-notes p{margin:0;font-size:13.5px;line-height:1.65;color:var(--ndga-muted)}

/* MEMBERSHIP */
.ndga-membership-grid{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:start}
.ndga-membership-grid>div>p{margin:18px 0 0}.ndga-membership-actions{margin-top:28px}
.ndga-membership-steps{display:flex;flex-direction:column;gap:12px}
.ndga-membership-steps article{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:20px;border-radius:20px;background:var(--ndga-cream);border:1px solid var(--ndga-line)}
.ndga-membership-steps article>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--ndga-primary);color:#fff;font-size:13px;font-weight:900}
.ndga-membership-steps h3{margin:2px 0 6px;font-size:21px}.ndga-membership-steps p{margin:0;font-size:13.5px;line-height:1.55;color:var(--ndga-muted)}

/* CONTACT */
.ndga-contact-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);gap:54px;align-items:start}
.ndga-contact-panel{padding:36px;border:1px solid var(--ndga-line);border-radius:28px;background:#fff;box-shadow:var(--ndga-shadow-sm)}
.ndga-contact-panel>p{margin:16px 0 28px}
.ndga-contact-form{display:flex;flex-direction:column;gap:18px}
.ndga-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ndga-contact-form label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:850;color:var(--ndga-ink)}
.ndga-contact-form label>span{color:#B33E32}
.ndga-contact-form input,.ndga-contact-form select,.ndga-contact-form textarea{width:100%;border:1px solid var(--ndga-line-strong);border-radius:13px;background:#fff;padding:13px 14px;font:inherit;font-size:14px;color:var(--ndga-ink);outline:none;transition:.2s ease}
.ndga-contact-form input,.ndga-contact-form select{height:48px}
.ndga-contact-form textarea{resize:vertical;min-height:160px}
.ndga-contact-form input:focus,.ndga-contact-form select:focus,.ndga-contact-form textarea:focus{border-color:var(--ndga-primary);box-shadow:0 0 0 4px rgba(23,78,59,.09)}
.ndga-contact-form .ndga-consent{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;font-size:12px;line-height:1.5;color:var(--ndga-muted);font-weight:650}
.ndga-contact-form .ndga-consent input{width:18px;height:18px;margin:1px 0 0;padding:0}.ndga-contact-form .ndga-consent span{color:inherit}
.ndga-submit-btn{align-self:flex-start;border:0}
.ndga-form-note{margin:0;font-size:11px;line-height:1.55;color:#8A958F}
.ndga-form-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.ndga-form-alert{display:flex;flex-direction:column;gap:4px;margin:0 0 22px;padding:15px 17px;border-radius:14px;font-size:12.5px;line-height:1.5}
.ndga-form-alert.is-success{background:#EAF5ED;border:1px solid #B8D9C0;color:#245B35}.ndga-form-alert.is-error{background:#FFF0ED;border:1px solid #F1C8BE;color:#8A3427}
.ndga-contact-side{display:flex;flex-direction:column;gap:12px}
.ndga-contact-card{padding:24px;border-radius:20px;background:var(--ndga-cream);border:1px solid var(--ndga-line)}
.ndga-contact-card>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--ndga-primary);color:#fff;font-size:16px;font-weight:900}
.ndga-contact-card h3{margin:16px 0 8px;font-size:21px}.ndga-contact-card p{margin:0 0 13px;font-size:13px;line-height:1.6;color:var(--ndga-muted)}.ndga-contact-card a{font-size:12px;font-weight:900;color:var(--ndga-primary)}

@media (max-width:1080px){
  .ndga-hub-nav-inner{align-items:flex-start;flex-direction:column;gap:8px;padding:14px 0}.ndga-hub-nav-links{width:100%;padding-bottom:2px}
  .ndga-programme-item{grid-template-columns:64px 1fr auto}.ndga-programme-facts{grid-column:2}.ndga-programme-actions{grid-column:3;grid-row:1/3}
  .ndga-story-grid,.ndga-visit-grid{gap:40px}.ndga-value-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
  .ndga-page-hero{min-height:360px}.ndga-page-hero-inner{padding:64px 0 68px}.ndga-page-hero-inner>p{font-size:16px}
  .ndga-page-section{padding:72px 0}.ndga-page-soft-section,.ndga-values-section{padding:66px 0}
  .ndga-page-intro-grid,.ndga-story-grid,.ndga-visit-grid,.ndga-membership-grid,.ndga-contact-grid{grid-template-columns:1fr;gap:34px}
  .ndga-programme-month{grid-template-columns:1fr;gap:10px}.ndga-programme-month-label{position:static;text-align:left;display:flex;align-items:baseline;gap:8px;padding:12px 15px}.ndga-programme-month-label span{font-size:19px}.ndga-programme-month>.ndga-programme-item{grid-column:1}
  .ndga-programme-item{grid-template-columns:58px 1fr;gap:16px}.ndga-programme-facts,.ndga-programme-actions{grid-column:2;grid-row:auto}.ndga-programme-actions{flex-direction:row;flex-wrap:wrap}.ndga-programme-actions a{flex:1;min-width:80px}
  .ndga-story-media,.ndga-visit-photo{min-height:420px}.ndga-visit-notes{grid-template-columns:1fr}.ndga-page-cta-strip .ndga-container{align-items:flex-start;flex-direction:column}
}
@media (max-width:560px){
  .ndga-hub-nav-brand{font-size:13px}.ndga-hub-nav-links a{font-size:11.5px;padding:0 11px}.ndga-page-hero-inner h1{font-size:41px}.ndga-page-hero-inner{padding:54px 0 58px}
  .ndga-programme-toolbar{padding:14px}.ndga-programme-item{grid-template-columns:50px 1fr;padding:17px}.ndga-programme-date{width:48px;height:58px}.ndga-programme-main h3{font-size:20px}.ndga-programme-facts{grid-column:1/3;display:grid;grid-template-columns:1fr 1fr}.ndga-programme-actions{grid-column:1/3}
  .ndga-value-grid{grid-template-columns:1fr}.ndga-story-media,.ndga-visit-photo{min-height:340px}.ndga-story-rhs{left:14px;right:14px;bottom:14px}.ndga-story-rhs img{width:62px;height:62px}
  .ndga-visit-facts,.ndga-form-row{grid-template-columns:1fr}.ndga-contact-panel{padding:24px 18px}.ndga-submit-btn{width:100%}.ndga-membership-actions .ndga-btn,.ndga-visit-actions .ndga-btn{width:100%}
}

/* MANAGED EVENT DETAILS */
.ndga-single-event-section{background:linear-gradient(180deg,#fff 0%,#fbfaf6 100%)}
.ndga-single-event-container{max-width:1080px}
.ndga-event-rich-content{margin-top:34px}
.ndga-event-rich-content>.ndga-event-source-details{padding:34px;border:1px solid var(--ndga-line);border-radius:28px;background:#fff;box-shadow:var(--ndga-shadow-sm)}
.ndga-event-source-details .ndga-show-details{margin-top:28px;padding-top:28px;border-top:1px solid var(--ndga-line)}
.ndga-source-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:24px}
.ndga-source-heading h2{margin:6px 0 0;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em;color:var(--ndga-ink)}
.ndga-source-eyebrow{display:block;font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.17em;color:var(--ndga-primary)}
.ndga-source-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.ndga-source-link{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid var(--ndga-line-strong);border-radius:11px;background:#fff;color:var(--ndga-primary);font-size:11px;font-weight:900;white-space:nowrap}
.ndga-source-link:hover{background:var(--ndga-soft);border-color:var(--ndga-primary)}
.ndga-official-lead{margin:0;padding:20px 22px;border-left:4px solid var(--ndga-accent);border-radius:0 16px 16px 0;background:var(--ndga-cream);font-size:17px;line-height:1.7;color:var(--ndga-ink)}
.ndga-source-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}
.ndga-source-fact-grid>div{padding:17px 18px;border:1px solid var(--ndga-line);border-radius:16px;background:var(--ndga-cream)}
.ndga-source-fact-grid span{display:block;margin-bottom:6px;font-size:9.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--ndga-primary)}
.ndga-source-fact-grid strong{display:block;font-size:13px;line-height:1.55;color:var(--ndga-ink)}
.ndga-source-fact-grid a{color:var(--ndga-primary)}
.ndga-detail-accordion{margin-top:12px;border:1px solid var(--ndga-line);border-radius:18px;background:#fff;overflow:hidden}
.ndga-detail-accordion>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;list-style:none;cursor:pointer;padding:18px 20px;background:#f9faf7;color:var(--ndga-ink)}
.ndga-detail-accordion>summary::-webkit-details-marker{display:none}
.ndga-detail-accordion>summary span{font-size:14px;font-weight:900}
.ndga-detail-accordion>summary small{font-size:10px;font-weight:800;letter-spacing:.04em;color:var(--ndga-muted)}
.ndga-detail-accordion[open]>summary{background:var(--ndga-soft);color:var(--ndga-primary)}
.ndga-detail-accordion-body{padding:22px 24px 26px}
.ndga-detail-accordion-body h3{margin:26px 0 10px;font-size:20px;color:var(--ndga-ink)}
.ndga-detail-accordion-body h3:first-child{margin-top:0}
.ndga-source-section+ .ndga-source-section{margin-top:28px;padding-top:24px;border-top:1px solid var(--ndga-line)}
.ndga-source-section h3{font-size:21px}
.ndga-source-list{margin:0;padding-left:21px}
.ndga-source-list li{margin:0 0 8px;padding-left:3px;font-size:13.5px;line-height:1.58;color:var(--ndga-muted)}
.ndga-source-list li:last-child{margin-bottom:0}
.ndga-source-note,.ndga-source-disclaimer{font-size:12.5px;line-height:1.7;color:var(--ndga-muted)}
.ndga-source-note{margin:0 0 18px}
.ndga-source-disclaimer{margin:20px 0 0;padding:14px 16px;border-radius:13px;background:#f5f6f3;border:1px solid var(--ndga-line)}
.ndga-source-table-wrap{width:100%;overflow-x:auto;margin:10px 0 24px;border:1px solid var(--ndga-line);border-radius:14px}
.ndga-source-table{width:100%;min-width:560px;border-collapse:collapse;background:#fff}
.ndga-source-table th,.ndga-source-table td{padding:11px 13px;border-bottom:1px solid var(--ndga-line);text-align:left;vertical-align:top;font-size:12px;line-height:1.45}
.ndga-source-table th{background:var(--ndga-soft);color:var(--ndga-primary);font-size:10px;letter-spacing:.05em;text-transform:uppercase}
.ndga-source-table tr:last-child td{border-bottom:0}
.ndga-source-table td{color:var(--ndga-muted)}

@media (max-width:820px){
  .ndga-event-rich-content>.ndga-event-source-details{padding:24px 20px;border-radius:22px}
  .ndga-source-heading{flex-direction:column}.ndga-source-links{justify-content:flex-start}
  .ndga-source-fact-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .ndga-source-fact-grid{grid-template-columns:1fr}
  .ndga-source-links{width:100%}.ndga-source-link{width:100%;justify-content:center;white-space:normal;text-align:center}
  .ndga-detail-accordion>summary{align-items:flex-start;flex-direction:column;gap:4px;padding:16px}
  .ndga-detail-accordion-body{padding:18px 16px 20px}
  .ndga-official-lead{font-size:15px;padding:16px 17px}
}

/* PROGRAMME PRIORITY + SHOWS + MONTHLY COMPETITIONS - v1.6 */
.ndga-programme-period{display:flex;flex-direction:column;gap:26px}
.ndga-programme-period+.ndga-programme-period{margin-top:58px;padding-top:48px;border-top:1px solid var(--ndga-line-strong)}
.ndga-programme-period[hidden]{display:none!important}
.ndga-programme-period-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);gap:40px;align-items:end;padding:0 2px}
.ndga-programme-period-head>div>span{display:block;margin-bottom:8px;font-size:10px;font-weight:900;letter-spacing:.16em;color:var(--ndga-primary)}
.ndga-programme-period-head h2{margin:0;font-size:clamp(31px,4vw,44px);line-height:1.06;letter-spacing:-.035em;color:var(--ndga-ink)}
.ndga-programme-period-head p{margin:0;font-size:13.5px;line-height:1.65;color:var(--ndga-muted)}
.ndga-programme-period-past{opacity:.92}
.ndga-programme-period-past .ndga-programme-month-label{background:#6f7974;box-shadow:none}
.ndga-programme-period-past .ndga-programme-item.is-past{opacity:.72;background:#fbfbf9}
.ndga-past-label{background:#ECEAE5!important;color:#615E59!important;border:1px solid #DBD7CF}

.ndga-show-jump-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 44px}
.ndga-show-jump-card{display:flex;flex-direction:column;gap:7px;min-height:142px;padding:23px;border:1px solid var(--ndga-line);border-radius:22px;background:var(--ndga-cream);box-shadow:var(--ndga-shadow-sm);transition:.2s ease}
.ndga-show-jump-card:hover{transform:translateY(-3px);border-color:var(--ndga-line-strong);box-shadow:var(--ndga-shadow)}
.ndga-show-jump-card>span{align-self:flex-start;padding:6px 9px;border-radius:999px;background:#E6F2E9;color:#245B35;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ndga-show-jump-card.is-past>span{background:#ECEAE5;color:#6C6862}
.ndga-show-jump-card>strong{font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1.08;color:var(--ndga-ink)}
.ndga-show-jump-card>small{font-size:12px;font-weight:750;color:var(--ndga-muted)}
.ndga-show-schedules-list{display:flex;flex-direction:column;gap:42px}
.ndga-show-schedule-block{scroll-margin-top:90px;padding:30px;border:1px solid var(--ndga-line);border-radius:28px;background:#fff;box-shadow:var(--ndga-shadow-sm)}
.ndga-show-schedule-block.is-past{background:#fcfcfa}
.ndga-show-schedule-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid var(--ndga-line)}
.ndga-show-schedule-head h2{margin:10px 0 5px;font-size:clamp(34px,4vw,48px);line-height:1.03;letter-spacing:-.04em;color:var(--ndga-ink)}
.ndga-show-schedule-head p{margin:0;font-size:13px;font-weight:750;color:var(--ndga-muted)}
.ndga-status-pill{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#E6F2E9;color:#245B35;font-size:9.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ndga-status-pill.is-past{background:#ECEAE5;color:#6C6862}
.ndga-status-pill.is-current{background:#FBF0D6;color:#795817}
.ndga-show-schedule-block>.ndga-event-source-details{padding:0;background:transparent}
.ndga-show-schedule-block>.ndga-event-source-details>.ndga-source-heading{margin-top:0}

.ndga-competition-source{display:flex;justify-content:flex-end;margin:-12px 0 24px}
.ndga-competition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.ndga-competition-card{padding:27px;border:1px solid var(--ndga-line);border-radius:24px;background:#fff;box-shadow:var(--ndga-shadow-sm)}
.ndga-competition-card.is-current{border-color:rgba(216,162,61,.55);box-shadow:0 18px 46px rgba(130,94,23,.10)}
.ndga-competition-card.is-past{background:#fbfbf9;opacity:.78}
.ndga-competition-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px;padding-bottom:17px;border-bottom:1px solid var(--ndga-line)}
.ndga-competition-card>header h2{margin:10px 0 0;font-size:32px;line-height:1;color:var(--ndga-ink)}
.ndga-competition-card>header>strong{display:grid;place-items:center;min-width:42px;height:42px;border-radius:13px;background:var(--ndga-soft);color:var(--ndga-primary);font-size:14px}
.ndga-competition-card .ndga-source-list{padding-left:20px}
.ndga-competition-card .ndga-source-list li{font-size:13.5px}

@media (max-width:900px){
  .ndga-programme-period-head{grid-template-columns:1fr;gap:10px}
  .ndga-show-jump-grid{grid-template-columns:1fr 1fr}
  .ndga-competition-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .ndga-programme-period+.ndga-programme-period{margin-top:42px;padding-top:34px}
  .ndga-show-jump-grid{grid-template-columns:1fr}
  .ndga-show-schedule-block{padding:20px 16px;border-radius:22px}
  .ndga-show-schedule-head{align-items:flex-start;flex-direction:column}
  .ndga-show-schedule-head .ndga-btn{width:100%}
  .ndga-competition-source{justify-content:flex-start}
  .ndga-competition-card{padding:22px 18px}
}

/* v1.7 self-contained RHS affiliation fallback */
.ndga-rhs-monogram{width:72px;height:72px;display:grid;place-items:center;flex:none;border-radius:50%;background:#fff;color:var(--ndga-primary);font-family:Georgia,'Times New Roman',serif;font-size:21px;font-weight:800;letter-spacing:.04em;box-shadow:0 6px 18px rgba(0,0,0,.16)}
.ndga-rhs-monogram-light{width:78px;height:78px;background:var(--ndga-soft);box-shadow:none}
.ndga-rhs-roundel{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid var(--ndga-primary);border-radius:50%;color:var(--ndga-primary);text-align:center;background:#fff}
.ndga-rhs-roundel strong{font-family:Georgia,'Times New Roman',serif;font-size:25px;line-height:1}.ndga-rhs-roundel small{margin-top:5px;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
@media(max-width:560px){.ndga-rhs-monogram{width:58px;height:58px;font-size:18px}.ndga-rhs-monogram-light{width:62px;height:62px}}
