/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
* Site palette: 60% #f6f1ea · 20% #D4AF37 · 20% #1A2E4E
*/
:root {
  --cwie-bg-60: #f6f1ea;
  --cwie-accent-20: #D4AF37;
  --cwie-accent-hover: #c49e2f;
  --cwie-accent-muted: #ecd078;
  --cwie-accent-dark: #9a7d26;
  --cwie-ink-20: #1A2E4E;
  --cwie-ink-hover: #152440;
  --cwie-ink-rgb: 26, 46, 78;
  --cwie-accent-rgb: 212, 175, 55; }

body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Prompt", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: var(--cwie-bg-60); }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
  background: #f6f1ea !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(var(--cwie-ink-rgb), 0.08);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset; }
  .custom-navbar .custom-navbar-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "navLogo navToggler" "navTagline navTagline" "navMenu navMenu";
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    row-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .custom-navbar .custom-navbar-grid__logo {
    grid-area: navLogo;
    min-width: 0;
    max-width: 100%; }
  .custom-navbar .custom-navbar-grid__toggler {
    grid-area: navToggler;
    justify-self: end; }
  .custom-navbar .custom-navbar-grid__tagline {
    grid-area: navTagline; }
  .custom-navbar .custom-navbar-grid__collapse {
    grid-area: navMenu;
    width: 100%; }
  .custom-navbar .custom-navbar-grid__tagline--below-nav-row {
    margin-top: 0.4rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(var(--cwie-ink-rgb), 0.11);
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.55);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.55); }
  @media (min-width: 768px) {
    .custom-navbar .custom-navbar-grid {
      grid-template-columns: auto minmax(0, 1fr);
      grid-template-rows: auto auto;
      grid-template-areas: "navLogo navTagline" "navLogo navMenu";
      -webkit-column-gap: 1rem;
      -moz-column-gap: 1rem;
      column-gap: 1rem;
      row-gap: 0.2rem;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
    .custom-navbar .custom-navbar-grid__tagline--below-nav-row {
      margin-top: 0;
      padding-top: 0;
      border-top: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .custom-navbar .custom-navbar-grid__tagline {
      justify-self: end; }
    .custom-navbar .custom-navbar-grid__collapse {
      justify-self: end;
      width: auto; }
    .custom-navbar .custom-navbar-grid__logo {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 0;
      max-width: min(600px, 100%);
      min-height: 0; } }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-brand.site-logo-nav {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    line-height: 1; }
  .custom-navbar .site-logo--nav {
    width: auto;
    height: auto;
    max-width: min(720px, 100%);
    max-height: 91px;
    aspect-ratio: 592 / 154;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center 48%;
    object-position: center 48%;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  @media (min-width: 576px) {
    .custom-navbar .site-logo--nav {
      max-height: 106px; } }
  @media (min-width: 768px) {
    .custom-navbar .site-logo--nav {
      max-width: min(600px, 100%);
      max-height: 102px;
      -o-object-position: center 46%;
      object-position: center 46%; } }
  @media (min-width: 992px) {
    .custom-navbar .site-logo--nav {
      max-height: 110px; } }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  .custom-navbar .navbar-menu-stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0.35rem; }
    @media (min-width: 992px) {
      .custom-navbar .navbar-menu-stack {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right; } }
  .custom-navbar .nav-text-banner--premium {
    position: relative;
    padding-bottom: 0.55rem; }
  .custom-navbar .nav-text-banner--premium::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    opacity: 0.85;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, rgba(212, 175, 55, 0.35)), color-stop(50%, rgba(26, 46, 78, 0.45)), color-stop(70%, rgba(212, 175, 55, 0.35)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.35) 30%, rgba(26, 46, 78, 0.45) 50%, rgba(212, 175, 55, 0.35) 70%, transparent);
    background-size: 220% 100%;
    -webkit-animation: navBannerRuleSweep 6s ease-in-out infinite;
    animation: navBannerRuleSweep 6s ease-in-out infinite; }
    @media (min-width: 992px) {
      .custom-navbar .nav-text-banner--premium::after {
        left: auto;
        width: min(100%, 28rem); } }
  .custom-navbar .nav-text-banner__line1 {
    font-family: "Prompt", system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(1rem, 2.2vw + 0.55rem, 1.45rem);
    letter-spacing: 0.04em;
    line-height: 1.2;
    background: -webkit-linear-gradient(100deg, #a88420 0%, #D4AF37 22%, #f5e6b8 48%, #D4AF37 72%, #8a7024 100%);
    background: linear-gradient(100deg, #a88420 0%, #D4AF37 22%, #f5e6b8 48%, #D4AF37 72%, #8a7024 100%);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-animation: navBannerGoldShimmer 5s ease-in-out infinite;
    animation: navBannerGoldShimmer 5s ease-in-out infinite;
    -webkit-filter: drop-shadow(0 2px 10px rgba(212, 175, 55, 0.22));
    filter: drop-shadow(0 2px 10px rgba(212, 175, 55, 0.22)); }
  .custom-navbar .nav-text-banner__line2 {
    font-family: "Prompt", system-ui, sans-serif;
    font-weight: 600;
    font-size: clamp(0.88rem, 1.55vw + 0.4rem, 1.12rem);
    letter-spacing: 0.04em;
    line-height: 1.35;
    color: #1A2E4E;
    opacity: 0.97;
    -webkit-animation: navBannerInkPulse 7s ease-in-out infinite;
    animation: navBannerInkPulse 7s ease-in-out infinite; }
  .custom-navbar .navbar-menu-stack__nav {
    margin-top: 0.2rem;
    margin-bottom: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (max-width: 767px) {
      .custom-navbar .navbar-menu-stack__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; } }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 7px;
      margin-right: 7px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    color: var(--cwie-ink-20) !important;
    opacity: .58;
    -webkit-transition: opacity 0.35s ease, color 0.35s ease, -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: opacity 0.35s ease, color 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.35s ease, color 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 6px;
        right: 6px;
        height: 2px;
        border-radius: 999px;
        background: -webkit-gradient(linear, left top, right top, from(#D4AF37), to(#1A2E4E));
        background: linear-gradient(90deg, #D4AF37, #1A2E4E);
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: width 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
        -o-transition: width 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
        transition: width 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1;
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px); }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 12px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 12px); }
  @media (min-width: 768px) {
    .custom-navbar .custom-navbar-nav li a {
      font-size: 0.84rem; } }

@-webkit-keyframes navBannerGoldShimmer {
  0%, 100% {
    background-position: 0% center; }
  50% {
    background-position: 100% center; } }
@keyframes navBannerGoldShimmer {
  0%, 100% {
    background-position: 0% center; }
  50% {
    background-position: 100% center; } }

@-webkit-keyframes navBannerInkPulse {
  0%, 100% {
    opacity: 0.94;
    -webkit-filter: brightness(1);
    filter: brightness(1); }
  50% {
    opacity: 1;
    -webkit-filter: brightness(1.06);
    filter: brightness(1.06); } }
@keyframes navBannerInkPulse {
  0%, 100% {
    opacity: 0.94;
    -webkit-filter: brightness(1);
    filter: brightness(1); }
  50% {
    opacity: 1;
    -webkit-filter: brightness(1.06);
    filter: brightness(1.06); } }

@-webkit-keyframes navBannerRuleSweep {
  0%, 100% {
    background-position: 0% 50%;
    opacity: 0.65; }
  50% {
    background-position: 100% 50%;
    opacity: 1; } }
@keyframes navBannerRuleSweep {
  0%, 100% {
    background-position: 0% 50%;
    opacity: 0.65; }
  50% {
    background-position: 100% 50%;
    opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .custom-navbar .nav-text-banner__line1,
  .custom-navbar .nav-text-banner__line2,
  .custom-navbar .nav-text-banner--premium::after {
    -webkit-animation: none !important;
    animation: none !important; }
  .custom-navbar .nav-text-banner__line1 {
    background: none;
    color: #D4AF37;
    -webkit-text-fill-color: #D4AF37; }
  .custom-navbar .custom-navbar-nav li a:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #1d2870;
  padding: calc(4rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; } }
  .hero > .container {
    position: relative;
    z-index: 1; }
  .hero-backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden; }
  .hero-backdrop__photo-sheet {
    display: none; }
  .hero-backdrop__photo-tint {
    display: none; }
  .hero-backdrop__glow {
    display: none; }
  .hero-backdrop::after {
    display: none; }

@media (prefers-reduced-motion: reduce) {
  .footer-section::before {
    -webkit-filter: brightness(1.08) saturate(0.94);
    filter: brightness(1.08) saturate(0.94);
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 520px; } }
  .hero .hero-title-stack {
    margin-bottom: 1.75rem; }
  .hero .hero-network-badge {
    position: relative;
    display: inline-block;
    margin-bottom: 1.1rem; }
  .hero .hero-network-badge__pulse {
    position: absolute;
    inset: -3px;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(212, 175, 55, 0.55), rgba(255, 255, 255, 0.2), rgba(212, 175, 55, 0.45));
    opacity: 0.7;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: 0;
    pointer-events: none;
    -webkit-animation: heroNetworkPulse 4s ease-in-out infinite;
    animation: heroNetworkPulse 4s ease-in-out infinite; }
  .hero .hero-network-badge__chip {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 1.15rem 0.52rem 0.75rem;
    border-radius: 999px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 48%, rgba(246, 241, 234, 0.9) 100%);
    border: 1px solid rgba(26, 46, 78, 0.2);
    -webkit-box-shadow: 0 10px 32px rgba(26, 46, 78, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 32px rgba(26, 46, 78, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px); }
  .hero .hero-network-badge__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #D4AF37 0%, #ecd078 100%);
    color: #1A2E4E;
    font-size: 0.95rem;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18); }
  .hero .hero-network-badge__label {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.055em;
    line-height: 1.35;
    color: #1A2E4E;
    text-shadow: none; }
    @media (min-width: 400px) {
      .hero .hero-network-badge__label {
        font-size: 0.875rem; } }
  .hero .hero-main-title {
    margin: 0;
    padding: 0;
    font-weight: 800;
    color: rgba(246, 241, 234, 0.98);
    letter-spacing: -0.02em;
    line-height: 1.08;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.65rem 1.1rem; }
  .hero .hero-main-title__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.65rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .hero .hero-main-title__accent {
    width: 5px;
    height: 2.5rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #D4AF37 0%, rgba(212, 175, 55, 0.35) 100%);
    -webkit-box-shadow: 0 0 20px rgba(212, 175, 55, 0.45);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.45);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (min-width: 576px) {
      .hero .hero-main-title__accent {
        height: 2.85rem; } }
  .hero .hero-main-title__brand {
    font-size: clamp(2.15rem, 5vw + 1rem, 3.35rem);
    font-weight: 800;
    color: #f6f1ea;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35); }
  @supports ((-webkit-background-clip: text) and ((-webkit-text-fill-color: transparent) or (text-fill-color: transparent))) {
    .hero .hero-main-title__brand {
      background: linear-gradient(100deg, #ffffff 0%, #f6f1ea 38%, #ecd078 72%, #D4AF37 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: none;
      -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4));
      filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4)); } }
  .hero .hero-main-title__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .hero .hero-main-title__sub-text {
    font-size: clamp(1.05rem, 2vw + 0.75rem, 1.35rem);
    font-weight: 500;
    color: rgba(246, 241, 234, 0.88);
    letter-spacing: 0.04em; }
  .hero .hero-main-title__sub-num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.85rem;
    padding: 0.2rem 0.65rem;
    border-radius: 12px;
    font-size: clamp(1.65rem, 4vw + 0.5rem, 2.35rem);
    font-weight: 800;
    line-height: 1;
    color: #1A2E4E;
    background: linear-gradient(165deg, #f0dc98 0%, #D4AF37 40%, #b8922a 100%);
    border: 1px solid rgba(255, 255, 255, 0.45);
    -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5); }

