:root{
  --navy:#001f5b;
  --ink:#071b46;
  --soft:#f4f7fb;
  --line:#d8e0ee;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

[id]{scroll-margin-top:92px}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(10px);
}

.nav-wrap{
  width:min(1080px, calc(100% - 40px));
  margin-inline:auto;
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.site-title{
  color:var(--navy);
  text-decoration:none;
  font-weight:700;
  letter-spacing:.08em;
}

.menu-toggle{display:none}

.hamburger{
  display:none;
  width:44px;
  height:44px;
  border:2px solid var(--navy);
  border-radius:10px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
}

.hamburger span{
  display:block;
  width:22px;
  height:2px;
  background:var(--navy);
}

.drawer-nav{
  display:flex;
  align-items:center;
  gap:18px;
  font-size:.95rem;
  font-weight:700;
}

.drawer-nav a{
  color:var(--ink);
  text-decoration:none;
}

.drawer-nav a:hover{color:var(--navy)}

body{
  margin:0;
  color:var(--ink);
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;
  background:#fff;
  line-height:1.75;
}

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

.container{
  width:min(1080px, calc(100% - 40px));
  margin-inline:auto;
}

.hero{
  background:#fff;
  padding:36px 20px 18px;
  text-align:center;
}

.hero img{
  width:min(900px,100%);
  margin-inline:auto;
}

.event-summary{
  padding:36px 0 34px;
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);
}

.summary-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}

.date-card,
.info-card,
.entry-card{
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:26px;
  box-shadow:0 10px 30px rgba(0,31,91,.06);
}

.eyebrow{
  display:block;
  font-size:1rem;
  border-bottom:0;
  padding-bottom:0;
  margin:0 0 8px;
  font-weight:700;
  color:var(--navy);
  letter-spacing:.08em;
}

.date-line{
  display:flex;
  align-items:baseline;
  gap:12px;
  color:var(--navy);
  font-weight:700;
  line-height:1.05;
}

.year{font-size:2.2rem}
.month-day{font-size:2.2rem;letter-spacing:.02em}
.weekday{
  font-size:2.2rem;
  color:#fff;
  background:var(--navy);
  border-radius:50%;
  width:2.1em;
  height:2.1em;
  display:inline-grid;
  place-items:center;
}

.time{
  margin:18px 0 0;
  color:var(--navy);
  font-size:1.6rem;
  font-weight:700;
}

.time span{font-size:1rem}

.date-card h2,
.info-card h2,
.purpose h2,
.panelists h2,
.entry h2{
  color:var(--navy);
  font-size:1.55rem;
  margin:0 0 12px;
  padding-bottom:8px;
  border-bottom:3px solid var(--navy);
}

.info-card p{margin:.25em 0}
.lead{font-size:1.15rem;font-weight:700}
.note{font-size:.92rem}

.method-list{
  margin:.2em 0 .6em;
  padding-left:1.4em;
  font-weight:700;
}

.entry-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--navy);
  color:#fff;
}

.entry-card .free{
  font-size:2rem;
  font-weight:700;
  margin:0;
}

.button{
  display:inline-block;
  margin-top:16px;
  padding:16px 36px;
  border-radius:999px;
  font-size:1.08rem;
  background:#fff;
  color:var(--navy);
  text-decoration:none;
  font-weight:700;
  border:2px solid var(--navy);
}

.entry-card .button{
  min-width:180px;
  background:#fff;
  color:var(--navy);
  border-color:#fff;
}

.organizers{
  padding:28px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.organizers dl{
  margin:0;
  display:grid;
  gap:10px;
}

.organizers dl div{
  display:grid;
  grid-template-columns:80px 1fr;
  gap:16px;
  align-items:start;
}

.organizers dt{
  color:#fff;
  background:var(--navy);
  border-radius:6px;
  text-align:center;
  font-weight:700;
  padding:2px 8px;
}

.organizers dd{margin:0;font-weight:700}

.purpose,
.panelists,
.entry{
  padding:52px 0;
}

.purpose p{
  margin:0 0 1em;
  font-size:1.03rem;
}

.panelists{
  background:var(--soft);
}

.speaker-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.speaker-grid.single{
  grid-template-columns:repeat(1,minmax(220px,260px));
  justify-content:center;
}

.facilitator-title{
  margin-top:40px!important;
}

.speaker{
  background:#fff;
  border-radius:14px;
  padding:16px;
  text-align:center;
  box-shadow:0 10px 24px rgba(0,31,91,.06);
}

.photo-placeholder{
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
  background:#d6d8e1;
  color:#fff;
  font-family:Arial,sans-serif;
  letter-spacing:.12em;
  margin-bottom:14px;
}

.speaker h3{
  margin:0 0 6px;
  color:var(--navy);
  font-size:1.3rem;
}

.speaker p{
  margin:0;
  font-size:.9rem;
  line-height:1.55;
  font-weight:700;
}

.entry-box{
  border:3px solid var(--navy);
  border-radius:20px;
  padding:28px;
}

.entry-top{
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:space-between;
}

.entry-main{
  flex:1 1 auto;
}

.button.large{
  display:block;
  width:max-content;
  min-width:220px;
  text-align:center;
  margin-inline:auto;
  background:var(--navy);
  color:#fff;
  white-space:nowrap;
  flex-shrink:0;
}

.footer{
  background:var(--navy);
  color:#fff;
  padding:24px 0;
  font-size:.92rem;
}

.footer p{margin:.15em 0}

@media (max-width:860px){
  .hero{padding-top:22px}
  .hamburger{display:flex}
  .drawer-nav{
    position:absolute;
    top:64px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 20px 18px;
    background:#fff;
    border-bottom:1px solid var(--line);
    box-shadow:0 14px 30px rgba(0,31,91,.08);
  }
  .drawer-nav a{
    padding:12px 4px;
    border-bottom:1px solid var(--line);
  }
  .drawer-nav a:last-child{border-bottom:0}
  .menu-toggle:checked ~ .drawer-nav{display:flex}
  .summary-grid{grid-template-columns:1fr}
  .speaker-grid{grid-template-columns:repeat(2,1fr)}
  .entry-top{display:block}
  .entry-top .button.large{margin:20px auto 0}
}

@media (max-width:520px){
  .container{width:min(100% - 28px,1080px)}
  .nav-wrap{width:min(100% - 28px,1080px)}
  .entry-card .button,
  .button.large{width:50%;min-width:160px;text-align:center;padding-inline:12px}
  .date-card,.info-card,.entry-card{padding:20px}
  .month-day{font-size:3.2rem}
  .speaker-grid{grid-template-columns:1fr}
  .organizers dl div{grid-template-columns:64px 1fr}
}

/* v6 fixes: date weekday balance and mobile speaker photo sizes */
.date-line{
  align-items:center;
  flex-wrap:wrap;
}
.year,
.month-day,
.weekday{
  font-size:2.2rem;
}
.weekday{
  width:1.65em;
  height:1.65em;
  line-height:1;
}

@media (max-width:520px){
  .date-line{
    gap:8px;
  }
  .year,
  .month-day,
  .weekday{
    font-size:2rem;
  }
  .weekday{
    width:1.65em;
    height:1.65em;
  }
  .speaker-grid{
    grid-template-columns:1fr;
    justify-items:center;
  }
  .speaker{
    width:min(100%, 280px);
  }
  .photo-placeholder{
    aspect-ratio:1/1;
  }
}


/* v7 fixes */
.hamburger{
  border:0;
  border-radius:0;
}

.weekday{
  font-size:1rem !important;
  width:2.05em;
  height:2.05em;
  align-self:center;
}

.map-link{
  display:inline-block;
  margin-top:10px;
  color:var(--navy);
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid var(--navy);
}

.map-link:hover{
  opacity:.75;
}

.share-section{
  padding:34px 0 28px;
  background:#fff;
  text-align:center;
}

.share-title{
  margin:0 0 14px;
  color:var(--navy);
  font-weight:700;
  letter-spacing:.08em;
}

.share-icons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
}

