*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --black:#0a0a0a;
  --charcoal:#1a1a1a;
  --dark:#111111;
  --grey-deep:#2a2a2a;
  --grey:#444;
  --grey-mid:#666;
  --grey-light:#888;
  --grey-pale:#ccc;
  --white:#f5f4f0;
  --accent:#c8b89a;
  --panel-w:15%;
  --transition:cubic-bezier(0.76,0,0.24,1);
}
html,body{height:100%;overflow:hidden}
body{
  font-family:'Manrope',sans-serif;
  background:var(--black);
  color:var(--white);
  cursor:none;
}

/* CUSTOM CURSOR */
#cursor{
  position:fixed;width:10px;height:10px;
  background:var(--white);border-radius:50%;
  pointer-events:none;z-index:9999;
  transform:translate(-50%,-50%);
  transition:transform 0.1s ease,width 0.3s ease,height 0.3s ease,opacity 0.3s ease;
}
#cursor-follower{
  position:fixed;width:36px;height:36px;
  border:1px solid rgba(245,244,240,0.4);border-radius:50%;
  pointer-events:none;z-index:9998;
  transform:translate(-50%,-50%);
  transition:transform 0.15s ease,width 0.3s ease,height 0.3s ease;
}
body:hover #cursor{opacity:1}
body.contact-view #cursor,
body.services-view #cursor,
body.exhibition-view #cursor,
body.commercial-view #cursor,
body.events-view #cursor,
body.privacy-view #cursor{
  background:#4f4f4f;
}
body.contact-view #cursor-follower,
body.services-view #cursor-follower,
body.exhibition-view #cursor-follower,
body.commercial-view #cursor-follower,
body.events-view #cursor-follower,
body.privacy-view #cursor-follower{
  border-color:rgba(35,35,35,0.36);
}

/* LAYOUT */
#layout{
  display:flex;
  width:100vw;
  height:100vh;
  overflow:hidden;
  position:relative;
}
#sidebar-slot{display:contents}

/* LEFT PANEL */
#left-panel{
  width:var(--panel-w);
  min-width:0;
  height:100vh;
  background:#ffffff;
  display:flex;
  flex-direction:column;
  position:relative;
  z-index:100;
  flex-shrink:0;
  overflow:visible;
  border-right:1px solid rgba(0,0,0,0.08);
  transition:width 0.85s var(--transition);
}
#left-panel.collapsed{width:0;border-right:none;overflow:visible}

/* PANEL INNER */
#panel-inner{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:36px 28px;
  min-width:220px;
  opacity:1;
  overflow:hidden;
  transition:opacity 0.4s ease;
}
#left-panel.collapsed #panel-inner{opacity:0;pointer-events:none}

/* LOGO */
#logo-wrap{
  display:flex;align-items:center;gap:0;
  margin-bottom:0;
}
#logo-img{
  width:110px;height:auto;
  filter:none;
  opacity:1;
}

/* HAMBURGER — see #toggle-btn */

/* NAV */
#nav-wrap{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-top:20px;
}

nav ul{list-style:none}
nav ul li{margin-bottom:4px;position:relative}

