/*
Theme Name: KH Creation Custom
Theme URI: https://khcreation.com/
Author: KH Creation
Description: Locked-layout custom theme for KH Creation with page templates, ACF-ready helpers, and Polylang-ready language links.
Version: 1.0.0
Text Domain: kh-creation
*/

/* ==========================================================================
   Base / Tokens
   ========================================================================== */
:root {
  --ink: #271e66;
  --muted: #7b7b8c;
  --line: #dedbd0;
  --gold: #a18860;
  --blue: #6fa6b8;
  --blue-dark: #5c99af;
  --blue-light: #eaf2f6;
  --mist: #d3e4ed;
  --paper: #ffffff;
  --soft: #f8faf9;
  --shadow: 0 18px 45px rgba(35, 35, 55, .12);
  --font-display: "Montserrat", "Noto Sans Thai", sans-serif;
  --font-body: "Noto Sans Thai", sans-serif;
}


.container {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

/* ==========================================================================
   Header / Navigation
   ========================================================================== */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 rgba(18, 20, 36, 0);
  backdrop-filter: blur(14px);
  transition: background-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.site-header.is-scrolled {
  
  background: rgba(255, 255, 255, .80);
  box-shadow: 0 12px 34px rgba(18, 20, 36, .12);
}
.nav-shell {
  min-height: 100px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  transition: min-height .35s ease;
}

.site-header.is-scrolled .nav-shell {
  min-height: 74px;
}
.brand {
  justify-self: center;
  grid-column: 2;
  display: inline-grid;
  place-items: center;
  line-height: 1;
}
.brand img {
  width: 80px;
  transition: width .35s ease, transform .35s ease;
}

.site-header.is-scrolled .brand img {
  width: 64px;
}
.brand-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
  color: #2f2a83;
  transition: font-size .35s ease, color .35s ease;
}

.site-header.is-scrolled .brand-mark {
  font-size: 28px;
  color: #252346;
}
.brand-name {
  margin-top: 2px;
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
}

.main-nav {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
html[lang="th"] .main-nav {
    font-size: 15px;
}

.main-nav a {
  position: relative;
  padding-block: 28px;
  transition: color .25s ease, padding .35s ease;
}

.site-header.is-scrolled .main-nav a {
  padding-block: 22px;
}

.site-header.is-scrolled .main-nav a::after {
  bottom: 14px;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-actions a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d7d6df;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  color: #2f2a83;
}
.nav-actions a.facebook{ font-size: 17px;}
.nav-actions a.line {
  position: relative;
  background: transparent;
  border-color: #d7d6df;
  color: #2f2a83;
}

.nav-actions a.line span,
.footer-links a.line span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.nav-actions a.line svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-actions a.line svg path:first-child {
  fill: none;
  stroke: currentColor;
}

.nav-actions a.line svg path:not(:first-child) {
  stroke: currentColor;
  stroke-width: 1.4;
}

.nav-actions a:hover,
.nav-actions a:focus-visible {
  color: #fff;
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 8px 18px rgba(182, 154, 103, .28);
  transform: translateY(-2px);
}

.nav-actions a.line:hover,
.nav-actions a.line:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

.nav-actions .language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
}

.nav-actions .language-switcher a {
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid #d7d6df;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: #2f2a83;
  line-height: 25px;
}

.nav-actions .language-switcher span {
  display: none;
}

.nav-actions .language-switcher a:hover,
.nav-actions .language-switcher a:focus-visible,
.nav-actions .language-switcher a.is-active {
  color: #fff;
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 8px 18px rgba(182, 154, 103, .28);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 42px;
  aspect-ratio: 1;
  border: 0;
  background: transparent;
  padding: 9px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: transform .25s ease, opacity .25s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  transform: translateY(-1px);
}

.nav-toggle:hover span,
.nav-toggle:focus-visible span {
  background: var(--gold);
}

/* ==========================================================================
   Home Hero
   ========================================================================== */
.hero {
  position: relative;
  min-height: clamp(440px, 58vw, 650px);
  overflow: hidden;
  background: #d9dcdd;
  margin-top: 100px;
}

.hero-slide,
.hero-art,
.hero-video,
.hero-panel {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: .8;
  filter: saturate(.9) contrast(1.06) brightness(.96);
}

.hero-art {
  z-index: 0;
  background:
    radial-gradient(circle at 66% 36%, rgba(255,255,255,.78) 0 6%, transparent 7%),
    radial-gradient(ellipse at 69% 38%, transparent 0 7%, rgba(177,154,104,.85) 8% 10%, transparent 11%),
    radial-gradient(ellipse at 55% 52%, transparent 0 8%, rgba(210,215,214,.86) 9% 12%, transparent 13%),
    linear-gradient(105deg, #a7aaab 0 16%, transparent 16% 68%, #f6f7f7 68% 100%),
    linear-gradient(18deg, #7e8584, #f5f5f3 48%, #b2b3b0);
  filter: saturate(.9);
  opacity: 1;
  transition: opacity .8s ease;
  animation: heroFallbackDrift 14s ease-in-out infinite alternate;
}

.hero.has-video .hero-art {
  opacity: .18;
}

.hero-panel {
  z-index: 1;
  width: 58%;
  background: rgba(108, 169, 188, .78);
  clip-path: polygon(30% 0, 100% 0, 75% 150%, 0 130%);
  backdrop-filter: blur(1px);
}


.hero-sparkles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.hero-sparkles span {
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 12px rgba(255,255,255,.9),
    0 0 24px rgba(205,178,112,.65);
  opacity: 0;
  animation: sparkleFloat 4.8s ease-in-out infinite;
}

.hero-sparkles span::before,
.hero-sparkles span::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 22px;
  height: 1px;
  background: rgba(255,255,255,.95);
  transform: translate(-50%, -50%);
}

.hero-sparkles span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hero-sparkles span:nth-child(1) { left: 57%; top: 24%; animation-delay: .2s; }
.hero-sparkles span:nth-child(2) { left: 72%; top: 42%; animation-delay: 1.1s; transform: scale(.7); }
.hero-sparkles span:nth-child(3) { left: 36%; top: 32%; animation-delay: 2s; transform: scale(.55); }
.hero-sparkles span:nth-child(4) { left: 81%; top: 63%; animation-delay: 2.9s; transform: scale(.8); }
.hero-sparkles span:nth-child(5) { left: 49%; top: 70%; animation-delay: 3.7s; transform: scale(.6); }

.hero-content {
  position: relative;
  z-index: 3;
  min-height: clamp(440px, 58vw, 650px);
  display: grid;
  align-content: center;
  padding-left: clamp(0px, 6vw, 0px);
  color: #fff;
  animation: heroCopyIn 1s cubic-bezier(.2, .8, .2, 1) both;
}

.hero-content p {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
  animation: softFloat 5.6s ease-in-out infinite;
}

.hero-content h1 {
  position: relative;
  max-width: 560px;
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 68px);
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(105deg, #fff 0%, #fff 34%, #e2e7ea 43%, #fff 52%, #fff 100%);
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 28px rgba(14, 30, 46, .18);
  animation: titleTextHighlight 11s ease-in-out 3s infinite;
}

.hero-content h1::after {
  content: none;
}

.hero-content h1::before {
  content: none;
}

.hero-title {
  isolation: isolate;
}

.hero-content span {
  display: block;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 500;
  line-height: 1.35;
  animation: subtitleFade 1.1s .28s cubic-bezier(.2, .8, .2, 1) both, softFloat 6.4s ease-in-out infinite;
}

.section {
  padding: clamp(70px, 9vw, 115px) 0;
}
.cl_section { padding-bottom: 0;} 
/* ==========================================================================
   Common Sections / Components
   ========================================================================== */
.section-heading {
  text-align: center;
  margin: 0 auto 42px;
}

.section-heading span,
.story-copy span {
  display: block;
  width: 1px;
  height: 54px;
  margin: 0 auto 16px;
  background-color: #a18860;
}

.section-heading h2,
.story-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 100;
  text-transform: uppercase;
  color: var(--ink);
}