.share-icon{
  width:52px;
  height:52px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:var(--navy);
  text-decoration:none;
  font-family:Arial, sans-serif;
  font-weight:700;
  font-size:.88rem;
  line-height:1;
  box-shadow:0 8px 18px rgba(0,31,91,.12);
}

.share-icon.instagram{
  font-size:.76rem;
}

.share-icon.line{
  font-size:.72rem;
}

.copyright{
  margin-top:12px !important;
  font-size:.82rem;
  opacity:.9;
}

@media (max-width:520px){
  .weekday{
    font-size:.92rem !important;
    width:2.05em;
    height:2.05em;
  }
  .share-section{
    padding:28px 0 24px;
  }
  .share-icon{
    width:48px;
    height:48px;
  }
}

.timetable{width:100%;border-collapse:collapse}.timetable td{padding:12px;border-bottom:1px solid #d5dbe8}.timetable td:first-child{font-weight:700;width:35%;}
.section h2,.purpose-box h2,.panelists h2,.facilitator h2,.entry-box h2,.date-card h2,.venue-card h2,.method-card h2,.timetable-box h2{margin-bottom:20px;}
.timetable-note{font-size:.9rem;color:#666;margin-top:14px;}


.hero-cta{text-align:center;margin:24px 0 8px;}
.hero-btn{display:inline-block;background:#072b72;color:#fff;padding:16px 32px;border-radius:999px;text-decoration:none;font-weight:700;}
@media (max-width:768px){.hero-btn{width:50%;text-align:center;}}


/* v11 adjustments: anchor fix, larger typography, mobile back-to-top */
body{
  font-size:1.06rem;
}

.drawer-nav{
  font-size:1rem;
}

.purpose p{
  font-size:1.1rem;
}

.note{
  font-size:.98rem;
}

.speaker p{
  font-size:.96rem;
}

.footer{
  font-size:.98rem;
}

.button,
.hero-btn{
  font-size:1.14rem;
}

.hero-btn{
  padding:18px 42px;
  min-width:280px;
}

.back-to-top{
  display:none;
}

@media (max-width:860px){
  body{
    font-size:1.08rem;
  }

  .site-title{
    font-size:.95rem;
    letter-spacing:.03em;
  }

  .date-card h2,
  .info-card h2,
  .purpose h2,
  .panelists h2,
  .entry h2,
  .section h2{
    font-size:1.72rem;
  }

  .lead{
    font-size:1.2rem;
  }

  .speaker h3{
    font-size:1.36rem;
  }

  .speaker p{
    font-size:1rem;
  }

  .back-to-top{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:1100;
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:999px;
    background:var(--navy);
    color:#fff;
    text-decoration:none;
    font-size:1.35rem;
    font-weight:700;
    box-shadow:0 10px 24px rgba(0,31,91,.24);
  }
}

@media (max-width:520px){
  body{
    font-size:1.08rem;
  }

  .hero-btn{
    width:72%;
    min-width:0;
    padding:16px 18px;
  }

  .button.large,
  .entry-card .button{
    width:72%;
  }

  .back-to-top{
    width:46px;
    height:46px;
    right:14px;
    bottom:14px;
  }
}


/* v13 fixes: unify speaker/facilitator card image size and add space before timetable */
.speaker-grid.single{
  margin-bottom:64px;
}

.speaker-grid.single .speaker{
  width:100%;
  max-width:280px;
}

.speaker-grid.single .photo-placeholder,
.speaker-grid .photo-placeholder{
  aspect-ratio:1 / 1;
}

.panelists .section,
.panelists section.section{
  margin-top:64px;
}

#timetable{
  scroll-margin-top:96px;
}

@media (min-width:861px){
  .speaker-grid.single{
    grid-template-columns:repeat(1, minmax(0, 280px));
  }
  .speaker-grid.single .speaker{
    max-width:280px;
  }
}

@media (max-width:520px){
  .speaker-grid.single{
    margin-bottom:56px;
  }
  .panelists .section,
  .panelists section.section{
    margin-top:56px;
  }
  .speaker-grid.single .speaker,
  .speaker{
    width:min(100%, 280px);
  }
}


/* v14: single-column event overview */
.event-overview{
  padding:44px 0 46px;
  background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);
}

.event-overview h2{
  color:var(--navy);
  font-size:1.72rem;
  margin:0 0 22px;
  padding-bottom:10px;
  border-bottom:3px solid var(--navy);
}

.overview-card{
  border:1px solid var(--line);
  background:#fff;
  border-radius:20px;
  padding:30px;
  box-shadow:0 10px 30px rgba(0,31,91,.06);
}

.overview-item{
  padding:0 0 22px;
  margin:0 0 22px;
  border-bottom:1px solid var(--line);
}

.overview-item:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}

