﻿:root {
      --bg-0: #071426;
      --bg-1: #0d2038;
      --bg-2: #172f52;
      --text: #f7fbff;
      --muted: rgba(232, 240, 255, .72);
      --soft: rgba(232, 240, 255, .52);
      --line: rgba(255, 255, 255, .14);
      --glass: rgba(255, 255, 255, .08);
      --glass-strong: rgba(255, 255, 255, .12);
      --blue: #8db8ff;
      --cyan: #8ee9ff;
      --gold: #f2d493;
      --shadow: 0 24px 80px rgba(0, 0, 0, .32);
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      min-height: 100%;
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "HarmonyOS Sans SC", Arial, sans-serif;
      color: var(--text);
      background: var(--bg-0);
    }

    body {
      overflow-x: hidden;
    }

    .contact-page {
      position: relative;
      min-height: 100vh;
      padding: 56px 7vw 42px;
      display: flex;
      align-items: center;
      overflow: hidden;
      isolation: isolate;
      background:
        radial-gradient(circle at 82% 78%, rgba(249, 202, 213, .30), transparent 33%),
        radial-gradient(circle at 66% 50%, rgba(142, 184, 255, .36), transparent 36%),
        radial-gradient(circle at 12% 10%, rgba(45, 92, 159, .42), transparent 34%),
        linear-gradient(135deg, #061326 0%, #0b1e36 43%, #1c355d 100%);
    }

    .contact-page::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(90deg, rgba(0, 0, 0, .55), transparent 74%);
      z-index: -3;
    }

    .contact-page::after {
      content: "";
      position: absolute;
      width: 640px;
      height: 640px;
      right: -220px;
      top: -160px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, .12);
      box-shadow: inset 0 0 0 70px rgba(255, 255, 255, .018), inset 0 0 0 150px rgba(255, 255, 255, .012);
      z-index: -2;
    }

    .shell {
      width: min(1280px, 100%);
      margin: 0 auto;
    }

    .topbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      margin-bottom: 56px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      letter-spacing: .08em;
      color: rgba(255, 255, 255, .86);
      font-size: 14px;
      font-weight: 700;
    }

    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(142, 233, 255, .92), rgba(141, 184, 255, .56));
      display: grid;
      place-items: center;
      box-shadow: 0 0 26px rgba(142, 233, 255, .28);
    }

    .brand-mark::before {
      content: "子";
      color: #061326;
      font-weight: 900;
      font-size: 18px;
    }

    .tagline {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 16px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: rgba(255, 255, 255, .76);
      background: rgba(255, 255, 255, .055);
      backdrop-filter: blur(16px);
      font-size: 13px;
      white-space: nowrap;
    }

    .tagline i {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 18px var(--cyan);
    }

    .hero {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(360px, .75fr);
      gap: 56px;
      align-items: stretch;
    }

    .copy {
      min-width: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .eyebrow {
      width: fit-content;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      padding: 10px 16px;
      border-radius: 999px;
      color: rgba(255, 255, 255, .82);
      background: rgba(255, 255, 255, .075);
      border: 1px solid var(--line);
      backdrop-filter: blur(18px);
      font-weight: 700;
      letter-spacing: .08em;
      font-size: 14px;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--blue);
      box-shadow: 0 0 18px var(--blue);
    }

    h1 {
      margin: 0;
      max-width: 980px;
      font-size: clamp(42px, 5.8vw, 82px);
      line-height: .98;
      letter-spacing: -0.06em;
      font-weight: 900;
    }

    h1 .line {
      display: block;
      white-space: nowrap;
    }

    h1 .accent {
      color: transparent;
      background: linear-gradient(90deg, #ffffff 0%, #bcd2ff 50%, #8ee9ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
    }

    .lead {
      max-width: 680px;
      margin: 26px 0 0;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.85;
    }

    .action-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .btn {
      appearance: none;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 800;
      text-decoration: none;
      transition: transform .24s ease, background .24s ease, border-color .24s ease;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      color: #051222;
      background: linear-gradient(135deg, #ffffff, #9ed7ff);
      box-shadow: 0 16px 36px rgba(86, 167, 255, .22);
    }

    .btn-ghost {
      color: rgba(255, 255, 255, .88);
      background: rgba(255, 255, 255, .07);
      border: 1px solid var(--line);
    }

    .service-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-top: 48px;
      max-width: 800px;
    }

    .service-item {
      padding: 16px 14px;
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, .12);
      background: rgba(255, 255, 255, .055);
      backdrop-filter: blur(16px);
      color: rgba(255, 255, 255, .78);
      font-size: 14px;
      line-height: 1.45;
    }

    .service-item strong {
      display: block;
      margin-bottom: 4px;
      color: #fff;
      font-size: 16px;
    }

    .panel {
      position: relative;
      padding: 28px;
      border-radius: 34px;
      background: linear-gradient(160deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055));
      border: 1px solid rgba(255, 255, 255, .16);
      backdrop-filter: blur(22px);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .panel::before {
      content: "";
      position: absolute;
      inset: -1px;
      background: radial-gradient(circle at 82% 0%, rgba(142, 233, 255, .20), transparent 38%);
      pointer-events: none;
    }

    .panel-head {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 18px;
      margin-bottom: 22px;
    }

    .panel-title {
      margin: 0;
      font-size: 24px;
      letter-spacing: -.03em;
    }

    .panel-desc {
      margin: 8px 0 0;
      color: var(--soft);
      line-height: 1.7;
      font-size: 14px;
    }

    .status {
      flex: 0 0 auto;
      padding: 8px 12px;
      border-radius: 999px;
      color: #cbf7ff;
      background: rgba(142, 233, 255, .10);
      border: 1px solid rgba(142, 233, 255, .24);
      font-size: 12px;
      font-weight: 800;
      white-space: nowrap;
    }

    .contact-list {
      position: relative;
      display: grid;
      gap: 12px;
    }

    .contact-row {
      display: grid;
      grid-template-columns: 82px minmax(0, 1fr);
      gap: 16px;
      padding: 16px;
      border-radius: 22px;
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .11);
    }

    .contact-row .label {
      color: rgba(255, 255, 255, .52);
      font-size: 13px;
      line-height: 1.6;
      white-space: nowrap;
    }

    .contact-row .value {
      color: rgba(255, 255, 255, .94);
      font-size: 15px;
      line-height: 1.65;
      word-break: break-word;
    }

    .contact-row .value a {
      color: inherit;
      text-decoration: none;
      border-bottom: 1px solid rgba(142, 233, 255, .38);
    }

    .note-card {
      position: relative;
      margin-top: 16px;
      padding: 18px;
      border-radius: 24px;
      background: linear-gradient(135deg, rgba(141, 184, 255, .15), rgba(242, 212, 147, .10));
      border: 1px solid rgba(255, 255, 255, .13);
      color: rgba(255, 255, 255, .76);
      line-height: 1.7;
      font-size: 14px;
    }

    .module-reserve {
      display: none;
    }

    .map-action[data-map-url=""] {
      display: none;
    }

    @media (max-width: 1120px) {
      .contact-page {
        align-items: flex-start;
        padding-top: 42px;
      }

      .hero {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .panel {
        max-width: 760px;
      }

      h1 .line {
        white-space: normal;
      }
    }

    @media (max-width: 720px) {
      .contact-page {
        padding: 28px 18px 32px;
      }

      .topbar {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 36px;
      }

      h1 {
        font-size: clamp(38px, 13vw, 58px);
        line-height: 1.04;
      }

      .lead {
        font-size: 16px;
      }

      .service-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .panel {
        padding: 20px;
        border-radius: 28px;
      }

      .panel-head {
        flex-direction: column;
      }

      .contact-row {
        grid-template-columns: 1fr;
        gap: 4px;
      }
    }

    @media (max-width: 430px) {
      .service-strip {
        grid-template-columns: 1fr;
      }

      .action-row {
        flex-direction: column;
      }

      .btn {
        width: 100%;
      }
    }

/* Shared primary navigation for every static page. */
:root {
  --site-nav-height: 92px;
}

body.site-page {
  padding-top: var(--site-nav-height);
}

.site-topbar {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(72px, 1fr);
  align-items: center;
  gap: 22px;
  padding: 0 clamp(28px, 4.8vw, 70px);
  pointer-events: none;
}

.site-brand,
.site-nav,
.site-menu-btn,
.site-mobile-menu {
  pointer-events: auto;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #f7fbff;
  text-decoration: none;
}

.site-brand-logo {
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(0, 229, 255, .18));
}

