@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Thai:wght@400;500;600;700&family=Sarabun:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --cream:      #F5EEE6;
  --cream-deep: #EDE3D4;
  --ink:        #2E2A21;
  --navy:       #21518C;
  --navy-deep:  #1A3E6B;
  --dusty:      #88ABBE;
  --sage:       #B8CBAF;
  --coral:      #C27774;
  --mustard:    #DFBB71;
  --line:       rgba(46, 42, 33, 0.14);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Sarabun', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main { flex: 1; }

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

/* ------------------------------------------------------------------ NAV */

.site-nav {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 0 2.5rem;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-wordmark {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-wordmark .crest-svg {
  color: var(--navy);
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.crest-img {
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

.nav-wordmark .crest-img  { width: 36px; height: 36px; }
.footer-brand  .crest-img { width: 28px; height: 28px; }

.nav-wordmark-text { display: flex; flex-direction: column; line-height: 1.15; }

.nav-wordmark-title {
  font-family: 'Noto Serif Thai', serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.nav-wordmark-sub { font-size: 0.68rem; color: var(--ink); opacity: 0.5; }

.nav-links { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; }

.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 0.15s;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover { opacity: 1; }

.nav-links a[aria-current="page"] {
  color: var(--navy);
  opacity: 1;
  border-bottom-color: var(--navy);
}

.nav-login-btn {
  display: inline-block;
  padding: 0.45rem 1.2rem;
  background: var(--navy);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.15s;
  flex-shrink: 0;
  white-space: nowrap;
}

.nav-login-btn:hover { background: var(--navy-deep); }

.nav-links a:focus-visible,
.nav-login-btn:focus-visible,
.nav-wordmark:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
  border-radius: 3px;
}

/* --------------------------------------------------------------- FOOTER */

.site-footer {
  background: var(--ink);
  padding: 3.5rem 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 22'%3E%3Cpath d='M0 22 L0 14 C3 14 6 6 9 2 C11 0 13 0 15 1 C17 0 19 0 21 2 C24 6 27 14 30 14 L36 14 L36 22 Z' fill='%23DFBB71' opacity='0.18'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 36px 22px;
  background-position: top left;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.footer-brand .crest-svg { color: var(--cream); width: 38px; height: 38px; flex-shrink: 0; }

.footer-wordmark-text { line-height: 1.2; }

.footer-wordmark-title {
  font-family: 'Noto Serif Thai', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--cream);
}

.footer-wordmark-sub { font-size: 0.68rem; color: var(--cream); opacity: 0.5; }

.footer-address { font-size: 0.8rem; color: var(--cream); opacity: 0.5; line-height: 1.6; max-width: 340px; }

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-align: right;
}

.footer-nav a { font-size: 0.85rem; color: var(--cream); opacity: 0.55; text-decoration: none; transition: opacity 0.15s; }

.footer-nav a:hover { opacity: 1; }

.footer-nav a:focus-visible { outline: 2px solid var(--cream); outline-offset: 2px; border-radius: 2px; }

/* ------------------------------------------------------------- DIVIDER */

.wave-divider {
  width: 100%;
  height: 38px;
  background-color: var(--cream);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'><g transform='translate(19,19)' opacity='0.38'><ellipse rx='2.5' ry='7' cy='-14' fill='%23C27774'/><ellipse rx='2.5' ry='7' cy='-14' fill='%23C27774' transform='rotate(45)'/><ellipse rx='2.5' ry='7' cy='-14' fill='%23C27774' transform='rotate(90)'/><ellipse rx='2.5' ry='7' cy='-14' fill='%23C27774' transform='rotate(135)'/><ellipse rx='2.5' ry='7' cy='-14' fill='%23C27774' transform='rotate(180)'/><ellipse rx='2.5' ry='7' cy='-14' fill='%23C27774' transform='rotate(225)'/><ellipse rx='2.5' ry='7' cy='-14' fill='%23C27774' transform='rotate(270)'/><ellipse rx='2.5' ry='7' cy='-14' fill='%23C27774' transform='rotate(315)'/><ellipse rx='2' ry='5' cy='-10' fill='%23DFBB71' transform='rotate(22.5)'/><ellipse rx='2' ry='5' cy='-10' fill='%23DFBB71' transform='rotate(67.5)'/><ellipse rx='2' ry='5' cy='-10' fill='%23DFBB71' transform='rotate(112.5)'/><ellipse rx='2' ry='5' cy='-10' fill='%23DFBB71' transform='rotate(157.5)'/><ellipse rx='2' ry='5' cy='-10' fill='%23DFBB71' transform='rotate(202.5)'/><ellipse rx='2' ry='5' cy='-10' fill='%23DFBB71' transform='rotate(247.5)'/><ellipse rx='2' ry='5' cy='-10' fill='%23DFBB71' transform='rotate(292.5)'/><ellipse rx='2' ry='5' cy='-10' fill='%23DFBB71' transform='rotate(337.5)'/><circle r='5' fill='%2321518C'/><circle r='2' fill='%23DFBB71'/><circle r='1' fill='%2321518C'/></g></svg>");
  background-repeat: repeat-x;
  background-size: 38px 38px;
  background-position: center left;
}

/* small medallion accent for section headings */
.medallion-accent-sm svg { width: 28px; height: 28px; }
.medallion-accent-sm { margin: 0 0 0.9rem; }

/* login page line-art mascots */
.login-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 2rem 6rem;
  position: relative;
}

.login-mascot {
  position: absolute;
  bottom: 0;
  width: 150px;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
  opacity: 0.45;
}

.login-mascot-blue { left: 0; }
.login-mascot-red  { right: 0; }

/* --------------------------------------------------------- THAI ORNAMENT */

.thai-ornament {
  display: flex;
  justify-content: center;
  margin: 1.2rem 0;
  color: var(--navy);
  opacity: 0.4;
}

.thai-ornament svg { width: 260px; height: auto; }

.thai-ornament-light {
  color: var(--mustard);
  opacity: 0.55;
}

.gallery-header .thai-ornament svg { width: 180px; }

/* -------------------------------------------------------------- BUTTONS */

.btn-coral {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  background: var(--coral);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s;
}

.btn-coral:hover { background: #b5605d; }

.btn-navy-outline {
  display: inline-block;
  padding: 0.68rem 1.6rem;
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}

.btn-navy-outline:hover { background: var(--navy); color: #fff; }

.btn-coral:focus-visible,
.btn-navy-outline:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }

/* --------------------------------------------------------------- INDEX */

.hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 2rem 5rem;
  text-align: center;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.05;
  pointer-events: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'><g transform='translate(40,40)'><ellipse rx='4' ry='11' cy='-22' fill='%23C27774'/><ellipse rx='4' ry='11' cy='-22' fill='%23C27774' transform='rotate(45)'/><ellipse rx='4' ry='11' cy='-22' fill='%23C27774' transform='rotate(90)'/><ellipse rx='4' ry='11' cy='-22' fill='%23C27774' transform='rotate(135)'/><ellipse rx='4' ry='11' cy='-22' fill='%23C27774' transform='rotate(180)'/><ellipse rx='4' ry='11' cy='-22' fill='%23C27774' transform='rotate(225)'/><ellipse rx='4' ry='11' cy='-22' fill='%23C27774' transform='rotate(270)'/><ellipse rx='4' ry='11' cy='-22' fill='%23C27774' transform='rotate(315)'/><ellipse rx='3' ry='8' cy='-15' fill='%23DFBB71' transform='rotate(22.5)'/><ellipse rx='3' ry='8' cy='-15' fill='%23DFBB71' transform='rotate(67.5)'/><ellipse rx='3' ry='8' cy='-15' fill='%23DFBB71' transform='rotate(112.5)'/><ellipse rx='3' ry='8' cy='-15' fill='%23DFBB71' transform='rotate(157.5)'/><ellipse rx='3' ry='8' cy='-15' fill='%23DFBB71' transform='rotate(202.5)'/><ellipse rx='3' ry='8' cy='-15' fill='%23DFBB71' transform='rotate(247.5)'/><ellipse rx='3' ry='8' cy='-15' fill='%23DFBB71' transform='rotate(292.5)'/><ellipse rx='3' ry='8' cy='-15' fill='%23DFBB71' transform='rotate(337.5)'/><circle r='9' fill='%2321518C'/><circle r='3.5' fill='%23DFBB71'/><circle r='1.5' fill='%2321518C'/></g></svg>");
  background-repeat: repeat;
  background-size: 80px 80px;
}

.hero-mountain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.hero-mountain svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.hero-content {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.hero-mascot {
  position: absolute;
  bottom: 0;
  width: 210px;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
  z-index: 2;
}

.hero-mascot-blue { left: -10px; }
.hero-mascot-red  { right: -10px; }

/* ------------------------------------------------------ MEDALLION */

.medallion-accent {
  display: flex;
  justify-content: center;
  margin: 0 0 1.8rem;
}

.medallion-accent svg { width: 76px; height: 76px; }

.medallion-watermark {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.medallion-watermark svg { width: 230px; height: 230px; }

.hero-location {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 1.1rem;
}

.hero h1 {
  font-family: 'Noto Serif Thai', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 1.5rem;
}

.hero-lede {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink);
  opacity: 0.75;
  max-width: 580px;
  margin: 0 auto 2.5rem;
}

.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* duration */

.duration-band { background: var(--navy); color: #fff; padding: 5.5rem 2rem; text-align: center; }

.duration-band h2 {
  font-family: 'Noto Serif Thai', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
}

.duration-date {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(2.75rem, 8vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--mustard);
  display: block;
  margin-bottom: 0.6rem;
  line-height: 1;
}

.duration-venue { font-size: 0.88rem; opacity: 0.55; margin-bottom: 3.5rem; }

.schedule-grid {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: left;
}

.schedule-day {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 1.5rem 1.4rem;
}

.schedule-day-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--mustard);
  margin-bottom: 0.35rem;
}

.schedule-day-title {
  font-family: 'Noto Serif Thai', serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.85rem;
}

.schedule-day ul { list-style: none; padding: 0; margin: 0; }

.schedule-day ul li {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  line-height: 1.45;
}

.schedule-day ul li:last-child { border-bottom: none; }

/* nav cards */

.nav-cards-section { padding: 5rem 2rem 5.5rem; }

.nav-cards-section h2 {
  font-family: 'Noto Serif Thai', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  max-width: 1000px;
  margin: 0 auto 2rem;
}

.nav-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.nav-card {
  background: var(--cream-deep);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.nav-card-top { height: 5px; }

.nav-card-body { padding: 1.6rem 1.5rem; display: flex; flex-direction: column; flex: 1; }

.nav-card-body h3 {
  font-family: 'Noto Serif Thai', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.nav-card-body p { font-size: 0.85rem; color: var(--ink); opacity: 0.65; line-height: 1.55; flex: 1; margin-bottom: 1.1rem; }

.nav-card-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.nav-card-link:hover { text-decoration: underline; }

.nav-card-link:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; border-radius: 2px; }

/* --------------------------------------------------------------- LOGIN */

/* login-wrapper moved to illustration section above */

.login-section { width: 100%; max-width: 660px; }

.login-section h1 {
  font-family: 'Noto Serif Thai', serif;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.65rem;
  text-align: center;
}

.login-lede { font-size: 1rem; color: var(--ink); opacity: 0.65; margin-bottom: 2rem; text-align: center; }

.login-card { background: var(--cream-deep); border: 1px solid var(--line); border-radius: 10px; padding: 1.75rem; }

.login-card iframe { width: 100%; height: 600px; border: none; border-radius: 6px; display: block; background: var(--cream); }

.login-portal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 1.5rem;
  gap: 0.75rem;
}

.login-portal-icon { color: var(--navy); opacity: 0.6; margin-bottom: 0.5rem; }

.login-portal-label {
  font-family: 'Noto Serif Thai', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
}

.login-portal-note { font-size: 0.85rem; color: var(--ink); opacity: 0.6; max-width: 340px; line-height: 1.55; }

.login-portal-btn { margin-top: 0.75rem; }

/* ------------------------------------------------------------- GALLERY */

.gallery-header { max-width: 680px; margin: 0 auto; padding: 5rem 2rem 1.5rem; }

.past-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.65;
  margin-bottom: 0.5rem;
}

.gallery-header h1 {
  font-family: 'Noto Serif Thai', serif;
  font-size: clamp(1.9rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.6rem;
}

.gallery-header .lede { font-size: 1rem; color: var(--ink); opacity: 0.65; }

.gallery-note {
  max-width: 680px;
  margin: 0.75rem auto 0;
  padding: 0 2rem;
  font-size: 0.8rem;
  color: var(--ink);
  opacity: 0.45;
  font-style: italic;
}

.gallery-grid-wrap { max-width: 1020px; margin: 0 auto; padding: 2rem 2rem 6rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.photo-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--cream-deep); }

.photo-placeholder {
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--ink);
}

