/* Figma global quick menu: six compact actions on desktop, unobtrusive dock on mobile. */
.global-quick-menu {
  padding: 12px 10px;
  transform: translateY(-50%);
}
.global-quick-menu a { min-height: 70px; }
.global-quick-menu .quick-naver {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 8px;
  background: #03c75a;
  color: #fff;
  font: 800 17px/1 Arial, sans-serif;
}
@media (max-width: 680px) {
  .global-quick-menu {
    max-width: calc(100vw - 24px);
    overflow: hidden;
  }
  .global-quick-menu a { width: 45px; }
  .global-quick-menu img,
  .global-quick-menu .quick-naver { width: 22px !important; height: 22px !important; }
}

/* Main visual: transparent overlay header, compact once it becomes fixed/scrolled. */
body.home-index .global-site-header {
  --home-header-height: 100px;
  height: var(--home-header-height) !important;
  background: transparent !important;
  color: #fff !important;
  transition: height .32s ease, background .32s ease, box-shadow .32s ease !important;
}
body.home-index .global-header-logo { width: 172px !important; transition:width .32s ease !important; }
body.home-index .global-header-logo img { mix-blend-mode:normal !important; }
body.home-index .global-nav-link,
body.home-index .global-header-contact { color:#fff !important; text-shadow:0 1px 12px rgba(0,0,0,.25) !important; }
body.home-index .global-menu-toggle span { background:#fff !important; box-shadow:0 1px 7px rgba(0,0,0,.2) !important; }
body.home-index .global-site-header.scrolled {
  height:76px !important;
  background:rgba(255,255,255,.94) !important;
  box-shadow:0 1px 0 rgba(45,35,31,.08),0 10px 30px rgba(45,35,31,.06) !important;
  backdrop-filter:blur(14px) !important;
}
body.home-index .global-site-header.scrolled .global-header-logo { width:142px !important; }
body.home-index .global-site-header.scrolled .global-nav-link,
body.home-index .global-site-header.scrolled .global-header-contact { color:#272727 !important; text-shadow:none !important; }
body.home-index .global-site-header.scrolled .global-menu-toggle span { background:#2d2926 !important; box-shadow:none !important; }
body.home-index .hero { margin-top:0 !important; height:100vh !important; min-height:720px !important; }

@media(max-width:1180px){
  body.home-index .global-site-header { height:72px !important; }
  body.home-index .global-header-logo { width:146px !important; }
  body.home-index .global-site-header.scrolled { height:62px !important; }
  body.home-index .global-site-header.scrolled .global-header-logo { width:126px !important; }
  body.home-index .global-header-nav.active { top:62px !important; height:calc(100dvh - 62px) !important; }
}
@media(max-width:520px){
  body.home-index .global-site-header { height:66px !important; }
  body.home-index .global-header-logo { width:136px !important; }
  body.home-index .global-site-header.scrolled { height:58px !important; }
  body.home-index .global-site-header.scrolled .global-header-logo { width:118px !important; }
  body.home-index .global-header-nav.active { top:58px !important; height:calc(100dvh - 58px) !important; }
  body.home-index .hero { min-height:650px !important; }
}
