.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

:where(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid #a4c639;
  outline-offset: 4px;
}

.facility-page,
.services-page,
.partners-page,
.gallery-page {
  background-image: linear-gradient(rgba(255, 255, 255, 0.58), rgba(250, 250, 234, 0.78)), var(--facility-image);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.facility-page {
  --facility-image: url("../assets/fasilitas/1.jpg");
}

.services-page {
  --facility-image: url("../assets/fasilitas/2.jpg");
}

.partners-page {
  --facility-image: url("../assets/fasilitas/3.jpg");
}

.gallery-page {
  --facility-image: url("../assets/fasilitas/4.jpg");
}

.index-page #venues,
.index-page #history,
.index-page #contact {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.index-page #venues,
.index-page #history {
  background-image: linear-gradient(rgba(255, 255, 255, 0.58), rgba(250, 250, 234, 0.78)), url("../assets/fasilitas/5.jpg");
}

.index-page #contact {
  background-image: linear-gradient(rgba(23, 22, 21, 0.9), rgba(23, 22, 21, 0.9)), url("../assets/fasilitas/5.jpg");
}

body[data-shell="inner"] main > section:first-child h1 {
  max-width: 10ch;
  text-wrap: balance;
}

body[data-shell="inner"] main > section:first-child p {
  text-wrap: pretty;
}

.text-shadow-sm {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#hero-carousel-image,
#hero-carousel-video {
  filter: saturate(0.96) contrast(1.02) brightness(0.72);
  transition: opacity 360ms ease;
}

#hero-carousel-image.is-fading,
#hero-carousel-video.is-fading {
  opacity: 0;
}

.gradient-overlay {
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 62%, rgba(0, 0, 0, 0.48), transparent 30rem),
    linear-gradient(180deg, rgba(3, 12, 8, 0.12) 0%, rgba(3, 12, 8, 0.16) 24%, rgba(7, 24, 16, 0.36) 54%, rgba(4, 12, 9, 0.92) 100%),
    linear-gradient(90deg, rgba(5, 15, 10, 0.64) 0%, rgba(5, 15, 10, 0.3) 34%, rgba(5, 15, 10, 0.08) 64%, rgba(5, 15, 10, 0.18) 100%);
}

.hero-video {
  position: absolute;
  inset: 0;
}

.hero-grid {
  position: relative;
  display: block;
}

.hero-copy-panel {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: transparent;
  pointer-events: none;
}

.hero-copy-panel a,
.hero-copy-panel button,
.hero-caption,
.hero-language,
.hero-utility {
  pointer-events: auto;
}

.hero-content-stack {
  position: relative;
}

.hero-caption {
  max-width: min(46rem, calc(100vw - 2.5rem));
  text-align: center;
  padding-bottom: 5.5rem;
}

.hero-kicker {
  display: inline-block;
}

#hero-title {
  max-width: 13ch;
  font-size: clamp(2.55rem, 4.4vw, 4.45rem);
  line-height: 0.96;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.72);
}

.hero-kicker,
.hero-meta,
.hero-scroll-indicator,
.hero-language {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.54);
}

.hero-meta {
  align-self: flex-start;
  display: inline-flex;
  max-width: 100%;
  margin-top: 1rem;
  border: 1px solid rgba(201, 233, 93, 0.35);
  border-radius: 999px;
  background: rgba(23, 63, 41, 0.64);
  padding: 0.55rem 0.85rem;
  color: #f9ffce;
  font-size: 0.72rem;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-wrap: balance;
  backdrop-filter: blur(8px);
}

#hero-description {
  display: block;
  max-width: 42rem;
  margin-top: 0.85rem;
  border-left: 3px solid #efc77e;
  border-radius: 0 0.85rem 0.85rem 0;
  background: rgba(3, 12, 8, 0.48);
  padding: 0.75rem 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.9rem, 1.25vw, 1.02rem);
  line-height: 1.55;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
  text-wrap: pretty;
  backdrop-filter: blur(8px);
}

.hero-caption > * {
  position: relative;
}