.overview-item h3{
  color:var(--navy);
  font-size:1.35rem;
  margin:0 0 8px;
  font-weight:700;
}

.overview-item h4{
  color:var(--navy);
  font-size:1.12rem;
  margin:18px 0 6px;
  font-weight:700;
}

.overview-item p{
  margin:.2em 0;
}

.overview-notes,
.overview-sub ul{
  margin:.45em 0 0;
  padding-left:1.3em;
}

.overview-sub{
  margin-top:14px;
  padding:16px 18px;
  background:#f7fbff;
  border-radius:14px;
}

.organizer-list h3{
  margin-top:18px;
}

.organizer-list h3:first-child{
  margin-top:0;
}

@media (max-width:520px){
  .event-overview{
    padding:34px 0 38px;
  }

  .overview-card{
    padding:22px;
  }

  .event-overview h2{
    font-size:1.65rem;
  }

  .overview-item h3{
    font-size:1.28rem;
  }

  .overview-sub{
    padding:14px;
  }
}


/* v15: force panelist and facilitator cards/photos to the same visual size */
.speaker-grid,
.speaker-grid.single{
  justify-items:center;
}

.speaker-grid .speaker,
.speaker-grid.single .speaker{
  width:100%;
  max-width:280px;
}

.speaker-grid .photo-placeholder,
.speaker-grid.single .photo-placeholder{
  width:100%;
  aspect-ratio:1 / 1;
}

@media (max-width:520px){
  .speaker-grid,
  .speaker-grid.single{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
  }

  .speaker-grid .speaker,
  .speaker-grid.single .speaker{
    width:100%;
    max-width:none;
  }

  .speaker-grid.single{
    justify-content:stretch;
  }
}

.speaker-photo{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;margin-bottom:14px;}

.footer-logos{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap;margin:20px 0}
.footer-logos img{max-height:56px;width:auto;display:block}
@media(max-width:520px){.footer-logos img{max-height:44px}}

/* v19 facilitator uses same 4-col grid, first cell */
.speaker-grid.single{
 display:grid;
 grid-template-columns:repeat(4,minmax(0,1fr));
 gap:24px;
 justify-items:stretch;
}
.speaker-grid.single .speaker{
 grid-column:1;
 max-width:none;
 width:100%;
}
@media(max-width:520px){
 .speaker-grid.single{
   grid-template-columns:repeat(2,minmax(0,1fr));
 }
 .speaker-grid.single .speaker{
   grid-column:1;
 }
}


/* v20: show speaker photos without square cropping */
.speaker-photo{
  width:100%;
  height:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  display:block;
  margin-bottom:14px;
}

.speaker-grid .speaker,
.speaker-grid.single .speaker{
  overflow:hidden;
}

.speaker-grid.single{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  justify-items:stretch;
}

.speaker-grid.single .speaker{
  grid-column:1;
  width:100%;
  max-width:none;
}

@media(max-width:520px){
  .speaker-grid,
  .speaker-grid.single{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .speaker-grid.single .speaker{
    grid-column:1;
  }
}

.header-badge{display:inline-block;background:#062b72;color:#fff;padding:8px 14px;border-radius:6px;margin-right:12px;font-weight:700}
@media(min-width:861px){
.nav-links{display:none!important;}
.hamburger,.menu-toggle{display:flex!important;}
}


/* v22: header layout fix */
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:72px;
}

.site-title{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  line-height:1.35;
  flex:1 1 auto;
  white-space:nowrap;
  overflow:hidden;
}

.header-badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--navy);
  color:#fff;
  padding:10px 18px;
  border-radius:8px;
  font-weight:700;
  letter-spacing:.08em;
}