@-webkit-keyframes heroNetworkPulse {
  0%, 100% {
    opacity: 0.55;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }

@keyframes heroNetworkPulse {
  0%, 100% {
    opacity: 0.55;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.02);
    transform: scale(1.02); } }

@media (prefers-reduced-motion: reduce) {
  .hero .hero-network-badge__pulse {
    -webkit-animation: none !important;
    animation: none !important; } }

  .hero .hero-event-date {
    position: relative;
    display: inline-block;
    text-align: left;
    z-index: 2; }
  .hero .hero-event-date__halo {
    position: absolute;
    inset: -8px -10px -10px -10px;
    border-radius: 28px;
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(212, 175, 55, 0.45)), color-stop(40%, rgba(255, 248, 220, 0.25)), to(rgba(212, 175, 55, 0.35)));
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.45) 0%, rgba(255, 248, 220, 0.25) 40%, rgba(212, 175, 55, 0.35) 100%);
    -webkit-filter: blur(18px);
    filter: blur(18px);
    opacity: 0.85;
    z-index: 0;
    pointer-events: none;
    -webkit-animation: heroDateHalo 5s ease-in-out infinite alternate;
    animation: heroDateHalo 5s ease-in-out infinite alternate; }
  .hero .hero-event-date__card {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(26, 46, 78, 0.18);
    -webkit-box-shadow: 0 24px 48px rgba(47, 47, 47, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    box-shadow: 0 24px 48px rgba(47, 47, 47, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.92)), to(rgba(246, 241, 234, 0.96)));
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 241, 234, 0.96) 100%);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px); }
  .hero .hero-event-date__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.55rem 1.25rem 0.6rem;
    background: linear-gradient(110deg, #8a6f22 0%, #D4AF37 22%, #fff4cc 50%, #D4AF37 78%, #8a6f22 100%);
    background-size: 220% 100%;
    -webkit-animation: heroDateShimmer 7s ease-in-out infinite;
    animation: heroDateShimmer 7s ease-in-out infinite;
    color: #1A2E4E;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08); }
  .hero .hero-event-date__icon {
    font-size: 0.95rem;
    opacity: 0.92; }
  .hero .hero-event-date__ribbon {
    position: relative;
    z-index: 1; }
  .hero .hero-event-date__spark {
    position: absolute;
    right: 12%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fffef0;
    -webkit-box-shadow: 0 0 12px 3px rgba(255, 255, 255, 0.65);
    box-shadow: 0 0 12px 3px rgba(255, 255, 255, 0.65);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.9;
    -webkit-animation: heroDateSpark 2.6s ease-in-out infinite;
    animation: heroDateSpark 2.6s ease-in-out infinite; }
  .hero .hero-event-date__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.15rem;
    padding: 1.2rem 1.4rem 1.35rem 1.25rem; }
    @media (min-width: 576px) {
      .hero .hero-event-date__body {
        padding: 1.35rem 1.65rem 1.45rem 1.4rem;
        gap: 1.35rem; } }
  .hero .hero-event-date__emblem {
    position: relative;
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.55) 0%, transparent 42%), radial-gradient(circle at 70% 75%, rgba(212, 175, 55, 0.35) 0%, transparent 45%), linear-gradient(155deg, #ecd078 0%, #D4AF37 45%, #9a7d26 100%);
    -webkit-box-shadow: inset 0 2px 14px rgba(255, 255, 255, 0.5), 0 10px 28px rgba(0, 0, 0, 0.28);
    box-shadow: inset 0 2px 14px rgba(255, 255, 255, 0.5), 0 10px 28px rgba(0, 0, 0, 0.28);
    border: 2px solid rgba(255, 255, 255, 0.55); }
    @media (min-width: 576px) {
      .hero .hero-event-date__emblem {
        width: 5.75rem;
        height: 5.75rem;
        min-width: 5.75rem; } }
  .hero .hero-event-date__emblem-ring {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.65);
    opacity: 0.9;
    pointer-events: none;
    -webkit-animation: heroDateRing 4s ease-in-out infinite;
    animation: heroDateRing 4s ease-in-out infinite; }
  .hero .hero-event-date__day {
    position: relative;
    z-index: 1;
    font-weight: 800;
    line-height: 1;
    font-size: 2.85rem;
    color: #1A2E4E;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), 0 3px 12px rgba(23, 53, 41, 0.2);
    letter-spacing: -0.03em; }
    @media (min-width: 576px) {
      .hero .hero-event-date__day {
        font-size: 3.25rem; } }
  .hero .hero-event-date__divider {
    width: 2px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    min-height: 4rem;
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(212, 175, 55, 0.95)), color-stop(80%, rgba(212, 175, 55, 0.95)), to(transparent));
    background: linear-gradient(180deg, transparent 0%, rgba(212, 175, 55, 0.95) 20%, rgba(212, 175, 55, 0.95) 80%, transparent 100%);
    -webkit-box-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.35); }
  .hero .hero-event-date__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.35rem;
    padding-top: 0.1rem; }
  .hero .hero-event-date__month {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.04em;
    color: #1A2E4E;
    text-shadow: none; }
    @media (min-width: 576px) {
      .hero .hero-event-date__month {
        font-size: 1.85rem; } }
  .hero .hero-event-date__year {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: rgba(47, 47, 47, 0.65);
    padding-top: 0.4rem;
    margin-top: 0.1rem;
    border-top: 1px solid rgba(26, 46, 78, 0.2); }
    @media (min-width: 576px) {
      .hero .hero-event-date__year {
        font-size: 1.05rem; } }

@-webkit-keyframes heroDateHalo {
  0% {
    opacity: 0.65;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0.95;
    -webkit-transform: scale(1.03);
    transform: scale(1.03); } }

@keyframes heroDateHalo {
  0% {
    opacity: 0.65;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0.95;
    -webkit-transform: scale(1.03);
    transform: scale(1.03); } }

@-webkit-keyframes heroDateShimmer {
  0%, 100% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; } }

@keyframes heroDateShimmer {
  0%, 100% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; } }

@-webkit-keyframes heroDateSpark {
  0%, 100% {
    opacity: 0.45;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.25);
    transform: translateY(-50%) scale(1.25); } }

@keyframes heroDateSpark {
  0%, 100% {
    opacity: 0.45;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1.25);
    transform: translateY(-50%) scale(1.25); } }

@-webkit-keyframes heroDateRing {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75; }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    opacity: 1; } }

