html {
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow", sans-serif;
  overflow-x: hidden;
  color: #000;
}

h1 {
  font-size: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
  hyphens: auto;
  font-weight: 700;
  font-style: italic;
  color: #175E54;
}

h2 {
  font-size: 1.75rem;
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  font-style: italic;
  color: #175E54;
}

h3 {
  font-size: rem;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  font-style: italic;
  color: #175E54;
}

p, section ul, section ol {
  font-size: 1rem;
  line-height: 160%;
  hyphens: auto;
  margin: 0;
  margin-bottom: 1.5rem;
}

section ul, section ol {
  margin-top: -0.75rem;
}

.program-speaker {
  font-weight: 600;
  color: #175E54;
}
.program-speaker span {
  font-weight: 400;
  color: #000;
}

p.program-description span {
  font-weight: 600;
  color: #175E54;
}
p.program-description ol, p.program-description ul {
  margin-top: 0.5rem;
}

a {
  line-height: 160%;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
a:hover:not(.btn) {
  text-decoration: underline;
}
a:visited:not(.btn) {
  color: inherit;
}

section.content a:not(.btn), footer a:not(.btn), .entry-dialog a:not(.btn) {
  color: #009767;
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
}

figure {
  position: relative;
  margin: 0;
}
figure figcaption {
  color: rgba(242, 245, 244, 0.8);
  font-size: 0.5rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  filter: drop-shadow(0px 3px 5px #000000);
  line-height: 100%;
  text-align: right;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100vw;
  min-height: calc(100vh - var(--header-height));
  padding: 7rem 0;
  color: white;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.hero:not(.hero-legal-notice) {
  background-image: url("../assets/images/keyvisuals/FUKO_2026_Keyvisual_before_Mobile.webp");
}
.hero:not(.hero-legal-notice)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 78%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 40%, rgba(0, 0, 0, 0.72) 100%);
}
.hero > .content {
  position: static;
}
.hero > .content > * {
  position: relative;
  z-index: 1;
}
.hero h1, .hero h2, .hero h3 {
  color: inherit;
}
.hero .btn {
  background-color: #fff;
  color: #175E54;
}
.hero.hero-start {
  background-color: #175E54;
}
.hero.hero-program {
  background-color: #882345;
}
.hero.hero-speakers {
  background-color: #c50059;
}
.hero.hero-art {
  background-color: #175E54;
}
.hero.hero-exhibition {
  background-color: #882345;
}
.hero.hero-role-models {
  background-color: #c50059;
}
.hero.hero-place {
  background-color: #175E54;
}
.hero.hero-legal-notice {
  background-color: #000;
  min-height: calc(50vh - var(--header-height));
}
.hero.hero-impressions {
  background-color: #175E54;
}
.hero .scroll {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  font-size: 0.75rem;
  cursor: pointer;
  top: 2rem;
  right: 2rem;
}
.hero .scroll:hover {
  text-decoration: none;
}
.hero .scroll .scroll-icon {
  width: 2rem;
  animation: scrollChevronDrift 3.2s linear infinite;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

html.fuko-before .hero:not(.hero-legal-notice) {
  background-image: url("../assets/images/keyvisuals/FUKO_2026_Keyvisual_before_Mobile.webp");
}

html.fuko-during-after .hero:not(.hero-legal-notice) {
  background-image: url("../assets/images/keyvisuals/FUKO_2026_Keyvisual_during_after_Mobile.webp");
}

.copyright-caption {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  z-index: 1;
  padding-left: 1rem;
  font-size: 0.5rem;
  opacity: 0.25;
}

.btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.btn-wrapper .btn {
  align-self: flex-start;
}

button, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  background-color: #009B74;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  text-align: center;
  user-select: none;
}
button:hover, .btn:hover {
  transform: scale(1.05);
  transition: all 0.1s ease-in-out;
}
button.btn-small, .btn.btn-small {
  padding: 0.5rem 1rem;
}
button.btn-ghost, .btn.btn-ghost {
  background-color: transparent;
  border: 1px solid #fff;
}

.content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

section.content {
  display: flex;
  flex-direction: column;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
section.content:first-of-type {
  padding-top: 7rem;
}
section.content:last-of-type {
  padding-bottom: 7rem;
}
section.content .program-disclaimer {
  margin-top: 2rem;
}
section.content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
section.content .content-wrapper * {
  align-self: flex-start;
}
section.content .content-wrapper li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
section.content .content-wrapper li:last-of-type {
  /* margin-bottom: 2rem */
}

.hotel-section .hotel-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hotel-section .hotel-map {
  width: 100%;
  min-height: 22rem;
  border: 0;
  border-radius: 0.75rem;
}
.hotel-section .hotel-map-consent {
  width: 100%;
  min-height: 22rem;
  border-radius: 0.75rem;
  background: #ccebe3;
}
.hotel-section .hotel-map-placeholder {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
}
.hotel-section .hotel-map-placeholder p {
  margin: 0;
}
.hotel-section .hotel-details {
  width: 100%;
}
.hotel-section .hotel-details p {
  margin-bottom: 1rem;
}
.hotel-section .hotel-prices {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.hotel-section .hotel-prices th, .hotel-section .hotel-prices td {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f2f5f4;
  text-align: left;
  vertical-align: top;
}
.hotel-section .hotel-prices th {
  width: 45%;
  padding-right: 1rem;
}
.hotel-section .hotel-prices td {
  width: 55%;
}
.hotel-section .hotel-note {
  color: #000;
}
.hotel-section .btn {
  margin-top: 0.5rem;
}

.hotel-booking .hotel-booking-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hotel-booking .hotel-booking-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hotel-booking .hotel-booking-main p {
  margin-bottom: 1rem;
}
.hotel-booking .btn {
  align-self: flex-start;
}
.hotel-booking .hotel-contact p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.hotel-booking .hotel-contact p:last-child {
  margin-bottom: 0;
}
.hotel-booking .hotel-contact a {
  text-decoration: underline;
  color: #009767;
}

header {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.logo a {
  text-decoration: none;
}
.logo a:hover {
  text-decoration: none;
}
.logo img {
  height: 2rem;
  margin-right: 1rem;
}

nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  padding: 1rem 2rem;
  display: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ul li:hover {
  text-decoration: none;
}
nav ul li:has(.btn) {
  margin-top: 3rem;
}

header.open nav {
  display: block;
}

nav a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
nav a:hover {
  text-decoration: none !important;
}

.has-submenu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.has-submenu .submenu {
  position: static;
  display: none;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  background-color: white;
  z-index: 1000;
}

.has-submenu.open .submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  margin: 1rem 0 1rem 0;
  background: #ccebe3;
  border-radius: 0.75rem;
  text-decoration: none;
}

.burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #009B74;
}

.burger-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transform-origin: center;
}

.burger-icon-bars {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.burger-icon-x {
  opacity: 0;
  transform: scale(0.8) rotate(-45deg);
}

header.open .burger-icon-bars {
  opacity: 0;
  transform: scale(0.8) rotate(45deg);
}

header.open .burger-icon-x {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

section img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.countdown {
  position: relative;
  background-color: #175E54;
  background-size: cover;
  background-position: top center;
  padding: 7rem 0;
  color: white;
}
.countdown h2 {
  color: white;
}
.countdown .btn {
  background-color: #fff;
  color: #175E54;
}

#program {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#program .program-day {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#program .program-day-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#program .program-day-header > * {
  margin: 0;
}
#program .program-day-label {
  color: #175E54;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
}
#program .program-day-title {
  margin: 0;
  font-size: 1.5rem;
}
#program .program-day-theme {
  max-width: 48rem;
  font-weight: 600;
}
#program .program-table {
  border: 1px solid #f2f5f4;
  border-radius: 0.75rem;
  overflow: hidden;
}
#program .program-row {
  display: grid;
  grid-template-columns: minmax(6rem, 7rem) minmax(7rem, 9rem) minmax(0, 1fr);
  gap: 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid #f2f5f4;
}
#program .program-row:last-child {
  border-bottom: none;
}
#program .program-row:nth-child(2n) {
  background: #ccebe3;
}
#program .program-time {
  margin: 0;
  font-weight: 700;
  color: #175E54;
}
#program .program-room {
  margin: 0;
  align-self: flex-start;
  justify-self: flex-start;
  width: fit-content;
  max-width: 100%;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: white;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  border: 1px solid rgba(0, 155, 116, 0.35);
}
#program .program-room.is-empty {
  visibility: hidden;
  padding: 0;
  border: 0;
}
#program .program-content > *:last-child {
  margin-bottom: 0;
}
#program .program-entry-title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}
#program .program-description {
  margin-bottom: 1rem;
}
#program .program-session-title {
  font-weight: 700;
}
#program .program-speaker-list {
  margin: 0;
  padding-left: 1.25rem;
}
#program .program-speaker-list li {
  margin-bottom: 0.5rem;
}
#program .program-speaker-list li:last-child {
  margin-bottom: 0;
}
#program .forum-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}
#program .forum-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: white;
  border: 1px solid rgba(0, 155, 116, 0.25);
}
#program .forum-card-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
#program .forum-id {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #ccebe3;
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
}
#program .forum-room {
  font-size: 0.8rem;
  font-weight: 700;
  color: #175E54;
}
#program .forum-topic {
  margin: 0;
  font-size: 1rem;
}
#program .forum-description {
  margin: -0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