.section-heading p {
  margin: 8px auto 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 80%;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  min-height: 350px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
  background: #fff;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.service-card:hover,
.service-card:focus-within {
  border-color: rgba(182, 154, 103, .65);
  box-shadow: 0 20px 44px rgba(31, 30, 55, .1);
  transform: translateY(-8px);
}

.service-card:hover .service-icon {
  transform: translateY(-4px) scale(1.06);
  color: #9f8250;
}

.service-icon {
  
  transition: color .3s ease, transform .3s ease;
}
.service-icon img{ width: 100px;}
.service-card h3 {
  margin: 18px 0 10px;
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 100;
}

.service-card p {
  margin: 0;
  max-width: 270px;
  color: var(--muted);
  font-size: 80%;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.product-card {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background: #dbe8e8;
  transform: translateZ(0);
  transition: transform .5s cubic-bezier(.22, 1, .36, 1), filter .45s ease, box-shadow .45s ease;
}

.product-card a {
  position: relative;
  display: grid;
  width: 100%;
  min-height: inherit;
  align-items: end;
  color: inherit;
}

.product-card::before,
.event-image {
  transition: transform .45s ease, filter .35s ease;
}

.product-card:hover,
.product-card:focus-within {
  filter: saturate(1.08) contrast(1.04);
  box-shadow: 0 10px 24px rgba(39, 30, 102, .12);
}

.product-card:hover h3,
.product-card:focus-within h3 {
  color: #5b4a2c;
}

.product-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.01);
  transition: opacity .45s ease, transform .65s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.product-card:hover img,
.product-card:focus-within img {
  opacity: .82;
  transform: scale(1.07);
}
.product-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 101%;
  height: 74px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: #eee3d1;
  transition: background-color .45s ease;
  pointer-events: none;
}

.product-card:hover::after,
.product-card:focus-within::after {
  background: #f5ecdf;
}

.product-card div {
  position: relative;
  z-index: 1; 
  width: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 12px 10px;
  text-align: center;
  margin-top: -74px;
}

.product-card span {
  color: var(--gold);
  font-size: 11px;
}

.product-card h3 {
  margin: 2px 0 0;
  font-family: var(--font-display);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 100;
  text-transform: uppercase;
  transition: color .35s ease;
}


.process {
  background: linear-gradient(to bottom, #fff 0 50%, var(--blue-light) 43% 100%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

.process-grid article {
  min-width: 0;
  text-align: center;
}

.process-image {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 10px;
  color: #fff;
}

.process-image span {
  font-family: var(--font-display);
  font-size: 52px;
  line-height: .8;
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 2;
}

.process-grid h3 {
  font-family: var(--font-display);
 color: var(--ink);
  margin:0 0 5px 0;
  font-weight: 100;
}

.process-grid p {
  margin: 0 auto;
  max-width: 180px;
  color: var(--muted);
  font-size: 80%;
}


.story-band {
  position: relative;
  padding: clamp(80px, 10vw, 125px) 0;
  overflow: hidden;
  background: var(--mist);
}

.story-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 35%;
  background: #fff;
  clip-path: polygon(0 55%, 100% 0, 100% 100%, 0 100%);
}
.story-band .story-copy h2{
  border-left: 1px solid var(--gold);
  padding: 15px 0 15px 30px;
}
.story-band .story-copy h2 em{
   color: var(--gold);
   font-size: 40%;
   display: block;
   font-style: normal;
   font-weight: 200;
   text-transform: capitalize;
   margin-top: 15px;
}
.story-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 0;
}

.story-photo {

 
}

.story-copy {
  background: #fff;
  padding: clamp(38px, 6vw, 72px);
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}

.story-copy span {
  margin: 0 0 18px;
}



.highlight {
  background: #fff;
  padding-top: 0;
}

.highlight-layout {
  max-width: 760px;
}

.align-left {
  text-align: left;
  margin-inline: 0;
}

.align-left span {
  margin-inline: 0;
}

.event-card {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 42px;
  align-items: stretch;
}

.event-image {
  position: relative;
}
.event-image div{
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.event-card a{ display: block;}
.event-image img {
  transition: color .3s ease, transform .3s ease;
}
.event-image a:hover{
  opacity: 0.7;
  transform: translateY(-4px) scale(1.06);
}

.event-image span {
  display: block; 
  font-size: 120%;
  font-weight: 700;
}

.event-image strong {
  display: block;
}

.event-list article {
  padding: 8px 0 24px;
  border-bottom: 1px solid #e4e3df;
  transition: border-color .25s ease, transform .25s ease;
}

.event-list article:hover {
  border-color: rgba(182, 154, 103, .55);
  transform: translateX(6px);
}

.event-list time {
  color: var(--gold);
  font-size: 70%;
  margin-right: 10px;
}

.event-list h3 {
  margin: 4px 0 5px;
  font-size: 110%;
}

.event-list p {
  margin: 0;
  color: var(--muted);
  font-size: 80%;
}

.event-card .button {
  margin-top: 30px;
  min-width: 200px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(182, 154, 103, .22);
}

.event-card .button::after {
  content: ">";
  margin-left: 10px;
  transition: transform .25s ease;
}

.event-card .button:hover,
.event-card .button:focus-visible {
  background: #9f8250;
  box-shadow: 0 14px 28px rgba(182, 154, 103, .34);
  transform: translateY(-2px);
}

.event-card .button:hover::after,
.event-card .button:focus-visible::after {
  transform: translateX(4px);
}

.highlight .event-image {
  isolation: isolate;
}

.highlight .event-image a {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 22px 52px rgba(35,35,55,.14);
}

.highlight .event-image a::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.34);
  pointer-events: none;
}

.highlight .event-image a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(39,30,102,.04) 0 32%, rgba(39,30,102,.88) 100%),
    linear-gradient(135deg, rgba(161,136,96,.5), transparent 46%);
  pointer-events: none;
}

.highlight .event-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform .55s ease, filter .35s ease;
}

.highlight .event-image a:hover {
  opacity: 1;
  transform: translateY(-5px);
}

.highlight .event-image a:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.05);
}

.highlight .event-image div {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  gap: 10px;
  padding: 0 34px 34px;
}

.highlight .event-image span {
  width: fit-content;
  min-width: 0;
  padding: 8px 14px;
  color: var(--ink);
  background: rgba(255,255,255,.92);
  border-left: 4px solid var(--gold);
  font-family: var(--font-display);
  font-size: 13px;
  line-height: 1;
  letter-spacing: .08em;
}

.highlight .event-image strong {
  max-width: 250px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.3vw, 38px);
  line-height: 1.04;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0,0,0,.28);
}

.event-tag{
  min-width: 60px;
    display:inline-block;
    align-items:center;
    text-align: center;
    padding:3px 12px 1px 12px;
    border-radius:999px;
    font-size:11px;
    font-style: normal;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#fff;
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.event-tag--event{
    background:#A18860;
    color:#fff;
}

.event-tag--csr{
    background:#6FA6B8;
    color:#fff;
}

.wrap_cover{
  position: relative;
}
.event-image .event-tag{
  background: none;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 5;
}

.wrap_cover .event-tag{
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 5;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  position: relative;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  background: var(--blue-dark);
}

#scTop{
  position: fixed;
    width: 50px;
    height: 50px;
    bottom: 5%;
    right: 5%;
    background: url(assets/images/common/pagetop.jpg) no-repeat right bottom;
    background-size: contain;
    opacity: 0;
    border: 0;
    cursor: pointer;
    z-index: 5;
}
.footer-logo {  
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}


.footer-content h2 { 
  font-size: 120%;
  text-transform: uppercase;
}

.footer-content p {
  font-size: 80%;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 20px 0 20px;
}

