* {
  margin: 0;
  padding: 0;
}

    a {
      text-decoration: none;
      color: inherit;
    }
    body {
      font-family: 'Kodchasan', Arial, sans-serif;
      margin: 0;

;
      color: #0088B5;
    }
    header {

      justify-content: space-between;
      align-items: center;
      padding: 1px 48px 0 48px;
      background: #fff;
    }
    .logo img {
      height: 64px;
    }
    nav a {
      margin-left: 32px;
      color: #0baf9a;
      text-decoration: none;
      font-size: 1rem;
      font-weight: 500;
      transition: color 0.2s;
    }
    nav a:hover {
      color: #067695;
    }
    .hero {
      background: #f6f6f6;
      text-align: center;
      padding: 56px 16px 40px 16px;
    }
    .hero h1 {
      color: #0088B5;
      font-size: 2rem;
      margin-bottom: 16px;
      font-weight: 300;
      letter-spacing: 0.5px;
    }
    .hero p {
      color: #0088B5;
      font-size: 1rem;
      margin-bottom: 32px;
      font-weight: 400;
    }
    .hero button {
      background: #1797b8;
      color: #fff;
      border: none;
      border-radius: 32px;
      padding: 16px 40px;
      font-size: 1rem;
      font-weight: 300;
      cursor: pointer;
      transition: background 0.2s;
      font-family: 'Kodchasan', Arial, sans-serif;
    }
    .hero button:hover {
      background: #067695;
    }

    .event-card {
      display: flex;
      align-items: flex-start;
      background: #fcfffe;


      margin-bottom: 32px;
      padding: 32px 32px 32px 0;
      gap: 0;
    }
    .event-card-img {
      margin: 0px 0 0px 0px;
      flex-shrink: 0;
      display: flex;
      align-items: flex-start;

    }
    .event-card-img img {
      width: 500px;
      height: 100%;
      object-fit: cover;

      display: block;

      background: #fff;
    }
    .event-info {
      flex: 1;
      padding: 8px 32px 8px 32px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .event-info .label {
      color: #0baf9a;
      font-size: 1rem;

      margin-bottom: 4px;
    }
    .event-info h2 {
      color: #0088B5;
      font-size: 1.5rem;
      margin: 0 0 6px 0;
      font-weight: 700;
    }
    .event-info h2,
.event-info h2 a,
.event-info h2 a:link,
.event-info h2 a:visited,
.event-info h2 a:hover,
.event-info h2 a:active {
  text-decoration: none !important;
  box-shadow: none !important;
}
    .event-info .date {

      font-size: 1rem;
      margin-bottom: 10px;
      color: #0088B5;
    }
    .event-info p {
      color: #2c2c2c;
      font-size: 1rem;
      margin-bottom: 14px;
      line-height: 1.5;
    }
    .event-info .meta {
      display: flex;
      align-items: center;
      font-size: 1rem;
      color: #0baf9a;
      margin-bottom: 6px;
    }
    .event-info .meta i {
      margin-right: 8px;
    }
    .event-info .meta a {
      color: #0baf9a;
      text-decoration: none;
      font-weight: 500;
      margin-right: 12px;
      transition: color 0.2s;
    }
    .event-info .meta a:hover {
      color: #067695;

    }
    .event-info .btn {
      background: #1ebea5;
      color: #fff;
      border: none;
      border-radius: 32px;
      padding: 12px 36px;
      font-size: 1rem;
      font-weight: 700;
      cursor: pointer;
      margin-top: 12px;
      transition: background 0.2s;
      font-family: 'Kodchasan', Arial, sans-serif;
      max-width: 250px;
      align-self: self-start;
    }
    .event-info .btn:hover {
      background: #067695;
    }
    .past-events {
      display: flex;
      justify-content: center;
      gap: 32px;
      margin: 48px 0 0 0;
      flex-wrap: wrap;
    }
    .past-event-card {
      background: #fcfffe;


      width: 300px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 24px;
      margin-bottom: 24px;
    }
    .past-event-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;

    }
    .past-event-card .label {
      color: #1ebea5;
      font-size: 1rem;
      margin: 16px 0 4px 0;
    }
    .past-event-card h3 {
      color: #0088B5;
      font-size: 1.1rem;
      margin: 0 0 4px 0;
      font-weight: 700;
      text-align: center;
    }
    .past-event-card .date {
      font-size: 0.95rem;
      color: #444;
      margin-bottom: 12px;
    }
    .past-event-card .btn {
      background: #0088B5;
      color: #fff;
      border: none;
      border-radius: 32px;
      padding: 8px 32px;
      font-size: 1rem;
      cursor: pointer;
      margin-top: 8px;
      transition: background 0.2s;
      font-family: 'Kodchasan', Arial, sans-serif;
    }
    .past-event-card .btn:hover {
      background: #0088B5;
    }
    .announcement {
      background: #FCCB00;
      color: #ffffff;
      text-align: center;
      padding: 12px 0;
      font-weight: 700;
      font-size: 1.1rem;
      margin-top: 48px;
    }
    footer {
      background: #f6fdfb;
      padding: 48px 0 0 0;
      margin-top: 0;
    }
    .footer-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 32px;
      flex-wrap: wrap;
    }
    .footer-logo {
      flex: 1;
      min-width: 180px;
      margin-bottom: 24px;
    }
    .footer-links {
      flex: 2;
      min-width: 200px;
      margin-bottom: 24px;
    }
    .footer-links a {
      display: block;
      color: #0088B5;
      text-decoration: none;
      margin-bottom: 8px;
      font-size: 1rem;
    }
    .footer-social {
      flex: 2;
      min-width: 220px;
      margin-bottom: 24px;
    }
    .footer-social a {
      margin-right: 16px;
      color: #0088B5;
      font-size: 1.5rem;
      text-decoration: none;
      vertical-align: middle;
    }
    .footer-social .subscribe {
      display: block;
      margin: 16px 0 8px 0;
      color: #1797b8;
      font-size: 1rem;
    }
    .footer-social button {
      background: #0088B5;
      color: #fff;
      border: none;
      border-radius: 32px;
      padding: 12px 32px;
      font-size: 1rem;
      cursor: pointer;
      margin-bottom: 12px;
      transition: background 0.2s;
      font-family: 'Kodchasan', Arial, sans-serif;
    }
    .footer-social button:hover {
      background: #067695;
    }
    .footer-bottom {
      text-align: center;
      color: #888;
      font-size: 0.7rem;
      padding: 24px 0 16px 0;
    }
    @media (max-width: 900px) {
      .event-card {
        flex-direction: column;
        padding: 24px 0 0 0;
      }
      .event-card-img {
        margin: 0 auto 16px auto;
        justify-content: center;
      }
      .event-card-img img {
        width: 100%;
        max-width: 320px;
        height: 180px;
      }
      .event-info {
        padding: 0 16px 16px 16px;
      }
      .past-events {
        flex-direction: column;
        align-items: center;
        gap: 24px;
      }
      .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
      }
    }
    @media (max-width: 600px) {
      header {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 12px 0 12px;
      }
      nav {
        margin-top: 12px;
      }
      nav a {
        margin-left: 0;
        margin-right: 18px;
        font-size: 0.98rem;
      }
      .event-section {
        padding: 0 4px;
      }
      .event-card-img img {
        max-width: 100%;
        height: 140px;
      }
    }