.header-title{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

.menu-toggle{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
  width:0 !important;
  height:0 !important;
  display:block !important;
}

.hamburger{
  display:flex !important;
  flex:0 0 auto;
}

.drawer-nav{
  position:absolute;
  top:72px;
  left:0;
  right:0;
  display:none !important;
  flex-direction:column;
  align-items:stretch;
  gap:0;
  width:100%;
  padding:10px 20px 18px;
  background:#fff;
  border-bottom:1px solid var(--line);
  box-shadow:0 14px 30px rgba(0,31,91,.08);
  font-size:1rem;
}

.drawer-nav a{
  padding:12px 4px;
  border-bottom:1px solid var(--line);
}

.drawer-nav a:last-child{
  border-bottom:0;
}

.menu-toggle:checked ~ .drawer-nav{
  display:flex !important;
}

@media (max-width:520px){
  .site-title{
    gap:8px;
    font-size:.9rem;
  }

  .header-badge{
    padding:7px 10px;
    border-radius:6px;
    letter-spacing:.04em;
  }

  .header-title{
    max-width:calc(100vw - 190px);
  }
}

/* v23: speakers 5 columns on desktop, 2 columns on mobile */
@media (min-width:861px){
  .speaker-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:20px;
  }
  .speaker-grid.single{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:20px;
  }
  .speaker-grid .speaker,
  .speaker-grid.single .speaker{
    max-width:none;
    width:100%;
  }
  .speaker-grid.single .speaker{
    grid-column:5;
  }
  .speaker-photo{
    max-height:220px;
    object-fit:contain !important;
  }
}
@media (max-width:860px){
  .speaker-grid,
  .speaker-grid.single{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px;
  }
  .speaker-grid.single .speaker{
    grid-column:auto;
  }
  .speaker-photo{
    max-height:180px;
    object-fit:contain !important;
  }
}

/* v24: facilitator joins same visual row as panelists */
@media (min-width:861px){
  .speaker-grid.single{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  }
  .speaker-grid.single .speaker{
    grid-column:5 !important;
    grid-row:1 !important;
  }
}


/* v25: place all five speakers in one row on desktop */
@media (min-width:861px){
  .speaker-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:20px !important;
    align-items:stretch;
  }

  .speaker-grid .speaker{
    width:100% !important;
    max-width:none !important;
  }

  .speaker-photo{
    max-height:220px;
    object-fit:contain !important;
  }

  .facilitator-title,
  .speaker-grid.single{
    display:none !important;
  }
}

@media (max-width:860px){
  .speaker-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
  }

  .speaker-grid .speaker{
    width:100% !important;
    max-width:none !important;
  }

  .speaker-photo{
    max-height:180px;
    object-fit:contain !important;
  }
}


/* v26: 4 panelists + 1 facilitator in one row with separate labels */
.speaker-headings{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:20px;
  align-items:end;
  margin-bottom:20px;
}

.speaker-headings h2{
  color:var(--navy);
  font-size:1.72rem;
  margin:0;
  padding-bottom:10px;
  border-bottom:3px solid var(--navy);
}

.speaker-headings h2:first-child{
  grid-column:1 / span 4;
}

.speaker-headings h2:last-child{
  grid-column:5;
}

.speaker-grid-five{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:20px !important;
}

.speaker-grid-five .speaker{
  width:100% !important;
  max-width:none !important;
}

@media (max-width:860px){
  .speaker-headings{
    display:block;
    margin-bottom:18px;
  }

  .speaker-headings h2{
    margin-top:0;
    margin-bottom:18px;
  }

  .speaker-headings h2:last-child{
    display:none;
  }

  .speaker-grid-five{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
  }

  .facilitator-speaker::before{
    content:"ファシリテーター";
    display:block;
    color:var(--navy);
    font-weight:700;
    margin:0 0 10px;
    padding-bottom:8px;
    border-bottom:2px solid var(--navy);
    text-align:left;
  }
}

/* v27 fix facilitator heading */
.speaker-headings h2{
  display:block !important;
  position:relative;
  z-index:2;
  background:transparent;
}

@media (max-width:860px){
  .facilitator-speaker::before{
    display:none !important;
  }

  /* show separate heading above facilitator card */
  .speaker-headings h2:last-child{
    display:block !important;
    margin-top:24px;
  }
}


/* v28: correct facilitator heading placement */
.speaker-headings{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:20px !important;
  align-items:end !important;
  margin-bottom:20px !important;
}

.speaker-headings h2{
  color:var(--navy) !important;
  font-size:1.72rem !important;
  margin:0 !important;
  padding-bottom:10px !important;
  border-bottom:3px solid var(--navy) !important;
}

.speaker-headings h2:first-child{
  grid-column:1 / span 4 !important;
}

.speaker-headings h2:last-child{
  grid-column:5 !important;
}

.speaker-grid-five{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:20px !important;
}

.speaker-grid-five .speaker{
  width:100% !important;
  max-width:none !important;
}

.facilitator-speaker::before{
  display:none !important;
}

@media (max-width:860px){
  .speaker-headings{
    display:block !important;
    margin-bottom:18px !important;
  }

  .speaker-headings h2:first-child{
    display:block !important;
    margin-bottom:18px !important;
  }

  .speaker-headings h2:last-child{
    display:none !important;
  }

  .speaker-grid-five{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
  }

  .facilitator-speaker{
    position:relative;
  }

  .facilitator-speaker::before{
    content:"ファシリテーター";
    display:block !important;
    grid-column:1 / -1;
    color:var(--navy);
    font-size:1.72rem;
    font-weight:700;
    margin:30px 0 18px;
    padding-bottom:10px;
    border-bottom:3px solid var(--navy);
    text-align:left;
  }
}


/* v29: speakers layout rebuilt; headings sit outside cards */
.panelists .speaker-headings,
.panelists .speaker-grid,
.panelists .speaker-grid-five,
.panelists .speaker-grid.single{
  display:contents !important;
}

.speaker-layout{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:20px;
  align-items:start;
}

.speaker-heading{
  color:var(--navy);
  font-size:1.72rem;
  margin:0 0 0;
  padding-bottom:10px;
  border-bottom:3px solid var(--navy);
}

.panel-heading{
  grid-column:1 / span 4;
  grid-row:1;
}

.facilitator-heading{
  grid-column:5;
  grid-row:1;
}