.nav-item{
  display:block;
  font-family:'Manrope',sans-serif;
  font-size:clamp(1.3rem,1.8vw,1.6rem);
  font-weight:300 !important;
  letter-spacing:0.02em;
  color:#444444;
  text-decoration:none;
  padding:10px 0;
  cursor:none;
  position:relative;
  overflow:hidden;
  transition:color 0.3s ease;
}
.nav-item::after{
  content:'';
  position:absolute;bottom:8px;left:0;
  width:0;height:1px;
  background:#111111;
  transition:width 0.4s var(--transition);
}
.nav-item:hover{color:#111111}
.nav-item:hover::after{width:100%}

/* DROPDOWN */
.has-dropdown{cursor:none}
.nav-toggle{
  display:flex;align-items:center;gap:12px;
  padding:10px 0;cursor:none;
}
.nav-toggle .arrow{
  width:16px;height:16px;
  display:flex;align-items:center;justify-content:center;
  transition:transform 0.35s ease;
  flex-shrink:0;
}
.nav-toggle .arrow svg{width:12px;height:12px;stroke:#999999;transition:stroke 0.3s ease}
.has-dropdown:hover .arrow svg{stroke:#111111}
.has-dropdown.open .arrow{transform:rotate(180deg)}

.dropdown{
  max-height:0;overflow:hidden;
  transition:max-height 0.5s var(--transition);
  padding-left:16px;
}
.dropdown.open{max-height:200px}
.dropdown a{
  display:block;
  font-family:'Manrope',sans-serif;
  font-size:0.72rem;
  font-weight:400;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#888888;
  text-decoration:none;
  padding:8px 0;
  cursor:none;
  transition:color 0.3s ease, padding-left 0.3s ease;
  border-bottom:1px solid rgba(0,0,0,0.06);
}
.dropdown a:last-child{border-bottom:none}
.dropdown a:hover{color:#111111;padding-left:8px}

/* BOTTOM CONTROLS */
#bottom-controls{
  display:flex;
  flex-direction:column;
  gap:20px;
  padding-bottom:8px;
}

/* WHATSAPP */
#whatsapp-btn{
  display:flex;align-items:center;gap:10px;
  text-decoration:none;cursor:none;
  opacity:0.6;transition:opacity 0.3s ease;
}
#whatsapp-btn:hover{opacity:1}
#whatsapp-btn svg{width:20px;height:20px;fill:#555555}
#whatsapp-btn span{
  font-size:0.72rem;letter-spacing:0.1em;
  text-transform:uppercase;color:#555555;
  font-weight:400;
}

/* LANGUAGE */
#lang-wrap{position:relative}
#lang-btn{
  display:flex;align-items:center;gap:10px;
  background:none;border:none;cursor:none;
  padding:0;
  opacity:0.6;transition:opacity 0.3s ease;
}
#lang-btn:hover{opacity:1}
#lang-btn svg{width:18px;height:18px;stroke:#555555;fill:none}
#lang-btn .lang-label{
  font-size:0.72rem;letter-spacing:0.1em;
  text-transform:uppercase;color:#555555;
  font-weight:400;
}
#lang-btn .chevron{
  margin-left:auto;
  width:10px;height:10px;
  stroke:#aaaaaa;fill:none;
  transition:transform 0.3s ease;
}
#lang-btn.open .chevron{transform:rotate(180deg)}

#lang-dropdown{
  position:absolute;bottom:calc(100% + 8px);left:0;
  background:#f8f8f8;
  border:1px solid rgba(0,0,0,0.10);
  border-radius:4px;
  min-width:160px;
  opacity:0;transform:translateY(8px);
  pointer-events:none;
  transition:all 0.3s var(--transition);
}
#lang-dropdown.open{opacity:1;transform:translateY(0);pointer-events:all}
#lang-dropdown a{
  display:flex;align-items:center;gap:10px;
  padding:10px 14px;
  font-size:0.75rem;letter-spacing:0.06em;
  color:#555555;text-decoration:none;
  cursor:none;
  transition:color 0.2s ease,background 0.2s ease;
  border-bottom:1px solid rgba(0,0,0,0.06);
}
#lang-dropdown a:last-child{border-bottom:none}
#lang-dropdown a:hover{color:#111111;background:rgba(0,0,0,0.04)}
#lang-dropdown .flag{font-size:1rem}

/* FOOTER LINKS */
#footer-links{
  display:flex;gap:16px;flex-wrap:wrap;
}
#footer-links a{
  font-size:0.65rem;letter-spacing:0.06em;
  text-transform:uppercase;
  color:#aaaaaa;text-decoration:none;
  cursor:none;
  transition:color 0.3s ease;
}
#footer-links a:hover{color:#333333}
#copyright{
  font-size:0.6rem;color:#bbbbbb;
  letter-spacing:0.04em;
  margin-top:4px;
}

/* RIGHT PANEL / VIDEO */
#right-panel{
  flex:1;
  height:100vh;
  position:relative;
  overflow:hidden;
}

#hero-video{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  filter:none;
}

/* CINEMATIC OVERLAY */
#video-overlay{
  position:absolute;inset:0;
  background:linear-gradient(
    105deg,
    rgba(10,10,10,0.62) 0%,
    rgba(10,10,10,0.34) 50%,
    rgba(10,10,10,0.52) 100%
  );
  z-index:1;
}
/* Vignette */
#video-overlay::after{
  content:'';
  position:absolute;inset:0;
  background:radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.5) 100%);
}

/* HERO CONTENT */
#hero-content{
  position:absolute;
  bottom:80px;left:60px;right:60px;
  z-index:2;
}

#tagline{
  font-family:'Manrope',sans-serif;
  font-size:clamp(2rem,4vw,3.4rem);
  font-weight:300;
  line-height:1.05;
  letter-spacing:-0.01em;
  color:var(--white);
  max-width:640px;
  margin-bottom:40px;
  overflow:hidden;
}
.tagline-line{
  display:block;overflow:hidden;
}
.tagline-inner{
  display:block;
  transform:translateY(100%);
}