.hero-caption.is-animated > #hero-kicker,
.hero-caption.is-animated > #hero-title,
.hero-caption.is-animated > #hero-venue-capacity,
.hero-caption.is-animated > #hero-description,
.hero-caption.is-animated > div {
  animation: hero-caption-rise 480ms cubic-bezier(0.2, 0.7, 0, 1) both;
}

.hero-caption.is-animated > #hero-title {
  animation-delay: 80ms;
}

.hero-caption.is-animated > #hero-venue-capacity {
  animation-delay: 140ms;
}

.hero-caption.is-animated > #hero-description {
  animation-delay: 200ms;
}

.hero-caption.is-animated > div {
  animation-delay: 260ms;
}

.hero-language {
  position: absolute;
  top: 1.5rem;
  right: 1.25rem;
  margin-top: 0;
  justify-content: flex-end;
}

.hero-utility {
  position: absolute;
  z-index: 31;
  left: 0;
  bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(44rem, calc(100vw - 2.5rem));
}

.hero-utility__rail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.hero-media {
  height: 100svh;
  min-height: 100svh;
}

.hero-overlay {
  pointer-events: none;
}

.hero-progress {
  justify-content: flex-start;
}

.hero-progress__dot {
  width: 1.5rem;
  height: 0.22rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  padding: 0;
  transition: width 220ms ease, background-color 220ms ease, opacity 220ms ease;
}

.hero-progress__dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

.hero-progress__dot.is-active {
  width: 3.25rem;
  background: #fff;
}

.hero-scroll-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  align-self: flex-start;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-scroll-indicator:hover {
  color: #fff;
}

@keyframes hero-caption-rise {
  from {
    opacity: 0;
    transform: translateX(-2.25rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.lang-toggle.is-active {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 700;
}

.mobile-menu-open {
  overflow: hidden;
}

.site-nav-link.is-active {
  color: #1b4d2e;
  font-weight: 800;
}

#mobile-menu .site-nav-link.is-active {
  color: #c9e95d;
}

.site-nav-desktop [data-nav-link="contact"] {
  display: none;
}

.quick-actions {
  display: none;
}

@media (min-width: 1024px) {
  .quick-actions {
    position: fixed;
    top: 50%;
    right: 1rem;
    z-index: 55;
    display: flex;
    overflow: visible;
    flex-direction: column;
    transform: translateY(-50%);
    gap: 0.45rem;
  }

  .quick-action {
    display: flex;
    width: 62px;
    min-height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 7px 5px 6px;
    border: 1px solid rgba(27, 77, 46, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 246, 0.95);
    color: #1b4d2e;
    font: 800 8.5px/1.05 "Hanken Grotesk", sans-serif;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 28px rgba(27, 48, 30, 0.16);
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }

  .quick-action:last-child {
    border-bottom: 1px solid rgba(27, 77, 46, 0.12);
    border-radius: 14px;
  }

  .quick-action-group {
    position: relative;
  }

  .quick-action-group > summary {
    border-radius: 14px;
    list-style: none;
    cursor: pointer;
  }

  .quick-action-group > summary::-webkit-details-marker {
    display: none;
  }

  .quick-action-group:hover > summary,
  .quick-action-group:focus-within > summary,
  .quick-action-group[open] > summary {
    background: #c9e95d;
  }

  .quick-action-menu {
    position: absolute;
    top: 0;
    right: calc(100% + 0.55rem);
    display: grid;
    width: 168px;
    overflow: hidden;
    border: 1px solid rgba(27, 77, 46, 0.16);
    border-radius: 14px;
    background: #fffff6;
    box-shadow: 0 14px 30px rgba(27, 48, 30, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateX(12px) scale(0.98);
    transform-origin: right top;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .quick-action-group:hover > .quick-action-menu,
  .quick-action-group:focus-within > .quick-action-menu,
  .quick-action-group[open] > .quick-action-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
    pointer-events: auto;
  }

  .quick-action-menu__link {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(27, 77, 46, 0.14);
    color: #1b4d2e;
    font: 700 12px/1.2 "Hanken Grotesk", sans-serif;
  }

  .quick-action-menu__link:last-child {
    border-bottom: 0;
  }

  .quick-action-menu__link--primary {
    background: #a4c639;
  }

  .quick-action-menu__link:hover,
  .quick-action-menu__link:focus-visible {
    background: #c9e95d;
  }

  .quick-action-menu__link:focus-visible {
    outline: 3px solid #1b4d2e;
    outline-offset: -4px;
  }

  .quick-action--contact {
    background: #fffff6;
  }

  .quick-action--location {
    background: #e9f5bf;
  }

  .quick-action--social {
    color: #fff;
  }

  .quick-action--facebook {
    background: #506600;
  }

  .quick-action--instagram {
    background: #1b4d2e;
  }

  .quick-action__icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    font-size: 22px;
  }

  .quick-action:hover,
  .quick-action:focus-visible {
    transform: translateX(-3px);
    background: #c9e95d;
    color: #1b4d2e;
    box-shadow: 0 16px 34px rgba(27, 48, 30, 0.22);
  }

  .quick-action--facebook:hover,
  .quick-action--facebook:focus-visible {
    background: #607a00;
    color: #fff;
  }

  .quick-action--instagram:hover,
  .quick-action--instagram:focus-visible {
    background: #2d6644;
    color: #fff;
  }

  .quick-action:focus-visible {
    outline: 3px solid #fff;
    outline-offset: -5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .quick-action,
  .quick-action__icon,
  .trust-stat {
    animation: none;
    transition: none;
  }

  .trust-stat:hover {
    transform: none;
  }

  .trust-stat::after {
    animation: none;
  }
}

.venue-showcase-grid {
  display: grid;
  gap: 1.5rem;
}

.venue-showcase-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(27, 77, 46, 0.1);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 45px rgba(27, 77, 46, 0.08);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.venue-showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(27, 77, 46, 0.15);
}

.venue-showcase-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8ebd8;
}

.venue-showcase-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(16, 42, 27, 0.46));
  content: "";
}

