@charset "UTF-8";
/*! Compiled from assets/scss/layout/layout.scss by Dart Sass — do not edit this generated file directly. */
/* FLOCSS Layout — .l-* (header/footer/main/inner/section/drawer). */
body.we-theme.lenis,
body.we-theme.lenis .l-main {
  height: auto;
}

.l-inner {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.l-main {
  position: relative;
  z-index: 1;
}

/* ---------- Section rhythm (big whitespace) ---------- */
.l-section {
  padding: clamp(110px, 16vh, 220px) 0;
  position: relative;
}
.l-section--tight {
  padding: clamp(80px, 10vh, 140px) 0;
}
.l-section > .l-inner {
  position: relative;
  z-index: 1;
}

/* =========================================================
   HEADER (minimal, transparent over hero)
   ========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px var(--gutter);
  mix-blend-mode: normal;
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.l-header.is-solid {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(150%) blur(14px);
  border-bottom-color: var(--line);
  padding: 16px var(--gutter);
}
.l-header__logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  line-height: 1;
}
.l-header__logo img {
  height: 26px;
  width: auto;
  transition: filter 0.4s;
}
.l-header__tagline {
  font-family: var(--font-jp);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink-3);
  white-space: nowrap;
}
@media (max-width: 560px) {
  .l-header__tagline {
    display: none;
  }
}
.l-header.on-dark:not(.is-solid) {
  color: #fff;
}
.l-header.on-dark:not(.is-solid) .l-header__logo img {
  filter: brightness(0) invert(1);
}
.l-header.on-dark:not(.is-solid) .l-header__tagline {
  color: rgba(255, 255, 255, 0.72);
}
.l-header:not(.on-dark) .c-nav__cta, .l-header.is-solid .c-nav__cta {
  color: var(--navy);
}

/* ---- Mobile menu ---- */
.l-drawer {
  position: fixed;
  inset: 0;
  z-index: 75;
  background: var(--navy);
  color: #fff;
  padding: clamp(96px, 16vh, 140px) var(--gutter) 40px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), visibility 0.4s;
}
.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.l-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 560px;
  margin: 0 auto;
}
.l-drawer__nav > a {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.l-drawer__nav > a:hover {
  color: var(--accent);
}
.l-drawer__group {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 0;
}
.l-drawer__group a {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 16px;
  color: #C6D4E6;
  padding: 12px 4px 12px 18px;
}
.l-drawer__group a:hover {
  color: var(--accent);
}
.l-drawer__label {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 10px 4px 6px;
}
.l-drawer__tools {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.l-drawer__tools .ic {
  width: 17px;
  height: 17px;
  flex: none;
  opacity: 0.75;
}
.l-drawer__cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--accent);
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 16px;
  padding: 18px;
  text-align: center;
}
.l-drawer__cta::after {
  content: "→";
  font-family: var(--font-en);
}

/* =========================================================
   FOOTER (FLOCSS style)
   ========================================================= */
.l-footer {
  background: #08182E;
  color: #AFC0D6;
  padding: clamp(70px, 9vh, 120px) 0 40px;
}
.l-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 760px) {
  .l-footer__top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.l-footer__brand img {
  height: 30px;
  filter: brightness(0) invert(1);
}
.l-footer__brand p {
  margin-top: 20px;
  max-width: 340px;
  font-size: 13.5px;
  line-height: 2;
  color: #8DA0BA;
}
.l-footer h5 {
  color: #fff;
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.l-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.l-footer a {
  color: #AFC0D6;
  font-size: 14px;
  transition: color 0.3s;
}
.l-footer a:hover {
  color: var(--accent);
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  font-family: var(--font-en);
  font-size: 12px;
  color: #6E82A0;
  letter-spacing: 0.04em;
}