#cta-btn{
  display:inline-flex;align-items:center;gap:14px;
  padding:14px 32px;
  background:transparent;
  border:1px solid rgba(245,244,240,0.3);
  color:var(--white);
  font-family:'Manrope',sans-serif;
  font-size:0.75rem;
  font-weight:400;
  letter-spacing:0.14em;
  text-transform:uppercase;
  text-decoration:none;
  cursor:none;
  position:relative;
  overflow:hidden;
  transition:border-color 0.4s ease;
}
#cta-btn::before{
  content:'';
  position:absolute;inset:0;
  background:rgba(255,255,255,0.08);
  transform:translateX(-101%);
  transition:transform 0.5s var(--transition);
}
#cta-btn:hover::before{transform:translateX(0)}
#cta-btn:hover{border-color:rgba(245,244,240,0.7)}
#cta-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;transition:transform 0.3s ease}
#cta-btn:hover svg{transform:translateX(4px)}

/* FILM GRAIN OVERLAY */
#grain{
  position:fixed;inset:0;z-index:50;
  pointer-events:none;opacity:0.025;
}
#grain canvas{width:100%;height:100%}

/* SCROLL INDICATOR */
#scroll-hint{
  position:absolute;bottom:80px;right:40px;z-index:2;
  display:flex;flex-direction:column;align-items:center;gap:8px;
  opacity:0.4;
}
#scroll-hint span{
  font-size:0.6rem;letter-spacing:0.14em;text-transform:uppercase;
  writing-mode:vertical-rl;color:var(--white);
}
#scroll-line{
  width:1px;height:48px;
  background:linear-gradient(to bottom,var(--white),transparent);
  animation:scrollAnim 2s ease-in-out infinite;
}
@keyframes scrollAnim{
  0%{transform:scaleY(0);transform-origin:top}
  50%{transform:scaleY(1);transform-origin:top}
  51%{transform:scaleY(1);transform-origin:bottom}
  100%{transform:scaleY(0);transform-origin:bottom}
}

/* COLLAPSED HAMBURGER STRIP */
#panel-tab{
  position:fixed;
  top:0;left:0;
  width:56px;height:100vh;
  z-index:99;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  padding-bottom:48px;
  pointer-events:none;
}
#panel-tab .brand-vertical{
  font-family:'Manrope',sans-serif;
  font-size:0.7rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#aaaaaa;
  writing-mode:vertical-rl;
  opacity:0;
  transition:opacity 0.4s ease 0.2s;
}
#left-panel.collapsed ~ #panel-tab .brand-vertical{opacity:1}

/* INITIAL LOAD STATES */
#left-panel{transform:translateX(-100%)}
#right-panel{transform:translateX(100%)}
#tagline .tagline-inner{transform:translateY(105%)}
#cta-btn{opacity:0;transform:translateY(20px)}
#scroll-hint{opacity:0}

/* MOBILE */
@media(max-width:768px){
  #left-panel{
    position:fixed;top:0;left:0;
    width:280px!important;
    transform:translateX(-100%);
    z-index:150;
  }
  #left-panel.mobile-open{transform:translateX(0)!important}
  #right-panel{width:100vw}
  #hero-content{left:28px;right:28px;bottom:60px}
  #tagline{font-size:clamp(1.8rem,6vw,2.6rem)}
  #panel-inner{padding:32px 28px}
}