.site-brand-name {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.site-brand-name strong {
  font-size: clamp(18px, 1.45vw, 26px);
  font-weight: 950;
  letter-spacing: -.06em;
}

.site-brand-name small {
  color: #00e5ff;
  font-size: clamp(10px, .8vw, 13px);
  font-weight: 850;
  letter-spacing: .03em;
  white-space: nowrap;
}

.site-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(82px, 1fr));
  align-items: center;
  justify-content: center;
  column-gap: clamp(6px, .7vw, 14px);
  width: clamp(680px, 46vw, 880px);
  height: 46px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(8,14,32,.54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 56px rgba(0,0,0,.22);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  backdrop-filter: blur(22px) saturate(1.25);
}

.site-nav a,
.site-mobile-menu a {
  color: rgba(247,250,255,.86);
  text-decoration: none;
  font-size: clamp(12px, .9vw, 15px);
  font-weight: 850;
  letter-spacing: -.02em;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  text-shadow: 0 8px 26px rgba(0,0,0,.28);
}

.site-nav a:hover,
.site-nav a.is-current,
.site-mobile-menu a:hover,
.site-mobile-menu a.is-current {
  color: #00e5ff;
  background: rgba(0,229,255,.10);
}

.site-menu-btn {
  justify-self: end;
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #f7fbff;
  background: rgba(8,14,32,.58);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.site-mobile-menu {
  position: fixed;
  top: 82px;
  left: 18px;
  right: 18px;
  z-index: 99;
  display: none;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(8,14,32,.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 22px 62px rgba(0,0,0,.35);
}

.site-mobile-menu.is-open {
  display: grid;
}

.site-mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 12px;
}

.module-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #f7fbff !important;
  text-decoration: none !important;
}