@keyframes heroDateRing {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75; }
  50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .hero .hero-event-date__halo,
  .hero .hero-event-date__header,
  .hero .hero-event-date__spark,
  .hero .hero-event-date__emblem-ring {
    -webkit-animation: none !important;
    animation: none !important; }
  .hero .hero-event-date__header {
    background-position: 50% 50%; } }
  .hero p {
    color: rgba(246, 241, 234, 0.78);
    margin-bottom: 30px; }
    .hero p strong {
      color: #ffffff;
      font-weight: 700; }
  .hero .hero-img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 32px;
      right: 0;
      z-index: 2;
      max-width: min(972px, 100%);
      width: auto;
      height: auto;
      left: auto;
      margin-left: auto;
      -o-object-fit: contain;
      object-fit: contain;
      border-radius: 14px;
      -webkit-filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 40px rgba(212, 175, 55, 0.12));
      filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 40px rgba(212, 175, 55, 0.12)); }
    .hero .hero-img-wrap img.cwie-png-alpha {
      border-radius: 0;
      background: transparent;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-filter: none;
      filter: none; }
    .hero .hero-img-wrap img.hero-key-visual {
      max-height: min(97vw, 744px); }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0;
          left: auto;
          top: 28px;
          margin-left: auto;
          max-width: min(915px, 100%); }
        .hero .hero-img-wrap img.hero-key-visual {
          max-height: 686px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: auto;
          top: -20px;
          position: absolute;
          right: 0;
          margin-left: 0;
          max-width: min(858px, 68vw); }
        .hero .hero-img-wrap img.hero-key-visual {
          max-height: min(629px, 79vh); } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: auto;
          top: -8px;
          right: 0;
          margin-left: 0;
          max-width: min(915px, 66vw); }
        .hero .hero-img-wrap img.hero-key-visual {
          max-height: 658px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: var(--cwie-ink-20);
    border-color: var(--cwie-ink-20); }
    .btn.btn-primary:hover {
      background: var(--cwie-ink-hover);
      border-color: var(--cwie-ink-hover); }
  .btn.btn-secondary {
    color: var(--cwie-ink-20);
    background: var(--cwie-accent-20);
    border-color: var(--cwie-accent-20); }
    .btn.btn-secondary:hover {
      background: var(--cwie-accent-hover);
      border-color: var(--cwie-accent-hover); }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

  .hero .btn.btn-white-outline {
    border-color: rgba(255, 255, 255, 0.42);
    color: #f6f1ea; }
    .hero .btn.btn-white-outline:hover {
      border-color: #f6f1ea;
      background: #f6f1ea;
      color: var(--cwie-ink-20); }

.section-title {
  color: var(--cwie-ink-20); }

.event-countdown-section {
  --wcc-cyan: #47b8ff;
  --wcc-mint: #61e0a8;
  --wcc-pink: #ff4d8d;
  position: relative;
  overflow: hidden;
  padding: 3rem 0 0;
  background: linear-gradient(145deg, #000814 0%, #001034 42%, #0a1a38 100%);
  border-top: 1px solid rgba(71, 184, 255, 0.25);
  border-bottom: 1px solid rgba(26, 46, 78, 0.5);
  color: #f0f9ff; }

.event-countdown-section__stadium-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(ellipse 90% 70% at 50% 20%, rgba(26, 46, 78, 0.5) 0%, transparent 55%), radial-gradient(circle at center, rgba(0, 40, 100, 0.22) 0%, rgba(0, 0, 12, 0.92) 72%); }

.event-countdown-section__crowd-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32%;
  z-index: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 46, 78, 0.62)), to(transparent));
  background: linear-gradient(0deg, rgba(26, 46, 78, 0.62) 0%, rgba(15, 35, 70, 0.25) 45%, transparent 100%);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: wccCrowdWave 8s ease-in-out infinite;
  animation: wccCrowdWave 8s ease-in-out infinite; }

.event-countdown-section__flares {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden; }

.event-countdown-section__flare {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(71, 184, 255, 0.75);
  box-shadow: 0 0 10px 2px rgba(71, 184, 255, 0.75);
  -webkit-animation: wccFlare 4.5s infinite;
  animation: wccFlare 4.5s infinite;
  opacity: 0; }

.event-countdown-section__content {
  z-index: 2;
  padding-bottom: 3.25rem; }

.event-countdown-section__event {
  margin-bottom: 1.75rem; }

.event-countdown-section__tournament {
  font-family: "Oswald", "Montserrat", sans-serif;
  font-size: clamp(0.9rem, 1.2vw + 0.65rem, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  background: -webkit-linear-gradient(left, var(--wcc-cyan), var(--wcc-mint));
  background: linear-gradient(90deg, var(--wcc-cyan), var(--wcc-mint));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; }

.event-countdown-section__match-title {
  font-family: "Prompt", system-ui, sans-serif;
  font-size: clamp(1.5rem, 3.5vw + 1rem, 2.35rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 0.5rem;
  color: #f6f1ea;
  text-shadow: 0 0 28px rgba(71, 184, 255, 0.45); }

.event-countdown-section__venue {
  font-size: 0.95rem;
  opacity: 0.88;
  margin: 0; }

.event-countdown-section__tz-pill {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(212, 175, 55, 0.22);
  color: #ecd078; }

.event-countdown-section__active {
  margin-bottom: 0; }

.event-countdown-section__count-wrap {
  position: relative;
  width: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem 0 1.25rem; }

.event-countdown-section__pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(260px, 55vw, 420px);
  height: clamp(260px, 55vw, 420px);
  margin: 0;
  border-radius: 50%;
  border: 2px solid rgba(71, 184, 255, 0.35);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: wccPulseRing 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: wccPulseRing 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  pointer-events: none; }
  .event-countdown-section__pulse-ring:nth-of-type(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .event-countdown-section__pulse-ring:nth-of-type(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

.event-countdown-section__segments {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.event-countdown-section__segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4.25rem; }

.event-countdown-section__segment-value {
  font-family: "Montserrat", "Prompt", sans-serif;
  font-size: clamp(2.35rem, 7vw + 0.5rem, 4.2rem);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  background: -webkit-linear-gradient(315deg, var(--wcc-cyan) 0%, #D4AF37 45%, var(--wcc-mint) 100%);
  background: linear-gradient(135deg, var(--wcc-cyan) 0%, #D4AF37 45%, var(--wcc-mint) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  margin-bottom: 0.45rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-filter: drop-shadow(0 4px 14px rgba(97, 224, 168, 0.25));
  filter: drop-shadow(0 4px 14px rgba(97, 224, 168, 0.25)); }
  .event-countdown-section__segment-value::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 32px;
    height: 4px;
    margin-left: -16px;
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, right top, from(var(--wcc-cyan)), to(var(--wcc-mint)));
    background: linear-gradient(90deg, var(--wcc-cyan), var(--wcc-mint)); }

.event-countdown-section__segment-label {
  font-family: "Montserrat", "Prompt", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(240, 249, 255, 0.68); }

.event-countdown-section__segment-value.event-countdown-section__beat {
  -webkit-animation: wccBeat 0.5s ease-out;
  animation: wccBeat 0.5s ease-out; }

.event-countdown-section__ticker {
  margin-top: 0.25rem;
  overflow: hidden;
  border-top: 1px solid rgba(71, 184, 255, 0.28);
  border-bottom: 1px solid rgba(71, 184, 255, 0.28);
  background: rgba(0, 16, 52, 0.72); }

.event-countdown-section__ticker-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  -webkit-animation: wccTicker 38s linear infinite;
  animation: wccTicker 38s linear infinite; }

.event-countdown-section__ticker-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.25rem;
  padding: 0.85rem 2rem;
  white-space: nowrap; }

.event-countdown-section__ticker-item {
  font-family: "Montserrat", "Prompt", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: rgba(240, 249, 255, 0.9); }

.event-countdown-section__ticker-item--hl {
  color: var(--wcc-mint); }

.event-countdown-ended {
  text-align: center;
  padding: 2rem 1rem 1rem; }
  .event-countdown-ended__msg {
    margin: 0;
    font-size: clamp(1.75rem, 4vw + 1rem, 2.35rem);
    font-weight: 900;
    font-family: "Prompt", sans-serif;
    background: -webkit-linear-gradient(left, #ecd078, var(--wcc-mint));
    background: linear-gradient(90deg, #ecd078, var(--wcc-mint));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.35));
    filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.35)); }

@-webkit-keyframes wccCrowdWave {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.12);
    transform: scaleY(1.12); } }

@keyframes wccCrowdWave {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.12);
    transform: scaleY(1.12); } }

@-webkit-keyframes wccPulseRing {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.78);
    transform: translate(-50%, -50%) scale(0.78);
    opacity: 0.75; }
  70% {
    opacity: 0.18; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.12);
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0; } }

@keyframes wccPulseRing {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.78);
    transform: translate(-50%, -50%) scale(0.78);
    opacity: 0.75; }
  70% {
    opacity: 0.18; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.12);
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0; } }