/* TOGGLE BUTTON — circular, sits on panel right edge */
#toggle-btn{
  position:fixed;
  top:4%;
  left:3.1vw;
  transform:none;
  width:34px;height:34px;
  border-radius:50%;
  background:transparent;
  border:1px solid rgba(255,255,255,0.6);
  box-shadow:none;
  display:flex;align-items:center;justify-content:center;
  cursor:none;
  z-index:200;
  flex-shrink:0;
  transition:left 0.85s var(--transition), border-color 0.3s ease;
}
#toggle-btn:hover{
  background:transparent;
}
#toggle-btn:not(.panel-closed){
  left:calc(var(--panel-w) + 3.1vw);
  border-color:rgba(255,255,255,0.6);
}
#toggle-btn .hamburger-line{
  position:absolute;
  top:50%;
  left:50%;
  width:13px;
  height:1px;
  background:rgba(255,255,255,0.82);
  border-radius:1px;
  transition:transform 0.35s ease, opacity 0.25s ease;
}
#toggle-btn:not(.panel-closed) .hamburger-line{
  background:rgba(255,255,255,0.82);
}
#toggle-btn .hamburger-line:nth-child(1){transform:translate(-50%,-50%) translateY(-4px)}
#toggle-btn .hamburger-line:nth-child(2){transform:translate(-50%,-50%)}
#toggle-btn .hamburger-line:nth-child(3){transform:translate(-50%,-50%) translateY(4px)}
#toggle-btn:not(.panel-closed) .hamburger-line:nth-child(1){
  transform:translate(-50%,-50%) rotate(45deg);
  animation:closeLineTopNudge 4s ease-in-out infinite;
}
#toggle-btn:not(.panel-closed) .hamburger-line:nth-child(2){opacity:0}
#toggle-btn:not(.panel-closed) .hamburger-line:nth-child(3){
  transform:translate(-50%,-50%) rotate(-45deg);
  animation:closeLineBottomNudge 4s ease-in-out infinite;
}
#toggle-btn.panel-closed .hamburger-line:nth-child(1){transform:translate(-50%,-50%) translateY(-4px)}
#toggle-btn.panel-closed .hamburger-line:nth-child(2){opacity:1;transform:translate(-50%,-50%)}
#toggle-btn.panel-closed .hamburger-line:nth-child(3){transform:translate(-50%,-50%) translateY(4px)}
@keyframes closeLineTopNudge{
  0%,84%,100%{transform:translate(-50%,-50%) rotate(45deg)}
  88%{transform:translate(-50%,-50%) rotate(70deg)}
  92%{transform:translate(-50%,-50%) rotate(33deg)}
  96%{transform:translate(-50%,-50%) rotate(48deg)}
}
@keyframes closeLineBottomNudge{
  0%,84%,100%{transform:translate(-50%,-50%) rotate(-45deg)}
  88%{transform:translate(-50%,-50%) rotate(-70deg)}
  92%{transform:translate(-50%,-50%) rotate(-33deg)}
  96%{transform:translate(-50%,-50%) rotate(-48deg)}
}
/* left-panel needs overflow:visible so button can peek out */