.speaker-layout .speaker-card{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

.speaker-layout .speaker-card:nth-of-type(1){grid-column:1; grid-row:2;}
.speaker-layout .speaker-card:nth-of-type(2){grid-column:2; grid-row:2;}
.speaker-layout .speaker-card:nth-of-type(3){grid-column:3; grid-row:2;}
.speaker-layout .speaker-card:nth-of-type(4){grid-column:4; grid-row:2;}
.speaker-layout .facilitator-card{grid-column:5 !important; grid-row:2 !important;}

.facilitator-card::before,
.facilitator-speaker::before{
  content:none !important;
  display:none !important;
}

.speaker-layout .speaker-photo{
  width:100%;
  height:auto !important;
  max-height:220px;
  object-fit:contain !important;
  aspect-ratio:auto !important;
}

@media (max-width:860px){
  .speaker-layout{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
  }

  .speaker-heading{
    font-size:1.72rem;
  }

  .panel-heading{
    grid-column:1 / -1;
    grid-row:auto;
  }

  .speaker-layout .speaker-card:nth-of-type(1),
  .speaker-layout .speaker-card:nth-of-type(2),
  .speaker-layout .speaker-card:nth-of-type(3),
  .speaker-layout .speaker-card:nth-of-type(4){
    grid-column:auto;
    grid-row:auto;
  }

  .facilitator-heading{
    grid-column:1 / -1;
    grid-row:auto;
    margin-top:28px;
  }

  .speaker-layout .facilitator-card{
    grid-column:auto !important;
    grid-row:auto !important;
  }

  .speaker-layout .speaker-photo{
    max-height:180px;
  }
}


/* v30: stable speaker layout */
/* Panelists: 4 columns. Facilitator: separate row, left aligned. */
.panelists .speaker-headings,
.panelists .speaker-layout,
.panelists .speaker-grid-five,
.panelists .speaker-grid.single{
  display:initial !important;
}

.speakers-container > .section-heading{
  color:var(--navy) !important;
  font-size:1.72rem !important;
  margin:0 0 20px !important;
  padding-bottom:10px !important;
  border-bottom:3px solid var(--navy) !important;
}

.panelist-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
  margin-bottom:46px !important;
}

.facilitator-title{
  margin-top:0 !important;
}

.facilitator-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:24px !important;
  justify-items:stretch !important;
  margin-bottom:64px !important;
}

.facilitator-grid .speaker-card{
  grid-column:1 !important;
}

.panelist-grid .speaker-card,
.facilitator-grid .speaker-card{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

.panelist-grid .speaker-card::before,
.facilitator-grid .speaker-card::before,
.facilitator-card::before,
.facilitator-speaker::before{
  content:none !important;
  display:none !important;
}

.panelist-grid .speaker-photo,
.facilitator-grid .speaker-photo{
  width:100% !important;
  height:auto !important;
  max-height:220px !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
}

@media (max-width:860px){
  .panelist-grid,
  .facilitator-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:16px !important;
  }

  .panelist-grid{
    margin-bottom:36px !important;
  }

  .facilitator-grid{
    margin-bottom:56px !important;
  }

  .facilitator-grid .speaker-card{
    grid-column:1 !important;
  }

  .panelist-grid .speaker-photo,
  .facilitator-grid .speaker-photo{
    max-height:180px !important;
  }
}

@media (max-width:420px){
  .panelist-grid,
  .facilitator-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}


/* v31: repair speaker layout and photo display */
.panelists .panelist-grid,
.panelists .facilitator-grid{
  display:grid !important;
  gap:24px !important;
  align-items:start !important;
}

.panelists .panelist-grid{
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  margin-bottom:46px !important;
}

.panelists .facilitator-grid{
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  margin-bottom:64px !important;
}

.panelists .facilitator-grid .speaker-card{
  grid-column:1 !important;
}

.panelists .speaker-card{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:16px !important;
}

.panelists .photo-placeholder{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:auto !important;
  background:transparent !important;
  margin:0 0 14px !important;
  color:inherit !important;
  letter-spacing:normal !important;
}

.panelists .speaker-photo{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  margin:0 !important;
}

.panelists .speaker h3{
  margin-top:10px !important;
}

@media (max-width:860px){
  .panelists .panelist-grid,
  .panelists .facilitator-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:16px !important;
  }

  .panelists .panelist-grid{
    margin-bottom:36px !important;
  }

  .panelists .facilitator-grid{
    margin-bottom:56px !important;
  }

  .panelists .facilitator-grid .speaker-card{
    grid-column:1 !important;
  }
}


/* v32: show facilitator heading on desktop */
.facilitator-title{
  display:block !important;
  color:var(--navy) !important;
  font-size:1.72rem !important;
  margin:0 0 20px !important;
  padding-bottom:10px !important;
  border-bottom:3px solid var(--navy) !important;
}

.panelists .facilitator-title{
  display:block !important;
}

@media (min-width:861px){
  .facilitator-title{
    display:block !important;
    margin-top:0 !important;
  }
}


/* v33: main visual and CTA color update */
.hero-btn,
.button.large,
.entry-box .button.large,
.entry .button.large{
  background:#ff6600 !important;
  color:#fff !important;
  border-color:#ff6600 !important;
}

.hero-btn:hover,
.button.large:hover{
  opacity:.88;
}

.hero img{
  width:min(1120px,100%);
}


/* v34: footer contact and logo links */
.footer-contact{
  font-weight:700;
  margin-bottom:16px !important;
}

.footer-contact a{
  color:#fff;
  text-decoration:none;
}

.footer-contact a:hover{
  text-decoration:underline;
}

.footer-logos a{
  display:inline-flex;
  align-items:center;
}


/* v36: main visual update and remove header symposium badge */
.header-badge{
  display:none !important;
}

.site-title{
  gap:0 !important;
}


/* v37: recommend/theme section */
.recommend-section{
  padding:52px 0;
  background:#fff;
}

.recommend-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
  align-items:stretch;
}