.footer-links a,
.footer-links button {
  width: 40px;
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 120%;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links button:hover,
.footer-links button:focus-visible {
  color: var(--blue-dark);
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.footer-links {
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a,
.footer-links button {
  position: relative;
  width: 42px;
  font-size: 11px;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.footer-links a span,
.footer-links button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer-links a svg,
.footer-links button svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-links a.facebook svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.footer-links a.line:not(:hover):not(:focus-visible) {
  background: transparent;
  
  color: inherit;
}

.footer-links a.line::before,
.footer-links a.line::after {
  content: none;
}

.footer-links a.line svg {
  width: 23px;
  height: 23px;
  color: currentColor;
}

.footer-links a.line svg path:first-child {
  fill: none;
  stroke: currentColor;
}

.footer-links a.line svg path:not(:first-child) {
  stroke: currentColor;
  stroke-width: 1.35;
}

.footer-links a.whatsapp svg,
.footer-links a.wechat svg,
.footer-links button.wechat svg {
  width: 21px;
  height: 21px;
}




.contact-social-icons {
  justify-content: flex-start;
  margin: 0;
}

.contact-social-icons a:not(:hover):not(:focus-visible),
.contact-social-icons button:not(:hover):not(:focus-visible) {
  color: var(--ink);
  border-color: rgba(39,30,102,.2);
}

.wechat-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.wechat-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.wechat-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 14, 34, .56);
}

.wechat-modal__panel {
  position: relative;
  width: min(360px, 100%);
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: center;
  box-shadow: 0 24px 70px rgba(20, 17, 46, .24);
}

.wechat-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--blue-dark);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.wechat-modal__label {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wechat-modal__qr {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(39, 30, 102, .12);
}

.wechat-modal__id {
  margin: 14px 0 18px;
  font-size: 14px;
  color: var(--muted);
  word-break: break-word;
  text-align: center;
  display: block;
  width: 100%;
}

.wechat-modal__copy {
  min-width: 130px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--blue-dark);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.contact-sent-popup {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.contact-sent-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-sent-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 20, 43, .62);
}

.contact-sent-popup__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  padding: 38px 34px 34px;
  background: #fff;
  text-align: center;
  box-shadow: 0 28px 78px rgba(18,16,38,.24);
}

.contact-sent-popup__close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.contact-sent-popup__label {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-sent-popup h2 {
  margin: 0 0 12px;
  color: var(--purple);
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
}

.contact-sent-popup__panel > p:not(.contact-sent-popup__label) {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-sent-popup__button {
  display: inline-grid;
  min-width: 132px;
  min-height: 50px;
  place-items: center;
  margin-top: 24px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: var(--gold);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.contact-sent-popup__button:hover,
.contact-sent-popup__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(161,136,96,.24);
}

.footer-content small {
  opacity: .72;
  font-size: 12px;
}

.main-nav a.is-active {
  color: var(--gold);
}

.main-nav a.is-active::after {
  transform: scaleX(1);
}

.subpage {
  margin-top: 100px;
  overflow: hidden;
}

/* ==========================================================================
   Page Layout / Shared Subpages
   ========================================================================== */
.page-hero,
.contact-stage,
.detail-hero {
  position: relative;
  background:
    linear-gradient(135deg, rgba(111,166,184,.18), rgba(255,255,255,.95) 42%, rgba(161,136,96,.16)),
    #fff;
}

.page-hero::before,
.contact-stage::before,
.detail-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -90px auto;
  width: 44vw;
  min-width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(161,136,96,.22);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero-grid,
.product-hero-grid,
.contact-stage-grid {
  min-height: clamp(520px, 58vw, 680px);
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
  padding: clamp(56px, 7vw, 96px) 0;
}

.page-hero-copy,
.product-hero-copy,
.contact-intro {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}

.page-hero h1,
.product-hero h1,
.contact-stage h1,
.detail-title-card h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 5.2vw, 55px);
  line-height: 1;
  letter-spacing: 0;
  color: var(--ink);
  text-transform: uppercase;
}

.page-hero-copy > p:last-child,
.product-hero-copy > p:last-child,
.contact-intro > p {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
}

.cluster-frame {
  position: relative;
  isolation: isolate;
  padding: 28px 28px 70px 0;
}

.cluster-frame::before {
  content: "";
  position: absolute;
  inset: 11% 0 0 15%;
  background: var(--blue);
  clip-path: polygon(24% 0, 100% 0, 80% 100%, 0 82%);
  z-index: -1;
}

.cluster-frame img {
  width: min(100%, 620px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.cluster-frame span {
  position: absolute;
  right: 8%;
  bottom: 26px;
  width: 160px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  text-align: center;
  box-shadow: 0 16px 34px rgba(39,30,102,.24);
}

.split-story {
  background: #fff;
}

.split-story-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.story-ledger {
  border-left: 1px solid var(--gold);
  padding-left: clamp(28px, 4vw, 52px);
}

.chapter-number {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(54px, 7vw, 108px);
  line-height: .75;
  color: rgba(161,136,96,.22);
}

.story-ledger h2,
.article-copy h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  color: var(--ink);
  text-transform: uppercase;
}

.story-ledger p,
.article-copy p {
  color: var(--muted);
}

.tilted-mosaic {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  align-items: end;
}

.tilted-mosaic img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.tilted-mosaic img:nth-child(1) {
  grid-column: 1 / 5;
  transform: translateY(28px);
}

.tilted-mosaic img:nth-child(2) {
  grid-column: 4 / 7;
  transform: translateY(-34px);
}

.tilted-mosaic img:nth-child(3) {
  grid-column: 2 / 7;
}

.about-profile {
  background: #fff;
}

.about-profile-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.about-profile-head span {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 300;
  color: var(--muted);
}

.about-profile-head h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
}

.about-profile-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.about-nameplate {
  position: relative;
  overflow: hidden;
  min-height: clamp(320px, 42vw, 520px);
  display: grid;
  place-items: center;
  background: var(--ink);
  isolation: isolate;
}

.about-nameplate::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(39,30,102,.72), rgba(39,30,102,.4)),
    radial-gradient(circle at 72% 28%, rgba(161,136,96,.28), transparent 28%);
  z-index: 1;
}

.about-nameplate img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}

.about-nameplate strong {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(46px, 7vw, 88px);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 18px 36px rgba(0,0,0,.3);
}

.mission-board {
  background: linear-gradient(180deg, #fff 0 52%, var(--blue-light) 52% 100%);
}

.mission-grid,
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 42px);
  align-items: start;
}

.about-media-frame img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.mission-copy,
.why-copy {
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

.mission-copy .chapter-number,
.why-copy .chapter-number {
  margin-bottom: 12px;
  font-size: clamp(46px, 5vw, 82px);
}

.mission-copy h2,
.why-copy h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
  text-transform: uppercase;
}

.mission-copy p,
.why-copy p {
  color: var(--muted);
}

.mission-mini-gallery,
.why-mini-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 26px;
}

.mission-mini-gallery img,
.why-mini-gallery img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.why-kh {
  background: #fff;
}

.why-grid {
  align-items: center;
}

.why-photo {
  position: relative;
}

.why-photo::before {
  content: "";
  position: absolute;
  inset: -26px -26px 26px 26px;
  border: 1px solid rgba(161,136,96,.34);
  z-index: -1;
}

.value-ribbon {
  padding-top: 0;
}

.ribbon-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: #fff;
}

.ribbon-track article {
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.18);
  display: grid;
  align-content: end;
}

.ribbon-track span,
.event-facts span,
.contact-info-grid span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ribbon-track strong {
  margin-top: 8px;
  font-family: var(--font-display);
  line-height: 1.22;
}

.diagonal-process {
  background: linear-gradient(120deg, var(--blue-light) 0 62%, #fff 62% 100%);
}

.diagonal-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.diagonal-steps article {
  min-height: 250px;
  padding: 28px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(161,136,96,.2);
  transform: translateY(calc(var(--step-offset, 0) * 1px));
}

.diagonal-steps article:nth-child(2) { --step-offset: 30; }
.diagonal-steps article:nth-child(3) { --step-offset: 60; }
.diagonal-steps article:nth-child(4) { --step-offset: 90; }

.diagonal-steps b {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 42px;
}

.diagonal-steps h3,
.event-stack h3,
.catalog-card h2,
.lab-list b,
.contact-info-grid h2 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.15;
}

/* ==========================================================================
   Events
   ========================================================================== */