.photo-placeholder svg { opacity: 0.35; }

.photo-placeholder-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  color: var(--ink);
  opacity: 0.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.photo-card-info { padding: 0.8rem 1rem 1rem; }

.photo-card-title {
  font-family: 'Noto Serif Thai', serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.2rem;
}

.photo-card-year { font-family: 'IBM Plex Mono', monospace; font-size: 0.7rem; color: var(--ink); opacity: 0.45; }

/* ----------------------------------------------------------- GUIDEBOOK */

.guidebook-header { max-width: 640px; margin: 0 auto; padding: 5.5rem 2rem 1.5rem; text-align: center; }

.guidebook-header h1 {
  font-family: 'Noto Serif Thai', serif;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.75rem;
}

.guidebook-lede { font-size: 1rem; color: var(--ink); opacity: 0.65; line-height: 1.65; }

.guidebook-download-card {
  max-width: 520px;
  margin: 2.5rem auto 0;
  background: var(--navy);
  border-radius: 12px;
  padding: 2.5rem 2.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.guidebook-download-card > *:not(.medallion-watermark) { position: relative; z-index: 1; }

.guidebook-pdf-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--mustard);
  margin-bottom: 0.6rem;
}

.guidebook-download-card h2 {
  font-family: 'Noto Serif Thai', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.6rem;
  line-height: 1.3;
}