/* CONTACT PAGE */
body.contact-view #right-panel{
  background:#ffffff;
  overflow-y:auto;
}
body.services-view #right-panel,
body.exhibition-view #right-panel,
body.commercial-view #right-panel,
body.events-view #right-panel,
body.privacy-view #right-panel{
  background:#ffffff;
  overflow-y:auto;
}
body.contact-view #hero-video,
body.contact-view #video-overlay,
body.contact-view #hero-content,
body.contact-view #scroll-hint,
body.services-view #hero-video,
body.services-view #video-overlay,
body.services-view #hero-content,
body.services-view #scroll-hint,
body.exhibition-view #hero-video,
body.exhibition-view #video-overlay,
body.exhibition-view #hero-content,
body.exhibition-view #scroll-hint,
body.commercial-view #hero-video,
body.commercial-view #video-overlay,
body.commercial-view #hero-content,
body.commercial-view #scroll-hint,
body.events-view #hero-video,
body.events-view #video-overlay,
body.events-view #hero-content,
body.events-view #scroll-hint,
body.privacy-view #hero-video,
body.privacy-view #video-overlay,
body.privacy-view #hero-content,
body.privacy-view #scroll-hint{
  opacity:0;
  pointer-events:none;
}
body.contact-view #toggle-btn.panel-closed,
body.contact-view #toggle-btn:not(.panel-closed),
body.services-view #toggle-btn.panel-closed,
body.services-view #toggle-btn:not(.panel-closed),
body.exhibition-view #toggle-btn.panel-closed,
body.exhibition-view #toggle-btn:not(.panel-closed),
body.commercial-view #toggle-btn.panel-closed,
body.commercial-view #toggle-btn:not(.panel-closed),
body.events-view #toggle-btn.panel-closed,
body.events-view #toggle-btn:not(.panel-closed),
body.privacy-view #toggle-btn.panel-closed,
body.privacy-view #toggle-btn:not(.panel-closed){
  border-color:rgba(20,20,20,0.28);
}
body.contact-view #toggle-btn .hamburger-line,
body.services-view #toggle-btn .hamburger-line,
body.exhibition-view #toggle-btn .hamburger-line,
body.commercial-view #toggle-btn .hamburger-line,
body.events-view #toggle-btn .hamburger-line,
body.privacy-view #toggle-btn .hamburger-line{
  background:#222222;
}
#about-page,
#contact-page{
  display:none;
  min-height:100vh;
  background:#ffffff;
  color:#1a1a1a;
  font-family:'Manrope',sans-serif;
  position:relative;
  z-index:3;
}
#about-page.active,
#contact-page.active{display:block}
.contact-shell{
  width:min(1180px,calc(100% - 96px));
  margin:0 auto;
  padding:92px 0 72px;
}
.contact-kicker{
  font-size:0.72rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#8a8a8a;
  margin-bottom:18px;
}
.contact-title{
  font-size:clamp(2.5rem,5vw,5.5rem);
  line-height:0.96;
  font-weight:300;
  letter-spacing:0;
  margin-bottom:18px;
  max-width:780px;
}
.contact-subtitle{
  color:#696969;
  font-size:1rem;
  line-height:1.8;
  max-width:640px;
  margin-bottom:56px;
}
.contact-grid{
  display:grid;
  grid-template-columns:minmax(320px,0.82fr) minmax(360px,1fr);
  gap:64px;
  align-items:start;
}
.contact-form-wrap{
  padding-top:0;
  position:relative;
}
.contact-form{
  display:grid;
  gap:18px;
  opacity:1;
  transform:translateY(0);
  transition:opacity 0.42s ease, transform 0.42s ease;
}
.contact-form-wrap.submitted .contact-form{
  opacity:0;
  transform:translateY(-12px);
  pointer-events:none;
  position:absolute;
  inset:0;
  width:100%;
}
.form-row{
  position:relative;
}
.form-row svg{
  position:absolute;
  left:0;
  top:18px;
  width:18px;
  height:18px;
  stroke:#777777;
  fill:none;
  stroke-width:1.4;
  transition:stroke 0.25s ease, transform 0.25s ease;
}
.form-row input,
.form-row textarea{
  width:100%;
  border:0;
  border-bottom:1px solid #d6d6d6;
  padding:16px 0 13px 34px;
  color:#1d1d1d;
  background:transparent;
  font:400 0.98rem/1.5 'Manrope',sans-serif;
  outline:none;
  transition:border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.form-row textarea{
  min-height:132px;
  resize:vertical;
}
.form-row label{
  position:absolute;
  left:34px;
  top:15px;
  color:#8b8b8b;
  font-size:0.94rem;
  pointer-events:none;
  transition:transform 0.25s ease, color 0.25s ease, font-size 0.25s ease;
}
.form-row input:focus,
.form-row textarea:focus{
  border-color:#1c1c1c;
}
.form-row input:focus + label,
.form-row textarea:focus + label,
.form-row.filled label{
  transform:translateY(-24px);
  font-size:0.7rem;
  color:#5e5e5e;
  letter-spacing:0.08em;
  text-transform:uppercase;
}
.form-row:focus-within svg{
  stroke:#202020;
  transform:translateY(-2px);
}
.form-row.error input,
.form-row.error textarea{
  border-color:#b4232a;
}
.form-row.error svg,
.form-row.error label{
  stroke:#b4232a;
  color:#b4232a;
}
.field-error{
  min-height:16px;
  margin-top:6px;
  color:#b4232a;
  font-size:0.72rem;
  opacity:0;
  transform:translateY(-4px);
  transition:opacity 0.2s ease, transform 0.2s ease;
}
.form-row.error .field-error{
  opacity:1;
  transform:translateY(0);
}
#contact-form.shake{
  animation:formShake 0.34s ease;
}
@keyframes formShake{
  0%,100%{transform:translateX(0)}
  25%{transform:translateX(-8px)}
  50%{transform:translateX(7px)}
  75%{transform:translateX(-4px)}
}
.submit-btn{
  margin-top:10px;
  min-height:54px;
  border:1px solid #1c1c1c;
  background:#1c1c1c;
  color:#ffffff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:100%;
  font:500 0.78rem/1 'Manrope',sans-serif;
  letter-spacing:0.14em;
  text-transform:uppercase;
  cursor:none;
  position:relative;
  overflow:hidden;
  transition:background 0.28s ease, color 0.28s ease, transform 0.18s ease, border-color 0.28s ease;
}
.submit-btn::before{
  content:'';
  position:absolute;
  inset:0;
  background:#ffffff;
  transform:translateX(-101%);
  transition:transform 0.45s var(--transition);
}
.submit-btn span,
.submit-btn svg{
  position:relative;
  z-index:1;
}
.submit-btn svg{
  width:17px;
  height:17px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.5;
  transition:transform 0.25s ease;
}
.submit-btn:hover{
  color:#1c1c1c;
  border-color:#1c1c1c;
}
.submit-btn:hover::before{
  transform:translateX(0);
}
.submit-btn:hover svg{
  transform:translateX(4px);
}
.submit-btn:active{
  transform:scale(0.985);
}
.submit-btn.loading{
  pointer-events:none;
  color:#ffffff;
}
.submit-btn.loading::before{
  transform:translateX(0);
  background:#2f2f2f;
}
.submit-btn.loading svg{
  animation:submitSpin 0.8s linear infinite;
}
@keyframes submitSpin{
  to{transform:rotate(360deg)}
}
.form-success{
  display:none;
  min-height:420px;
  padding:28px 12px;
  color:#2f2f2f;
  line-height:1.7;
  transform:translateY(10px);
  opacity:0;
  text-align:center;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}