#program .forum-moderators {
  margin: -0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
}
#program .forum-moderators-label {
  font-weight: 700;
  color: #000;
}
#program .forum-talk-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#program .forum-talk-list li {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(0, 155, 116, 0.18);
}
#program .forum-talk-list li:first-child {
  padding-top: 0;
  border-top: none;
}
#program .forum-talk-list li:last-child {
  padding-bottom: 0;
}
#program .talk-id {
  display: inline-block;
  margin-right: 0.45rem;
  font-weight: 700;
  color: #175E54;
}
#program .talk-speakers {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 0 0.4rem;
}
#program .talk-speaker {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
#program .talk-speaker .program-speaker {
  font-size: 0.8rem;
  line-height: 1.35;
}
#program .talk-speaker-org {
  font-size: 0.78rem;
  line-height: 1.35;
  color: #6b7a76;
}
#program .talk-title {
  line-height: 1.5;
}

#entries .entry-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 5rem;
}
#entries .entry-card:last-of-type {
  margin-bottom: 0;
}
#entries .entry-card .entry-image {
  max-width: 10vw;
  min-width: 80px;
}
#entries .entry-card img {
  background: white;
  border: 1px solid #f2f5f4;
}
#entries .entry-card .entry-info {
  display: flex;
  flex-direction: column;
}
#entries .entry-card .entry-info a {
  align-self: flex-start;
}
#entries .entry-card .entry-info p {
  margin-bottom: 0.75rem;
}
#entries .entry-card .entry-info p:last-of-type {
  margin-bottom: 1.5rem;
}