img {
  width: 100%;
}


.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 0.2rem;
}

.logo {
  padding: 1rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}


.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}
.grid > .column {
  margin-bottom: var(--gutter);
}

.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.text {
  line-height: 1.5em;
}
.text a {
  text-decoration: none;
}
.text :first-child {
  margin-top: 0;
}
.text :last-child {
  margin-bottom: 0;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}
.text ul,
.text ol {
  margin-left: 1rem;
}
.text ul p,
.text ol p {
  margin-bottom: 0;
}
.text ul > li {
  list-style: disc;
}
.text ol > li {
  list-style: decimal;
}
.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}
.text h1,
.h1,
.intro {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.25em;
}
.text h2,
.h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.text h3,
.h3 {
  font-weight: 600;
}
.text .codeblock {
  display: grid;
}
.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 .5rem;
  display: inline-block;
  color: var(--color-black);
}
.text pre {
  margin: 3rem 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5rem;
}
.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}
.text hr {
  margin: 6rem 0;
}
.text dt {
  font-weight: 600;
}
.text blockquote {
  font-size: 1.25rem;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}
.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}
.text figure {
  margin: 3rem 0;
}
.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}
.text figure ul {
  line-height: 0;
  display: grid;
  gap: 1.5rem;
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.text figure ul li {
  list-style: none;
}

hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

.align-center {
  text-align: center;
}

.intro {
  max-width: 40rem;
}
.intro *:not(:last-child) {
  margin-bottom: 1em;
}

.cta {
  background: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: .75rem 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
}

.box {
  background: var(--color-light);
  padding: 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(--color-black);
}
.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.img[data-contain] img {
  object-fit: contain;
}
.img-caption,
.video-caption {
  padding-top: .75rem;
  line-height: 1.5em;
}

.footer {
  padding: 9rem 0 6rem;
  line-height: 1.5em;
}
.footer:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background: var(--color-black);
  margin-bottom: 1.5rem;
}