.btn-coral-dl {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  background: var(--coral);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s;
}

.btn-coral-dl:hover { background: #b5605d; }

.btn-coral-dl:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.guidebook-contents { max-width: 520px; margin: 3.5rem auto 6rem; padding: 0 2rem; }

.guidebook-contents h2 {
  font-family: 'Noto Serif Thai', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 1.25rem;
}

.guidebook-list { list-style: none; padding: 0; margin: 0; counter-reset: guide; }

.guidebook-list li {
  counter-increment: guide;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.5;
}

.guidebook-list li::before {
  content: counter(guide, decimal-leading-zero);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--navy);
  opacity: 0.55;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

/* ---------------------------------------------------------- RESPONSIVE */

@media (max-width: 860px) {
  .hero-mascot { width: 130px; opacity: 0.4; }
}

@media (max-width: 760px) {
  .nav-links { display: none; }

  .site-nav { padding: 0 1.25rem; }

  .schedule-grid,
  .nav-cards,
  .gallery-grid { grid-template-columns: 1fr; }

  .footer-inner { flex-direction: column; gap: 1.5rem; }

  .footer-nav { text-align: left; flex-direction: row; flex-wrap: wrap; gap: 0.4rem 1.2rem; }

  .hero { padding: 4.5rem 1.5rem 3.5rem; }

  .duration-band { padding: 3.5rem 1.5rem; }

  .guidebook-download-card { margin: 2rem 1.5rem 0; }

  .guidebook-contents { padding: 0 1.5rem; margin-bottom: 4rem; }

  .gallery-grid-wrap { padding: 2rem 1.5rem 4rem; }

  .login-card { padding: 1.25rem; }

  .login-card iframe { height: 520px; }
}