@-webkit-keyframes wccBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes wccBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes wccTicker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes wccTicker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@-webkit-keyframes wccFlare {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  18% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  82% {
    opacity: 0.85; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes wccFlare {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  18% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  82% {
    opacity: 0.85; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@media (prefers-reduced-motion: reduce) {
  .event-countdown-section__crowd-wave,
  .event-countdown-section__pulse-ring,
  .event-countdown-section__ticker-track,
  .event-countdown-section__flare {
    -webkit-animation: none !important;
    animation: none !important; }
  .event-countdown-section__segment-value.event-countdown-section__beat {
    -webkit-animation: none !important;
    animation: none !important; } }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #e5e0d8;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon i {
      font-size: 44px;
      color: #1A2E4E;
      line-height: 1; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(26, 46, 78, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature--rg .icon {
    width: 82px;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .feature--rg .icon:before {
      width: 82px;
      height: 82px;
      right: auto;
      bottom: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: rgba(26, 46, 78, 0.16); }
    .feature--rg .icon i {
      position: relative;
      font-size: 38px;
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px); }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature.feature--rg h3 {
    font-size: 18px; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #1A2E4E;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #e5e0d8;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(26, 46, 78, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #1A2E4E;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #1A2E4E; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .blog-section .post-entry .post-thumbnail img.cwie-png-alpha {
      border-radius: 0;
      background: transparent;
      background-color: transparent; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 44px 0 40px;
  position: relative;
  overflow: hidden;
  background: #1A2E4E;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: none;
  box-shadow: none; }
  .footer-section::before {
    display: none; }
  .footer-section::after {
    display: none; }
  .footer-section > .container {
    position: relative;
    z-index: 1; }
  .footer-section .text-muted {
    color: rgba(255, 255, 255, 0.72) !important; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(255, 255, 255, 0.78); }
  .footer-section .subscription-form {
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
    margin-top: 0; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0;
        margin-bottom: 48px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #fff; }
    .footer-section .subscription-form .footer-lead-note {
      color: rgba(var(--cwie-ink-rgb), 0.55) !important; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Prompt", system-ui, -apple-system, sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #1A2E4E;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 28px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #fff; }
  .footer-section .footer-logo-wrap .footer-logo.site-logo-footer {
    display: inline-block;
    font-size: 0;
    line-height: 0; }
  .footer-section .footer-organizer-lead {
    font-size: clamp(0.88rem, 1.75vw, 0.98rem);
    line-height: 1.5;
    font-weight: 500;
    color: #fff; }
  .footer-section .footer-col-brand__stack {
    text-align: left; }
  .footer-section .footer-contact-list {
    padding-left: 0;
    color: #fff;
    line-height: 1.45; }
  .footer-section .footer-contact-list__row {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.45rem; }
  .footer-section .footer-contact-list__row:last-child {
    margin-bottom: 0; }
  .footer-section .footer-contact-list__icon {
    flex-shrink: 0;
    width: 1.15rem;
    text-align: center;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.4; }
  .footer-section .footer-contact-list__icon--top {
    padding-top: 0.12rem; }
  .footer-section .footer-contact-list__addr {
    flex: 1;
    min-width: 0; }
  .footer-section .footer-contact-list a {
    color: #fff;
    text-decoration: none;
    word-break: break-word; }
  .footer-section .footer-contact-list a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.88); }
  .footer-section .site-logo--foot {
    width: auto;
    height: auto;
    max-width: min(720px, 100%);
    max-height: 115px;
    aspect-ratio: 592 / 154;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }
  @media (min-width: 768px) {
    .footer-section .site-logo--foot {
      max-width: min(600px, 100%);
      max-height: 88px; } }
  .footer-section .footer-venue-logo {
    width: auto;
    height: auto;
    max-width: min(300px, 100%);
    max-height: 76px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }
  @media (min-width: 768px) {
    .footer-section .footer-venue-logo {
      max-width: min(280px, 100%);
      max-height: 70px; } }
  .footer-section .footer-venue-logo.footer-venue-logo--expanded {
    max-width: min(520px, 100%);
    max-height: 112px;
    margin-left: 0; }
  @media (min-width: 768px) {
    .footer-section .footer-venue-logo.footer-venue-logo--expanded {
      max-width: min(500px, 100%);
      max-height: 105px; } }
  .footer-section .footer-map-embed {
    max-width: min(100%, 360px);
    min-height: 0; }
  .footer-section .footer-map-embed iframe {
    border: 0 !important; }
  .footer-section .footer-col--brand .site-logo--foot {
    max-height: min(100px, 22vw);
    width: auto; }
  @media (min-width: 992px) {
    .footer-section .footer-col--brand .site-logo--foot {
      max-height: 92px; } }
  .footer-section .footer-col--brand .footer-logo-wrap {
    text-align: left;
    width: 100%; }
  .footer-section .footer-col--brand .footer-logo-wrap .footer-logo.site-logo-footer {
    display: inline-block;
    text-align: left; }
  .footer-section .footer-col--brand .site-logo--foot.footer-brand-logo-ac {
    max-height: min(168px, 44vw);
    width: auto;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    margin-left: 0;
    margin-right: auto;
    display: block; }
  @media (min-width: 992px) {
    .footer-section .footer-col--brand .site-logo--foot.footer-brand-logo-ac {
      max-height: 158px; } }
  .footer-section .footer-col-brand__social {
    padding-top: 0.35rem; }
  .footer-section .footer-three-cols .footer-col__title {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em; }
  .footer-section .footer-nav-menu-wrap {
    max-width: 100%; }
  .footer-section .footer-nav-menu li {
    margin-bottom: 0.35rem; }
  .footer-section .footer-nav-menu a {
    color: #fff;
    text-decoration: none; }
  .footer-section .footer-nav-menu a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.82); }
  .footer-section .footer-nav-menu__legal-sep {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }
  .footer-section .footer-col--venue .footer-venue-address {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.55;
    font-size: 0.95rem; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: rgba(255, 255, 255, 0.22);
        color: #fff; }
  .footer-section .border-top {
    border-color: rgba(255, 255, 255, 0.18) !important; }
    .footer-section .border-top.copyright {
      font-size: 14px !important;
      color: rgba(255, 255, 255, 0.92); }
  .footer-section .footer-map-embed.border {
    border-color: rgba(255, 255, 255, 0.22) !important; }
  .footer-section .footer-venue-logo-shell {
    display: block;
    width: 100%;
    max-width: min(300px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding: 0.65rem 0.85rem;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0.75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35); }
  @media (min-width: 992px) {
    .footer-section .footer-col--venue.text-lg-start .footer-venue-logo-shell {
      margin-left: 0;
      margin-right: auto; } }
  .footer-section .footer-venue-logo.footer-venue-logo--heading {
    max-width: 100%;
    max-height: 108px;
    width: 100%;
    height: auto;
    object-fit: contain; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Prompt", system-ui, -apple-system, sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1A2E4E;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1A2E4E;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #1A2E4E !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #1A2E4E !important; }

.thankyou-icon {
  position: relative;
  color: #1A2E4E; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(26, 46, 78, 0.2); }

.page-schedule,
.page-inner {
  background: #f8f9fa; }

.schedule-page-main {
  min-height: 50vh; }

.schedule-page-title {
  font-weight: 600;
  color: var(--cwie-ink-20, #1a1a1a); }

.schedule-page-meta li {
  margin-bottom: 0.35rem; }

.schedule-table-wrap {
  background: #fff; }

.schedule-table caption {
  font-weight: 600;
  color: #495057; }

.schedule-table th,
.schedule-table td {
  vertical-align: top;
  font-size: 0.9375rem;
  line-height: 1.45; }

.schedule-table thead th {
  background: rgba(26, 46, 78, 0.08);
  color: var(--cwie-ink-20, #1a2e4e);
  font-weight: 600;
  white-space: nowrap; }

.schedule-table tbody th[scope="row"] {
  font-weight: 600;
  white-space: nowrap;
  background: rgba(248, 249, 250, 0.95); }

@media (max-width: 767px) {
  .schedule-col-time {
    min-width: 7.5rem; }
  .schedule-col-place {
    min-width: 10rem; } }

/* --- หน้ากำหนดการแบบการ์ด (HTML ล้วน) --- */
.schedule-cards-main {
  background-color: var(--cwie-bg-60);
  min-height: 50vh; }

.schedule-hero-card {
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.1);
  box-shadow: 0 8px 32px rgba(var(--cwie-ink-rgb), 0.08);
  padding: 1.75rem 1.5rem;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .schedule-hero-card {
      padding: 2.25rem 2.5rem; } }

.schedule-hero-card__eyebrow {
  color: var(--cwie-accent-dark);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.5rem; }

.schedule-hero-card__title {
  color: var(--cwie-ink-20);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.75rem; }

.schedule-hero-card__theme {
  color: #6a6a6a;
  font-size: 1rem;
  margin-bottom: 0.35rem; }

.schedule-hero-card__chip {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: rgba(var(--cwie-ink-rgb), 0.05);
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.08);
  font-size: 0.9rem;
  color: #3d3d3d;
  margin-top: 0.75rem; }
  .schedule-hero-card__chip i {
    color: var(--cwie-accent-20);
    margin-top: 0.15rem; }

.schedule-cards-heading {
  color: var(--cwie-ink-20);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.25rem; }
  .schedule-cards-heading i {
    color: var(--cwie-accent-20); }

.schedule-cards-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem; }

.schedule-card-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.1);
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 2px 12px rgba(var(--cwie-ink-rgb), 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease; }
  .schedule-card-row:hover {
    box-shadow: 0 8px 24px rgba(var(--cwie-ink-rgb), 0.1);
    border-color: rgba(212, 175, 55, 0.35); }

.schedule-card-row--highlight {
  border-left: 4px solid var(--cwie-ink-20); }

.schedule-card-row--accent-gold {
  border-left: 4px solid var(--cwie-accent-20); }

.schedule-card-row--closing {
  text-align: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(var(--cwie-ink-rgb), 0.05));
  border-color: rgba(212, 175, 55, 0.25); }

.schedule-card-row__time {
  flex: 0 0 auto;
  min-width: 8.5rem; }

.schedule-time-pill {
  display: inline-block;
  background: var(--cwie-ink-20);
  color: #fff;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.35;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  white-space: normal;
  max-width: 100%; }

.schedule-card-row__body {
  flex: 1 1 12rem;
  min-width: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6a6a6a; }
  .schedule-card-row__body strong,
  .schedule-card-row__body .sch-lead {
    color: #3d3d3d;
    font-weight: 600; }

.schedule-card-row__place {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6a6a6a;
  line-height: 1.45; }
  @media (min-width: 768px) {
    .schedule-card-row__place {
      flex: 0 1 16rem;
      max-width: 18rem;
      margin-left: auto;
      text-align: right;
      justify-content: flex-end; } }
  .schedule-card-row__place i {
    color: var(--cwie-accent-20);
    margin-top: 0.15rem; }
  @media (min-width: 768px) {
    .schedule-card-row__place i {
      margin-top: 0.2rem; } }

.schedule-notes-box {
  background: #fff;
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.1);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px rgba(var(--cwie-ink-rgb), 0.05); }
  .schedule-notes-box h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--cwie-ink-20);
    margin-bottom: 0.75rem; }
  .schedule-notes-box li {
    margin-bottom: 0.5rem;
    color: #6a6a6a;
    font-size: 0.9375rem; }

.btn-schedule-back {
  border-radius: 0.75rem;
  font-weight: 600;
  border: 2px solid var(--cwie-ink-20);
  color: var(--cwie-ink-20);
  padding: 0.5rem 1.25rem; }
  .btn-schedule-back:hover {
    background: var(--cwie-ink-20);
    color: #fff;
    border-color: var(--cwie-ink-20); }

/* --- หน้าโครงการ (project.html) --- */
.project-page-main {
  background-color: var(--cwie-bg-60);
  overflow-x: hidden; }

.project-hero {
  background: linear-gradient(135deg, #fff 0%, #faf7f2 50%, rgba(26, 46, 78, 0.04) 100%);
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 12px 40px rgba(var(--cwie-ink-rgb), 0.08);
  padding: 2rem 1.5rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .project-hero {
      padding: 2.5rem 2.75rem; } }

.project-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cwie-accent-dark);
  margin-bottom: 0.75rem; }
  .project-hero__badge i {
    color: var(--cwie-accent-20); }

.project-hero__title {
  color: var(--cwie-ink-20);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem; }

.project-hero__lead {
  color: #6a6a6a;
  font-size: 1.05rem;
  max-width: 42rem; }

.project-hero__figure {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.1);
  box-shadow: 0 8px 28px rgba(var(--cwie-ink-rgb), 0.12);
  background: #fff; }
  .project-hero__figure img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; }

.project-section {
  margin-bottom: 2.75rem; }

.project-section__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem; }

.project-section__icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.2), rgba(26, 46, 78, 0.12));
  color: var(--cwie-ink-20);
  font-size: 1.25rem; }