footer {
  display: flex;
  background: white;
  margin: 0;
  padding: 3rem 0;
}
footer a:not(.btn),
footer a:not(.btn):visited {
  text-decoration: underline;
  text-align: left;
  color: #009767;
  font-weight: 400;
  font-style: italic;
}
footer a:not(.btn):hover,
footer a:not(.btn):visited:hover {
  text-decoration: underline;
}
footer .content {
  display: flex;
  flex-direction: column;
  width: 100vw;
  gap: 2rem;
}
footer .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
footer .content ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
footer .content p {
  margin: 0;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.program-speaker-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.entry-dialog {
  border: none;
  border-radius: 0.75rem;
  padding: 0;
  max-width: 800px;
  width: 90%;
  animation: fadeInDialog 0.3s ease-out;
}
.entry-dialog .dialog-content-wrapper {
  padding: 2rem;
  background: #fff;
  position: relative;
}
.entry-dialog .dialog-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.375rem;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #009B74;
}
.entry-dialog .dialog-close-icon {
  width: 100%;
  height: 100%;
}
.entry-dialog .entry-image {
  min-width: 250px;
  width: 100%;
  max-width: 250px;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}
.entry-dialog img {
  background: white;
  border: 1px solid #f2f5f4;
}
.entry-dialog .entry-role {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.entry-dialog .entry-description {
  margin: 0;
}

.grid-sizer {
  width: calc((100% - 1rem) / 2);
}

.grid-item {
  float: left;
  width: calc((100% - 1rem) / 2);
  margin-bottom: 16px;
}
.grid-item img {
  max-width: 100%;
}

@keyframes fadeInDialog {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrollChevronDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.45;
  }
  15% {
    transform: translate3d(0, 0.12rem, 0);
    opacity: 0.65;
  }
  35% {
    transform: translate3d(0, 0.4rem, 0);
    opacity: 1;
  }
  55% {
    transform: translate3d(0, 0.72rem, 0);
    opacity: 0.95;
  }
  75% {
    transform: translate3d(0, 0.4rem, 0);
    opacity: 0.72;
  }
}
@media (min-width: 768.2px) {
  .hero:not(.hero-legal-notice)::before {
    top: 0;
    right: auto;
    bottom: 0;
    width: 72%;
    height: auto;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0) 100%);
  }
  .hero:not(.hero-legal-notice),
  html.fuko-before .hero:not(.hero-legal-notice) {
    background-image: url("../assets/images/keyvisuals/FUKO_2026_Keyvisual_before_Desktop.webp");
  }
  html.fuko-during-after .hero:not(.hero-legal-notice) {
    background-image: url("../assets/images/keyvisuals/FUKO_2026_Keyvisual_during_after_Desktop.webp");
  }
  .hero {
    background-attachment: fixed;
  }
  .grid-sizer {
    width: calc((100% - 2rem) / 3);
  }
  .grid-item {
    float: left;
    width: calc((100% - 2rem) / 3);
    margin-bottom: 16px;
  }
  figure figcaption {
    font-size: 0.75rem;
  }
  img {
    max-width: 100%;
  }
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  nav {
    position: static;
    display: block;
    padding: 0;
  }
  .content-wrapper figure {
    width: 50%;
  }
  .content-wrapper div {
    width: 50%;
  }
  nav ul {
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 0;
  }
  nav ul li:hover {
    text-decoration: none;
  }
  nav ul a:not(.btn) {
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    transition: all ease-in-out 0.1s;
    text-decoration: none;
  }
  nav ul a:not(.btn):hover {
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    background: #f2f5f4;
    transition: all ease-in-out 0.1s;
  }
  nav ul li:has(.btn) {
    margin-left: 2rem;
    margin-top: 0rem;
  }
  .burger {
    display: none;
  }
  .has-submenu .submenu {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 2rem 1.5rem;
    gap: 1rem;
    border-radius: 0.75rem;
  }
  .has-submenu:hover .submenu {
    display: flex;
  }
  .has-submenu.open .submenu {
    background: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0;
  }
  .hero > .content {
    position: relative;
  }
  .hero p {
    width: 75%;
  }
  .hero .scroll {
    top: auto;
    bottom: -3rem;
    right: 2rem;
  }
  .btn-wrapper {
    flex-direction: row;
  }
  section.content {
    flex-direction: column;
  }
  section.content .content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 3rem;
  }
  section.content .content-wrapper * {
    align-self: flex-start;
  }
  section.content .content-wrapper figure {
    max-width: 50%;
  }
  .hotel-booking .hotel-booking-grid {
    flex-direction: row;
    align-items: flex-start;
  }
  .hotel-booking .hotel-booking-main {
    width: 55%;
  }
  .hotel-booking .hotel-contact {
    width: 45%;
  }
  .hotel-section .hotel-layout {
    flex-direction: row;
    align-items: stretch;
  }
  .hotel-section .hotel-map {
    width: 55%;
  }
  .hotel-section .hotel-map-consent {
    width: 55%;
  }
  .hotel-section .hotel-details {
    width: 45%;
  }
  #program .program-row {
    gap: 1.5rem;
    padding: 1.75rem 2rem;
  }
  footer .content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  footer .content ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .entry-dialog-content {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
  }
  .entry-dialog-content .entry-image {
    margin: 0;
  }
  .entry-dialog-content img {
    background: white;
  }
  .entry-dialog-content a {
    text-decoration: underline;
    color: #009767 !important;
    font-weight: 400;
    font-style: italic;
  }
}
@media (max-width: 767px) {
  #program .program-row {
    grid-template-columns: 1fr;
  }
  #program .program-room {
    justify-self: flex-start;
  }
  #program .forum-card-meta {
    flex-direction: column;
  }
}
/* Animations */
.animate__animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-duration: var(--animate-duration);
  animation-delay: var(--animate-delay);
}

/*# sourceMappingURL=style.css.map */