.venue-showcase-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0, 1);
}

.venue-showcase-card:hover .venue-showcase-card__media img {
  transform: scale(1.045);
}

.venue-showcase-card__badge {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(20, 61, 38, 0.82);
  padding: 0.48rem 0.75rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.venue-showcase-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.venue-showcase-card__number {
  color: #c49a56;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.venue-showcase-card__body h4 {
  margin-top: 0.55rem;
  color: #1b4d2e;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
}

.venue-showcase-card__body > p {
  margin-top: 0.85rem;
  color: #647067;
  font-size: 0.95rem;
  line-height: 1.65;
}

.venue-showcase-card__capacity {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1.25rem;
  border: 1px solid rgba(27, 77, 46, 0.1);
  border-radius: 1rem;
  background: #f7f7ee;
  padding: 0.85rem 0.95rem;
  color: #1b4d2e;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.55;
}

.venue-showcase-card__capacity-label {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #dfeeb2;
  padding: 0.12rem 0.5rem;
  color: #31542d;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-transform: uppercase;
}

.venue-showcase-card__capacity .material-symbols-outlined {
  color: #88aa22;
  font-size: 1.15rem;
}

.venue-showcase-card__actions {
  margin-top: auto;
  padding-top: 1.35rem;
}

.venue-showcase-card__actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1b4d2e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.venue-showcase-card__actions .material-symbols-outlined {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.venue-showcase-card__actions a:hover .material-symbols-outlined {
  transform: translateX(4px);
}

.services-feature {
  display: grid;
  overflow: hidden;
  margin-top: 2rem;
  border-radius: 1.75rem;
  background: #173f29;
  color: #fff;
  box-shadow: 0 24px 65px rgba(27, 77, 46, 0.18);
}

.services-feature__content {
  padding: clamp(1.75rem, 5vw, 3.5rem);
}

.services-feature__eyebrow {
  color: #efc77e;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.services-feature h5 {
  max-width: 660px;
  margin-top: 0.75rem;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.08;
}

.services-feature__content > p {
  max-width: 650px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.services-feature__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.services-feature__tags > span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.65rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-feature__tags .material-symbols-outlined {
  color: #c9e95d;
  font-size: 1rem;
}

.services-feature__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.services-feature__primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border-radius: 999px;
  background: #c9e95d;
  padding: 0.85rem 1.2rem;
  color: #173f29;
  font-size: 0.82rem;
  font-weight: 800;
}

.services-feature__secondary {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 5px;
}

.services-feature__image {
  position: relative;
  display: block;
  min-height: 270px;
  overflow: hidden;
}

.services-feature__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 63, 41, 0.05), rgba(23, 63, 41, 0.48));
  content: "";
}