.project-section__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--cwie-ink-20);
  margin: 0;
  line-height: 1.35; }

.project-section__subtitle {
  font-size: 0.9rem;
  color: #6a6a6a;
  margin: 0.25rem 0 0 0; }

.project-prose {
  background: #fff;
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.1);
  border-radius: 1rem;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 4px 20px rgba(var(--cwie-ink-rgb), 0.06);
  color: #6a6a6a;
  font-size: 0.9375rem;
  line-height: 1.75; }
  .project-prose p {
    margin-bottom: 1rem; }
  .project-prose p:last-child {
    margin-bottom: 0; }

.project-stat-card {
  background: #fff;
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.1);
  border-radius: 1rem;
  padding: 1.1rem 1rem;
  text-align: center;
  height: 100%;
  box-shadow: 0 4px 16px rgba(var(--cwie-ink-rgb), 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .project-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(var(--cwie-ink-rgb), 0.1); }

.project-stat-card__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--cwie-ink-20);
  font-variant-numeric: tabular-nums;
  line-height: 1.2; }

.project-stat-card__label {
  font-size: 0.8rem;
  color: #6a6a6a;
  margin-top: 0.35rem;
  line-height: 1.35; }

.project-stat-card i {
  color: var(--cwie-accent-20);
  font-size: 1.1rem;
  margin-bottom: 0.35rem; }

.project-obj-card {
  background: #fff;
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.1);
  border-radius: 1rem;
  padding: 1.35rem 1.25rem;
  height: 100%;
  box-shadow: 0 4px 18px rgba(var(--cwie-ink-rgb), 0.06);
  border-top: 3px solid var(--cwie-accent-20);
  transition: box-shadow 0.2s ease, border-color 0.2s ease; }
  .project-obj-card:hover {
    box-shadow: 0 12px 32px rgba(var(--cwie-ink-rgb), 0.1);
    border-top-color: var(--cwie-ink-20); }

.project-obj-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: var(--cwie-ink-20);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.75rem; }

.project-obj-card__text {
  font-size: 0.9375rem;
  color: #6a6a6a;
  line-height: 1.65;
  margin: 0; }

.project-target-box {
  background: linear-gradient(165deg, #fff 0%, rgba(212, 175, 55, 0.08) 100%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 28px rgba(var(--cwie-ink-rgb), 0.08); }

.project-target-box__intro {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--cwie-ink-20);
  margin-bottom: 1rem; }
  .project-target-box__intro i {
    color: var(--cwie-accent-20);
    margin-right: 0.5rem; }

.project-audience-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .project-audience-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.65rem;
    color: #6a6a6a;
    font-size: 0.9375rem;
    line-height: 1.55; }
  .project-audience-list li:last-child {
    margin-bottom: 0; }
  .project-audience-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.15rem;
    color: var(--cwie-accent-20);
    font-size: 0.85rem; }

/* --- หน้าเยี่ยมชม / โทนเอดิทอเรียลท่องเที่ยว (visit.html) --- */
body.visit-editorial {
  background:
    radial-gradient(ellipse 120% 80% at 100% 0%, rgba(212, 175, 55, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 90% 60% at 0% 100%, rgba(26, 46, 78, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #faf8f4 0%, #f3f0ea 45%, #ebe6dd 100%); }

.visit-page-main {
  overflow-x: hidden; }

.visit-editorial-hero {
  background: linear-gradient(165deg, #1a2e4e 0%, #243d5c 38%, #2f4a6f 100%);
  color: #f8f6f1;
  margin-bottom: 0; }
  .visit-editorial-hero__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background-image:
      radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.35) 0%, transparent 45%),
      radial-gradient(circle at 85% 70%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
      url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    pointer-events: none; }
  .visit-editorial-hero__frame {
    position: absolute;
    inset: 1.25rem;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 1.5rem;
    pointer-events: none; }
    @media (max-width: 575.98px) {
      .visit-editorial-hero__frame {
        inset: 0.65rem;
        border-radius: 1rem; } }
  .visit-editorial-hero__container {
    padding-top: 3.25rem !important;
    padding-bottom: 3.5rem !important; }
    @media (min-width: 992px) {
      .visit-editorial-hero__container {
        padding-top: 4rem !important;
        padding-bottom: 4.25rem !important; } }

.visit-editorial-hero__kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(248, 246, 241, 0.72);
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.visit-editorial-hero__kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cwie-accent-20);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.35); }

.visit-editorial-hero__title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0; }

.visit-editorial-hero__title-line {
  display: block; }
  .visit-editorial-hero__title-line--th {
    font-family: "Prompt", system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    letter-spacing: 0; }
  .visit-editorial-hero__title-line--amp {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    color: var(--cwie-accent-20);
    line-height: 0.9;
    margin: 0.15rem 0; }

.visit-editorial-hero__lead {
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(248, 246, 241, 0.82);
  max-width: 38rem; }

.visit-editorial-hero__lead--venue {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem 1rem;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.45;
  font-weight: 600;
  max-width: 44rem;
  color: rgba(248, 246, 241, 0.94); }

.visit-editorial-hero__lead-icon {
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.75rem;
  color: var(--cwie-accent-20);
  font-size: 1.3rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    .visit-editorial-hero__lead-icon {
      width: 3.15rem;
      height: 3.15rem;
      font-size: 1.55rem;
      border-radius: 0.85rem; } }

.visit-editorial-hero__lead-inner {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0; }

.visit-editorial-hero__lead-line1,
.visit-editorial-hero__lead-line2 {
  display: block; }

.visit-editorial-hero__lead-line2 {
  font-size: 0.88em;
  font-weight: 500;
  opacity: 0.9;
  letter-spacing: 0.01em; }

.visit-editorial-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: #1a2e4e;
  background: rgba(248, 246, 241, 0.95);
  border: 1px solid rgba(248, 246, 241, 0.5);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
  .visit-editorial-pill:hover {
    color: #1a2e4e;
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
    background: #fff; }

.visit-editorial-pill--gold {
  background: linear-gradient(135deg, #e8c96b 0%, var(--cwie-accent-20) 50%, #c9a227 100%);
  color: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.35); }
  .visit-editorial-pill--gold:hover {
    color: #1a1a1a;
    filter: brightness(1.05); }

.visit-editorial-section {
  margin-bottom: 3.5rem;
  padding-top: 0.5rem; }

.visit-travel-section {
  margin-bottom: 4rem;
  padding: 2rem 1.25rem 2.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  border-radius: 1.75rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(250, 247, 240, 0.85) 100%);
  border: 1px solid rgba(26, 46, 78, 0.07);
  box-shadow:
    0 24px 60px rgba(26, 46, 78, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9); }
  @media (min-width: 768px) {
    .visit-travel-section {
      padding: 2.5rem 2rem 3rem;
      margin-left: 0;
      margin-right: 0; } }

.visit-travel-section__glow {
  position: absolute;
  width: 280px;
  height: 280px;
  top: -40px;
  right: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0; }

.visit-travel-section .row {
  position: relative;
  z-index: 1; }

.visit-travel-aside {
  position: relative;
  padding: 1.5rem 0 1.5rem 1.25rem; }
  @media (min-width: 992px) {
    .visit-travel-aside {
      padding: 2rem 1.5rem 2rem 1.75rem; } }