.footer h2 {
  font-weight: 600;
  margin-bottom: .75rem;
}
.footer ul,
.footer p {
  color: var(--color-text-grey);
}
.footer p {
  max-width: 15rem;
}
.footer a:hover {
  color: var(--color-text);
}


.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.margin-s {
  margin-bottom: .75rem;
}
.margin-m {
  margin-bottom: 1.5rem;
}
.margin-l {
  margin-bottom: 3rem;
}
.margin-xl {
  margin-bottom: 4.5rem;
}
.margin-xxl {
  margin-bottom: 6rem;
}


@media screen and (min-width: 60rem) {
  body {
    --padding: 3rem;
  }

  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid > .column {
    grid-column: span var(--columns);
  }

}

.pagination {
  display: flex;
  padding-top: 6rem;
}
.pagination > span {
  color: var(--color-text-grey);
}
.pagination > * {
  padding: .5rem;
  width: 3rem;
  text-align: center;
  border: 2px solid currentColor;
  margin-right: 1.5rem;
}
.pagination > a:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.note-excerpt {
  line-height: 1.5em;
}
.note-excerpt header {
  margin-bottom: 1.5rem;
}
.note-excerpt figure {
  margin-bottom: .5rem;
}
.note-excerpt-title {
  font-weight: 600;
}
.note-excerpt-date {
  color: var(--color-text-grey);
}
.note-excerpt-text {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0px 48px;
}


    .event-content {
      max-width: 900px;
      margin: 0 auto 32px auto;
      padding: 0 16px;
    }
    .event-content p {
      color: #2c2c2c;
      font-size: 1rem;
      margin-bottom: 14px;
      line-height: 1.5;
    }

    .event-detail-row {
      display: flex;
      max-width: 900px;
      margin: 48px auto 0 auto;
      gap: 32px;
      align-items: flex-start;
      padding: 0 16px;
    }
    .event-detail-img {
      flex: 1.2;
      background: #e600a8;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 240px;
      min-height: 240px;
      height: 260px;
    }
    .event-detail-img img {
      max-width: 90%;
      max-height: 90%;
      object-fit: contain;
    }
    .event-detail-info {
      flex: 1;
      background: none;
      padding: 0 0 0 16px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
    .event-detail-info h3 {
      color: #0088B5;
      font-size: 1.1rem;
      margin-top: 0;
      font-weight: 700;
    }
    .event-detail-info p {
     color: #2c2c2c;
      font-size: 1rem;
      margin-bottom: 14px;
      line-height: 1.5; 
    }
    .event-detail-info .btn {
      background: #0088B5;
      color: #fff;
      border: none;
      border-radius: 24px;
      padding: 12px 36px;
      font-size: 1rem;
      font-weight: 700;
      cursor: pointer;
      margin-top: 12px;
      transition: background 0.2s;
      font-family: 'Kodchasan', Arial, sans-serif;
      letter-spacing: 1px;
    }
    .event-detail-info .btn:hover {
      background: #4edc8b;
    }
    .about-cta-section {
      background: #0088B5;
      color: #fff;
      text-align: center;
      padding: 48px 16px 32px 16px;
      margin-top: 48px;
    }
    .about-cta-section h2 {
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .about-cta-section p {
      font-size: 1.1rem;
      margin-bottom: 16px;
      font-weight: 400;
    }
    .about-cta-section .mail {
      margin-top: 16px;
      font-size: 1.1rem;
      color: #fff;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

@import 'components/cart.css';
@import 'components/field.css';
@import 'components/grid.css';