.form-success.show{
  display:flex;
  gap:18px;
  animation:successRise 0.48s ease forwards;
}
.success-icon{
  width:58px;
  height:58px;
  border:1px solid #d6d6d6;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.success-icon svg{
  width:25px;
  height:25px;
  stroke:#3f6f50;
  fill:none;
  stroke-width:1.6;
}
.form-success p{
  max-width:420px;
}
.another-inquiry-btn{
  margin-top:10px;
  min-height:48px;
  padding:0 28px;
  border:1px solid #1c1c1c;
  background:transparent;
  color:#1c1c1c;
  font:500 0.72rem/1 'Manrope',sans-serif;
  letter-spacing:0.14em;
  text-transform:uppercase;
  cursor:none;
  transition:background 0.25s ease, color 0.25s ease, transform 0.18s ease;
}
.another-inquiry-btn:hover{
  background:#1c1c1c;
  color:#ffffff;
}
.another-inquiry-btn:active{
  transform:scale(0.98);
}
@keyframes successRise{
  to{transform:translateY(0);opacity:1}
}
.contact-map-art{
  padding:0;
  background:#ffffff;
}
.contact-map-art img{
  width:100%;
  display:block;
  filter:grayscale(100%);
  mix-blend-mode:multiply;
}
.locations-section{
  margin-top:86px;
  padding-top:0;
}
.locations-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:30px;
}
.locations-heading h2{
  font-size:clamp(2rem,3vw,3.6rem);
  font-weight:300;
  letter-spacing:0;
}
.locations-heading p{
  max-width:420px;
  color:#777777;
  line-height:1.7;
}
.location-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.location-card{
  border:1px solid #e1e1e1;
  background:#ffffff;
  overflow:hidden;
}
.location-card iframe{
  width:100%;
  height:300px;
  border:0;
  display:block;
  filter:grayscale(100%);
}
.location-info{
  padding:26px;
}
.location-info h3{
  font-size:1.45rem;
  font-weight:400;
  margin-bottom:6px;
}
.location-info h4{
  font-size:0.82rem;
  color:#777777;
  font-weight:500;
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:20px;
}
.location-line{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:#555555;
  font-size:0.92rem;
  line-height:1.7;
  margin-top:12px;
}
.location-line svg{
  width:18px;
  min-width:18px;
  height:18px;
  margin-top:3px;
  stroke:#666666;
  fill:none;
  stroke-width:1.5;
}
@media (max-width:980px){
  .contact-shell{width:min(100% - 48px,760px);padding-top:84px}
  .contact-grid,.location-grid{grid-template-columns:1fr}
  .locations-heading{display:block}
  .locations-heading p{margin-top:14px}
}
@media (max-width:600px){
  .contact-shell{width:calc(100% - 32px);padding-top:76px}
  .contact-title{font-size:2.35rem}
  .location-card iframe{height:240px}
}