.recommend-card{
  border:1px solid var(--line);
  background:#fff;
  border-radius:20px;
  padding:28px;
  box-shadow:0 10px 30px rgba(0,31,91,.06);
}

.recommend-card h2{
  color:var(--navy);
  font-size:1.72rem;
  margin:0 0 20px;
  padding-bottom:10px;
  border-bottom:3px solid var(--navy);
}

.recommend-card ul{
  margin:0;
  padding-left:1.35em;
  line-height:1.9;
}

.recommend-card li{
  margin:.2em 0;
}

@media (max-width:860px){
  .recommend-section{
    padding:42px 0;
  }

  .recommend-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .recommend-card{
    padding:22px;
  }

  .recommend-card h2{
    font-size:1.58rem;
  }
}


/* v38: PDF detail link */
.pdf-link-wrap{
  margin:28px auto 0;
  text-align:center;
}

.pdf-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:16px 24px;
  border:2px solid var(--navy);
  border-radius:999px;
  color:var(--navy);
  background:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 10px 24px rgba(0,31,91,.06);
}

.pdf-link:hover{
  opacity:.82;
}

.pdf-icon{
  width:34px;
  height:auto;
  display:block;
}

@media (max-width:520px){
  .pdf-link{
    width:100%;
    border-radius:18px;
    padding:15px 16px;
    gap:10px;
  }

  .pdf-icon{
    width:30px;
  }
}


/* v40: PDF button horizontal spacing fix */
.pdf-link-wrap{
  width:min(100% - 40px, 760px);
  margin:28px auto 0 !important;
  padding:0 !important;
}

.pdf-link{
  max-width:100%;
  width:auto;
}

@media (max-width:520px){
  .pdf-link-wrap{
    width:calc(100% - 32px);
  }

  .pdf-link{
    width:100% !important;
    box-sizing:border-box;
  }
}


/* v41: PDF lead text */
.pdf-lead{
  width:min(100% - 40px, 900px);
  margin:30px auto 14px;
  color:var(--navy);
  font-weight:700;
  font-size:1.1rem;
  line-height:1.8;
  text-align:center;
}

@media (max-width:520px){
  .pdf-lead{
    width:calc(100% - 32px);
    margin:26px auto 12px;
    font-size:1.05rem;
    text-align:left;
  }
}


/* v43: hero two anchor buttons */
.hero-cta-two{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.hero-cta-two .hero-btn{
  min-width:260px;
  text-align:center;
}

.hero-btn-secondary{
  background:#fff !important;
  color:#ff6600 !important;
  border:2px solid #ff6600 !important;
}

@media (max-width:520px){
  .hero-cta-two{
    gap:12px;
  }

  .hero-cta-two .hero-btn{
    width:calc(100% - 32px) !important;
    min-width:0;
  }
}


/* v44: topics section and single hero CTA */
.topics-section{
  padding:38px 0 12px;
  background:#fff;
}

.topics-section h2{
  color:var(--navy);
  font-size:1.72rem;
  margin:0 0 20px;
  padding-bottom:10px;
  border-bottom:3px solid var(--navy);
}

.topics-list{
  margin:0;
  padding:26px 30px 26px 1.8em;
  background:#f7fbff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,31,91,.06);
  line-height:1.9;
}

.topics-list li{
  margin:.2em 0;
}

@media (max-width:520px){
  .topics-section{
    padding:30px 0 8px;
  }

  .topics-section h2{
    font-size:1.58rem;
  }

  .topics-list{
    padding:22px 20px 22px 1.6em;
  }
}


/* v45: topics links */
.topics-list a{
  color:var(--navy);
  text-decoration:none;
  font-weight:700;
}

.topics-list a:hover{
  text-decoration:underline;
}

.topics-list li:first-child{
  white-space:nowrap;
}

@media (max-width:860px){
  .topics-list li:first-child{
    white-space:normal;
  }
}


/* v46: make topic anchor links visibly underlined */
.topics-list a{
  text-decoration:underline !important;
  text-underline-offset:4px;
  text-decoration-thickness:1.5px;
}

.topics-list a:hover{
  text-decoration-thickness:2px;
}


/* v47: footer two-column layout */
.footer-columns{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:32px;
  align-items:center;
}

.footer-col-logos{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.footer-col-logos .footer-logos{
  margin:0 !important;
  justify-content:flex-start;
}

.footer-col-info{
  text-align:left;
}

.footer-col-info .footer-contact{
  margin:0 0 10px !important;
}

.footer-col-info .copyright{
  margin:0 !important;
}

@media (max-width:720px){
  .footer-columns{
    grid-template-columns:1fr;
    gap:20px;
    text-align:center;
  }

  .footer-col-logos{
    justify-content:center;
  }

  .footer-col-logos .footer-logos{
    justify-content:center;
  }

  .footer-col-info{
    text-align:center;
  }
}


/* v48: footer 2-column refinement */
.footer-columns{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) !important;
  gap:40px !important;
  align-items:center !important;
}

.footer-col-logos{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}

.footer-col-logos .footer-logos{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex-wrap:nowrap !important;
  gap:18px !important;
  margin:0 !important;
}

.footer-col-logos .footer-logos a,
.footer-col-logos .footer-logos img{
  flex:0 1 auto;
}

.footer-col-logos .footer-logos img{
  max-height:38px !important;
  width:auto !important;
  max-width:150px !important;
  object-fit:contain !important;
}

.footer-col-info{
  text-align:right !important;
}

.footer-col-info .footer-contact,
.footer-col-info .copyright{
  margin-left:auto !important;
  margin-right:0 !important;
  text-align:right !important;
}

.footer-col-info .footer-contact{
  margin-bottom:10px !important;
}

@media (max-width:720px){
  .footer-columns{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }

  .footer-col-logos{
    justify-content:center !important;
  }

  .footer-col-logos .footer-logos{
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:16px !important;
  }

  .footer-col-logos .footer-logos img{
    max-height:36px !important;
  }

  .footer-col-info,
  .footer-col-info .footer-contact,
  .footer-col-info .copyright{
    text-align:center !important;
  }
}


/* v49: move promo content into entry section */
.entry-promo{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(0,31,91,.15);
}

.entry-promo-lead,
.entry-promo-note{
  color:var(--navy);
  line-height:1.9;
  margin:0;
}

.entry-promo-lead{
  font-weight:700;
}

.entry-promo-image-wrap{
  margin:18px 0;
  text-align:center;
}

.entry-promo-image{
  width:min(100%, 520px);
  height:auto;
  display:inline-block;
  border-radius:8px;
}

.entry-promo-note{
  margin-top:4px;
}

@media (max-width:520px){
  .entry-promo{
    margin-top:24px;
    padding-top:20px;
  }

  .entry-promo-lead,
  .entry-promo-note{
    font-size:0.98rem;
  }

  .entry-promo-image{
    width:100%;
  }
}


/* v50: place entry promo below application area */
.entry-box{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) auto !important;
  align-items:center !important;
  column-gap:28px !important;
  row-gap:22px !important;
}

