:root {
  --iee-navy: #061f4a;
  --iee-navy-2: #0b2f68;
  --iee-blue: #0c65a5;
  --iee-cyan: #1195b5;
  --iee-green: #31a514;
  --iee-green-dark: #237d13;
  --iee-ink: #14213d;
  --iee-muted: #64748b;
  --iee-line: #d9e2ec;
  --iee-pale: #f2f8fb;
  --iee-white: #ffffff;
  --iee-radius: 18px;
  --iee-shadow: 0 22px 60px rgba(6,31,74,.12);
  --iee-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--iee-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.admin-bar .site-header { top: 32px; }
a { color: var(--iee-blue); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--iee-green-dark); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, .button, .wp-element-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .75rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--iee-blue), var(--iee-green));
  color: white;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
button:hover, .button:hover, .wp-element-button:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 12px 26px rgba(12,101,165,.23); }
.button--outline { background: transparent; border-color: rgba(255,255,255,.65); color: #fff; }
.button--outline:hover { background: #fff; color: var(--iee-navy); }
.button--light { background: #fff; color: var(--iee-navy); }
.button--light:hover { color: var(--iee-navy); }
.button--nav { min-height: 42px; padding: .55rem .92rem; font-size: .92rem; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 99999; background: #fff; color: #000; padding: .7rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #5bd2ff; outline-offset: 3px; }

.container { width: min(calc(100% - 2rem), var(--iee-max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 820px); margin-inline: auto; }
.section { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.section--tight { padding: 3.2rem 0; }
.section--pale { background: var(--iee-pale); }
.section--navy { color: #fff; background: var(--iee-navy); }
.section--gradient { color: #fff; background: linear-gradient(120deg, var(--iee-navy) 0%, var(--iee-blue) 55%, var(--iee-green-dark) 120%); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem; color: var(--iee-green-dark); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: linear-gradient(90deg, var(--iee-blue), var(--iee-green)); border-radius: 99px; }
.section--navy .eyebrow, .section--gradient .eyebrow { color: #89e785; }
h1, h2, h3, h4 { margin: 0 0 .75rem; color: var(--iee-navy); line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.65rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.section--navy h1, .section--navy h2, .section--navy h3, .section--gradient h1, .section--gradient h2, .section--gradient h3 { color: #fff; }
.lead { font-size: clamp(1.08rem, 2vw, 1.32rem); color: #3c526b; max-width: 780px; }
.section--navy .lead, .section--gradient .lead { color: #d9e9f4; }
.section-heading { display: grid; gap: .4rem; margin-bottom: 2.25rem; }
.section-heading--split { grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 2rem; }
.section-heading p { margin: 0; max-width: 760px; }

.topbar { background: var(--iee-navy); color: #dceaf4; font-size: .84rem; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar__meta { display: flex; flex-wrap: wrap; gap: .9rem 1.3rem; }
.topbar a { color: #fff; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(6,31,74,.09); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 86px; display: grid; grid-template-columns: minmax(180px, 310px) 1fr auto; align-items: center; gap: 1.1rem; }
.site-branding img { display: block; width: min(100%, 300px); max-height: 70px; object-fit: contain; object-position: left center; }
.site-branding__text { font-weight: 850; color: var(--iee-navy); text-decoration: none; }
.primary-nav ul { list-style: none; margin: 0; padding: 0; }
.primary-nav > div > ul { display: flex; align-items: center; justify-content: flex-end; gap: .1rem; }
.primary-nav li { position: relative; }
.primary-nav a { display: flex; align-items: center; gap: .3rem; padding: .75rem .67rem; color: var(--iee-navy); font-size: .9rem; font-weight: 720; text-decoration: none; border-radius: 8px; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a { background: var(--iee-pale); color: var(--iee-blue); }
.primary-nav .menu-item-has-children > a::after { content: "▾"; font-size: .7rem; opacity: .7; }
.primary-nav .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; width: 260px; padding: .55rem; opacity: 0; visibility: hidden; transform: translateY(5px); background: #fff; border: 1px solid var(--iee-line); border-radius: 14px; box-shadow: var(--iee-shadow); transition: .18s ease; }
.primary-nav .sub-menu .sub-menu { left: calc(100% + 8px); top: 0; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav .sub-menu a { padding: .65rem .75rem; font-weight: 650; }
.header-actions { display: flex; align-items: center; gap: .6rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border-radius: 10px; background: var(--iee-navy); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 22px; height: 2px; margin: 4px auto; background: #fff; transition: .2s; }

.hero { position: relative; overflow: hidden; min-height: 650px; color: #fff; background: radial-gradient(circle at 15% 25%, rgba(17,149,181,.6), transparent 28%), radial-gradient(circle at 85% 80%, rgba(49,165,20,.5), transparent 30%), linear-gradient(125deg, #041631 0%, #073f79 58%, #0a7d73 100%); }
.hero::before { content: ""; position: absolute; inset: -15%; background-image: radial-gradient(circle, rgba(255,255,255,.18) 1.4px, transparent 1.5px); background-size: 28px 28px; mask-image: linear-gradient(90deg, black, transparent 72%); transform: rotate(-7deg); }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: 50%; transform: translateY(-48%); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.035), 0 0 0 98px rgba(255,255,255,.025), 0 0 0 158px rgba(255,255,255,.018); }
.hero__inner { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding: 4.6rem 0; }
.hero h1 { color: #fff; max-width: 900px; }
.hero h1 span { display: block; background: linear-gradient(90deg, #65d6ff, #83e879); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__copy { max-width: 760px; color: #d9eaf4; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.65rem; }
.hero__panel { padding: 1.5rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 24px; backdrop-filter: blur(15px); box-shadow: 0 25px 80px rgba(0,0,0,.18); }
.hero__panel img { width: 100%; max-height: 240px; object-fit: contain; filter: drop-shadow(0 10px 25px rgba(0,0,0,.2)); }
.hero__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-top: 1rem; }
.hero__fact { padding: .9rem; background: rgba(6,31,74,.32); border-radius: 12px; }
.hero__fact strong { display: block; color: #fff; font-size: 1rem; }
.hero__fact span { color: #cde0ec; font-size: .82rem; }

.pathways { position: relative; z-index: 3; margin-top: -60px; }
.pathway-grid, .card-grid, .sector-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.pathway { min-height: 255px; display: flex; flex-direction: column; padding: 1.6rem; background: #fff; border: 1px solid var(--iee-line); border-top: 5px solid var(--iee-blue); border-radius: var(--iee-radius); box-shadow: var(--iee-shadow); }
.pathway:nth-child(2) { border-top-color: var(--iee-cyan); }
.pathway:nth-child(3) { border-top-color: var(--iee-green); }
.pathway p { color: var(--iee-muted); }
.pathway a { margin-top: auto; font-weight: 780; text-decoration: none; }

.card { padding: 1.45rem; background: #fff; border: 1px solid var(--iee-line); border-radius: var(--iee-radius); box-shadow: 0 12px 36px rgba(6,31,74,.06); }
.card p:last-child { margin-bottom: 0; }
.card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1rem; color: var(--iee-blue); background: linear-gradient(135deg, #e9f7fc, #eefbea); border-radius: 14px; font-size: 1.35rem; font-weight: 900; }
.card--dark { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); box-shadow: none; }
.card--dark p { color: #cde0ec; }
.sector-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sector-card { position: relative; min-height: 200px; padding: 1.35rem; overflow: hidden; color: #fff; background: linear-gradient(145deg, var(--iee-navy), var(--iee-blue)); border-radius: 17px; }
.sector-card:nth-child(3n+2) { background: linear-gradient(145deg, #083c6b, #1093a8); }
.sector-card:nth-child(3n) { background: linear-gradient(145deg, #0a4660, #2f9517); }
.sector-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -40px; bottom: -45px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 22px rgba(255,255,255,.05); }
.sector-card h3 { position: relative; z-index: 2; color: #fff; font-size: 1.2rem; }
.sector-card p { position: relative; z-index: 2; margin-bottom: 0; color: #d9eaf4; font-size: .92rem; }

.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.metric { padding: 1.4rem; text-align: center; background: #fff; border: 1px solid var(--iee-line); border-radius: 16px; }
.metric strong { display: block; color: var(--iee-navy); font-size: clamp(1.4rem, 3vw, 2.3rem); line-height: 1.1; }
.metric span { color: var(--iee-muted); font-size: .9rem; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); align-items: center; gap: clamp(2rem, 6vw, 5.5rem); }
.visual-panel { position: relative; min-height: 440px; overflow: hidden; background: linear-gradient(150deg, #e9f8fc, #effbea); border-radius: 28px; box-shadow: var(--iee-shadow); }
.visual-panel::before { content: ""; position: absolute; width: 360px; height: 360px; top: 50%; left: 50%; transform: translate(-50%,-50%); border: 2px solid rgba(12,101,165,.25); border-radius: 50%; box-shadow: 0 0 0 46px rgba(12,101,165,.07), 0 0 0 92px rgba(49,165,20,.05); }
.visual-panel__grid { position: absolute; inset: 16%; display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; transform: rotate(-7deg); }
.visual-panel__tile { display: grid; place-items: center; min-height: 95px; background: rgba(255,255,255,.86); border: 1px solid rgba(12,101,165,.15); border-radius: 16px; box-shadow: 0 10px 28px rgba(6,31,74,.08); font-weight: 800; color: var(--iee-navy); text-align: center; }
.check-list { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.check-list li { position: relative; padding-left: 2rem; margin: .75rem 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .08rem; width: 1.35rem; height: 1.35rem; display: grid; place-items: center; color: #fff; background: var(--iee-green); border-radius: 50%; font-size: .75rem; font-weight: 900; }

.track-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin: 1.5rem 0 0; }
.track { display: flex; align-items: flex-start; gap: .8rem; padding: .95rem 1rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 13px; }
.track span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; background: rgba(131,232,121,.2); border-radius: 8px; color: #9aee91; font-size: .78rem; font-weight: 900; }
.track strong { color: #fff; font-size: .96rem; }
.track small { display: block; color: #c6dce9; line-height: 1.4; }

.cta-band { position: relative; overflow: hidden; padding: clamp(3.5rem, 7vw, 5.5rem) 0; color: #fff; background: linear-gradient(110deg, var(--iee-navy), var(--iee-blue) 58%, var(--iee-green-dark)); }
.cta-band::after { content: ""; position: absolute; width: 390px; height: 390px; right: -140px; top: -180px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.03); }
.cta-band__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 720px; color: #d9eaf4; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: .7rem; }

.page-hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 6.5rem) 0; color: #fff; background: linear-gradient(125deg, var(--iee-navy), #0a4b86 62%, #168c78); }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; top: -210px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.04); }
.page-hero h1 { color: #fff; font-size: clamp(2.5rem, 5.4vw, 4.7rem); }
.page-hero p { max-width: 760px; margin-bottom: 0; color: #d9eaf4; font-size: 1.15rem; }
.breadcrumbs { margin-bottom: 1.2rem; color: #bcd5e4; font-size: .85rem; }
.breadcrumbs a { color: #fff; }
.page-content { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.entry-content { font-size: 1.04rem; }
.entry-content > * { max-width: 850px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1160px; }
.entry-content > .alignfull { max-width: none; }
.entry-content h2 { margin-top: 2.6rem; }
.entry-content h3 { margin-top: 2rem; }
.entry-content p, .entry-content li { color: #334b63; }
.entry-content .wp-block-columns { gap: 1.25rem; }
.entry-content .wp-block-column { padding: 1.25rem; background: var(--iee-pale); border-radius: 16px; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: .8rem; border: 1px solid var(--iee-line); text-align: left; }
.entry-content th { background: var(--iee-navy); color: #fff; }

.info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.2rem; }
.info-box { padding: 1.35rem; background: var(--iee-pale); border-left: 4px solid var(--iee-blue); border-radius: 0 15px 15px 0; }
.info-box h3 { font-size: 1.25rem; }

.form-shell { padding: clamp(1.25rem, 4vw, 2.5rem); background: #fff; border: 1px solid var(--iee-line); border-radius: 24px; box-shadow: var(--iee-shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.form-field { display: grid; gap: .35rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: var(--iee-navy); font-size: .9rem; font-weight: 760; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: .72rem .82rem; color: var(--iee-ink); background: #fff; border: 1px solid #c9d6e2; border-radius: 10px; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--iee-blue); box-shadow: 0 0 0 3px rgba(12,101,165,.1); outline: none; }
.form-field small { color: var(--iee-muted); }
.form-consent { display: flex; align-items: flex-start; gap: .6rem; }
.form-consent input { margin-top: .3rem; }
.form-message { margin-bottom: 1rem; padding: .9rem 1rem; border-radius: 10px; }
.form-message--success { color: #155c1a; background: #eaf8e8; border: 1px solid #a9dda3; }
.form-message--error { color: #8a1c1c; background: #fff0f0; border: 1px solid #efb4b4; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.conditional-field { display: none; }
.conditional-field.is-visible { display: grid; }

.directory-toolbar { display: grid; grid-template-columns: 1.2fr .8fr .8fr auto; gap: .7rem; margin-bottom: 1.5rem; }
.directory-toolbar input, .directory-toolbar select { min-height: 48px; padding: .7rem .8rem; border: 1px solid #c9d6e2; border-radius: 10px; background: #fff; color: var(--iee-ink); }
.directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.exhibitor-card { display: flex; flex-direction: column; min-height: 220px; padding: 1.3rem; background: #fff; border: 1px solid var(--iee-line); border-radius: 16px; }
.exhibitor-card__logo { min-height: 80px; display: grid; place-items: center; margin-bottom: 1rem; background: var(--iee-pale); border-radius: 10px; }
.exhibitor-card__meta { color: var(--iee-muted); font-size: .85rem; }
.exhibitor-card a { margin-top: auto; font-weight: 750; }
.empty-state { padding: 2.5rem; text-align: center; background: var(--iee-pale); border: 1px dashed #b5c7d6; border-radius: 18px; }

.faq details { margin-bottom: .75rem; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--iee-line); border-radius: 12px; }
.faq summary { cursor: pointer; color: var(--iee-navy); font-weight: 780; }
.faq details p { margin-bottom: .2rem; }

.site-footer { color: #d4e3ed; background: #031630; }
.site-footer__top { padding: 4rem 0 3rem; display: grid; grid-template-columns: 1.25fr repeat(3, .75fr); gap: 2rem; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer p { color: #b8cedc; font-size: .92rem; }
.site-footer a { color: #dceaf4; text-decoration: none; }
.site-footer a:hover { color: #8de783; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: .45rem 0; }
.site-footer__logo { width: 280px; max-height: 130px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .94; }
.site-footer__bottom { padding: 1.15rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer__bottom-inner { display: flex; justify-content: space-between; gap: 1rem; color: #94afc0; font-size: .82rem; }
.social-links { display: flex; gap: .6rem; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }

.pagination { display: flex; gap: .5rem; justify-content: center; margin-top: 2rem; }
.pagination .page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--iee-line); border-radius: 8px; text-decoration: none; }
.pagination .current { color: #fff; background: var(--iee-navy); border-color: var(--iee-navy); }

@media (max-width: 1120px) {
  .site-header__inner { grid-template-columns: minmax(180px, 280px) 1fr auto; }
  .header-actions .button--nav { display: none; }
  .primary-nav a { padding-inline: .48rem; font-size: .84rem; }
}
@media (max-width: 960px) {
  body.admin-bar .site-header { top: 46px; }
  .topbar__inner { min-height: 44px; }
  .topbar__meta span:nth-child(2) { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; max-height: calc(100vh - 120px); overflow: auto; padding: .75rem 1rem 1.2rem; background: #fff; border-bottom: 1px solid var(--iee-line); box-shadow: 0 16px 30px rgba(6,31,74,.12); }
  .primary-nav.is-open { display: block; }
  .primary-nav > div > ul { display: block; }
  .primary-nav a { justify-content: space-between; padding: .72rem; font-size: .98rem; }
  .primary-nav .sub-menu { position: static; width: auto; display: none; padding: 0 0 0 .9rem; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; }
  .primary-nav li.submenu-open > .sub-menu { display: block; }
  .header-actions { display: none; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__panel { max-width: 650px; }
  .section-heading--split, .split, .cta-band__inner { grid-template-columns: 1fr; }
  .sector-grid { grid-template-columns: repeat(3, 1fr); }
  .site-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer__top > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .container, .narrow { width: min(calc(100% - 1.25rem), var(--iee-max)); }
  .topbar__meta span:nth-child(3) { display: none; }
  .site-branding img { max-height: 62px; }
  .hero, .hero__inner { min-height: auto; }
  .hero__inner { padding: 3.8rem 0 6.8rem; }
  .hero__facts, .pathway-grid, .card-grid, .feature-grid, .metric-row, .info-grid, .directory-grid, .track-list { grid-template-columns: 1fr; }
  .pathways { margin-top: -45px; }
  .sector-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .directory-toolbar { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .site-footer__top > div:first-child, .site-footer__top > div:last-child { grid-column: 1 / -1; }
  .site-footer__bottom-inner { flex-direction: column; }
}
@media (max-width: 480px) {
  .sector-grid { grid-template-columns: 1fr; }
  .hero__actions, .cta-band__actions { display: grid; }
  .hero__actions .button, .cta-band__actions .button { width: 100%; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__top > div { grid-column: auto !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Interested organisations and expanded organiser footer. */
.section--interest-organisations { background: #f7fafc; border-block: 1px solid var(--iee-line); }
.interest-logo-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.interest-logo-card { min-height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .75rem; padding: 1rem; background: #fff; border: 1px solid var(--iee-line); border-radius: 14px; text-align: center; box-shadow: 0 8px 22px rgba(6,31,74,.04); }
.interest-logo-card a { display: grid; place-items: center; width: 100%; min-height: 70px; }
.interest-logo-card__image { width: auto; max-width: 150px; max-height: 72px; object-fit: contain; }
.interest-logo-card span { color: var(--iee-muted); font-size: .78rem; line-height: 1.3; }
.interest-logo-disclaimer { max-width: 920px; margin: 1.25rem auto 0; color: var(--iee-muted); font-size: .82rem; text-align: center; }
.site-footer__organised-by { margin-top: 1rem; color: #fff !important; }
.site-footer__websites { margin-top: 1rem !important; padding-top: .8rem !important; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer__websites li { margin: .3rem 0; }
.site-footer__legal-copy { display: grid; max-width: 760px; gap: .35rem; line-height: 1.45; }
.site-footer__bottom nav .menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem 1rem; }
.site-footer__bottom nav .menu li { margin: 0; }

@media (max-width: 1120px) {
  .interest-logo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .interest-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__bottom nav .menu { justify-content: flex-start; }
}
@media (max-width: 420px) {
  .interest-logo-grid { grid-template-columns: 1fr; }
}

/* Scroll-triggered directional entrance animations. */
.iee-scroll-reveal {
  --iee-reveal-x: -72px;
  --iee-reveal-delay: 0ms;
  opacity: 0;
  transform: translate3d(var(--iee-reveal-x), 22px, 0);
  transition:
    opacity .72s cubic-bezier(.22, .75, .2, 1) var(--iee-reveal-delay),
    transform .72s cubic-bezier(.22, .75, .2, 1) var(--iee-reveal-delay);
  will-change: opacity, transform;
}
.iee-scroll-reveal[data-reveal="right"] { --iee-reveal-x: 72px; }
.iee-scroll-reveal[data-reveal="left"] { --iee-reveal-x: -72px; }
.iee-scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

/* Prevent directional reveals from producing a horizontal scrollbar. */
html, body { overflow-x: clip; }

@media (max-width: 720px) {
  .iee-scroll-reveal { --iee-reveal-x: -34px; transform: translate3d(var(--iee-reveal-x), 14px, 0); }
  .iee-scroll-reveal[data-reveal="right"] { --iee-reveal-x: 34px; }
  .iee-scroll-reveal[data-reveal="left"] { --iee-reveal-x: -34px; }
}

@media (prefers-reduced-motion: reduce) {
  .iee-scroll-reveal,
  .iee-scroll-reveal[data-reveal="left"],
  .iee-scroll-reveal[data-reveal="right"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