/* SERVICES PAGE */
#services-page{
  display:none;
  min-height:100vh;
  background:#ffffff;
  color:#1a1a1a;
  font-family:'Manrope',sans-serif;
  position:relative;
  z-index:3;
}
#services-page.active{display:block}
.services-shell{
  width:min(1180px,calc(100% - 96px));
  margin:0 auto;
  padding:92px 0 80px;
}
.services-kicker{
  font-size:0.72rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#8a8a8a;
  margin-bottom:18px;
}
.services-title{
  font-size:clamp(2.3rem,4vw,4.8rem);
  line-height:0.98;
  font-weight:300;
  letter-spacing:0;
  max-width:820px;
  margin-bottom:34px;
}
.services-copy{
  max-width:870px;
  display:grid;
  gap:22px;
  color:#4f4f4f;
  font-size:1rem;
  line-height:1.9;
  text-align:left;
}
.services-gallery{
  margin-top:68px;
}
.services-gallery-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-bottom:22px;
}
.services-gallery-head h2{
  font-weight:300;
  font-size:clamp(1.8rem,3vw,3rem);
  letter-spacing:0;
}
.service-arrows{
  display:flex;
  gap:10px;
}
.service-arrow,
.lightbox-arrow,
.lightbox-close{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #cfcfcf;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#242424;
  cursor:none;
  transition:background 0.25s ease, color 0.25s ease, transform 0.18s ease, border-color 0.25s ease;
}
.service-arrow:hover,
.lightbox-arrow:hover,
.lightbox-close:hover{
  background:#1c1c1c;
  color:#ffffff;
  border-color:#1c1c1c;
}
.service-arrow:active,
.lightbox-arrow:active,
.lightbox-close:active{
  transform:scale(0.94);
}
.service-arrow svg,
.lightbox-arrow svg,
.lightbox-close svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.5;
}
.services-carousel{
  overflow:hidden;
}
.services-track{
  display:flex;
  gap:22px;
  transition:transform 0.72s var(--transition);
  will-change:transform;
}
.service-slide{
  flex:0 0 calc((100% - 44px) / 3);
  border:0;
  padding:0;
  background:transparent;
  cursor:none;
  overflow:hidden;
  aspect-ratio:4/3;
  position:relative;
}
.service-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:grayscale(100%);
  transition:filter 0.35s ease, transform 0.55s var(--transition);
}
.service-slide::after{
  content:'';
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,0.2);
  pointer-events:none;
}
.service-slide:hover img{
  filter:grayscale(0%);
  transform:scale(1.04);
}
.service-lightbox{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  height:100dvh;
  z-index:900;
  background:rgba(8,8,8,0.92);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:56px 96px;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.28s ease;
  overflow:hidden;
  box-sizing:border-box;
}
.service-lightbox.open{
  opacity:1;
  pointer-events:all;
}
.lightbox-figure{
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  max-width:min(82vw,1180px);
  max-height:calc(100dvh - 112px);
}
.lightbox-image{
  max-width:100%;
  max-height:calc(100dvh - 180px);
  object-fit:contain;
  filter:grayscale(100%);
  box-shadow:0 24px 80px rgba(0,0,0,0.45);
  transform:scale(0.96);
  transition:transform 0.32s ease;
}
.service-lightbox.open .lightbox-image{
  transform:scale(1);
}
.lightbox-caption{
  color:#f1f1f1;
  font:400 0.9rem/1.7 'Manrope',sans-serif;
  text-align:center;
  max-width:680px;
}
body.lightbox-lock{
  overflow:hidden;
}
body.lightbox-lock #right-panel{
  overflow:hidden;
}
.lightbox-close{
  position:absolute;
  top:34px;
  right:34px;
  color:#ffffff;
  border-color:rgba(255,255,255,0.42);
}
.lightbox-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  color:#ffffff;
  border-color:rgba(255,255,255,0.42);
}
.lightbox-arrow:active{
  transform:translateY(-50%) scale(0.94);
}
.lightbox-prev{left:34px}
.lightbox-next{right:34px}
@media (max-width:980px){
  .services-shell{width:min(100% - 48px,760px);padding-top:84px}
  .service-slide{flex-basis:calc((100% - 22px) / 2)}
}
@media (max-width:600px){
  .services-shell{width:calc(100% - 32px);padding-top:76px}
  .services-gallery-head{align-items:flex-start;flex-direction:column}
  .service-slide{flex-basis:100%}
  .lightbox-arrow{width:38px;height:38px}
  .service-lightbox{padding:58px 18px}
  .lightbox-figure{max-width:100%;max-height:calc(100dvh - 116px)}
  .lightbox-prev{left:14px}
  .lightbox-next{right:14px}
}