.event-hero-board {
  min-height: clamp(320px, 52vw, 400px);
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 36px;
  align-items: end;
  padding: clamp(60px, 8vw, 110px) 0;
}

.event-hero-board h1 {
  max-width: 800px;
}

.hero-ticket {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 34px;
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.hero-ticket::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.2);
}

.hero-ticket time,
.featured-event time,
.event-stack time,
.detail-title-card time {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-ticket strong {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.08;
}

.event-feed {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
}

.featured-event a,
.event-stack a {
  display: grid;
  height: 100%;
  color: inherit;
}

.featured-event img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.featured-event div {
  margin: -60px 34px 0;
  position: relative;
  padding: 32px;
  background: #fff;
  box-shadow: var(--shadow);
}

.featured-event h2 {
  margin: 8px 0 10px;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  text-transform: uppercase;
}

.event-stack {
  display: grid;
  gap: 18px;
}

.event-stack article {
  padding: 28px;
  background: var(--blue-light);
  border-left: 4px solid var(--gold);
}

.event-stack p,
.featured-event p {
  color: var(--muted);
  margin-bottom: 0;
}

.event-calendar-band {
  background: var(--ink);
  color: #fff;
}

.mini-calendar {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.event-calendar-band .section-heading h2,
.event-calendar-band .section-heading p {
  color: #fff;
}

.calendar-list {
  display: grid;
  gap: 12px;
}

.calendar-list a {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.calendar-list b {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 30px;
}

.event-simple-hero {
  background:
    linear-gradient(135deg, rgba(234,242,246,.96), rgba(255,255,255,.98) 62%, rgba(222,219,208,.34)),
    url("assets/images/index/img_process01.jpg") center / cover;
}

.event-simple-title {
  min-height: clamp(230px, 30vw, 360px);
  display: grid;
  align-content: center;
  justify-items: start;
  padding-block: 34px;
}

.event-simple-title h1 {
  margin: 10px 0 14px;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(46px, 7vw, 88px);
  line-height: .95;
  text-transform: uppercase;
}

.event-simple-title > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.7;
}

.event-simple-section {
  background: #fff;
}

.event-simple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 34px;
}

.event-simple-card {
  background: #fff;
  border: 1px solid rgba(161,136,96,.24);
  box-shadow: 0 16px 36px rgba(35,35,55,.08);
  overflow: hidden;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.event-simple-card:hover {
  transform: translateY(-6px);
  border-color: rgba(161,136,96,.52);
  box-shadow: 0 22px 48px rgba(35,35,55,.13);
}

.event-simple-card a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  color: inherit;
}

.event-simple-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .55s ease, filter .35s ease;
}

.event-simple-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.03);
}

.event-simple-card div {
  display: grid;
  align-content: start;
  padding: 24px;
  min-height: 240px;
}

.event-simple-card time,
.event-schedule-list time {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.event-simple-card h3 {
  margin: 9px 0 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.2;
}

.event-simple-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.event-simple-card span {
  align-self: end;
  margin-top: 20px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.kh-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(30px, 5vw, 54px);
  display: none !important;
}

.kh-pagination .page-numbers {
  display: inline-grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  padding: 0 14px;
  border: 1px solid rgba(40, 32, 107, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--purple);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.kh-pagination .page-numbers:hover,
.kh-pagination .page-numbers:focus-visible,
.kh-pagination .page-numbers.current {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: translateY(-2px);
}

.event-simple-schedule {
  background: var(--blue-light);
}

.event-schedule-list {
  display: grid;
  margin-top: 26px;
  border-top: 1px solid rgba(39,30,102,.16);
}

.event-schedule-list a {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(39,30,102,.16);
  color: inherit;
  transition: color .25s ease, transform .25s ease;
}

.event-schedule-list a:hover {
  color: var(--ink);
  transform: translateX(8px);
}

.event-schedule-list strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 24px);
}

.event-schedule-list span {
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.event-detail-simple-hero {
  background: linear-gradient(135deg, rgba(234,242,246,.96), #fff 68%, rgba(222,219,208,.34));
}

.event-detail-title {
  min-height: clamp(170px, 22vw, 260px);
  display: grid;
  align-content: center;
  justify-items: start;
  padding-block: 26px;
}

.event-detail-title .back-link {
  margin-bottom: 14px;
}

.event-detail-title time {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.event-detail-title h1 {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.06;
}

.event-detail-title > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.8;
}

.event-detail-simple-body {
  background: #fff;
}

.event-detail-simple-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.event-detail-summary {
  padding: 26px;
  background: var(--blue-light);
  border-top: 4px solid var(--gold);
}

.event-detail-summary span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.event-detail-summary dl {
  margin: 18px 0 0;
}

.event-detail-summary dt {
  color: var(--muted);
  font-size: 13px;
}

.event-detail-summary dd {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
}

.event-detail-copy {
  max-width: 780px;
}

.event-detail-copy img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 30px;
}

.event-detail-copy h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 34px);
}

.event-detail-copy p {
  color: var(--muted);
  line-height: 1.85;
}

.event-detail-copy p + h2 {
  margin-top: 34px;
}

.event-adjacent-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-top: clamp(30px, 5vw, 54px);
  padding-top: 24px;
  border-top: 1px solid rgba(39,30,102,.14);
}

.event-adjacent-slot {
  min-width: 0;
}

.event-adjacent-slot.is-next {
  text-align: right;
}

.event-adjacent-slot.is-all {
  display: grid;
  place-items: center;
}

.event-adjacent-link,
.event-adjacent-all {
  min-height: 104px;
  border: 1px solid rgba(40, 32, 107, .14);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.event-adjacent-link {
  display: grid;
  gap: 6px;
  height: 100%;
  align-content: center;
  padding: 18px 20px;
}

.event-adjacent-all {
  display: inline-grid;
  min-width: 132px;
  place-items: center;
  padding: 18px 22px;
  color: var(--purple);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.event-adjacent-link:hover,
.event-adjacent-link:focus-visible,
.event-adjacent-all:hover,
.event-adjacent-all:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(91, 157, 174, .55);
  box-shadow: 0 18px 42px rgba(40,32,107,.12);
}

.event-adjacent-link span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.event-adjacent-link strong {
  color: var(--purple);
  font-size: 18px;
  line-height: 1.35;
}

.detail-hero {
  min-height: 660px;
  display: grid;
  align-items: end;
  padding: 80px 0 0;
}

.detail-hero-image {
  position: absolute;
  inset: 0;
}

.detail-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.95) 0 38%, rgba(255,255,255,.28) 70%, rgba(39,30,102,.16));
}

.detail-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-title-card {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-inline: 0 auto;
  padding: 44px 48px;
  background: #fff;
  box-shadow: var(--shadow);
}

.back-link {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.detail-title-card p {
  color: var(--muted);
}

.article-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.event-facts {
  position: sticky;
  top: 120px;
  padding: 28px;
  background: var(--blue-light);
}

.event-facts dl {
  margin: 18px 0 0;
}

.event-facts dt {
  color: var(--muted);
  font-size: 13px;
}

.event-facts dd {
  margin: 0 0 16px;
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 700;
}

.article-copy {
  max-width: 760px;
}

.article-copy figure {
  margin: 38px 0;
}

.article-copy figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-copy figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.article-cta,
.contact-form button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  cursor: pointer;
}

/* ==========================================================================
   Products
   ========================================================================== */
.product-hero {
  background:
    linear-gradient(
      135deg,
      rgba(108, 169, 188, .85),
      rgba(108, 169, 188, .55)
    ),
    url("assets/images/index/img_collection06.jpg") center center / cover no-repeat;

  color: #fff;
}

.product-hero h1,
.product-hero .product-hero-copy > p:last-child {
  color: #fff;
}

.product-orbit {
  position: relative;
  min-height: 480px;
}

.product-orbit img {
  position: absolute;
  width: 54%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid rgba(255,255,255,.78);
  box-shadow: 0 18px 46px rgba(0,0,0,.2);
}