.module-brand-logo {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 24px rgba(0, 229, 255, .16)) !important;
}

.module-brand-text {
  display: grid !important;
  gap: 3px !important;
  line-height: 1 !important;
}

.module-brand-text strong {
  color: #f7fbff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: -.03em !important;
  white-space: nowrap !important;
}

.module-brand-text small {
  color: #00e5ff !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .04em !important;
  white-space: nowrap !important;
}

@media (max-width: 1180px) {
  .site-topbar {
    grid-template-columns: minmax(168px, 1fr) auto 48px;
    padding: 0 24px;
  }

  .site-nav {
    width: clamp(540px, 58vw, 740px);
    grid-template-columns: repeat(6, minmax(68px, 1fr));
    padding: 0 20px;
  }
}

@media (max-width: 860px) {
  :root {
    --site-nav-height: 82px;
  }

  .site-topbar {
    top: 16px;
    grid-template-columns: minmax(168px, 1fr) 42px;
    gap: 12px;
    padding: 0 18px;
  }

  .site-nav {
    display: none;
  }

  .site-menu-btn {
    display: inline-grid;
    place-items: center;
  }

  .site-brand-logo {
    width: 44px;
    height: 44px;
  }

  .site-brand-name strong {
    font-size: 18px;
  }

  .site-brand-name small {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .site-brand-name strong {
    font-size: 16px;
  }

  .site-brand-name small {
    font-size: 9px;
  }
}