.entry-box > div:first-child{
  min-width:0;
}

.entry-box > .button.large{
  justify-self:center;
  align-self:center;
  margin-inline:0 !important;
}

.entry-box > .entry-promo{
  grid-column:1 / -1;
  width:100%;
  margin-top:6px;
}

.entry-promo{
  border-top:1px solid rgba(0,31,91,.15);
  padding-top:24px;
}

@media (max-width:860px){
  .entry-box{
    grid-template-columns:1fr !important;
  }

  .entry-box > .button.large{
    justify-self:center;
    width:min(100%, 340px);
  }

  .entry-box > .entry-promo{
    grid-column:auto;
  }
}


/* v51: remove pdf button / retarget topic anchors / shrink entry promo image */
.entry-promo-image{
  width:min(100%, 420px) !important;
}

@media (max-width:520px){
  .entry-promo-image{
    width:min(100%, 320px) !important;
  }
}


/* v52: scroll to top button */
.scroll-top-button{
  position:fixed;
  right:18px;
  bottom:18px;
  width:54px;
  height:54px;
  border:none;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-size:1.5rem;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0, 31, 91, .22);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index:999;
}

.scroll-top-button.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.scroll-top-button:hover{
  opacity:.92;
}

@media (max-width:520px){
  .scroll-top-button{
    right:14px;
    bottom:14px;
    width:50px;
    height:50px;
    font-size:1.35rem;
  }
}


/* v53: entry promo layout - image left, orange CTA right */
.entry-box{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) auto !important;
  align-items:center !important;
  column-gap:28px !important;
  row-gap:24px !important;
}

.entry-box > div:first-child{
  min-width:0;
}

.entry-box > .button.large{
  justify-self:center;
  align-self:center;
  margin-inline:0 !important;
}

.entry-box > .entry-promo{
  grid-column:1 / -1;
}

.entry-promo{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) minmax(280px, 420px);
  align-items:center;
  gap:30px;
  margin-top:24px;
  padding-top:26px;
  border-top:1px solid rgba(0,31,91,.15);
}

.entry-promo-image-wrap{
  margin:0 !important;
  text-align:center;
}

.entry-promo-image{
  width:min(100%, 420px) !important;
  height:auto;
  display:inline-block;
  border-radius:0 !important;
  box-shadow:none !important;
}

.entry-promo-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  width:100%;
  min-height:116px;
  padding:24px 30px;
  border-radius:999px;
  background:#ff6600;
  color:#fff;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(255,102,0,.24);
}

.entry-promo-cta-text{
  color:#111;
  font-weight:700;
  line-height:1.7;
  text-align:left;
}

.entry-promo-cta-button{
  color:#fff;
  font-weight:700;
  white-space:nowrap;
}

.pc-only{
  display:block;
}

@media (max-width:860px){
  .entry-box{
    grid-template-columns:1fr !important;
  }

  .entry-box > .button.large{
    justify-self:center;
    width:min(100%, 340px);
  }

  .entry-promo{
    grid-template-columns:1fr;
    gap:18px;
  }

  .entry-promo-image{
    width:min(100%, 360px) !important;
  }

  .entry-promo-cta{
    width:min(100%, 420px);
    margin-inline:auto;
    min-height:auto;
    padding:22px 24px;
    flex-direction:column;
    gap:10px;
    border-radius:28px;
  }

  .entry-promo-cta-text{
    text-align:center;
  }

  .pc-only{
    display:none;
  }
}


/* v54: promo block moved below main visual */
.hero-promo-section{
  padding:20px 0 10px;
  background:#fff;
}

.hero-promo{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(300px, 430px);
  align-items:center;
  gap:28px;
}

.hero-promo-image-wrap{
  text-align:center;
}

.hero-promo-image{
  width:min(100%, 600px);
  height:auto;
  display:inline-block;
}

.hero-promo-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  width:100%;
  min-height:116px;
  padding:24px 30px;
  border-radius:999px;
  background:#ff6600;
  color:#fff;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(255,102,0,.24);
}

.hero-promo-cta-text{
  color:#111;
  font-weight:700;
  line-height:1.7;
  text-align:left;
}

.hero-promo-cta-button{
  color:#fff;
  font-weight:700;
  white-space:nowrap;
}

@media (max-width:860px){
  .hero-promo{
    grid-template-columns:1fr;
    gap:18px;
  }

  .hero-promo-image{
    width:min(100%, 300px);
  }

  .hero-promo-cta{
    width:min(100%, 420px);
    margin-inline:auto;
    min-height:auto;
    padding:22px 24px;
    flex-direction:column;
    gap:10px;
    border-radius:28px;
  }

  .hero-promo-cta-text{
    text-align:center;
  }
}