.product-orbit img:nth-child(1) { right: 2%; top: 3%; }
.product-orbit img:nth-child(2) { left: 0; top: 28%; width: 44%; }
.product-orbit img:nth-child(3) { right: 22%; bottom: 0; width: 38%; }

.catalog-board {
  background: #fff;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 18px;
}

.catalog-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.catalog-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.catalog-card.tall {
  grid-row: span 2;
}

.catalog-card.wide {
  grid-column: span 2;
}

.catalog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transition: transform .4s ease, opacity .3s ease;
}

.catalog-card:hover img {
  transform: scale(1.06);
  opacity: .68;
}

.catalog-card div {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(18,16,38,.78), transparent);
}

.catalog-card span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

.catalog-card h2 {
  color: #fff;
  margin: 6px 0 0;
}

.catalog-card p {
  margin: 8px 0 0;
  max-width: 420px;
}

.material-lab {
  background: var(--blue-light);
}

.lab-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 44px;
  align-items: start;
}

.lab-list {
  display: grid;
  gap: 14px;
}

.lab-list article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(39,30,102,.15);
}

.lab-list span {
  color: var(--muted);
}

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-stage {
  background:
    linear-gradient(115deg, rgba(234,242,246,.96) 0 58%, rgba(39,30,102,.9) 58% 100%),
    url("assets/images/index/img_process01.jpg") center / cover;
}

.contact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-chips span {
  padding: 8px 14px;
  border: 1px solid rgba(161,136,96,.35);
  border-radius: 999px;
  color: var(--ink);
  font-size: 13px;
}

.contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: clamp(28px, 4vw, 46px);
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dedbd0;
  background: #fff;
  padding: 13px 14px;
  font: inherit;
  color: #333;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  justify-self: start;
  margin-top: 8px;
}

.contact-map-band {
  background: #fff;
}

.contact-map-panel {
  margin-bottom: 28px;
  border: 1px solid rgba(39,30,102,.12);
  background: var(--blue-light);
  box-shadow: 0 18px 45px rgba(35, 35, 55, .08);
  overflow: hidden;
}

.contact-map-panel iframe {
  display: block;
  width: 100%;
  height: clamp(300px, 34vw, 440px);
  border: 0;
  filter: saturate(.92) contrast(.98);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr 1fr;
  gap: 1px;
  background: rgba(39,30,102,.12);
}

.contact-info-grid article {
  min-height: 260px;
  padding: 32px;
  background: #fff;
  display: grid;
  align-content: end;
}

.contact-info-grid h2 {
  margin: 10px 0;
}

/* ==========================================================================
   About
   ========================================================================== */
.about-hero {
  display: none;
}

.about-recast {
  position: relative;
  padding: clamp(74px, 8vw, 120px) 0 clamp(72px, 8vw, 110px);
  background:
    linear-gradient(125deg, #fff 0 48%, var(--blue-light) 48% 100%);
  isolation: isolate;
}

.about-recast::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10vw;
  width: 54vw;
  height: 54vw;
  border: 1px solid rgba(161,136,96,.24);
  border-radius: 50%;
  transform: translateY(-48%);
  z-index: -1;
}

.about-recast .container {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  min-height: clamp(560px, 62vw, 760px);
}

.about-recast .about-profile-head {
  grid-column: 2;
  grid-row: 1;
  max-width: none;
  margin: 0 0 0 -120px;
  padding: clamp(38px, 5vw, 70px);
  text-align: left;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(39,30,102,.98), rgba(39,30,102,.88)),
    var(--ink);
  box-shadow: 0 24px 60px rgba(39,30,102,.24);
  z-index: 3;
}

.about-recast .about-profile-head::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.16);
  pointer-events: none;
}

.about-recast .about-profile-head span {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.about-recast .about-profile-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 6vw, 86px);
  line-height: .92;
  font-weight: 700;
  text-transform: uppercase;
}

.about-recast .about-profile-head p {
  max-width: 600px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-size: clamp(15px, 1.3vw, 18px);
}

.about-proof-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.about-proof-row b {
  font-family: var(--font-display);
  font-size: clamp(54px, 6vw, 92px);
  line-height: .82;
  color: var(--gold);
}

.about-proof-row em {
  color: rgba(255,255,255,.72);
  font-style: normal;
  line-height: 1.45;
}

.about-recast .about-nameplate {
  grid-column: 1 / 3;
  grid-row: 1;
  width: min(70%, 800px);
  min-height: clamp(460px, 52vw, 680px);
  place-items: end start;
  clip-path: polygon(0 0, 92% 0, 100% 82%, 15% 100%, 0 72%);
  box-shadow: 0 26px 64px rgba(18,20,36,.2);
}

.about-recast .about-nameplate::after {
  background:
    linear-gradient(90deg, rgba(39,30,102,.72), rgba(39,30,102,.16) 70%),
    linear-gradient(0deg, rgba(0,0,0,.24), transparent 45%);
}

.about-recast .about-nameplate img {
  opacity: .92;
}

.about-recast .about-nameplate strong {
  margin: 0 0 clamp(26px, 4vw, 54px) clamp(24px, 4vw, 56px);
  font-size: clamp(32px, 4.8vw, 74px);
  text-align: left;
}