.services-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0, 1);
}

.services-feature__image:hover img {
  transform: scale(1.04);
}

.services-feature__image .material-symbols-outlined {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #173f29;
}

.trust-stat {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(27, 77, 46, 0.1);
  border-radius: 1rem;
  background: linear-gradient(180deg, #fff, #fbfbf2);
  padding: 1rem;
  box-shadow: 0 16px 34px rgba(27, 77, 46, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.trust-stat::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 36%, rgba(243, 201, 128, 0.45) 47%, transparent 58% 100%);
  content: "";
  opacity: 0;
  transform: translateX(-80%);
  animation: trust-stat-shine 3.6s ease-in-out infinite;
}

.trust-stat:nth-child(2)::after {
  animation-delay: 1.1s;
}

.trust-stat:hover {
  transform: translateY(-5px);
  border-color: rgba(196, 154, 86, 0.42);
  box-shadow: 0 20px 44px rgba(27, 77, 46, 0.14);
}

.trust-stat .text-headline-md {
  position: relative;
  z-index: 1;
  color: #173f29;
  font-size: clamp(1.22rem, 1.8vw, 1.78rem);
  line-height: 1.02;
  white-space: nowrap;
}

.trust-stat p {
  position: relative;
  z-index: 1;
}

@keyframes trust-stat-shine {
  0% {
    opacity: 0;
    transform: translateX(-80%);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(80%);
  }
}

.certification-card {
  box-shadow: 0 22px 48px rgba(27, 77, 46, 0.1);
}

.certification-card__badge {
  min-height: 210px;
}

#contact > div > div {
  border-color: rgba(243, 201, 128, 0.28);
  background: linear-gradient(180deg, #26231f, #1b1917);
}

#contact input,
#contact textarea {
  border-radius: 0.9rem;
  border-color: rgba(243, 201, 128, 0.22);
  background: #fffdf5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

#contact input:focus,
#contact textarea:focus {
  border-color: #f3c980;
  box-shadow: 0 0 0 3px rgba(243, 201, 128, 0.18);
}

#contact button[type="submit"] {
  background: #f3c980;
  color: #1d1b18;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}

#contact button[type="submit"]:hover {
  transform: translateY(-2px);
  background: #ffe0a0;
}

@media (min-width: 768px) {
  .hero-copy-panel {
    min-height: 100svh;
    justify-content: flex-end;
  }

  .hero-caption {
    text-align: left;
    padding-bottom: 7rem;
  }

  .hero-language {
    top: 2rem;
    right: 2rem;
  }

  .venue-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .services-feature {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  }
}

@media (max-width: 767px) {
  .hero-copy-panel {
    padding-bottom: 4.5rem;
  }

  .hero-caption {
    max-width: calc(100vw - 2rem);
    padding-bottom: 5.75rem;
  }

  #hero-title {
    max-width: 12ch;
    font-size: clamp(2rem, 7.4vw, 2.65rem);
    line-height: 1;
  }

  .hero-meta {
    display: block;
    width: fit-content;
    margin-top: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.45rem 0.65rem;
    font-size: 0.64rem;
    letter-spacing: 0.07em;
    overflow-wrap: anywhere;
    text-align: left;
    white-space: normal;
  }

  #hero-description {
    margin-top: 0.65rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .hero-cta {
    gap: 0.4rem;
    padding: 0.75rem 0.8rem;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .hero-utility {
    align-items: center;
    bottom: 0.75rem;
    flex-direction: row;
    gap: 0.75rem;
    justify-content: space-between;
    width: calc(100vw - 2rem);
  }

  .hero-utility__rail {
    gap: 0.75rem;
  }

  .hero-progress {
    gap: 0.4rem;
  }

  .hero-progress__dot {
    width: 1.1rem;
  }

  .hero-progress__dot.is-active {
    width: 2.5rem;
  }

  .hero-scroll-indicator {
    display: none;
  }
}