/* v55: move promo copy above orange button */
.hero-promo-content{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.hero-promo-copy{
  margin:0;
  color:var(--navy);
  font-size:1.18rem;
  font-weight:700;
  line-height:1.75;
  text-align:left;
}

.hero-promo-cta{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:min(100%, 480px);
  min-height:108px;
  padding:20px 34px;
  border-radius:999px;
  background:#ff6600;
  color:#fff !important;
  text-decoration:none;
  font-size:1.6rem;
  font-weight:700;
  line-height:1.2;
  box-shadow:0 10px 24px rgba(255,102,0,.24);
}

.hero-promo-cta:hover{
  opacity:.92;
}

@media (max-width:860px){
  .hero-promo-content{
    gap:14px;
  }

  .hero-promo-copy{
    font-size:1.15rem;
    text-align:center;
  }

  .hero-promo-cta{
    width:min(100%, 420px);
    min-height:84px;
    padding:18px 22px;
    font-size:1.25rem;
    border-radius:28px;
  }
}


/* v56: align left promo image further left */
.hero-promo{
  justify-content:space-between;
}

.hero-promo-image-wrap{
  text-align:left;
  justify-self:start;
}

.hero-promo-image{
  margin-left:0;
}

@media (max-width:860px){
  .hero-promo-image-wrap{
    text-align:center;
    justify-self:center;
  }
}


/* v57: center hero promo contents in each column */
.hero-promo{
  justify-content:center;
}

.hero-promo-image-wrap{
  text-align:center;
  justify-self:center;
}

.hero-promo-image{
  margin-left:auto;
  margin-right:auto;
}

.hero-promo-content{
  align-items:center;
  justify-self:center;
}

.hero-promo-copy{
  text-align:center;
}


/* v58: center the whole hero promo block */
.hero-promo-section .container{
  display:flex;
  justify-content:center;
}

.hero-promo{
  width:min(100%, 900px);
  margin-left:auto;
  margin-right:auto;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  justify-content:center;
  align-items:center;
  gap:32px;
}

.hero-promo-image-wrap,
.hero-promo-content{
  width:100%;
  justify-self:center;
}

.hero-promo-image{
  margin-left:auto;
  margin-right:auto;
}

@media (max-width:860px){
  .hero-promo{
    width:100%;
    grid-template-columns:1fr;
    gap:18px;
  }
}


/* v59: move timetable into date overview item */
.overview-timetable{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(0,31,91,.16);
}

.overview-timetable h4{
  color:var(--navy);
  font-size:1.2rem;
  margin:0 0 12px;
  font-weight:700;
}

.overview-timetable .timetable{
  width:100%;
  border-collapse:collapse;
  margin-top:6px;
}

.overview-timetable .timetable td{
  padding:10px 0;
  border-bottom:1px solid var(--line);
  vertical-align:top;
}

.overview-timetable .timetable td:first-child{
  width:120px;
  white-space:nowrap;
  font-weight:700;
  color:var(--navy);
}

.overview-timetable .timetable-note{
  margin:12px 0 0;
  font-size:.92rem;
  color:#666;
}

@media (max-width:520px){
  .overview-timetable .timetable td{
    display:block;
    width:100%;
    padding:6px 0;
    border-bottom:0;
  }

  .overview-timetable .timetable tr{
    display:block;
    padding:8px 0;
    border-bottom:1px solid var(--line);
  }

  .overview-timetable .timetable td:first-child{
    width:100%;
  }
}


/* v60: give moved timetable the same pale blue background style as participation sub-blocks */
.overview-timetable{
  margin-top:14px;
  padding:16px 18px;
  background:#f7fbff;
  border-radius:14px;
  border-top:0;
}

.overview-timetable h4{
  margin:0 0 8px;
}

.overview-timetable .timetable{
  margin-top:0;
}

@media (max-width:520px){
  .overview-timetable{
    padding:14px 16px;
  }
}


/* v61: hamburger menu closes when tapping outside or selecting a menu item */
.drawer-nav a{
  cursor:pointer;
}


/* v63: restore sponsor / document gift block in lower entry section */
.entry-promo-bottom{
  margin-top:28px;
  padding-top:26px;
  border-top:1px solid rgba(0,31,91,.15);
  text-align:left;
}

.entry-promo-bottom-lead{
  margin:0 0 10px;
  color:var(--navy);
  font-size:1.08rem;
  font-weight:700;
  line-height:1.8;
}

.entry-promo-bottom-note{
  margin:0 0 18px;
  color:var(--navy);
  line-height:1.8;
}

.entry-promo-bottom-image-wrap{
  text-align:center;
}

.entry-promo-bottom-image{
  width:min(100%, 600px);
  height:auto;
  display:inline-block;
  margin-inline:auto;
}

@media (max-width:520px){
  .entry-promo-bottom{
    margin-top:24px;
    padding-top:22px;
  }

  .entry-promo-bottom-lead{
    font-size:1rem;
  }

  .entry-promo-bottom-image{
    width:min(100%, 320px);
  }
}


/* v65: fix entry section layout so promo stays inside the box and below the CTA row */
.entry-box{
  display:block !important;
}

.entry-top{
  display:block !important;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.entry-main{
  flex:1 1 auto;
  min-width:0;
}

.entry-top .button.large{
  margin:0 !important;
  flex-shrink:0;
}

.entry-promo-bottom{
  width:100%;
  margin-top:28px;
}

@media (max-width:860px){
  .entry-top{
    display:block !important;
  }

  .entry-top .button.large{
    margin:20px auto 0 !important;
  }
}