.about-recast + .mission-board {
  padding-top: clamp(74px, 8vw, 120px);
  background:
    linear-gradient(100deg, var(--blue-light) 0 44%, #fff 44% 100%);
}

.mission-board .mission-grid {
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
}

.mission-board .mission-large {
  position: relative;
  z-index: 1;
}

.mission-board .mission-large::before {
  content: "";
  position: absolute;
  inset: -24px 24px 24px -24px;
  background: var(--ink);
  z-index: -1;
}

.mission-board .mission-large img {
  aspect-ratio: 4 / 5;
}

.mission-board .mission-copy {
  margin-left: -34px;
  padding-left: clamp(34px, 5vw, 78px);
  border-left: 1px solid rgba(161,136,96,.45);
}

.mission-mini-gallery {
  grid-template-columns: 1.25fr .75fr;
  grid-auto-rows: 150px;
}

.mission-mini-gallery img:nth-child(1) {
  grid-row: span 2;
}

.mission-mini-gallery img:nth-child(4) {
  grid-column: span 2;
  aspect-ratio: auto;
}

.why-kh {
  background:
    linear-gradient(180deg, #fff 0 30%, rgba(234,242,246,.8) 30% 100%);
}

.why-grid {
  grid-template-columns: 1.08fr .92fr;
}

.why-copy {
  position: relative;
  z-index: 2;
  margin-right: -76px;
  border-top: 6px solid var(--gold);
}

.why-photo img {
  min-height: 660px;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 88%, 0 12%);
}

.why-mini-gallery {
  grid-template-columns: repeat(4, 1fr);
}

.why-mini-gallery img {
  aspect-ratio: 1;
}

.about-recast {
  padding: clamp(70px, 8vw, 110px) 0;
  background: #fff;
}

.about-recast::before {
  display: none;
}

.about-recast .container {
  display: block;
  min-height: auto;
}

.about-recast .about-profile-head {
  max-width: 920px;
  margin: 0 auto 42px;
  padding: 0;
  color: var(--muted);
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.about-recast .about-profile-head::before {
  display: none;
}

.about-recast .about-profile-head span {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.about-recast .about-profile-head h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
}

.about-recast .about-profile-head p {
  max-width: 860px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.75;
}

.about-proof-row {
  width: min(100%, 560px);
  margin: 28px auto 0;
  padding: 18px 22px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(161,136,96,.25);
  background: var(--blue-light);
  text-align: left;
}

.about-proof-row b {
  color: var(--gold);
  font-size: clamp(42px, 5vw, 70px);
}

.about-proof-row em {
  color: var(--muted);
  font-size: 15px;
}

.about-recast .about-nameplate {
  width: min(100%, 1040px);
  min-height: clamp(320px, 42vw, 520px);
  margin: 0 auto;
  clip-path: none;
  box-shadow: none;
  place-items: center;
}

.about-recast .about-nameplate::after {
  background: rgba(39,30,102,.52);
}

.about-recast .about-nameplate img {
  opacity: 1;
}

.about-recast .about-nameplate strong {
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
  text-align: center;
}

.about-recast + .mission-board {
  padding-top: clamp(70px, 8vw, 110px);
  background: var(--soft);
}

.mission-board .mission-grid,
.why-grid {
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.mission-board .mission-large::before {
  display: none;
}

.about-media-frame img {
  min-height: clamp(360px, 42vw, 560px);
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  clip-path: none;
  box-shadow: none;
}

.mission-board .mission-copy,
.why-copy {
  margin: 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(161,136,96,.2);
  border-top: 4px solid var(--gold);
  background: #fff;
  box-shadow: none;
}

.mission-mini-gallery,
.why-mini-gallery {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
}

.mission-mini-gallery img,
.why-mini-gallery img {
  aspect-ratio: 1.22 / 1;
}

.mission-mini-gallery img:nth-child(1),
.mission-mini-gallery img:nth-child(4) {
  grid-column: auto;
  grid-row: auto;
}

.why-kh {
  background: #fff;
}

.why-photo::before {
  display: none;
}


.section.why-policies{
  padding-top: 20px;
}
.why-policies .policies_title{
  text-align: center;
}

.why-policies .policies-desc {
    margin: 25px 0 30px;
    font-size: 16px;
    line-height: 1.6;
}

.why-policies .policies-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.why-policies .policy-item {
    min-width: 0;
    height: 90px;
    padding: 12px 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    text-decoration: none;

    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .3px;

    box-sizing: border-box;
    transition: all .25s ease;
}

.why-policies .policy-item.dark {
    background: #35738a;
}

.why-policies .policy-item.light {
    background: var(--blue-dark);
}

.why-policies .policy-item:hover {
    color: #fff;
    transform: translateY(-3px);
    filter: brightness(.92);
}


/* Tablet */
@media (max-width: 991px) {
    .why-policies .policies-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* Mobile */
@media (max-width: 575px) {
    .why-policies .policies-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .why-policies .policy-item {
        height: 70px;
        font-size: 14px;
    }
}

.about-recast {
  padding: 0 0 clamp(72px, 8vw, 115px);
  background:
    linear-gradient(90deg, #fff 0 58%, var(--blue-light) 58% 100%);
}

.about-recast .container {
  width: min(100% - 40px, 1240px);
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.22fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding-top: clamp(58px, 7vw, 92px);
}

.about-recast .about-profile-head {
  position: relative;
  max-width: none;
  margin: 0;
  padding: clamp(26px, 3vw, 42px) 0;
  text-align: left;
}

.about-recast .about-profile-head::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: var(--gold);
}

.about-recast .about-profile-head span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.about-recast .about-profile-head span::after {
  content: "";
  width: 58px;
  height: 1px;
  background: currentColor;
}

.about-recast .about-profile-head h2 {
  max-width: 430px;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(44px, 5vw, 74px);
  line-height: .95;
  font-weight: 700;
  text-transform: uppercase;
}

.about-recast .about-profile-head p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.8;
}

.about-recast .about-nameplate {
  position: relative;
  width: 100%;
  min-height: clamp(430px, 46vw, 610px);
  margin: 0;
  display: grid;
  place-items: end start;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 0 24px 54px rgba(18,20,36,.14);
}

.about-recast .about-nameplate::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.22);
  z-index: 2;
  pointer-events: none;
}

.about-recast .about-nameplate::after {
  background:
    linear-gradient(90deg, rgba(39,30,102,.76), rgba(39,30,102,.18) 62%),
    linear-gradient(0deg, rgba(0,0,0,.42), transparent 48%);
}

.about-recast .about-nameplate strong {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin: 0 0 clamp(72px, 8vw, 110px) clamp(28px, 4vw, 56px);
  color: #fff;
  font-size: clamp(42px, 6.4vw, 90px);
  line-height: .92;
  text-align: left;
}

.about-hero-stats {
  position: absolute;
  left: clamp(28px, 4vw, 56px);
  right: clamp(28px, 4vw, 56px);
  bottom: clamp(24px, 3vw, 42px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.24);
  backdrop-filter: blur(8px);
}

.about-hero-stats span {
  min-height: 82px;
  display: grid;
  align-content: center;
  padding: 16px 20px;
  background: rgba(255,255,255,.88);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-hero-stats b {
  display: block;
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(var(--reveal-x, 0), var(--reveal-y, 36px), 0);
  transition:
    opacity .85s ease,
    transform .85s cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-reveal="left"] { --reveal-x: -54px; --reveal-y: 0; }
[data-reveal="right"] { --reveal-x: 54px; --reveal-y: 0; }
[data-reveal="up"] { --reveal-x: 0; --reveal-y: 46px; }
[data-reveal="down"] { --reveal-x: 0; --reveal-y: -36px; }

/* ==========================================================================
   Keyframes
   ========================================================================== */
@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes subtitleFade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textShine {
  0%, 35% {
    left: -38%;
    opacity: 0;
  }
  48% {
    opacity: .9;
  }
  72%, 100% {
    left: 112%;
    opacity: 0;
  }
}

@keyframes titleSoftGlow {
  0%, 100% {
    color: #fff;
    text-shadow:
      0 10px 28px rgba(14, 30, 46, .25),
      0 0 0 rgba(255, 255, 255, 0);
  }
  48%, 56% {
    color: #f5f7f8;
    text-shadow:
      0 10px 28px rgba(14, 30, 46, .24),
      0 0 16px rgba(235, 239, 242, .34),
      0 0 30px rgba(255, 255, 255, .18);
  }
}

@keyframes titleTextHighlight {
  0%, 32% {
    background-position: 120% 50%;
  }
  66%, 100% {
    background-position: -120% 50%;
  }
}

@keyframes sparkleFloat {
  0%, 100% {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(.45) rotate(0deg);
  }
  38% {
    opacity: .95;
  }
  62% {
    opacity: .72;
    transform: translate3d(12px, -10px, 0) scale(1) rotate(30deg);
  }
}

@keyframes softFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes heroFallbackDrift {
  from {
    transform: scale(1);
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  }
  to {
    transform: scale(1.04);
    background-position: 30px -18px, -22px 16px, 18px 22px, 0 0, 0 0;
  }
}

.about-hero {
  display: block;
  background:
    linear-gradient(135deg, rgba(234,242,246,.96) 0 64%, #fff 64% 100%);
}

.about-hero::before {
  display: block;
}

.about-hero .page-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  min-height: clamp(330px, 38vw, 460px);
  padding: clamp(42px, 6vw, 72px) 0;
  gap: clamp(30px, 5vw, 58px);
}

.about-hero .page-hero-copy h1 {
  max-width: 560px;
  font-size: clamp(42px, 5.6vw, 66px);
}

.about-hero .page-hero-copy p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.72;
}

.about-hero .cluster-frame {
  padding: 0 0 42px;
}

.about-hero .cluster-frame::before {
  inset: 28px -16px 28px 34px;
  background: var(--ink);
  clip-path: none;
  opacity: .06;
}

.about-hero .cluster-frame img {
  width: 100%;
  aspect-ratio: 4 / 3.15;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-hero .cluster-frame span {
  right: auto;
  left: 20px;
  bottom: 0;
  width: min(76%, 250px);
  min-height: 72px;
  aspect-ratio: auto;
  padding: 16px 20px;
  border-radius: 0;
  place-items: center start;
  background: #fff;
  color: var(--ink);
  border-left: 4px solid var(--gold);
  box-shadow: 0 18px 42px rgba(18,20,36,.12);
  text-align: left;
}

.about-recast {
  display: none !important;
}

.about-hero + .about-recast + .mission-board {
  padding-top: clamp(70px, 8vw, 110px);
}

.about-recast {
  padding: clamp(70px, 8vw, 112px) 0;
  background:
    linear-gradient(180deg, #fff 0 62%, var(--blue-light) 62% 100%);
}

.about-recast .container {
  width: min(100% - 40px, 1120px);
  grid-template-columns: 1.06fr .94fr;
  gap: clamp(32px, 5vw, 64px);
  padding-top: 0;
}

.about-recast .about-profile-head {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  align-self: center;
  padding: clamp(30px, 4vw, 48px);
  border-top: 5px solid var(--gold);
  background: #fff;
  box-shadow: 0 18px 46px rgba(35,35,55,.08);
}

.about-recast .about-profile-head::after {
  display: none;
}

.about-recast .about-profile-head span {
  color: var(--gold);
}

.about-recast .about-profile-head h2 {
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.02;
}

.about-recast .about-nameplate {
  grid-column: 1;
  grid-row: 1;
  width: min(100%, 470px);
  min-height: clamp(300px, 32vw, 420px);
  justify-self: end;
  background: #fff;
  box-shadow: none;
}

.about-recast .about-nameplate::before {
  inset: auto;
  display: none;
}

.about-recast .about-nameplate::after {
  background:
    linear-gradient(180deg, rgba(39,30,102,.02), rgba(39,30,102,.24)),
    linear-gradient(90deg, rgba(39,30,102,.18), transparent 60%);
}

.about-recast .about-nameplate strong {
  margin: 0 0 clamp(84px, 8vw, 108px) clamp(22px, 3vw, 34px);
  font-size: clamp(26px, 3vw, 40px);
}

.about-hero-stats {
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: transparent;
  backdrop-filter: none;
  gap: 12px;
}

.about-hero-stats span {
  min-height: 62px;
  background: rgba(255,255,255,.92);
  border-left: 3px solid var(--gold);
  box-shadow: 0 12px 30px rgba(18,20,36,.1);
  padding: 12px 14px;
  min-width: 0;
}

.about-hero-stats b {
  font-size: 22px;
}

/* ==========================================================================
   Effects / Animations
   ========================================================================== */
.has-section-effect {
  overflow: hidden;
}

.page-hero.has-section-effect .eyebrow,
.section.has-section-effect .section-heading span,
.section.has-section-effect .chapter-number {
  transform-origin: left center;
}

.page-hero.is-section-visible .eyebrow,
.section.is-section-visible .section-heading span {
  animation: sectionAccentSweep .9s cubic-bezier(.2,.8,.2,1) both;
}

.page-hero.is-section-visible h1,
.section.is-section-visible .section-heading h2,
.section.is-section-visible .mission-copy h2,
.section.is-section-visible .why-copy h2 {
  animation: sectionTitleRise .78s cubic-bezier(.2,.8,.2,1) both;
}

.fx-media,
.fx-lift,
.fx-card-lift {
  will-change: transform;
}

.fx-lift:hover {
  transform: translateY(-6px);
}

.fx-media img {
  transition: transform .55s ease, filter .45s ease, opacity .35s ease;
}

.fx-media:hover img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.03);
}

.fx-card-lift {
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background-color .35s ease;
}

.fx-card-lift:hover {
  transform: translateY(-5px);
  border-color: rgba(161,136,96,.48);
  box-shadow: 0 18px 42px rgba(35,35,55,.09);
}

.calendar-list a {
  transition: transform .3s ease, color .3s ease, border-color .3s ease;
}

.calendar-list a:hover {
  transform: translateX(10px);
  border-color: rgba(255,255,255,.38);
}

.about-hero .cluster-frame span,
.hero-ticket::before,
.catalog-card div,
.featured-event div {
  transition: transform .35s ease, box-shadow .35s ease;
}

.about-hero .cluster-frame:hover span,
.featured-event:hover div {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(18,20,36,.14);
}

@keyframes sectionAccentSweep {
  from {
    opacity: 0;
    transform: scaleX(.2) translateY(8px);
  }
  to {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

@keyframes sectionTitleRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-hero {
  background:
    linear-gradient(135deg, rgba(234,242,246,.96) 0 56%, #fff 56% 100%);
  color: var(--ink);
}

.product-hero h1,
.product-hero .product-hero-copy > p:last-child {
  color: var(--ink);
}

.product-hero .product-hero-copy > p:last-child {
  color: var(--muted);
  line-height: 1.75;
}

.product-hero-grid {
  grid-template-columns: 1fr minmax(320px, 480px);
  min-height: clamp(460px, 50vw, 600px);
}

.product-hero-panel {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(320px, 38vw, 480px);
  overflow: hidden;
  background: #dbe8e8;
  box-shadow: var(--shadow);
}

.product-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(39,30,102,.58)),
    linear-gradient(90deg, rgba(39,30,102,.16), transparent 55%);
}

.product-hero-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-hero-panel div {
  position: relative;
  z-index: 1;
  margin: 0 26px 26px;
  padding: 22px 24px;
  background: rgba(255,255,255,.92);
  border-left: 4px solid var(--gold);
}

.product-hero-panel span {
  display: block;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-hero-panel strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.45;
}

.product-collection-board {
  background: #fff;
}

.product-page-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 34px);
}