/* EXHIBITION PAGE */
#exhibition-page,
#commercial-page,
#events-page,
#privacy-page{
  display:none;
  min-height:100vh;
  background:#ffffff;
  color:#1a1a1a;
  font-family:'Manrope',sans-serif;
  position:relative;
  z-index:3;
}
#exhibition-page.active,
#commercial-page.active,
#events-page.active,
#privacy-page.active{display:block}
.exhibition-shell{
  width:min(1180px,calc(100% - 96px));
  margin:0 auto;
  padding:92px 0 86px;
}
.exhibition-title{
  font-size:clamp(2.25rem,4vw,4.55rem);
  line-height:1.02;
  font-weight:300;
  letter-spacing:0;
  max-width:940px;
  margin-bottom:34px;
  text-align:left;
}
.exhibition-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 38px;
}
.exhibition-filter{
  border:1px solid #d7d7d7;
  background:#ffffff;
  color:#4d4d4d;
  border-radius:999px;
  padding:10px 16px;
  font-family:'Manrope',sans-serif;
  font-size:0.78rem;
  line-height:1.2;
  letter-spacing:0.03em;
  cursor:none;
  transition:background 0.22s ease,color 0.22s ease,border-color 0.22s ease,transform 0.16s ease;
}
.exhibition-filter:hover{
  background:#eeeeee;
  border-color:#cfcfcf;
  color:#222222;
}
.exhibition-filter:active{
  background:#dcdcdc;
  transform:scale(0.97);
}
.exhibition-filter.active{
  background:#2b2b2b;
  color:#ffffff;
  border-color:#2b2b2b;
}
.exhibition-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.exhibition-card{
  border:0;
  background:transparent;
  padding:0;
  cursor:none;
  text-align:left;
  overflow:hidden;
  position:relative;
  aspect-ratio:4/3;
  opacity:1;
  transform:scale(1);
  transition:opacity 0.28s ease,transform 0.28s ease;
}
.exhibition-card.is-hidden{
  display:none;
}
.exhibition-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:grayscale(100%);
  transform:scale(1);
  transition:filter 0.35s ease,transform 0.58s var(--transition);
}
.exhibition-card:hover img{
  filter:grayscale(0%);
  transform:scale(1.055);
}
.exhibition-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,0.62),rgba(0,0,0,0.08) 54%,transparent);
  opacity:0.88;
  transition:opacity 0.3s ease;
}
.exhibition-card:hover::after{
  opacity:0.62;
}
.exhibition-caption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:1;
  color:#ffffff;
  font-size:0.82rem;
  line-height:1.5;
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.coming-soon-panel{
  max-width:760px;
  margin-top:18px;
}
.coming-soon-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid #d7d7d7;
  border-radius:999px;
  padding:10px 16px;
  color:#4d4d4d;
  font-size:0.78rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:26px;
}
.coming-soon-label::before{
  content:'';
  width:7px;
  height:7px;
  border-radius:50%;
  background:#2b2b2b;
  box-shadow:0 0 0 6px rgba(43,43,43,0.08);
}
.coming-soon-copy{
  color:#555555;
  font-size:1rem;
  line-height:1.9;
  max-width:660px;
}
.coming-soon-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  margin-top:42px;
  max-width:980px;
}
.coming-soon-item{
  border:0;
  padding:0;
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:transform 0.25s ease;
}
.coming-soon-item:hover{
  transform:translateY(-3px);
}
.coming-soon-icon{
  width:54px;
  height:54px;
  color:#3f3f3f;
  margin-bottom:28px;
}
.coming-soon-icon svg{
  width:100%;
  height:100%;
  stroke:currentColor;
  fill:none;
  stroke-width:1.35;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.coming-soon-item span{
  color:#999999;
  font-size:0.72rem;
  letter-spacing:0.16em;
  text-transform:uppercase;
  display:block;
  margin-bottom:16px;
}
.coming-soon-item h2{
  font-size:1.12rem;
  font-weight:400;
  line-height:1.35;
  letter-spacing:0;
}
.policy-content{
  max-width:880px;
  color:#555555;
  font-size:1rem;
  line-height:1.9;
}
.policy-section{
  padding:28px 0;
  border-top:1px solid #eeeeee;
}
.policy-section:first-child{
  border-top:0;
  padding-top:0;
}
.policy-section h2{
  color:#1f1f1f;
  font-size:clamp(1.35rem,2vw,2rem);
  font-weight:400;
  letter-spacing:0;
  line-height:1.25;
  margin-bottom:12px;
}
.policy-section p{
  margin-top:12px;
}
@media (max-width:980px){
  .exhibition-shell{width:min(100% - 48px,760px);padding-top:84px}
  .exhibition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .coming-soon-list{grid-template-columns:1fr}
}
@media (max-width:600px){
  .exhibition-shell{width:calc(100% - 32px);padding-top:76px}
  .exhibition-grid{grid-template-columns:1fr}
  .exhibition-filter{font-size:0.72rem;padding:9px 13px}
}

.nav-item.active,
.dropdown a.active{
  color:#111111;
}
.nav-item.active::after{
  width:100%;
}
.dropdown a.active{
  padding-left:8px;
}
#logo-img{
  max-width:110px;
}
body.about-view #right-panel,
body.gallery-view #right-panel{
  background:#ffffff;
  overflow-y:auto;
}
body.about-view #toggle-btn.panel-closed,
body.about-view #toggle-btn:not(.panel-closed),
body.gallery-view #toggle-btn.panel-closed,
body.gallery-view #toggle-btn:not(.panel-closed){
  border-color:rgba(20,20,20,0.28);
}
body.about-view #toggle-btn .hamburger-line,
body.gallery-view #toggle-btn .hamburger-line{
  background:#222222;
}