.visit-travel-aside__rule {
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--cwie-accent-20) 0%, rgba(26, 46, 78, 0.35) 55%, rgba(212, 175, 55, 0.35) 100%);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.25); }

.visit-travel-aside__body {
  position: relative; }

.visit-travel-aside__num-wrap {
  margin-bottom: 0.5rem; }

.visit-travel-aside__num {
  display: inline-block;
  font-size: clamp(3rem, 8vw, 4.25rem);
  background: linear-gradient(135deg, rgba(26, 46, 78, 0.12) 0%, rgba(212, 175, 55, 0.2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 0.95;
  text-shadow: none; }

.visit-travel-aside__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cwie-ink-20);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 14px rgba(26, 46, 78, 0.06); }
  .visit-travel-aside__chip i {
    color: var(--cwie-accent-20);
    font-size: 0.85rem; }

.visit-travel-aside__title {
  font-family: "Prompt", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.15rem);
  font-weight: 700;
  margin-bottom: 0.35rem !important; }

.visit-travel-aside__deck {
  margin-bottom: 1rem !important;
  color: #9a9288 !important; }

.visit-travel-aside__blurb {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #6a655c;
  margin: 0;
  max-width: 22rem; }

.visit-editorial-section__label {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  height: 100%;
  padding: 1.5rem 0; }

.visit-editorial-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(26, 46, 78, 0.18);
  user-select: none; }

.visit-editorial-section__title {
  font-family: "Prompt", system-ui, -apple-system, sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--cwie-ink-20);
  margin: 0 0 0.25rem 0; }

.visit-editorial-section__deck {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8278;
  margin: 0; }

.visit-editorial-travel-card {
  position: relative;
  background: #fff;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow:
    0 20px 50px rgba(26, 46, 78, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border: 1px solid rgba(26, 46, 78, 0.08);
  min-height: 100%; }

.visit-editorial-travel-card__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--cwie-accent-20), #8b6914); }

.visit-editorial-travel-card__body {
  padding: 1.75rem 1.75rem 1.75rem 2rem; }

.visit-editorial-travel-card__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cwie-accent-dark);
  margin-bottom: 0.75rem; }

.visit-editorial-travel-card__text {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3d3d3d;
  font-weight: 500; }

.visit-editorial-travel-card__note {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #777;
  padding-top: 1rem;
  border-top: 1px dashed rgba(26, 46, 78, 0.15); }

.visit-icon-accent {
  color: var(--cwie-accent-20) !important; }

.visit-venue-panel {
  position: relative;
  background: linear-gradient(165deg, #fff 0%, #faf8f4 50%, #fff 100%);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(26, 46, 78, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  border: 1px solid rgba(26, 46, 78, 0.09); }

.visit-venue-panel--premium {
  border-radius: 1.65rem; }

.visit-venue-panel__shine {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 55%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(212, 175, 55, 0.12) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0; }

.visit-venue-panel__top {
  position: relative;
  z-index: 1; }

.visit-venue-panel__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #e8c96b 0%, var(--cwie-accent-20) 35%, #8b6914 100%);
  z-index: 2;
  box-shadow: 2px 0 12px rgba(212, 175, 55, 0.25); }

.visit-venue-panel__photo-wrap {
  background: linear-gradient(145deg, #2a3f5c 0%, #1a2e4e 100%);
  min-height: 200px;
  padding: 0.65rem; }
  @media (min-width: 768px) {
    .visit-venue-panel__photo-wrap {
      padding: 0.85rem; } }

.visit-venue-panel__photo-wrap--landscape {
  min-height: 0; }

.visit-venue-photo-stack {
  position: relative;
  height: 100%;
  min-height: 240px;
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset; }

.visit-venue-photo-stack--landscape {
  min-height: 0;
  height: auto;
  border-radius: 1.15rem 1.15rem 0 0; }
  @media (min-width: 768px) {
    .visit-venue-photo-stack--landscape {
      border-radius: 1.25rem 1.25rem 0 0; } }

.visit-venue-photo-stack--landscape .visit-venue-photo-stack__figure {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-height: 22rem; }
  @media (min-width: 992px) {
    .visit-venue-photo-stack--landscape .visit-venue-photo-stack__figure {
      max-height: 26rem;
      aspect-ratio: 21 / 9; } }

.visit-venue-photo-stack__figure {
  position: relative;
  height: 100%;
  margin: 0; }
  .visit-venue-photo-stack__figure img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.01);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
  @media (min-width: 768px) {
    .visit-venue-photo-stack__figure img {
      min-height: 0; } }

.visit-venue-photo-stack--landscape .visit-venue-photo-stack__figure img {
  min-height: 0;
  position: absolute;
  inset: 0; }

.visit-venue-panel--premium:hover .visit-venue-photo-stack__figure img {
  transform: scale(1.05); }

.visit-venue-photo-stack__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(15, 24, 38, 0.75) 100%);
  pointer-events: none; }

.visit-venue-photo-stack__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.15rem 1.15rem;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 0.65rem;
  color: #f8f6f1;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  z-index: 1; }

.visit-venue-photo-stack__cap-icon {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--cwie-accent-20); }

.visit-venue-photo-stack__cap-text {
  opacity: 0.95;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35); }

.visit-venue-panel__copy {
  padding: 1.85rem 1.6rem 1.85rem 1.6rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .visit-venue-panel__copy {
      padding: 2rem 2rem 2rem 2rem; } }

.visit-venue-heading {
  margin-bottom: 0.35rem; }

.visit-venue-eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cwie-accent-dark);
  margin-bottom: 0;
  line-height: 1.5; }

.visit-venue-lead {
  display: block;
  font-size: 1.12rem;
  line-height: 1.6;
  font-weight: 600;
  color: var(--cwie-ink-20);
  margin: 0.65rem 0 0 0; }

.visit-venue-panel__en {
  font-size: 0.95rem;
  font-weight: 500;
  color: #7a7268;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  margin: 0; }

.visit-venue-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }

.visit-venue-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--cwie-ink-20);
  background: rgba(26, 46, 78, 0.06);
  border: 1px solid rgba(26, 46, 78, 0.1);
  border-radius: 999px;
  padding: 0.35rem 0.85rem; }
  .visit-venue-pill i {
    color: var(--cwie-accent-20);
    font-size: 0.8rem; }

.visit-venue-note {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #666;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(26, 46, 78, 0.08);
  margin-top: 0.25rem; }

.visit-venue-hints {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0 0; }

.visit-venue-hints li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(26, 46, 78, 0.06);
  font-size: 0.88rem;
  line-height: 1.55;
  color: #555; }

.visit-venue-hints__icon {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.2), rgba(26, 46, 78, 0.08));
  color: var(--cwie-ink-20);
  font-size: 0.85rem; }

.visit-venue-map-shell {
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.35rem 1.5rem;
  border-top: 1px solid rgba(26, 46, 78, 0.07);
  background:
    linear-gradient(180deg, rgba(26, 46, 78, 0.04) 0%, rgba(250, 248, 244, 0.65) 100%); }
  @media (min-width: 768px) {
    .visit-venue-map-shell {
      padding: 1.5rem 1.75rem 1.75rem; } }

.visit-venue-map-shell__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem; }

.visit-venue-map-shell__eyebrow {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a9288;
  margin: 0 0 0.2rem 0; }

.visit-venue-map-shell__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cwie-ink-20);
  margin: 0; }

.visit-venue-map-btn {
  font-weight: 600;
  font-size: 0.82rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  color: #1a2e4e !important;
  background: linear-gradient(135deg, #f0e6c8 0%, var(--cwie-accent-20) 45%, #c9a227 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 6px 20px rgba(26, 46, 78, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease; }
  .visit-venue-map-btn:hover {
    color: #1a2e4e !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(26, 46, 78, 0.16);
    filter: brightness(1.03); }

.visit-venue-map-btn--ghost {
  background: transparent;
  border: 2px solid rgba(26, 46, 78, 0.2);
  box-shadow: none;
  color: var(--cwie-ink-20) !important; }
  .visit-venue-map-btn--ghost:hover {
    border-color: var(--cwie-accent-20);
    background: rgba(212, 175, 55, 0.1);
    color: var(--cwie-ink-20) !important; }

.visit-venue-map-frame {
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow:
    0 12px 40px rgba(26, 46, 78, 0.14),
    0 0 0 1px rgba(212, 175, 55, 0.2);
  border: 1px solid rgba(26, 46, 78, 0.1); }
  .visit-venue-map-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.visit-venue-maps-link {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--cwie-ink-20);
  text-decoration: none;
  border-bottom: 2px solid rgba(212, 175, 55, 0.55);
  padding-bottom: 0.1rem;
  transition: color 0.2s ease, border-color 0.2s ease; }
  .visit-venue-maps-link:hover {
    color: var(--cwie-accent-dark);
    border-bottom-color: var(--cwie-accent-20); }

.visit-venue-maps-link--subtle {
  font-weight: 600;
  border-bottom-width: 1px; }

@media (prefers-reduced-motion: reduce) {
  .visit-venue-panel--premium:hover .visit-venue-photo-stack__figure img {
    transform: none; }
  .visit-venue-map-btn:hover {
    transform: none; } }

.visit-editorial-hotels {
  padding-bottom: 1rem; }

.visit-editorial-hotels__intro {
  max-width: 36rem;
  margin-bottom: 3rem; }

.visit-editorial-hotels__kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cwie-accent-dark); }