.product-page-card {
  min-height: 0;
  display: block;
  background: #dbe8e8;
  overflow: hidden;
}

.product-page-card a {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
}

.product-page-card img {
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
}

.product-page-card::after {
  height: 96px;
  background: #eee3d1;
}

.product-page-card div {
  min-height: 180px;
  margin-top: -22px;
  padding: 34px 24px 26px;
  align-content: start;
  background: transparent;
}

.product-page-card h3 {
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 500;
}

.product-page-card p {
  margin: 12px 0 0;
  max-width: 100%;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.product-page-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 42px rgba(35,35,55,.1);
}

.product-page-card:hover img {
  opacity: .78;
  transform: scale(1.04);
}

.product-hero {
  background:
    linear-gradient(
      135deg,
      rgba(108, 169, 188, .85),
      rgba(108, 169, 188, .55)
    ),
    url("assets/images/index/img_collection06.jpg") center center / cover no-repeat;
  color: #fff;
}

.product-hero h1,
.product-hero .product-hero-copy > p:last-child {
  color: #fff;
}

.product-hero-grid {
  grid-template-columns: .82fr 1.18fr;
  min-height: clamp(560px, 60vw, 760px);
}

.product-orbit-compact {
  width: min(100%, 760px);
  max-width: none;
  min-height: clamp(560px, 54vw, 760px);
  justify-self: center;
}

.product-orbit-compact img {
  width: 58%;
  border-width: 10px;
}

.product-orbit-compact img:nth-child(1) {
  right: 2%;
  top: 3%;
}

.product-orbit-compact img:nth-child(2) {
  left: 0;
  top: 28%;
  width: 47%;
}

.product-orbit-compact img:nth-child(3) {
  right: 22%;
  bottom: 0;
  width: 40%;
}

.product-page-strip {
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

.product-page-card img {
  aspect-ratio: 1 / 1.18;
}

.product-page-card div {
  min-height: 98px;
  padding: 24px 12px 18px;
  align-content: center;
}

.product-page-card p {
  display: none;
}

.product-page-card h3 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-detail-hero {
  background:
    linear-gradient(135deg, rgba(234,242,246,.96) 0 58%, #fff 58% 100%);
}

.product-detail-list {
  background: #fff;
}

.product-detail-list .container {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
}

.product-detail-item {
  display: grid;
  grid-template-columns: minmax(260px, 430px) 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-bottom: clamp(28px, 4vw, 52px);
  border-bottom: 1px solid rgba(39,30,102,.12);
  scroll-margin-top: 120px;
}

.product-detail-item:nth-child(even) img {
  order: 2;
}

.product-detail-item img {
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
  background: var(--blue-light);
}

.product-detail-item span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-detail-item h2 {
  margin: 8px 0 14px;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.05;
  text-transform: uppercase;
}

.product-detail-item p {
  color: var(--muted);
}

.product-detail-item dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px 18px;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(161,136,96,.24);
}

.product-detail-item dt {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-detail-item dd {
  margin: 0;
  color: var(--muted);
}

.product-single-hero {
  background:
    linear-gradient(135deg, rgba(234,242,246,.96) 0 58%, #fff 58% 100%);
}

.product-single-hero-grid {
  min-height: clamp(500px, 54vw, 650px);
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: clamp(36px, 7vw, 80px);
  align-items: center;
  padding: clamp(60px, 8vw, 110px) 0;
}

.product-single-hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 82px);
  line-height: .96;
  text-transform: uppercase;
}

.product-single-hero p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
}

.product-single-hero img {
  width: 100%;
  aspect-ratio: 1 / .92;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.product-single-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}

.product-single-copy {
  position: sticky;
  top: 120px;
  padding: clamp(28px, 4vw, 46px);
  border-top: 4px solid var(--gold);
  background: #fff;
  box-shadow: 0 14px 36px rgba(35,35,55,.08);
}

.product-single-copy span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-single-copy h2 {
  margin: 10px 0 16px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  text-transform: uppercase;
}

.product-single-copy p,
.product-single-copy dd {
  color: var(--muted);
}

.product-single-copy dl {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 10px 16px;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(161,136,96,.26);
}

.product-single-copy dt {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-single-copy dd {
  margin: 0;
}

.media-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.media-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--blue-light);
  transition: transform .45s ease, filter .35s ease;
}

.media-gallery .is-large {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}

.media-gallery img:hover {
  transform: translateY(-5px) scale(1.015);
  filter: saturate(1.05) contrast(1.04);
}

.product-single-hero-grid {
  min-height: clamp(180px, 20vw, 240px);
  grid-template-columns: 1fr minmax(180px, 260px);
  gap: clamp(24px, 5vw, 52px);
  padding: clamp(26px, 4vw, 42px) 0;
}

.product-single-hero h1 {
  font-size: clamp(30px, 4vw, 52px);
}

.product-single-hero p:not(.eyebrow) {
  max-width: 580px;
  margin-bottom: 14px;
}

.product-single-hero img {
  aspect-ratio: 1.35 / 1;
}

.media-gallery {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.media-gallery .is-large {
  grid-column: auto;
  aspect-ratio: 1;
}

.media-gallery img {
  cursor: zoom-in;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(18, 16, 38, .82);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox img {
  max-width: min(100%, 1100px);
  max-height: 82vh;
  object-fit: contain;
  box-shadow: 0 26px 80px rgba(0,0,0,.38);
}

.gallery-lightbox button {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 46px;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.product-hero-grid {
  min-height: 500px;
  padding: 44px 0;
}

.product-orbit-compact {
  min-height: 500px;
  width: min(100%, 620px);
}

.product-page-strip {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3vw, 34px);
}

.product-page-card img {
  aspect-ratio: 16 / 17;
}

.product-page-card div {
  min-height: 92px;
}

.product-other-collections {
  padding-top: 0;
  background: #fff;
}

.other-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.other-collection-grid a {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(161,136,96,.25);
  background: var(--blue-light);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.other-collection-grid a:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  transform: translateY(-4px);
}

.about-hero,
.product-hero {
  background:
    linear-gradient(135deg, rgba(234,242,246,.96) 0 64%, #fff 64% 100%);
  color: var(--ink);
}

.about-hero .page-hero-grid,
.product-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  min-height: clamp(360px, 38vw, 460px);
  padding: clamp(42px, 6vw, 72px) 0;
  gap: clamp(30px, 5vw, 58px);
  align-items: center;
}

.about-hero .page-hero-copy h1,
.product-hero h1 {
  max-width: 560px;
  color: var(--ink);
  font-size: clamp(42px, 5.6vw, 66px);
}

.about-hero .page-hero-copy p:last-child,
.product-hero .product-hero-copy > p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.72;
}

.product-orbit-compact {
  width: min(100%, 420px);
  min-height: clamp(270px, 30vw, 360px);
  justify-self: center;
}

.about-hero .cluster-frame {
  width: min(100%, 420px);
  justify-self: center;
}

.product-orbit-compact img {
  width: 56%;
  border-width: 7px;
}

.product-orbit-compact img:nth-child(1) {
  right: 0;
  top: 2%;
}

.product-orbit-compact img:nth-child(2) {
  left: 0;
  top: 30%;
  width: 46%;
}

.product-orbit-compact img:nth-child(3) {
  right: 18%;
  bottom: 0;
  width: 40%;
}

.contact-simple-hero {
  background:
    linear-gradient(135deg, rgba(234,242,246,.96), rgba(255,255,255,.98) 62%, rgba(222,219,208,.34)),
    url("assets/images/index/img_process01.jpg") center / cover;
}

.contact-simple-title {
  min-height: clamp(250px, 30vw, 360px);
  display: grid;
  align-content: center;
  padding-block: clamp(38px, 6vw, 70px);
}

.contact-simple-title h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(42px, 5.6vw, 66px);
  line-height: 1;
}

.contact-simple-title p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
}

.contact-main-section {
  background: #fff;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.contact-detail-panel,
.contact-form-panel {
  border: 1px solid rgba(39,30,102,.12);
  background: #fff;
  box-shadow: 0 18px 45px rgba(35,35,55,.08);
}

.contact-detail-panel {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 3.5vw, 38px);
}

.contact-detail-head span,
.contact-methods span,
.contact-form-head span {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-detail-head h2,
.contact-form-head h2 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.12;
}

.contact-detail-head p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.75;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(39,30,102,.12);
  border-left: 1px solid rgba(39,30,102,.12);
}

.contact-methods a {
  display: grid;
  gap: 6px;
  min-height: 96px;
  align-content: center;
  padding: 18px;
  border-right: 1px solid rgba(39,30,102,.12);
  border-bottom: 1px solid rgba(39,30,102,.12);
  color: inherit;
}

.contact-methods strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(15px, 1.4vw, 15px);
  line-height: 1.25;
}

.contact-main-section .contact-map-panel {
  margin: 0;
  box-shadow: none;
}

.contact-main-section .contact-map-panel iframe {
  height: clamp(260px, 28vw, 360px);
}

.contact-form-panel {
  position: sticky;
  top: 110px;
  gap: 14px;
  padding: clamp(24px, 3.5vw, 38px);
}

.contact-form-head {
  margin-bottom: 4px;
}

.contact-form-panel input,
.contact-form-panel select,
.contact-form-panel textarea {
  background: #fff;
}

.contact-form-panel button {
  width: 100%;
  justify-self: stretch;
}

.contact-form-panel .wpcf7 {
  width: 100%;
}

.contact-form-panel .wpcf7 form {
  display: grid;
  gap: 18px;
  margin: 0;
}

.contact-form-panel .wpcf7 p {
  margin: 0;
}

.contact-form-panel .wpcf7 label {
  display: grid;
  gap: 10px;
  color: var(--purple);
  font-family: var(--font-display);
  font-weight: 700;
}

.contact-form-panel .wpcf7-form-control-wrap {
  display: block;
}

.contact-form-panel .wpcf7 input:not([type="submit"]),
.contact-form-panel .wpcf7 select,
.contact-form-panel .wpcf7 textarea {
  width: 100%;
  border: 1px solid rgba(40,32,107,.16);
  border-radius: 0;
  padding: 16px 18px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.contact-form-panel .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form-panel .wpcf7 input[type="submit"],
.contact-form-panel .wpcf7 .wpcf7-submit {
  display: block;
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 18px 24px;
  background: var(--gold);
  color: #fff;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.contact-form-panel .wpcf7 input[type="submit"]:hover,
.contact-form-panel .wpcf7 input[type="submit"]:focus-visible,
.contact-form-panel .wpcf7 .wpcf7-submit:hover,
.contact-form-panel .wpcf7 .wpcf7-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(161,136,96,.24);
}

.contact-form-panel .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.contact-form-panel .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b94b4b;
  font-size: 13px;
}

.contact-form-panel .wpcf7-response-output {
  margin: 4px 0 0;
  padding: 12px 14px;
  border-color: rgba(40,32,107,.18);
}

.mission-mini-gallery,
.why-mini-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.mission-mini-gallery img,
.why-mini-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mission-mini-gallery img:nth-child(1),
.mission-mini-gallery img:nth-child(4),
.why-mini-gallery img:nth-child(1),
.why-mini-gallery img:nth-child(4) {
  grid-column: auto;
  grid-row: auto;
}