.visit-editorial-hotels__title {
  font-family: "Prompt", system-ui, -apple-system, sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--cwie-ink-20);
  margin-bottom: 0.75rem; }

.visit-editorial-hotels__sub {
  font-size: 1rem;
  line-height: 1.65; }

.visit-hotel-spotlight {
  margin-bottom: 3.5rem; }
  .visit-hotel-spotlight:last-of-type {
    margin-bottom: 2rem; }

.visit-hotel-spotlight__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: center; }
  @media (min-width: 992px) {
    .visit-hotel-spotlight__grid {
      grid-template-columns: 1.15fr 0.85fr;
      gap: 2.5rem; }
    .visit-hotel-spotlight__grid--flip .visit-hotel-spotlight__gallery {
      order: 2; }
    .visit-hotel-spotlight__grid--flip .visit-hotel-spotlight__copy {
      order: 1; } }

.visit-hotel-spotlight__gallery {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  grid-template-rows: minmax(180px, 1fr) minmax(180px, 1fr);
  gap: 0.75rem;
  min-height: 280px; }
  @media (min-width: 576px) {
    .visit-hotel-spotlight__gallery {
      min-height: 340px; } }
  @media (min-width: 992px) {
    .visit-hotel-spotlight__gallery {
      min-height: 400px; } }

.visit-gallery__hero {
  grid-column: 1;
  grid-row: 1 / -1;
  margin: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(26, 46, 78, 0.15);
  background: #e8e4dc; }
  .visit-gallery__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
  .visit-hotel-spotlight:hover .visit-gallery__hero img {
    transform: scale(1.03); }

.visit-gallery__pair {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  grid-column: 2;
  grid-row: 1 / -1; }

.visit-gallery__cell {
  margin: 0;
  flex: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(26, 46, 78, 0.12);
  background: #e8e4dc;
  min-height: 0; }
  .visit-gallery__cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
  .visit-hotel-spotlight:hover .visit-gallery__cell img {
    transform: scale(1.05); }

@media (prefers-reduced-motion: reduce) {
  .visit-gallery__hero img,
  .visit-gallery__cell img,
  .visit-editorial-pill {
    transition: none; }
  .visit-hotel-spotlight:hover .visit-gallery__hero img,
  .visit-hotel-spotlight:hover .visit-gallery__cell img {
    transform: none; }
  .visit-editorial-pill:hover {
    transform: none; } }

@media (max-width: 575.98px) {
  .visit-hotel-spotlight__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto; }
  .visit-gallery__hero {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 4 / 3; }
  .visit-gallery__pair {
    grid-column: 1;
    grid-row: auto;
    flex-direction: row; }
  .visit-gallery__cell {
    aspect-ratio: 1; } }

.visit-hotel-spotlight__copy {
  padding: 1.25rem 0.25rem;
  position: relative; }
  @media (min-width: 992px) {
    .visit-hotel-spotlight__copy {
      padding: 1.5rem 1rem 1.5rem 0.5rem; } }

.visit-hotel-spotlight--a .visit-hotel-spotlight__copy {
  border-left: 3px solid rgba(212, 175, 55, 0.5);
  padding-left: 1.25rem; }

.visit-hotel-spotlight--b .visit-hotel-spotlight__copy {
  border-left: 3px solid rgba(26, 46, 78, 0.25);
  padding-left: 1.25rem; }

.visit-hotel-spotlight--c .visit-hotel-spotlight__copy {
  border-left: 3px solid rgba(139, 105, 20, 0.45);
  padding-left: 1.25rem; }

.visit-hotel-spotlight__index {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: rgba(26, 46, 78, 0.12);
  line-height: 1;
  display: block;
  margin-bottom: 0.35rem; }

.visit-hotel-spotlight__name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--cwie-ink-20);
  line-height: 1.45;
  margin-bottom: 0.35rem; }

.visit-hotel-spotlight__name-en {
  font-weight: 600;
  color: #5c6470;
  font-size: 0.95em; }

.visit-hotel-spotlight__tagline {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1rem;
  color: #7a7268;
  margin-bottom: 1rem; }

.visit-hotel-spotlight__cta-wrap {
  margin-bottom: 1.15rem; }

.visit-hotel-spotlight__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 1.15rem 0.65rem 0.85rem;
  font-family: "Prompt", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #1a2e4e 0%, #243d63 45%, #1f3558 100%);
  box-shadow:
    0 4px 14px rgba(26, 46, 78, 0.28),
    0 0 0 1px rgba(212, 175, 55, 0.12) inset;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; }
  .visit-hotel-spotlight__btn:hover {
    color: #fff;
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow:
      0 10px 28px rgba(26, 46, 78, 0.35),
      0 0 0 1px rgba(212, 175, 55, 0.22) inset,
      0 0 32px rgba(212, 175, 55, 0.12); }
  .visit-hotel-spotlight__btn:focus-visible {
    color: #fff;
    outline: 2px solid rgba(212, 175, 55, 0.85);
    outline-offset: 3px; }

.visit-hotel-spotlight__btn-glow {
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 50%, rgba(212, 175, 55, 0.18), transparent 55%);
  opacity: 0.85;
  pointer-events: none;
  transition: opacity 0.25s ease; }
  .visit-hotel-spotlight__btn:hover .visit-hotel-spotlight__btn-glow {
    opacity: 1; }

.visit-hotel-spotlight__btn-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem; }
  .visit-hotel-spotlight__btn:hover .visit-hotel-spotlight__btn-icon {
    background: rgba(212, 175, 55, 0.25);
    color: #fff; }

.visit-hotel-spotlight__btn-label {
  position: relative;
  z-index: 1; }

.visit-hotel-spotlight__btn-chev {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-left: 0.15rem;
  font-size: 0.78rem;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease; }
  .visit-hotel-spotlight__btn:hover .visit-hotel-spotlight__btn-chev {
    opacity: 1;
    transform: translate(1px, -1px); }

@media (prefers-reduced-motion: reduce) {
  .visit-hotel-spotlight__btn,
  .visit-hotel-spotlight__btn:hover,
  .visit-hotel-spotlight__btn-chev,
  .visit-hotel-spotlight__btn:hover .visit-hotel-spotlight__btn-chev {
    transition: none;
    transform: none; } }

.visit-hotel-spotlight__facts {
  list-style: none;
  padding: 0;
  margin: 0; }

.visit-hotel-spotlight__facts li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(26, 46, 78, 0.08);
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5; }

.visit-hotel-spotlight__fact-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.22), rgba(26, 46, 78, 0.08));
  color: var(--cwie-ink-20); }
  .visit-hotel-spotlight__fact-icon i {
    font-size: 0.9rem; }

.visit-hotel-spotlight__em {
  font-style: normal;
  color: #6a6a6a;
  font-size: 0.92em; }

.visit-editorial-disclaimer {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
  padding: 1.1rem 1.35rem;
  font-size: 0.88rem;
  color: #5c574f;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 1rem;
  border: 1px solid rgba(26, 46, 78, 0.1);
  box-shadow: 0 6px 24px rgba(26, 46, 78, 0.06); }

/* --- หน้าติดต่อเรา (contact.html) --- */
body.contact-page {
  background: linear-gradient(180deg, #faf8f4 0%, #f0ebe3 100%); }

.contact-page-main {
  overflow-x: hidden; }

.contact-page-title {
  font-family: "Prompt", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  color: var(--cwie-ink-20); }

.contact-page-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cwie-accent-dark); }

.contact-page-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 600;
  color: var(--cwie-ink-20);
  max-width: 40rem; }

.contact-page-venue {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #4a4a4a;
  padding: 1.15rem 1.25rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1rem;
  border: 1px solid rgba(26, 46, 78, 0.1);
  box-shadow: 0 6px 24px rgba(26, 46, 78, 0.06); }

.contact-page-network {
  font-family: "Prompt", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--cwie-ink-20);
  letter-spacing: -0.02em; }

.contact-page-figure {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(26, 46, 78, 0.1);
  box-shadow: 0 16px 48px rgba(26, 46, 78, 0.12); }

.contact-page-figure__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; }

.contact-page-details__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(26, 46, 78, 0.08); }
  .contact-page-details__item:last-child {
    border-bottom: none; }

.contact-page-details__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.25), rgba(26, 46, 78, 0.1));
  color: var(--cwie-ink-20);
  font-size: 1rem; }

.contact-page-details__link {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--cwie-ink-20);
  text-decoration: none;
  word-break: break-word; }
  .contact-page-details__link:hover {
    color: var(--cwie-accent-dark);
    text-decoration: underline; }

.contact-page-details__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444; }

.contact-page-details__item--address .contact-page-details__text {
  padding-top: 0.15rem; }

/* --- หน้าสูจิบัตร (booklet.html) — ปกสองคอลัมน์ เต็มหน้าจอ --- */
body.booklet-page {
  background: #e8e2d8;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column; }

.booklet-page-main {
  overflow-x: hidden;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%; }

.booklet-hero {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0; }

.booklet-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  flex: 1 1 auto;
  width: 100%;
  min-height: calc(100dvh - 7.5rem);
  min-height: calc(100vh - 7.5rem);
  align-content: stretch; }
  @media (min-width: 992px) {
    .booklet-hero__grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      min-height: calc(100dvh - 8rem);
      min-height: calc(100vh - 8rem); } }

.booklet-hero__left {
  background: #e6e0d4;
  padding: clamp(1.75rem, 4vw, 3.25rem) clamp(1.25rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  min-height: 100%; }

.booklet-hero__soon {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #2c2520;
  margin: 0 0 0.25rem; }

.booklet-hero__title {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(2rem, 5.2vw, 3.15rem);
  font-weight: 800;
  line-height: 1.08;
  color: #2f231c;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em; }
  .booklet-hero__title sup {
    font-size: 0.45em;
    font-weight: 800;
    top: -0.55em;
    margin-left: 0.02em; }

.booklet-hero__venue {
  margin: 0.35rem 0 1.25rem; }
  .booklet-hero__venue p {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: clamp(0.72rem, 1.35vw, 0.82rem);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.55;
    color: #3a332c;
    margin: 0; }

.booklet-hero__contact {
  margin-top: auto;
  padding-top: 0.5rem; }

.booklet-hero__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.55rem 0; }

.booklet-hero__icon {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f2430;
  color: #fff;
  font-size: 0.88rem; }

.booklet-hero__link {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #2a211b;
  text-decoration: none;
  padding-top: 0.35rem;
  word-break: break-word; }
  .booklet-hero__link:hover {
    color: #0d3a5c;
    text-decoration: underline; }

.booklet-hero__addr {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.55;
  color: #3a332c;
  padding-top: 0.28rem; }

.booklet-hero__right {
  background: #faf7f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border-top: 1px solid rgba(31, 36, 48, 0.08);
  min-height: 100%; }
  @media (min-width: 992px) {
    .booklet-hero__right {
      border-top: none;
      border-left: 1px solid rgba(31, 36, 48, 0.06); } }

.booklet-hero__logo {
  width: min(94vw, 560px);
  max-width: 100%;
  height: auto;
  max-height: min(78dvh, 78vh);
  display: block;
  object-fit: contain; }
  @media (min-width: 992px) {
    .booklet-hero__logo {
      width: min(95%, 640px);
      max-height: min(82dvh, 82vh, 720px); } }

body.booklet-page .footer-section {
  margin-top: 0 !important;
  flex-shrink: 0; }

/* --- หน้าเข้าสู่ระบบ (login.html) — พื้นหลัง Image_cwie-16 เต็มจอ + การ์ดกลางจอ --- */
body.login-page {
  background: #1a2e4e;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column; }

.login-page-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: #1a2e4e;
  background-image: url("../images/Image_cwie-16.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none; }
  .login-page-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(26, 46, 78, 0.5);
    pointer-events: none; }

body.login-page .custom-navbar {
  position: relative;
  z-index: 10;
  background: rgba(246, 241, 234, 0.97) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); }

.login-page-main {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 2.5rem) 1rem;
  overflow-x: hidden;
  min-height: 0;
  isolation: isolate; }

.login-page-center {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  margin: 0 auto; }

.login-page-card {
  --login-surface: rgba(26, 46, 78, 0.38);
  margin: 0 auto;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.35rem, 4vw, 2.25rem);
  background: var(--login-surface);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  backdrop-filter: blur(16px) saturate(1.12);
  border-radius: 1.5rem;
  border: 1px solid rgba(246, 241, 234, 0.22);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 1;
  visibility: visible; }
  @supports not ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
    .login-page-card {
      --login-surface: rgba(26, 46, 78, 0.82);
      background: var(--login-surface); } }

.login-page-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6f1ea;
  font-size: 1.85rem; }

.login-page-card__title {
  font-family: "Prompt", system-ui, sans-serif;
  font-weight: 700;
  color: #f6f1ea; }

.login-page-input-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border-bottom: 1px solid rgba(246, 241, 234, 0.65);
  padding-bottom: 0.45rem;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease; }
  .login-page-input-row:focus-within {
    border-bottom-color: #d4af37; }

.login-page-input-row__icon {
  flex-shrink: 0;
  width: 1.35rem;
  margin-top: 0.58rem;
  text-align: center;
  color: rgba(246, 241, 234, 0.85);
  font-size: 1.05rem;
  line-height: 1; }

.login-page-input-row__main {
  flex: 1 1 auto;
  min-width: 0; }

.login-page-field .login-page-input {
  background-color: var(--login-surface) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  backdrop-filter: blur(16px) saturate(1.12);
  border: 1px solid rgba(246, 241, 234, 0.22);
  border-radius: 0.4rem;
  color: #f6f1ea;
  text-align: left;
  padding: 0.55rem 0.75rem;
  font-size: 1rem;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); }
  .login-page-field .login-page-input::placeholder {
    color: rgba(246, 241, 234, 0.58); }
  .login-page-field .login-page-input:focus {
    outline: none;
    border-color: rgba(212, 175, 55, 0.75);
    -webkit-box-shadow: 0 0 0 0.15rem rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 0.15rem rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06); }
  .login-page-field .login-page-input:-webkit-autofill,
  .login-page-field .login-page-input:-webkit-autofill:hover,
  .login-page-field .login-page-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px var(--login-surface) inset, inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 1000px var(--login-surface) inset, inset 0 1px 0 rgba(255, 255, 255, 0.05);
    -webkit-text-fill-color: #f6f1ea;
    border: 1px solid rgba(246, 241, 234, 0.22);
    border-radius: 0.4rem; }
  .login-page-field .was-validated .login-page-input:invalid {
    border-color: rgba(220, 53, 69, 0.65); }

.login-page-field .invalid-feedback {
  text-align: left;
  color: #ffb4b4;
  font-size: 0.82rem; }

.login-page-check {
  border-color: rgba(246, 241, 234, 0.55);
  background-color: transparent; }
  .login-page-check:checked {
    background-color: #d4af37;
    border-color: #d4af37; }
  .login-page-check:focus {
    border-color: #d4af37;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.35); }

.login-page-check-label {
  font-size: 0.86rem;
  color: rgba(246, 241, 234, 0.92); }

.login-page-link {
  color: #d4af37;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  font-weight: 600; }
  .login-page-link:hover {
    color: #f6f1ea; }

.login-page-btn-submit {
  font-family: "Prompt", system-ui, sans-serif;
  font-weight: 700;
  background: #f6f1ea !important;
  color: #1a2e4e !important;
  border: none !important;
  border-radius: 999px;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }
  .login-page-btn-submit:hover {
    background: #fff !important;
    color: #152440 !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28); }
  .login-page-btn-submit:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.45); }

.login-page-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(246, 241, 234, 0.55);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em; }
  .login-page-divider::before,
  .login-page-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(246, 241, 234, 0.22); }

.login-page-hr {
  border: 0;
  border-top: 1px solid rgba(246, 241, 234, 0.2);
  margin: 1.25rem 0 1rem;
  opacity: 1; }

.login-page-switch {
  color: rgba(246, 241, 234, 0.78); }

.login-page-google-lead {
  color: rgba(246, 241, 234, 0.78); }

.login-page-google-wrap .g_id_signin > div {
  margin-left: auto !important;
  margin-right: auto !important; }

body.login-page .footer-section {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  flex-shrink: 0;
  background: #1A2E4E !important;
  color: #fff; }

/* --- หน้าแรก: ข่าวประชาสัมพันธ์ (โทนโปสเตอร์ CWIE 5.0 / DAY 16) --- */
.pr-news-section {
  background: var(--cwie-bg-60);
  overflow-x: hidden; }

.pr-news-thumb__btn {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 0.85rem;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .pr-news-thumb__btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  .pr-news-thumb__btn:focus-visible {
    outline: 3px solid var(--cwie-accent-20);
    outline-offset: 3px; }

.pr-news-thumb__frame {
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.95), rgba(180, 145, 40, 0.92));
  border-radius: 0.75rem;
  padding: 0.1rem 0.2rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 8px 24px rgba(var(--cwie-ink-rgb), 0.12);
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden; }

.pr-news-thumb__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  border-radius: 0.5rem; }

.rg-roadmap-frame {
  background: transparent;
  border-radius: 0.75rem;
  padding: 0;
  box-shadow: 0 10px 26px rgba(var(--cwie-ink-rgb), 0.14);
  width: 100%;
  overflow: hidden; }

.rg-roadmap-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain; }

.pr-news-band {
  background: linear-gradient(135deg, #e8c96a 0%, var(--cwie-accent-20) 42%, #c9a227 100%);
  border-bottom: 1px solid rgba(var(--cwie-ink-rgb), 0.12);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.35); }

.pr-news-band__title {
  font-family: "Montserrat", "Prompt", system-ui, sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 800;
  color: var(--cwie-ink-20);
  letter-spacing: -0.02em; }

.pr-news-band__lead {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(var(--cwie-ink-rgb), 0.88); }

.pr-news-band__thai {
  font-family: "Prompt", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(var(--cwie-ink-rgb), 0.9);
  line-height: 1.45; }

.pr-news-modal__content {
  background: var(--cwie-bg-60);
  border: 1px solid rgba(var(--cwie-ink-rgb), 0.12);
  border-radius: 1rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column; }

.pr-news-modal .modal-header {
  padding: 0.15rem 0.4rem 0;
  min-height: 0;
  flex: 0 0 auto; }

.pr-news-modal__img {
  max-height: min(92vh, 1200px);
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.pr-news-modal .modal-body {
  padding: 0 0.4rem 0.1rem !important;
  flex: 0 1 auto; }

@media (min-width: 768px) {
  .pr-news-modal .modal-body {
    padding: 0 0.55rem 0.12rem !important; } }

.pr-news-link-muted {
  color: #6a655c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em; }
  .pr-news-link-muted:hover {
    color: var(--cwie-ink-20); }
