/* 设计来自 Figma - Oriental Fantasy Duo */
/* Minerva Modern 字体 - 你的本地字体文件 */
@font-face {
  font-family: "Minerva Modern";
  src: url("fonts/T-26 - Minerva Modern Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Minerva Modern";
  src: url("fonts/T-26 - Minerva Modern Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Minerva Modern";
  src: url("fonts/T-26 - Minerva Modern Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Minerva Modern";
  src: url("fonts/T-26 - Minerva Modern Bold Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Minerva Modern";
  src: url("fonts/T-26 - Minerva Modern Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

:root {
  /* 顶栏必须在所有首页区块之上，避免 Intro / About 大图盖住 fixed nav */
  --z-nav: 1000;
  --z-scroll-top: 1010;
  /* 手机导航：顶栏与下拉共用同一套 glass 参数 */
  --nav-mobile-glass-bg: rgba(255, 255, 255, 0.08);
  --nav-mobile-glass-blur: 10px;
  /* 菜单展开：liquid glass；饱和过高会让背后色「喷」上来，红字难辨 */
  --nav-mobile-glass-blur-expanded: 40px;
  --nav-mobile-glass-saturate: 160%;
  --nav-mobile-glass-saturate-expanded: 132%;
  /* 下拉菜单区：顶/底全透，中段略亮，底与下方页面图无缝衔接 */
  --nav-mobile-menu-fade-mid: rgba(255, 255, 255, 0.16);
  /* 全站按钮 / 控件：与手机 nav 同 blur、saturate，略提不透明度便于辨认 */
  --glass-ui-bg: rgba(255, 255, 255, 0.14);
  --glass-ui-bg-muted: rgba(255, 255, 255, 0.09);
  --glass-ui-bg-hover: rgba(255, 255, 255, 0.22);
  --glass-ui-border: rgba(255, 255, 255, 0.28);
  --glass-ui-border-muted: rgba(255, 255, 255, 0.16);
  --glass-ui-blur: var(--nav-mobile-glass-blur);
  --glass-ui-saturate: var(--nav-mobile-glass-saturate);
  /* 统一「玻璃按钮」外观：与 About 当前页胶囊一致 */
  --glass-pill-radius: var(--nav-desk-pill-radius);
  --glass-pill-bg: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(244, 227, 178, 0.12) 40%,
    rgba(220, 130, 118, 0.08) 100%
  );
  --glass-pill-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 2px 12px rgba(0, 0, 0, 0.2);
  --glass-pill-bg-hover: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(244, 227, 178, 0.14) 45%,
    rgba(235, 165, 150, 0.08) 100%
  );
  --glass-pill-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, 0.17),
    0 2px 10px rgba(0, 0, 0, 0.18);
  --glass-pill-bg-active: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.06) 0%,
    rgba(244, 227, 178, 0.1) 42%,
    rgba(200, 100, 90, 0.12) 100%
  );
  --glass-pill-shadow-active: inset 0 2px 10px rgba(0, 0, 0, 0.22),
    inset 0 1px 2px rgba(0, 0, 0, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.12);
  --color-black: #000000;
  --color-gray: #606060;
  --color-bg: #F7F7F7;
  --font-main: "Minerva Modern", Georgia, "Times New Roman", serif;
  --font-sans: "Open Sans", sans-serif;
  /* 设计稿色板 */
  --color-hero-text: #FAF3ED;
  --color-intro1-bg: #48110C;
  --color-intro1-right-bg: #280B0F;
  --color-intro1-title: #947268;
  --color-intro1-text: #CFC7AF;
  --color-intro2-bg: #947268;
  --color-intro2-text: #FAF3ED;
  --color-intro3-bg: #7B6A50;
  --color-intro3-text: #F4E3B2;
  --color-about-bg: #FAF3ED;
  --color-accent: #AA1C1A;
  /* Figma asian-duo-web Home */
  --color-nav-home: #7b6a50;
  --color-hero-title: #f4e3b2;
  --color-about-text: #6e3a3e;
  --color-intro1-body: #eccac0;
  --color-intro2-section-bg: #836a7a;
  /* PNG 设计稿主色 */
  --mock-burgundy: #3b1111;
  --mock-dark-brown: #1a0f0f;
  --mock-lavender: #8c7a8c;
  --mock-taupe: #9c847c;
  --mock-cream: #f5efeb;
  --mock-footer: #5d4b3b;
  --mock-hero-nav: #f5efeb;
  --mock-hero-title: #f5efeb;
  /* 桌面顶栏：上下 40；左右 80 — 指到链外侧胶囊（.nav-desk__cell 盒）边缘，已含胶囊自身 padding */
  --nav-desk-pad-y: 40px;
  --nav-desk-pad-x: 80px;
  --nav-desk-pad-y-tight: 24px;
  --nav-desk-pad-x-tight: 16px;
  /* 链与链间距 = 左右列与中间 Logo 的间距（grid column-gap），统一节奏 */
  --nav-desk-row-gap: 66px;
  /* 桌面导航链玻璃块：略方圆角 */
  --nav-desk-pill-radius: 11px;

  /* 页面内容最大宽度（>1280 也继续自适应），导航栏仍固定 1280 */
  --site-max-width: 1680px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-main);
  color: var(--color-black);
  background: #fff;
}

/* ========== 桌面端导航（设计稿：叠在 Hero 上，透明底、#FAF3ED 文字、阴影） ========== */
.nav-desk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  background: transparent;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  padding: var(--nav-desk-pad-y) var(--nav-desk-pad-x);
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-shadow: none;
  transition: transform 0.25s ease-out;
}

/* 桌面：左/右各一列等宽 flex，中间列放 Logo — Logo 相对视口（1280 内容区）水平居中；若整行 flex 居中则左右文案宽度不等时中间字会偏 */
.nav-desk__row {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: var(--nav-desk-row-gap);
  width: 100%;
}

.nav-desk__side {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--nav-desk-row-gap);
  min-width: 0;
}

/* 左列 flex-start / 右列 flex-end：外侧链贴齐 80px 内边距；链间距与至 Logo 间距同用 --nav-desk-row-gap */
.nav-desk__side--left {
  justify-content: flex-start;
}

.nav-desk__side--right {
  justify-content: flex-end;
}

/* Figma：NavDeskText — 每项链接外包一层 column；默认无胶囊，仅当前页链接带 aria-current 时显示玻璃 */
.nav-desk__cell {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 6px 14px;
  border-radius: var(--nav-desk-pill-radius);
  border: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

/* 当前页胶囊：暖色玻璃略减白、更透（仍同定制按钮结构，浓度降低） */
.nav-desk__cell:has(.nav-desk__link[aria-current="page"]) {
  background: var(--glass-pill-bg);
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  box-shadow: var(--glass-pill-shadow);
}

.nav-desk__cell:has(.nav-desk__link[aria-current="page"]):hover {
  background: var(--glass-pill-bg-hover);
  box-shadow: var(--glass-pill-shadow-hover);
}

/* 当前页胶囊：按下 — 内凹加深，与 hover「浮起」区分 */
.nav-desk__cell:has(.nav-desk__link[aria-current="page"]):has(.nav-desk__link:active) {
  background: var(--glass-pill-bg-active);
  box-shadow: var(--glass-pill-shadow-active);
}

/* 非当前项 hover / 键盘聚焦：轻量同款暖色玻璃（略轻于按下态） */
.nav-desk__cell:not(:has(.nav-desk__link[aria-current="page"])):is(:hover, :focus-within) {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(244, 227, 178, 0.08) 45%,
    rgba(220, 130, 118, 0.045) 100%
  );
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 6px rgba(0, 0, 0, 0.1);
}

/* 非当前项：按下 — 明显内凹，避免与 hover 混淆 */
.nav-desk__cell:not(:has(.nav-desk__link[aria-current="page"])):has(.nav-desk__link:active) {
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(244, 227, 178, 0.07) 48%,
    rgba(200, 95, 85, 0.08) 100%
  );
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  box-shadow:
    inset 0 2px 10px rgba(0, 0, 0, 0.2),
    inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.08);
}

.nav-desk.nav--hidden {
  transform: translateY(-100%);
}

.nav-desk__link {
  font-size: 14px;
  font-family: var(--font-main);
  font-weight: 400;
  text-transform: uppercase;
  color: #FAF3ED;
  text-decoration: none;
  letter-spacing: 0.28px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.12s ease;
}

.nav-desk__link:hover {
  opacity: 1;
  filter: brightness(1.06);
}

.nav-desk__link:active {
  filter: brightness(0.9);
  transform: translateY(1px);
}

.nav-desk__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}

.nav-desk__cell:has(.nav-desk__link[aria-current="page"]) .nav-desk__link:hover {
  filter: brightness(1.04);
}

.nav-desk__cell:has(.nav-desk__link[aria-current="page"]) .nav-desk__link:active {
  filter: brightness(0.92);
  transform: translateY(1px);
}

.nav-desk__logo-wrap {
  position: relative;
  justify-self: center;
  width: 210px;
  height: 54px;
  flex: 0 0 210px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: var(--nav-desk-pill-radius);
}

.nav-desk__logo {
  font-size: 20px;
  font-family: var(--font-main);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 27px;
  text-transform: uppercase;
  white-space: pre-line;
  color: #FAF3ED;
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.12s ease;
}

a.nav-desk__logo {
  text-decoration: none;
}

a.nav-desk__logo:hover {
  opacity: 1;
  filter: brightness(1.05);
}

a.nav-desk__logo:active {
  filter: brightness(0.9);
  transform: translateY(1px);
}

a.nav-desk__logo:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .nav-desk__link,
  .nav-desk__logo {
    transition-duration: 0.01ms;
  }
  .nav-desk__link:hover,
  .nav-desk__cell:has(.nav-desk__link[aria-current="page"]) .nav-desk__link:hover,
  a.nav-desk__logo:hover {
    filter: none;
  }
  .nav-desk__link:active,
  .nav-desk__cell:has(.nav-desk__link[aria-current="page"]) .nav-desk__link:active,
  a.nav-desk__logo:active {
    transform: none;
    opacity: 0.88;
    filter: none;
  }
}

/* 首页桌面顶栏：Hero 内与滚动后均为同一套字色 */
body.is-home .nav-desk:not(.nav-desk--in-hero) {
  background: transparent;
  box-shadow: none;
}
body.is-home .nav-desk:not(.nav-desk--in-hero) .nav-desk__link,
body.is-home .nav-desk:not(.nav-desk--in-hero) .nav-desk__logo {
  color: #ff1b2a;
}

body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette) .nav-desk { background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.08); }
/* 白底顶栏：当前页胶囊同套略降白 */
body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette) .nav-desk__cell:has(.nav-desk__link[aria-current="page"]) {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(244, 227, 178, 0.12) 40%,
    rgba(220, 130, 118, 0.08) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 2px 12px rgba(0, 0, 0, 0.2);
}
body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette) .nav-desk__cell:has(.nav-desk__link[aria-current="page"]):hover {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(244, 227, 178, 0.14) 45%,
    rgba(235, 165, 150, 0.08) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 10px rgba(0, 0, 0, 0.16);
}

body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette)
  .nav-desk__cell:has(.nav-desk__link[aria-current="page"]):has(.nav-desk__link:active) {
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(244, 227, 178, 0.11) 42%,
    rgba(200, 100, 90, 0.11) 100%
  );
  box-shadow:
    inset 0 2px 10px rgba(0, 0, 0, 0.14),
    inset 0 1px 2px rgba(0, 0, 0, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.08);
}

body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette)
  .nav-desk__cell:not(:has(.nav-desk__link[aria-current="page"])):is(:hover, :focus-within) {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.025) 0%,
    rgba(244, 227, 178, 0.09) 48%,
    rgba(210, 118, 105, 0.05) 100%
  );
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 1px 5px rgba(0, 0, 0, 0.06);
}

body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette)
  .nav-desk__cell:not(:has(.nav-desk__link[aria-current="page"])):has(.nav-desk__link:active) {
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.07) 0%,
    rgba(244, 227, 178, 0.08) 48%,
    rgba(195, 105, 95, 0.09) 100%
  );
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  box-shadow:
    inset 0 2px 9px rgba(0, 0, 0, 0.12),
    inset 0 1px 2px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette) .nav-desk__link,
body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette) .nav-desk__logo,
body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette) .nav-mobile__logo,
body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette) .nav-mobile__btn,
body:not(.is-home):not(.is-rates):not(.is-contact):not(.is-gallery):not(.is-triple):not(.is-etiquette) .nav-mobile__menu a {
  color: var(--color-black);
}

body.is-rates .nav-desk {
  background: transparent;
  box-shadow: none;
}
body.is-rates .nav-desk__link,
body.is-rates .nav-desk__logo { color: #F4E3B2; }
body.is-rates .nav-mobile__logo,
body.is-rates .nav-mobile__btn { color: #F4E3B2; }
body.is-rates .nav-mobile__menu a { color: #F4E3B2; }

/* Etiquette 页：透明顶栏；文字与 Hero 标题 .Etiquette-hero__title 同色（须排除 .is-etiquette 以免被白底顶栏规则盖住） */
body.is-etiquette .nav-desk {
  background: transparent;
  box-shadow: none;
}

body.is-etiquette .nav-desk__link,
body.is-etiquette .nav-desk__logo,
body.is-etiquette .nav-mobile__logo,
body.is-etiquette .nav-mobile__btn,
body.is-etiquette .nav-mobile__menu a {
  color: #ff1b2a;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* 覆盖全局胶囊链路的略轻字影，与标题一致 */
body.is-etiquette .nav-desk .nav-desk__cell:has(.nav-desk__link[aria-current="page"]) .nav-desk__link {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Contact 页：透明顶栏；导航与 Hero 标题同色 #FF1B2A（正常混合，不用 difference） */
body.is-contact .nav-desk {
  background: transparent;
  box-shadow: none;
}

/* 桌面顶栏：无字影；胶囊内当前页（Contact）字影保留在下方单独规则 */
body.is-contact .nav-desk__link,
body.is-contact .nav-desk__logo {
  color: #ff1b2a;
  text-shadow: none;
}

body.is-contact .nav-mobile__logo,
body.is-contact .nav-mobile__btn,
body.is-contact .nav-mobile__menu a {
  color: #ff1b2a;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

body.is-contact .nav-desk .nav-desk__cell:has(.nav-desk__link[aria-current="page"]) .nav-desk__link {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

body.is-gallery .nav-desk {
  background: transparent;
  box-shadow: none;
}
body.is-gallery .nav-desk__link,
body.is-gallery .nav-desk__logo { color: #F4E3B2; }
body.is-gallery .nav-mobile__logo,
body.is-gallery .nav-mobile__btn { color: #F4E3B2; }
body.is-gallery .nav-mobile__menu a { color: #F4E3B2; }

body.is-triple .nav-desk {
  background: transparent;
  box-shadow: none;
}
body.is-triple .nav-desk__link,
body.is-triple .nav-desk__logo { color: #ff1b2a; }
body.is-triple .nav-mobile__logo,
body.is-triple .nav-mobile__btn { color: #ff1b2a; }
body.is-triple .nav-mobile__menu a { color: #ff1b2a; }

/* 胶囊内当前链：不改各页字色，仅加与置顶按钮 SVG 类似的 drop-shadow 质感 */
.nav-desk .nav-desk__cell:has(.nav-desk__link[aria-current="page"]) .nav-desk__link {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

@media (min-width: 769px) {
  /* flex + 左右贴齐视口再 max-width 居中：避免 inline-flex + translateX(-50%) 导致顶栏宽度缩成「内容宽」，padding 看起来远小于设定值 */
  .nav-desk {
    display: flex;
    flex-direction: row;
    align-items: center;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  .nav-desk.nav--hidden {
    transform: translateY(-100%);
  }
  body.is-home .nav-desk--in-hero.nav--hidden {
    transform: translateY(-100%);
  }
  .nav-mobile {
    display: none;
  }
}

/* ========== 移动端导航（置顶叠加；顶栏 + 下拉统一极透 Liquid glass） ========== */
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  background: transparent;
  width: 100%;
  transition: transform 0.25s ease-out;
}
/* 整块导航一层 glass：自上而下透明度渐隐，底部与页面图无硬边 */
.nav-mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.06) 28%,
    rgba(255, 255, 255, 0.03) 55%,
    rgba(255, 255, 255, 0.01) 78%,
    transparent 100%
  );
}
/* blur 层用 mask 渐隐，底端与 ::before 一同收到全透，避免一条分界线 */
.nav-mobile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  backdrop-filter: blur(var(--nav-mobile-glass-blur)) saturate(var(--nav-mobile-glass-saturate));
  -webkit-backdrop-filter: blur(var(--nav-mobile-glass-blur)) saturate(var(--nav-mobile-glass-saturate));
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 38%,
    rgba(0, 0, 0, 0.45) 72%,
    rgba(0, 0, 0, 0.12) 88%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 38%,
    rgba(0, 0, 0, 0.45) 72%,
    rgba(0, 0, 0, 0.12) 88%,
    transparent 100%
  );
}

/* 展开：liquid glass — 略提遮盖中和背后艳色，便于红字/深字阅读 */
.nav-mobile.is-open::before {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.08) 38%,
    rgba(244, 227, 178, 0.1) 62%,
    rgba(255, 255, 255, 0.11) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 -18px 36px rgba(255, 255, 255, 0.04);
}

.nav-mobile.is-open::after {
  backdrop-filter: blur(var(--nav-mobile-glass-blur-expanded))
    saturate(var(--nav-mobile-glass-saturate-expanded));
  -webkit-backdrop-filter: blur(var(--nav-mobile-glass-blur-expanded))
    saturate(var(--nav-mobile-glass-saturate-expanded));
  mask-image: none;
  -webkit-mask-image: none;
}

.nav-mobile.nav--hidden {
  transform: translateY(-100%);
}

.nav-mobile__bar {
  position: relative;
  z-index: 1;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

.nav-mobile__logo {
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  white-space: pre-line;
}

a.nav-mobile__logo {
  text-decoration: none;
}

/* main 内 .Header 同为 --z-nav，DOM 在 header 之后时会盖住移动顶栏，首页须抬高 */
body.is-home .nav-mobile {
  z-index: calc(var(--z-scroll-top) + 20);
  isolation: isolate;
}

/* 手机首页（About）：顶栏容器不做 isolate，避免与整页内容产生类混合的合成感；下拉区仍单独 isolate 保文字可读 */
@media (max-width: 768px) {
  body.is-home .nav-mobile {
    isolation: auto;
    mix-blend-mode: normal;
    opacity: 1;
  }

  body.is-home .nav-mobile__logo,
  body.is-home .nav-mobile__btn,
  body.is-home .nav-mobile__menu,
  body.is-home .nav-mobile__menu a {
    opacity: 1;
  }
}

body.is-home .nav-mobile__logo,
body.is-home .nav-mobile__btn,
body.is-home .nav-mobile__menu a {
  color: #ff1b2a;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
body.is-home .nav-mobile__menu {
  /* 与页面里其它 plus-lighter 层隔离，避免下拉菜单文字被错误混合成「看不见」 */
  isolation: isolate;
  mix-blend-mode: normal;
  position: relative;
  z-index: 1;
}

.nav-mobile__btn {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-mobile__icon--close {
  display: none;
}

.nav-mobile.is-open .nav-mobile__icon--open {
  display: none;
}

.nav-mobile.is-open .nav-mobile__icon--close {
  display: block;
}

.nav-mobile__menu {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 60px 16px 48px;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  /* 仅收起时菜单 DOM 常隐藏；展开时由 .is-open 覆盖为整片不透底（见下） */
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--nav-mobile-menu-fade-mid) 38%,
    rgba(255, 255, 255, 0.1) 58%,
    rgba(255, 255, 255, 0.04) 76%,
    transparent 100%
  );
  border-bottom: none;
  box-shadow: none;
}

/* 展开：菜单区透明，仅继承父级 ::before/::after，与顶栏视觉上连成一片 */
.nav-mobile.is-open .nav-mobile__menu {
  padding: 28px 16px 56px;
  background: transparent;
}

.nav-mobile.is-open .nav-mobile__menu a {
  position: relative;
  z-index: 1;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.55),
    0 1px 2px rgba(0, 0, 0, 0.2);
}

body.is-rates .nav-mobile.is-open .nav-mobile__menu a,
body.is-gallery .nav-mobile.is-open .nav-mobile__menu a {
  text-shadow:
    0 0 14px rgba(0, 0, 0, 0.35),
    0 1px 3px rgba(0, 0, 0, 0.5);
}

/* 红字不配白色扩散字影（会显一圈外发光）；仅用略偏下的暗边勾轮廓 */
body.is-home .nav-mobile.is-open .nav-mobile__menu a,
body.is-contact .nav-mobile.is-open .nav-mobile__menu a,
body.is-triple .nav-mobile.is-open .nav-mobile__menu a,
body.is-etiquette .nav-mobile.is-open .nav-mobile__menu a {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.nav-mobile__menu a {
  color: var(--color-black);
  text-decoration: none;
  letter-spacing: 0.28px;
}

.nav-mobile__menu[hidden] {
  display: none !important;
}

.nav-mobile__menu:not([hidden]) {
  display: flex;
}

@supports not (backdrop-filter: blur(1px)) {
  .nav-mobile::before {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.55) 45%,
      rgba(255, 255, 255, 0.2) 78%,
      transparent 100%
    );
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .nav-mobile.is-open::before {
    background: linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.45) 45%,
      rgba(244, 227, 178, 0.35) 70%,
      rgba(255, 255, 255, 0.5) 100%
    );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.65),
      inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  }
  .nav-mobile::after {
    display: none;
  }
  .nav-mobile.is-open .nav-mobile__menu {
    background: transparent;
  }
  .btn-back-to-top {
    background: transparent;
    border: none;
  }
  .btn-back-to-top::before {
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  .Triple__btn {
    background: #f4e3b2;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #280b0f;
    text-shadow: none;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.45),
      0 2px 10px rgba(0, 0, 0, 0.12);
  }
  .Rates-regional__nav-btn::before {
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  button.Rates-regional__city {
    background: transparent;
  }
  .SendButton__bg {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.88) 0%,
      rgba(248, 244, 240, 0.96) 100%
    );
    box-shadow:
      0 0 0 1px rgba(74, 44, 46, 0.14),
      0 6px 24px rgba(62, 22, 28, 0.12);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .SendButton__text {
    color: var(--color-about-text);
    text-shadow: none;
  }
  .SendButton:disabled .SendButton__bg {
    background: linear-gradient(165deg, #ebe6e1 0%, #e0dbd6 100%);
    border-color: rgba(255, 255, 255, 0.28);
  }
  .SendButton:disabled .SendButton__text {
    color: rgba(110, 58, 62, 0.48);
  }
  .ContactSection__popover {
    background: #ffffff;
    border: 1px solid rgba(74, 44, 46, 0.28);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  .ContactSection__popover-close {
    background: #faf3ed;
    border: 1px solid rgba(74, 44, 46, 0.38);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .nav-desk__cell:has(.nav-desk__link[aria-current="page"]) {
    background: linear-gradient(
      135deg,
      rgba(232, 220, 208, 0.88) 0%,
      rgba(228, 210, 195, 0.85) 50%,
      rgba(225, 195, 185, 0.82) 100%
    );
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.35),
      0 2px 10px rgba(0, 0, 0, 0.12);
  }
}

/* ========== 回到顶部按钮（右下角；质感对齐 .Rates-regional__nav-btn 箭头玻璃） ========== */
.btn-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: var(--z-scroll-top);
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #947268;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.btn-back-to-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  border-radius: var(--glass-pill-radius);
  background: var(--glass-pill-bg);
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  box-shadow: var(--glass-pill-shadow);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.btn-back-to-top:hover::before {
  background: var(--glass-pill-bg-hover);
  box-shadow: var(--glass-pill-shadow-hover);
}

.btn-back-to-top:active::before {
  background: var(--glass-pill-bg-active);
  box-shadow: var(--glass-pill-shadow-active);
}

.btn-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.btn-back-to-top:focus-visible {
  outline: 2px solid #947268;
  outline-offset: 3px;
}

.btn-back-to-top:active {
  transform: scale(0.96);
}

.btn-back-to-top svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}

/* ========== Homepage（设计稿 1280px 宽） ========== */
.Home {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-x: hidden;
}

/* ----- Header：720px Hero，灰底占位 + 文案 + 顶栏 ----- */
.Header {
  align-self: stretch;
  position: relative;
  z-index: var(--z-nav);
  width: 100%;
  min-width: 100%;
  height: 720px;
  min-height: 720px;
  overflow: hidden;
  flex-shrink: 0;
  background: #9a9a9a;
  /* 不设 isolation：顶栏 mix-blend-mode 才能与 Header 下方滚上来的内容（Intro 等）合成，而非仅限 Hero 内 */
  --header-inset-x: var(--nav-desk-pad-x);
  /* 底部文案组底边距 = 顶栏 About 与视口顶距离（nav-desk padding-top） */
  --header-inset-y: 60px;
  /* 与 fixed 桌面顶栏总高度一致：padding上下 + 一行链/Logo 区 */
  --home-hero-nav-stack-height: calc(var(--nav-desk-pad-y) * 2 + 44px);
  display: flex;
  flex-direction: column;
  padding-left: var(--header-inset-x);
  padding-right: var(--header-inset-x);
  padding-bottom: var(--header-inset-y);
  box-sizing: border-box;
}

.Header__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #9a9a9a;
  background-image: url("images/about-header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.Header__navSpacer {
  flex-shrink: 0;
  height: var(--home-hero-nav-stack-height);
  pointer-events: none;
}

/* 主标题在「导航占位」与「底部组」之间的条带内垂直居中 */
.Header__middle {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 15;
}

/* 首页 Hero 文案：左缘与桌面 nav 最左胶囊外缘对齐（同 --nav-desk-pad-x） */
.Header__title {
  position: relative;
  width: 429px;
  max-width: min(22ch, calc(100% - 24px));
  transform: translateY(-22px);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: var(--font-main);
  font-size: 52px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ff1b2a;
  word-wrap: break-word;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* 底部一行：仅 flex 编组，高度 hug；两列底部对齐（align-items: flex-end） */
.Header__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: clamp(12px, 2.5vw, 40px);
  flex-shrink: 0;
  z-index: 15;
  width: 100%;
  min-height: 0;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  pointer-events: auto;
  user-select: text;
}

/* 桌面端：底部行宽度不超过主标题块（对齐 Header__title 的 width/max-width） */
@media (min-width: 769px) {
  .Header__bottom {
    align-self: flex-start;
    width: 429px;
    max-width: min(22ch, calc(100% - 24px));
  }
}

/* Hongkong | Shenzhen …（无额外盒，高度 hug 内容） */
.Header__tagline {
  flex: 0 0 auto;
  align-self: flex-end;
  width: max-content;
  max-width: min(100%, 65vw);
  margin: 0;
  display: block;
  font-family: "MinervaModern", var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff1b2a;
  opacity: 0.7;
  word-wrap: break-word;
  mix-blend-mode: plus-lighter;
}

/* Femme Duo：同行、底对齐；余量推向右侧 */
.Header__tagline2 {
  flex: 0 0 auto;
  align-self: flex-end;
  margin: 0;
  margin-left: auto;
  width: max-content;
  max-width: 100%;
  display: block;
  font-family: "MinervaModern", var(--font-main);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff1b2a;
  opacity: 0.7;
  mix-blend-mode: plus-lighter;
}

/*
 * 顶栏：width 1280、left 0、padding 40px 80px（至胶囊外缘）；内层 .nav-desk__row 三列网格，Logo 列居中
 * fixed：与子页一致，随滚动隐藏/显示（script.js .nav--hidden）
 */
body.is-home .nav-desk--in-hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: var(--nav-desk-pad-y) var(--nav-desk-pad-x);
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  box-shadow: none;
  /* 高于 main 内 .Header(z-index:1000)，避免顶栏被 Hero 盖住；仍低于/可并列其它全局浮层时再加变量 */
  z-index: calc(var(--z-nav) + 10);
  /* 不用 plus-lighter：会与 Hero 抢对比度；整体约 70% 透明，主标题更抢眼 */
  mix-blend-mode: normal;
  opacity: 0.7;
}

body.is-home .nav-desk--in-hero .nav-desk__link,
body.is-home .nav-desk--in-hero .nav-desk__logo {
  color: #ff1b2a;
  text-shadow: none;
}

/* Hero 顶栏：非当前 hover 不用 backdrop（避免与 plus-lighter 冲突），用导航同色半透明底 */
body.is-home .nav-desk--in-hero .nav-desk__cell:not(:has(.nav-desk__link[aria-current="page"])):is(:hover, :focus-within) {
  background: rgba(123, 106, 80, 0.11);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 5px rgba(0, 0, 0, 0.06);
  mix-blend-mode: normal;
  isolation: isolate;
}

body.is-home .nav-desk--in-hero .nav-desk__cell:not(:has(.nav-desk__link[aria-current="page"])):has(.nav-desk__link:active) {
  background: rgba(123, 106, 80, 0.26);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.14),
    inset 0 1px 1px rgba(0, 0, 0, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.05);
  mix-blend-mode: normal;
  isolation: isolate;
}

@media (max-width: 768px) {
  /* 手机不展示桌面顶栏；关闭其混合模式，避免 WebKit 上仍参与合成盖住/冲掉移动菜单文字 */
  body.is-home .nav-desk--in-hero {
    mix-blend-mode: normal;
  }
}

@media (max-width: 900px) {
  .Header__title {
    font-size: clamp(28px, 7vw, 44px);
    line-height: 1.15;
  }
  /* Pad 也保持 14px：仅保证行高一致，避免视觉底部错位 */
  .Header__tagline,
  .Header__tagline2 {
    font-size: 14px;
    line-height: 1.8;
  }
  .Header__tagline {
    color: #ff1b2a;
  }
  /* 桌面顶栏在 769–900 仍显示：左右跟 --nav-desk-pad-x（勿用 x-tight），否则误以为改 100px 无效 */
  body.is-home .nav-desk--in-hero {
    padding: var(--nav-desk-pad-y-tight) var(--nav-desk-pad-x);
    max-width: none;
  }
  body.is-home .nav-desk--in-hero .nav-desk__row {
    gap: clamp(12px, 3vw, 33px);
  }
  body.is-home .nav-desk--in-hero .nav-desk__side {
    gap: clamp(12px, 3vw, 33px);
  }
}

/* 窄屏桌面顶栏变矮：占位同步，主标题仍在中间带内居中 */
@media (max-width: 900px) and (min-width: 769px) {
  .Header {
    --home-hero-nav-stack-height: calc(var(--nav-desk-pad-y-tight) * 2 + 44px);
  }
}

/* 手机无桌面 nav：Hero 左内边距独立收紧 */
@media (max-width: 768px) {
  .Header {
    --header-inset-x: clamp(20px, 5vw, 72px);
    --header-inset-y: 16px;
    --home-hero-nav-stack-height: 70px;
  }
  /* 底部行全宽铺开，与 hamburger 右缘对齐 */
  .Header__bottom {
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-left: calc(-1 * var(--header-inset-x));
    margin-right: calc(-1 * var(--header-inset-x));
    padding-left: var(--header-inset-x);
    padding-right: 16px;
    box-sizing: border-box;
    row-gap: 10px;
  }
  .Header__tagline {
    max-width: 100%;
  }
  .Header__tagline,
  .Header__tagline2 {
    font-size: 14px;
    line-height: 1.8;
  }
  .Header__tagline2 {
    margin-left: auto;
    text-align: right;
  }
}

/* 视口较窄时缩小项间距，避免顶栏横向溢出（宽屏基准 gap 66px） */
@media (max-width: 1180px) and (min-width: 769px) {
  .nav-desk__row,
  .nav-desk__side {
    gap: clamp(16px, 4.5vw, 46px);
  }
}

/* ----- Intro 1：Grid 左右各 50%（仅 index.html + 本文件，勿重复抄到子页） ----- */
.Intro1 {
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.Intro1__left {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 24px;
  min-height: 280px;
  overflow: hidden;
}

/* 左栏：仅 images/text left.png 铺满，无渐变/混合填充 */
.Intro1__left-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("images/text left.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.Intro1__left-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.Intro1__heading {
  box-sizing: border-box;
  width: 236px;
  min-height: 183px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-main);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #dbbea4;
  opacity: 1;
  word-wrap: break-word;
}

.Intro1__zh {
  box-sizing: border-box;
  width: 100%;
  max-width: 229.24px;
  margin: 0;
  padding-top: 0.5em;
  text-align: center;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #dbbea4;
  opacity: 1;
  word-wrap: break-word;
}

.Intro1__right {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 80px 24px;
  background: #280b0f;
  box-sizing: border-box;
}

.Intro1__text {
  width: 100%;
  max-width: 40em;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #eccac0;
  opacity: 0.8;
  text-align: left;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .Intro1 {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 528px;
  }

  /* 与 1280 稿一致：左栏内容区约 236px 宽 → 左右各约 31.25% padding */
  .Intro1__left {
    padding: 0 31.25%;
    min-height: 0;
  }

  .Intro1__right {
    padding: 120px 12.5%;
  }
}

@media (max-width: 767px) {
  .Intro1__heading {
    width: auto;
    max-width: 236px;
    min-height: 0;
    font-size: clamp(32px, 8vw, 52px);
  }
  .Intro1__zh {
    font-size: clamp(16px, 4vw, 21px);
    line-height: 1.6;
    letter-spacing: 0.12em;
  }
}

/* ----- Intro 2（PNG：左灰紫文案，右图占位） ----- */
.Intro2 {
  width: 100%;
  min-width: 100%;
  background: var(--mock-lavender);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.Intro2 > * {
  min-width: 0;
}

.Intro2__text-wrap {
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Intro2__text {
  width: 100%;
  max-width: 520px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: var(--mock-cream);
  text-align: left;
}

.Intro2__img-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  aspect-ratio: 640 / 854;
  overflow: hidden;
}

.Intro2__img-wrap.Intro__media-placeholder {
  background: #c9c4c9 url("images/about-intro2.jpg") center / cover no-repeat;
}

.Intro__media-placeholder {
  background: #c9c4c9;
}

@media (min-width: 900px) {
  .Intro2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    grid-template-columns: unset;
  }
  .Intro2__text-wrap {
    width: auto;
    max-width: 50%;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
  }
  .Intro2__text {
    max-width: 100%;
  }
  .Intro2__img-wrap {
    width: auto;
    max-width: 50%;
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    aspect-ratio: 640 / 854;
  }
}

/* ----- Intro 3（PNG：左图占位，右暖灰褐文案） ----- */
.Intro3 {
  width: 100%;
  min-width: 100%;
  background: var(--mock-taupe);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.Intro3 > * {
  min-width: 0;
}

.Intro3__img-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  aspect-ratio: 640 / 854;
  overflow: hidden;
  background: #d9d9d9;
}

.Intro3__img-wrap.Intro__media-placeholder {
  background: #d9d9d9 url("images/about-intro3.jpg") center / cover no-repeat;
}

/* 占位图：子页面等仍可用 */
.PlaceholderImg {
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 32px;
  color: #606060;
  text-align: center;
  padding: 24px;
}
.PlaceholderImg span {
  max-width: 100%;
}
.Name__img-wrap .PlaceholderImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.Intro3__text-wrap {
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Intro3__text {
  width: 100%;
  max-width: 480px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: var(--mock-cream);
  text-align: left;
}

@media (min-width: 900px) {
  .Intro3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    grid-template-columns: unset;
  }
  .Intro3__img-wrap {
    width: auto;
    max-width: 50%;
    margin: 0;
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: 640 / 854;
    align-self: stretch;
  }
  .Intro3__text-wrap {
    flex: 1 1 0;
    max-width: 50%;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: var(--mock-taupe);
    box-sizing: border-box;
  }
}

/* ----- About US（Figma：#FAF3ED；标题区上下各 120px；双栏 gap 100px） ----- */
.About {
  align-self: stretch;
  width: 100%;
  min-width: 100%;
  padding: 0 24px 120px;
  box-sizing: border-box;
  background: #faf3ed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}

/* About Us 内的链接保持原本文字颜色（不变蓝） */
.About a,
.About a:visited {
  color: inherit;
}

.About__title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  box-sizing: border-box;
}

.AboutUs {
  margin: 0;
  font-family: var(--font-main);
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  text-align: center;
  color: #48110C;
  word-wrap: break-word;
}

@media (min-width: 600px) {
  .AboutUs {
    font-size: 52px;
  }
}

/* ----- Name（Figma：420×560 图 + Frame1 + Line；双栏 gap 100px）----- */
.Name {
  width: 100%;
  max-width: var(--site-max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  overflow: hidden;
}

@media (min-width: 900px) {
  .Name {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* 编组居中，但内部内容仍按各自卡片左对齐 */
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    overflow: hidden;
  }
}

.Name1,
.Name2 {
  width: 100%;
  max-width: 420px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.Name__img-wrap {
  position: relative;
  width: 420px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 420 / 560;
  overflow: hidden;
}

.Name__img-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #d9d9d9;
}

.Name__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.Frame1 {
  align-self: stretch;
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Name__card-top {
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.Name__card-row {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.Name__title {
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.72px;
  color: #48110C;
  word-wrap: break-word;
}

.Name__social {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 17px;
  height: 33px;
}

.Name__social-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #48110C;
  text-decoration: none;
}

.Name__social-icon:visited {
  color: #48110C;
}

.Name__social-icon svg {
  width: 24px;
  height: 24px;
  color: inherit;
}

.Name__social-icon svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

.Line3,
.Line2 {
  align-self: stretch;
  width: 100%;
  height: 0;
  border: none;
  border-top: 0.5px solid #48110C;
}

.Name__bio {
  align-self: stretch;
  width: 100%;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #48110C;
  text-align: left;
}

.Name__wishlist {
  align-self: stretch;
  width: 100%;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 32px;
  color: #48110c;
}

.Name__wishlist-label {
  font-weight: 700;
}

.Name__wishlist-value {
  font-weight: 400;
}

.Name__bio p {
  margin: 0;
}

.Name__bio strong {
  font-weight: 700;
}

/* Figma：Nina 栏简历正文 #48110C；Aria 栏 #6E3A3E（与默认一致） */
.Name2 .Name__bio {
  color: #48110c;
}

@media (min-width: 900px) {
  .Name1,
  .Name2 {
    max-width: 420px;
  }
}

/* ----- Triple / Home CTA（Figma：1280×960，底 #280B0F；内容约 656×223）----- */
.Triple.Home-cta,
.Triple {
  position: relative;
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  min-height: min(960px, 85vh);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.Triple__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #280b0f;
  background-image: url("images/triple-header-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Triple__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 655.81px;
  padding: 48px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 6vw, 50px);
  text-align: center;
}

.Triple__title {
  margin: 0;
  width: 100%;
  font-family: var(--font-main);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.72px;
  color: #f4e3b2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
}

.Triple__button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Triple__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 248px;
  min-height: 69px;
  padding: 8px 36px;
  border-radius: 26px;
  border: none;
  background: var(--glass-ui-bg);
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  color: #f4e3b2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: var(--font-main);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 52px;
  /* 与右下角定制按钮同思路：无硬白边，靠内高光 + 阴影勾边 */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 2px 12px rgba(0, 0, 0, 0.18),
    0 4px 20px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.Triple__btn-label {
  display: block;
}

.Triple__btn:hover {
  background: var(--glass-ui-bg-hover);
  opacity: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 3px 14px rgba(0, 0, 0, 0.2),
    0 5px 22px rgba(0, 0, 0, 0.09);
}

@media (max-width: 480px) {
  .Triple__title {
    line-height: 1.35;
  }
  .Triple__btn {
    font-size: clamp(18px, 5vw, 28px);
    min-width: 0;
    width: 100%;
    max-width: 280px;
    line-height: 1.3;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* ----- Site footer（Figma：1280 内边距、叠乘渐变 + 底图，左 Cato / 右三人链接）----- */
.Site-footer {
  position: relative;
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  overflow: hidden;
  color: #f4e3b2;
}

.Site-footer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #280b0f;
  background-image: url("images/Footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Site-footer__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

@media (min-width: 900px) {
  .Site-footer__inner {
    flex-direction: row;
    align-items: flex-end;
    padding: 120px 80px;
    gap: 32px;
  }
}

.Site-footer__cato {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 100%;
}

.Site-footer__brand {
  margin: 0;
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.4px;
  color: #f4e3b2;
}

.Site-footer__rule {
  flex-shrink: 0;
  height: 0;
  border: 0;
  border-top: 0.5px solid #f4e3b2;
  margin: 0;
  opacity: 0.95;
}

.Site-footer__rule--brand {
  width: 301px;
  max-width: 100%;
}

.Site-footer__rule--short {
  width: 129px;
  max-width: 100%;
}

.Site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.Site-footer__links a {
  display: block;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #f4e3b2;
  text-decoration: none;
}

.Site-footer__links a + a {
  margin-top: 20px;
}

.Site-footer__links a:hover {
  opacity: 0.88;
}

.Site-footer__link-groups {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

@media (min-width: 640px) {
  .Site-footer__link-groups {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
  }
}

.Site-footer__person {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}

.Site-footer__person-name {
  margin: 0;
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.4px;
  color: #f4e3b2;
}

.Site-footer__person-link {
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  color: #f4e3b2;
  text-decoration: none;
}

.Site-footer__person-link:hover {
  opacity: 0.88;
}

/* ========== 子页面（Gallery / Rates / Etiquette / Contact / ETC） ========== */
.Page {
  padding-top: 80px;
  min-height: 60vh;
}
@media (min-width: 900px) {
  .Page {
    padding-top: 140px;
  }
}
.Page__section {
  padding: 80px 24px 120px;
  max-width: 800px;
  margin: 0 auto;
}
.Page__title {
  margin: 0 0 1em;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  color: var(--color-black);
}
@media (min-width: 900px) {
  .Page__title {
    font-size: 64px;
  }
}
.Page__placeholder {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-gray);
}

/* ========== Gallery 页面 ========== */
.Gallery {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

/* Gallery 画板自适应：允许容器随视口变化，不用 1280 限死 */
body.is-gallery .Gallery {
  max-width: none;
}

.Gallery-hero {
  position: relative;
  width: 100%;
  height: 720px;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.Gallery-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #d9d9d9;
  overflow: hidden;
}

.Gallery-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.Gallery-hero__title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 24px;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  /* 与 body.is-gallery 顶栏 .nav-desk__link / .nav-desk__logo 同色 */
  color: #f4e3b2;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
  text-align: center;
}

/* Gallery（画板式绝对定位）：图片不拉伸，填满 frame */
.GalleryBoardEmbed1__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Gallery：尽力防复制/防保存（无法 100% 阻止截图/开发者工具） */
body.is-gallery {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

body.is-gallery img {
  -webkit-user-drag: none;
  user-drag: none;
}

body.is-gallery.is-lightbox-open {
  overflow: hidden;
}

.GalleryLightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.88);
  padding: 24px;
  box-sizing: border-box;
}

.GalleryLightbox.is-open {
  display: flex;
}

.GalleryLightbox__image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.GalleryLightbox__close {
  position: absolute;
  top: 10px;
  right: 80px;
  z-index: 2;
  border: none;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.92);
  width: 38px;
  height: 38px;
  border-radius: 10px;
  cursor: pointer;
  line-height: 1;
  font-size: 18px;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.GalleryLightbox__close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.GalleryLightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.92);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  cursor: pointer;
  line-height: 1;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.GalleryLightbox__nav--prev {
  left: 80px;
}

.GalleryLightbox__nav--next {
  right: 80px;
}

.GalleryLightbox__nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .GalleryLightbox__nav--prev {
    left: 16px;
  }
  .GalleryLightbox__nav--next {
    right: 16px;
  }
  .GalleryLightbox__close {
    right: 16px;
  }
}

/* Gallery 画板：宽度自适应（等比缩放，不改变图片比例） */
.GalleryBoardResponsive {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  --gallery-board-scale: 1;
}

.GalleryBoardResponsive .GalleryBoardEmbed1 {
  transform: scale(var(--gallery-board-scale));
  transform-origin: top center;
  /* transform 不会影响子元素布局，但会触发 GPU 合成更顺滑 */
  will-change: transform;
}

@media (min-width: 600px) {
  .Gallery-hero__title {
    font-size: 64px;
  }
}

/* Gallery：行宽铺满容器，各行保持稿比例；区块与图与图之间一律 20px */
.Gallery-grid {
  --gallery-gap: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: var(--gallery-gap);
  padding-bottom: 120px;
  background: #faf3ed;
}

.Gallery-grid__inner {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--gallery-gap);
}

.Gallery-set {
  display: flex;
  flex-direction: column;
  gap: var(--gallery-gap);
}

.Gallery-grid__inner figure {
  position: relative;
}

/* 套四（绿）：双 / 三联 / 单张交替；行内底对齐 */
.Gallery-set[data-gallery-set="4"] .PhotoRowTwin,
.Gallery-set[data-gallery-set="4"] .PhotoRow3 {
  align-items: end;
}

.Gallery-set[data-gallery-set="4"] .PhotoRowTwin__col,
.Gallery-set[data-gallery-set="4"] .PhotoRow3__col {
  align-self: end;
}

/* PhotoRow1：1180×664 */
.PhotoRow1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1180 / 664;
}

.PhotoRow1__figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

.PhotoRow1__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* PhotoRowDuo：两横图等分一行，单格固定 4:3（与横图常见比例一致） */
.PhotoRowDuo {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--gallery-gap);
  align-items: stretch;
}

.PhotoRowDuo__col {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
}

.PhotoRowDuo__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* PhotoRowTwin：两竖图等分整行（418:558 比例，与 PhotoRow2 左栏一致） */
.PhotoRowTwin {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--gallery-gap);
  align-items: stretch;
}

.PhotoRowTwin__col {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 418 / 558;
}

.PhotoRowTwin__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* PhotoRow2：418 : 742，中间缝 20px */
.PhotoRow2 {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 418fr) minmax(0, 742fr);
  gap: var(--gallery-gap);
  align-items: stretch;
}

.PhotoRow2__col {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.PhotoRow2__col--narrow {
  aspect-ratio: 418 / 558;
}

.PhotoRow2__col--wide {
  aspect-ratio: 742 / 558;
}

.PhotoRow2__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* PhotoRow2 横左竖右（与默认竖左横右列顺序对调） */
.PhotoRow2--reverse {
  grid-template-columns: minmax(0, 742fr) minmax(0, 418fr);
}

/* PhotoRow3：三等分，缝 20px */
.PhotoRow3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--gallery-gap);
  overflow: hidden;
}

.PhotoRow3__col {
  flex: 1 1 0;
  margin: 0;
  min-width: 0;
  aspect-ratio: 380 / 509;
  overflow: hidden;
}

.PhotoRow3__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 仅一张竖图时居中，宽度不超过三联单格比例 */
.PhotoRow3--single {
  justify-content: center;
}

.PhotoRow3--single .PhotoRow3__col {
  flex: 0 1 min(420px, 100%);
  max-width: 100%;
}

@media (max-width: 767px) {
  .PhotoRowTwin {
    grid-template-columns: 1fr;
  }

  .PhotoRowDuo {
    grid-template-columns: 1fr;
  }

  .PhotoRow2 {
    grid-template-columns: 1fr;
    gap: var(--gallery-gap);
  }

  .PhotoRow3 {
    flex-direction: column;
    gap: var(--gallery-gap);
  }

  .PhotoRow3__col {
    flex: none;
    width: 100%;
  }
}

/* Gallery：格内完整显示原图比例（不裁切），留白与画廊底同色 */
.Gallery-grid__inner .PhotoRow1__figure,
.Gallery-grid__inner .PhotoRowDuo__col,
.Gallery-grid__inner .PhotoRowTwin__col,
.Gallery-grid__inner .PhotoRow2__col,
.Gallery-grid__inner .PhotoRow3__col {
  background: #faf3ed;
}

.Gallery-grid__inner .PhotoRow1__img,
.Gallery-grid__inner .PhotoRowDuo__img,
.Gallery-grid__inner .PhotoRowTwin__img,
.Gallery-grid__inner .PhotoRow2__img,
.Gallery-grid__inner .PhotoRow3__img {
  /* Gallery 需要裁切以对齐版式；裁切/位置由 localStorage transform 进一步微调 */
  object-fit: cover;
  object-position: center center;
}

/* 若 localStorage 里仍有裁切数据，仅用于还原显示（无裁切 UI） */
.Gallery-grid__inner img[src*="gallery-"] {
  transform-origin: center center;
  position: relative;
}

/* ========== Triple Bliss 页面（Figma /triple） ========== */
.TriplePage {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-x: hidden;
}

.TriplePage-hero {
  position: relative;
  width: 100%;
  height: 720px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Figma Mask group：1280×720 + Rectangle #D9D9D9 + 背景图 */
.TriplePage-hero__mask {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: #d9d9d9;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%),
    url("images/triple-header-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.TriplePage-hero__title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 24px;
  max-width: 18ch;
  font-family: var(--font-main);
  font-size: clamp(40px, 8vw, 64px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  line-height: 1.1;
  text-align: center;
  color: #ff1b2a;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
}

.TriplePage-split {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.TriplePage-split__left {
  box-sizing: border-box;
  width: 100%;
  padding: 80px 24px;
  background: #201122;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.TriplePage-split__headline {
  margin: 0;
  max-width: 470px;
  font-family: var(--font-main);
  font-size: clamp(36px, 6vw, 52px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.52px;
  text-align: center;
  line-height: 1.3;
  color: #ffe088;
  opacity: 0.9;
}

.TriplePage-split__right {
  box-sizing: border-box;
  width: 100%;
  min-height: 280px;
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  background-color: #280b0f;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%),
    url("images/triple-split-right.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.TriplePage-split__body {
  margin: 0;
  max-width: 414px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #f4e3b2;
  text-align: left;
}

.TriplePage-split__body p {
  margin: 0;
}

.TriplePage-intro1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #947268;
}

.TriplePage-intro1__img {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  aspect-ratio: 640 / 960;
  overflow: hidden;
  background: #d9d9d9 url("images/Triple rate.jpg") center / cover no-repeat;
}

.TriplePage-intro1__content {
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}

.TriplePage-intro1__title {
  margin: 0;
  width: 100%;
  max-width: 520px;
  font-family: var(--font-main);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  text-align: center;
  color: #f4e3b2;
}

.TriplePage-intro1__text {
  margin: 0;
  width: 100%;
  max-width: 520px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #f4e3b2;
  text-align: left;
}

@media (min-width: 900px) {
  .TriplePage-intro1 {
    flex-direction: row;
    align-items: stretch;
  }

  .TriplePage-intro1__img,
  .TriplePage-intro1__content {
    width: auto;
    max-width: 50%;
    flex: 1 1 0;
    min-width: 0;
  }

  .TriplePage-intro1__img {
    margin: 0;
    min-height: 960px;
  }

  .TriplePage-intro1__content {
    padding: 120px 40px;
  }
}

@media (min-width: 900px) {
  .TriplePage-split {
    flex-direction: row;
    align-items: stretch;
  }
  .TriplePage-split__left,
  .TriplePage-split__right {
    width: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.TriplePage-muses {
  box-sizing: border-box;
  width: 100%;
  padding: 80px 24px 100px;
  background: #2c2626;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

/* Trio rate（intro 1 之后的价目区块） */
.TriplePage-trioRate {
  width: 100%;
  padding: 120px 24px;
  background: #7b6a50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
}

.TriplePage-trioRate__col {
  display: flex;
  flex-direction: column;
  gap: 84px;
  min-width: 0;
}

.TriplePage-trioRate__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 402px;
  max-width: 100%;
}

.TriplePage-trioRate__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.TriplePage-trioRate__hours {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  color: #f4e3b2;
  white-space: nowrap;
}

.TriplePage-trioRate__price {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 450;
  line-height: 32px;
  color: #f4e3b2;
  text-align: right;
  white-space: nowrap;
}

.TriplePage-trioRate__line {
  height: 1px;
  background: #f4e3b2;
  opacity: 0.9;
}

.TriplePage-trioRate__caption {
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #f4e3b2;
}

@media (min-width: 900px) {
  .TriplePage-trioRate {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    column-gap: 180px;
    gap: 180px;
  }
  .TriplePage-trioRate__col {
    flex: 0 0 auto;
    min-width: 0;
  }
}

.TriplePage-muses__title {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(40px, 6vw, 52px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.52px;
  line-height: 1.3;
  text-align: center;
  color: #eccac0;
}

.TriplePage-muses__grid {
  width: 100%;
  max-width: 1044px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  justify-items: center;
}

@media (min-width: 700px) {
  .TriplePage-muses__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 80px);
    align-items: start;
  }
}

.TriplePage-muse {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 295px;
}

.TriplePage-muse__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 295px;
  overflow: hidden;
  border-radius: 30px;
  background: transparent;
}

/* Trio Muses：可点击头像 hover 提示（仅对有链接的头像生效） */
.TriplePage-muse__frame > a {
  position: absolute;
  inset: 0;
  display: block;
  cursor: pointer;
  border-radius: inherit;
  transform: translateY(0) scale(1);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 220ms ease;
}

.TriplePage-muse__frame > a:hover,
.TriplePage-muse__frame > a:focus-visible {
  transform: translateY(-8px) scale(1.06);
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.5));
  outline: none;
}

.TriplePage-muse__frame > a:focus-visible {
  /* 不显示线框，仅保留动效 */
  box-shadow: none;
}

/* 不放大：铺满圆角框，最大即 100% 宽高（object-fit: cover 仅在比例不一致时裁边，不做 >100% 缩放） */
.TriplePage-muse__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* hover 时图片再轻微放大一点（只对可点击头像生效） */
.TriplePage-muse__frame > a:hover .TriplePage-muse__img,
.TriplePage-muse__frame > a:focus-visible .TriplePage-muse__img {
  transform: scale(1.14);
}

.TriplePage-muse__img--aria {
  object-position: 50% 22%;
}

.TriplePage-muse__img--nina {
  object-position: 50% 32%;
}

.TriplePage-muse__img--vanessa {
  object-position: 50% 24%;
}

.TriplePage-muse__name {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 400;
  letter-spacing: 0.72px;
  text-align: center;
  color: #eccac0;
}

/* Trio gallery（新增：Gallery / Coming soon...） */
.TriplePage-trioGallery {
  box-sizing: border-box;
  width: 100%;
  height: 640px;
  padding: 120px 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  overflow: hidden;
}

.TriplePage-trioGallery__title {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(40px, 6vw, 52px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.52px;
  text-align: center;
  color: #6e3a3e;
}

.TriplePage-trioGallery__soon {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #6e3a3e;
}

@media (min-width: 900px) {
  .TriplePage-muses {
    padding: 120px 24px 120px;
    gap: 120px;
  }
}

/* ========== Rates 页面 ========== */
.Rates {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

/* Hero: 720px 高，背景图 + 标题 rates 居中白色 */
.Rates-hero {
  position: relative;
  width: 100%;
  height: 720px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.Rates-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #D9D9D9;
  background-image: url("images/rate-header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Rates-hero__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  color: #F4E3B2;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
  text-align: center;
}
@media (min-width: 600px) {
  .Rates-hero__title { font-size: 64px; }
}

/* FMTY 介绍区（浅底，不含价目；价目在 .Rates-regional） */
.Rates-fmty-intro {
  width: 100%;
  align-self: stretch;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Intro 通用：左右布局，图 640px + 文案区 */
.Rates-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.Rates-intro__img-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: #D9D9D9;
  aspect-ratio: 640 / 960;
  overflow: hidden;
}
.Rates-intro__img-placeholder {
  position: absolute;
  inset: 0;
  background: #D9D9D9;
  z-index: 0;
}

.Rates-intro--fmty .Rates-intro__img-placeholder {
  background: #D9D9D9 url("images/rate-gfe-prime.jpg") center / cover no-repeat;
}

.Rates-intro--gfe .Rates-intro__img-placeholder {
  background: #D9D9D9 url("images/rate-gfe.jpg") center / cover no-repeat;
}

.Rates-intro--prime .Rates-intro__img-placeholder {
  background: #D9D9D9 url("images/rate-fmty.jpg") center / cover no-repeat;
}
.Rates-intro__content {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.Rates-intro__title {
  margin: 0;
  width: 100%;
  max-width: 520px;
  font-family: var(--font-main);
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  text-align: center;
}
.Rates-intro__text {
  margin: 0;
  width: 100%;
  max-width: 520px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

/* FMTY Intro: 背景 #FAF3ED，左图右文，标题/文 #AA1C1A */
.Rates-intro--fmty {
  background: #FAF3ED;
}
.Rates-intro--fmty .Rates-intro__title,
.Rates-intro--fmty .Rates-intro__text { color: #AA1C1A; }
@media (min-width: 900px) {
  .Rates-intro--fmty {
    flex-direction: row;
  }
  .Rates-intro--fmty .Rates-intro__img-wrap {
    width: auto;
    max-width: 50%;
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    aspect-ratio: 640 / 960;
    min-height: 960px;
  }
  .Rates-intro--fmty .Rates-intro__content {
    flex: 1 1 0;
    max-width: 50%;
    min-width: 0;
    padding: 80px 40px;
  }
  .Rates-intro--fmty .Rates-intro__title { font-size: 64px; }
}

/* 价格表网格：移动端上下排列、等宽、居中于页面中间、左右至少 16px；桌面端左右排列、整体居中 */
.Rates-rate-grid {
  flex: 1 1 auto;
  width: 100%;
  max-width: min(400px, calc(100% - 32px)); /* 移动端：限制宽度后 margin auto 才能居中于页面 */
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px; /* 移动端：离页面两边至少 16px */
  display: flex;
  flex-direction: column; /* 移动端：Frame 1 上、Frame 2 下 */
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
}
.Rates-rate-col {
  width: 100%; /* 移动端：两列等宽 */
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 84px;
}
@media (min-width: 768px) {
  .Rates-rate-grid {
    max-width: 989px; /* 设计稿内容区宽度 */
    padding-left: 80px;
    padding-right: 80px;
    flex-direction: row;
    justify-content: center;
    column-gap: 180px;
    row-gap: 0;
  }
  .Rates-rate-col {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
  }
}

/* 单条价格项（Rate text）最宽 400px；宽度随列拉伸，避免「Please inquire」等短文案行比其它行窄 */
.RateItem {
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.RateItem__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.RateItem__hours {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 28.8px;
}
.RateItem__price {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: right;
}
.RateItem__line {
  height: 0;
  border: none;
  border-top: 0.5px solid;
  outline: none;
}
.RateItem__caption {
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.RateItem--fmty .RateItem__hours,
.RateItem--fmty .RateItem__price,
.RateItem--fmty .RateItem__caption { color: #FAF3ED; }
.RateItem--fmty .RateItem__line { border-color: #FAF3ED; }

/* GFE 区块：背景 #250B28
   价目网格 .rate-gfe 自带上下 padding（稿 120px），此处不再用 gap / padding-bottom 叠成 >120 */
.Rates-gfe {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding-bottom: 0;
  background: #250B28;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.Rates-intro--gfe {
  background: #836A7A;
}
.Rates-intro--gfe .Rates-intro__title,
.Rates-intro--gfe .Rates-intro__text { color: #F4E3B2; }
@media (min-width: 900px) {
  .Rates-intro--gfe {
    flex-direction: row;
  }
  .Rates-intro--gfe .Rates-intro__content {
    order: 1;
    flex: 1 1 0;
    max-width: 50%;
    padding: 80px 40px;
  }
  .Rates-intro--gfe .Rates-intro__img-wrap {
    order: 2;
    width: auto;
    max-width: 50%;
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    min-height: 960px;
    aspect-ratio: 640 / 960;
  }
  .Rates-intro--gfe .Rates-intro__title { font-size: 64px; }
}
.RateItem--gfe .RateItem__hours,
.RateItem--gfe .RateItem__price,
.RateItem--gfe .RateItem__caption { color: #F4E3B2; }
.RateItem--gfe .RateItem__line { border-color: #F4E3B2; }

/* Rates 页 GFE 网格：与 Figma Rate text 一致（字重、换行、列内拉伸） */
.Rates-rate-grid.rate-gfe .Rates-rate-col {
  align-items: stretch;
}

.Rates-rate-grid.rate-gfe .RateItem.RateItem--gfe {
  max-width: none;
  width: 100%;
}

.Rates-rate-grid.rate-gfe .RateItem--gfe .RateItem__hours {
  font-weight: 400;
}

.Rates-rate-grid.rate-gfe .RateItem--gfe .RateItem__price {
  font-weight: 450;
}

.Rates-rate-grid.rate-gfe .RateItem--gfe .RateItem__row {
  align-self: stretch;
}

/* 小屏：介绍与价目之间仅靠网格上下留白（避免与桌面 120 叠 gap） */
@media (max-width: 767px) {
  .Rates-gfe > .Rates-rate-grid.rate-gfe {
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
}

/* Rates 页：时长+价目始终单行；行宽取内容 intrinsic（不换行最小宽度）；表格外层横向滚动 */
body.is-rates .Rates .Rates-rate-grid {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

body.is-rates .Rates .RateItem__row {
  flex-wrap: nowrap;
  min-width: max-content;
}

body.is-rates .Rates .RateItem__hours,
body.is-rates .Rates .RateItem__price {
  white-space: nowrap;
  flex-shrink: 0;
}

body.is-rates .Rates .Rates-rate-col {
  min-width: max-content;
}

body.is-rates .Rates .Rates-rate-grid.rate-gfe .Rates-rate-col:nth-child(3) {
  min-width: max-content;
}

/* Prime GFE 两列：不沿用 GFE 的 max-content 列宽（否则左右列按内容最宽行取 min-width，视觉不等宽） */
body.is-rates .Rates .Rates-rate-grid.rate-prime .Rates-rate-col {
  min-width: 0;
}

body.is-rates .Rates .Rates-rate-grid.rate-prime .RateItem__row {
  min-width: 0;
  width: 100%;
}

body.is-rates .Rates .Rates-rate-grid.rate-prime .RateItem {
  max-width: none;
}

/* Prime GFE 价目：对齐 Figma RatePrimeGfe — 总宽 990px、列间距 180px、两列 flex:1 均分（勿用通用网格的 989 + 左右 80 padding） */
@media (min-width: 768px) {
  .Rates-rate-grid.rate-prime {
    max-width: 990px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    column-gap: 180px;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
  }

  .Rates-rate-grid.rate-prime .Rates-rate-col {
    flex: 1 1 0;
    min-width: 0;
    align-items: stretch;
    align-self: stretch;
  }

  .Rates-rate-grid.rate-prime .RateItem.RateItem--prime {
    align-self: stretch;
    width: 100%;
  }
}

/* Prime：稿面 Hours 400 / Rate 450（覆盖通用 RateItem__hours 500） */
.Rates-rate-grid.rate-prime .RateItem--prime .RateItem__hours {
  font-weight: 400;
}

.Rates-rate-grid.rate-prime .RateItem--prime .RateItem__price {
  font-weight: 450;
}

/* Prime GFE 区块：背景 #280B0F */
.Rates-prime {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding-bottom: 120px;
  background: #280B0F;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}
.Rates-intro--prime {
  background: #947268;
}
.Rates-intro--prime .Rates-intro__title,
.Rates-intro--prime .Rates-intro__text { color: #FAF3ED; }
/* 手机：文案在上、图在下，与桌面「文左图右」阅读顺序一致 */
@media (max-width: 899px) {
  .Rates-intro--prime {
    flex-direction: column-reverse;
  }
}
@media (min-width: 900px) {
  /* 桌面：文案在左、图在右（DOM 仍为图→文，用 row-reverse 对调） */
  .Rates-intro--prime {
    flex-direction: row-reverse;
  }
  .Rates-intro--prime .Rates-intro__img-wrap {
    width: auto;
    max-width: 50%;
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    min-height: 960px;
    aspect-ratio: 640 / 960;
  }
  .Rates-intro--prime .Rates-intro__content {
    flex: 1 1 0;
    max-width: 50%;
    padding: 80px 40px;
  }
  .Rates-intro--prime .Rates-intro__title { font-size: 64px; }
}
.RateItem--prime .RateItem__hours,
.RateItem--prime .RateItem__price,
.RateItem--prime .RateItem__caption { color: #F4E3B2; }
.RateItem--prime .RateItem__line { border-color: #F4E3B2; }

.RateItem--no-caption {
  gap: 0;
}

.RateItem--no-caption .RateItem__line {
  margin-top: 10px;
}

/* GFE / FMTY 三列价目 */
@media (min-width: 900px) {
  .Rates-rate-grid--tri {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1121px;
    column-gap: 111px;
    row-gap: 0;
  }

  .Rates-rate-grid--tri .Rates-rate-col {
    flex: 0 1 300px;
    width: auto;
    max-width: 300px;
    gap: 84px;
  }

  /* Rates 页 GFE：Figma RateGfe / Frame10（内层 1121、列间距 111、Frame1/2 宽 299.67、Frame3 flex 1 1 0） */
  /* 稿：左右各 80 padding，内层三列区宽 1121 → border-box 外宽 1281 */
  .Rates-gfe > .Rates-rate-grid.rate-gfe {
    align-self: stretch;
    width: 100%;
    max-width: var(--site-max-width);
    box-sizing: border-box;
    padding: 120px 80px;
    column-gap: 111px;
    align-items: flex-start;
  }

  .Rates-rate-grid.rate-gfe .Rates-rate-col:nth-child(1),
  .Rates-rate-grid.rate-gfe .Rates-rate-col:nth-child(2) {
    flex: 0 0 299.67px;
    width: 299.67px;
    max-width: 299.67px;
    min-width: 0;
    align-items: stretch;
  }

  .Rates-rate-grid.rate-gfe .Rates-rate-col:nth-child(3) {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
    align-self: stretch;
    align-items: stretch;
  }

  .Rates-rate-grid.rate-gfe .RateItem.RateItem--gfe {
    align-self: stretch;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .Rates-rate-grid--tri {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 48px;
    row-gap: 60px;
  }

  .Rates-rate-grid--tri .Rates-rate-col {
    flex: 1 1 240px;
    max-width: 320px;
  }

  .Rates-gfe > .Rates-rate-grid.rate-gfe {
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .Rates-rate-grid--regional {
    column-gap: 100px;
    max-width: 1100px;
  }

  .Rates-rate-grid--regional .Rates-rate-col {
    gap: 80px;
  }
}

/* Rest of CN：两列、列宽 340px、列间距 150px（与 Figma Frame 10） */
@media (min-width: 768px) {
  .Rates-rate-grid--regional.Rates-rate-grid--regional-duo {
    max-width: 900px;
    column-gap: 48px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .Rates-rate-grid--regional-duo .Rates-rate-col {
    flex: 1 1 300px;
    max-width: 340px;
    gap: 80px;
  }
}

@media (min-width: 900px) {
  .Rates-rate-grid--regional.Rates-rate-grid--regional-duo {
    flex-wrap: nowrap;
    column-gap: 150px;
    max-width: 830px;
  }

  .Rates-rate-grid--regional-duo .Rates-rate-col {
    flex: 0 1 340px;
    width: auto;
    max-width: 340px;
  }
}

/* 价目表在 .Rates-regional 内：仅由区块自身 padding 控边距，避免与外层 80px 叠成双倍 */
.Rates-regional .Rates-rate-grid {
  padding-left: 0;
  padding-right: 0;
}

/* 风琴切换：.Rates-rate-grid 的 display:flex 会盖掉 [hidden] 的默认 none，须显式隐藏未选中的价目表 */
.Rates-regional .Rates-rate-grid[hidden] {
  display: none !important;
}

/* HK/SZ/SH 区域 + FMTY 折扣价 + 备注 */
.Rates-regional {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0 120px;
  background: #48110c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .Rates-regional {
    padding: 120px 0 120px;
    gap: 100px;
  }
}

.Rates-regional__cities-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .Rates-regional__cities-wrap {
    gap: 24px 32px;
    padding: 0 24px;
  }
}

.Rates-regional__nav-btn {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #faf3ed;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  transition: transform 0.2s ease;
}

/* 纯色底上略叠暖色，玻璃只铺在箭头背后（圆角矩，非圆形外框） */
.Rates-regional__nav-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  border-radius: var(--glass-pill-radius);
  background: var(--glass-pill-bg);
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  box-shadow: var(--glass-pill-shadow);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.Rates-regional__nav-btn:hover::before {
  background: var(--glass-pill-bg-hover);
  box-shadow: var(--glass-pill-shadow-hover);
}

.Rates-regional__nav-btn:active::before {
  background: var(--glass-pill-bg-active);
  box-shadow: var(--glass-pill-shadow-active);
}

.Rates-regional__nav-btn:focus-visible {
  outline: 2px solid #faf3ed;
  outline-offset: 3px;
}

.Rates-regional__nav-btn:active {
  transform: scale(0.96);
}

.Rates-regional__nav-icon {
  position: relative;
  z-index: 1;
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}

.Rates-regional__cities {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 32px;
  width: 100%;
  min-width: 0;
  max-width: 1100px;
}

@media (min-width: 900px) {
  .Rates-regional__cities {
    flex-wrap: nowrap;
    gap: 60px;
  }
}

button.Rates-regional__city {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 8px 12px;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 2px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  opacity: 0.3;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

button.Rates-regional__city.is-active {
  opacity: 1;
}

button.Rates-regional__city:focus-visible {
  outline: 2px solid #faf3ed;
  outline-offset: 4px;
}

button.Rates-regional__city:hover {
  transform: translateY(-2px);
}

button.Rates-regional__city:not(.is-active):hover {
  opacity: 0.45;
}

.Rates-regional__city {
  flex: 1 1 200px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.Rates-regional__city-title {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 450;
  line-height: 1.35;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  color: #faf3ed;
}

/* 亚洲城市：仅按 <br> 分成两行，避免「Singapore / Tokyo / Seoul」在窄宽下再断成第三行 */
button[data-city-card="asia"] .Rates-regional__city-title {
  white-space: nowrap;
}

/* Shanghai / Hongkong / shenzhen：仅按 <br> 分两行，避免第二行再断成第三行 */
button[data-city-card="hk-sz-sh"] .Rates-regional__city-title {
  white-space: nowrap;
}

.Rates-regional__city-sub {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #faf3ed;
}

.Rates-regional__city--primary .Rates-regional__city-sub {
  opacity: 0.8;
}

.Rates-regional__divider {
  display: none;
  width: 1px;
  height: 28px;
  flex-shrink: 0;
  background: #faf3ed;
  align-self: center;
}

@media (min-width: 900px) {
  .Rates-regional__divider {
    display: block;
  }
}

.Rates-regional__remark {
  margin: 0;
  max-width: 720px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  color: #faf3ed;
  opacity: 0.8;
}

.Rates-regional__remark[hidden] {
  display: none !important;
}

/* HK/SZ/SH 价目：与稿一致字重 */
.Rates-regional .RateItem__hours {
  font-weight: 400;
}

.Rates-regional .RateItem__price {
  font-weight: 450;
}

.Rates-regional .Rates-rate-col {
  align-items: stretch;
}

/* ========== Etiquette 页面 ========== */
.Etiquette {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-x: hidden;
}

/* Hero: 720px 高；主图位留空（#D9D9D9），后续可加 background-image */
.Etiquette-hero {
  position: relative;
  width: 100%;
  height: 720px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.Etiquette-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #D9D9D9;
  background-image: url("images/etiquette-header-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Etiquette-hero__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  color: #FF1B2A;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
  text-align: center;
}
@media (min-width: 600px) {
  .Etiquette-hero__title { font-size: 64px; }
}

/* 三块内容区：padding 80px 左右、100px 上下，justify-content: center，gap 60px */
.Description1,
.Description2,
.Description3 {
  align-self: stretch;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
.Description1 .Text1,
.Description1 .Text2,
.Description1 .Text3,
.Description2 .Text1,
.Description2 .Text2,
.Description2 .Text3,
.Description3 .Text1,
.Description3 .Text2,
.Description3 .Text3 {
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px;
  display: flex;
}
.Description1 .Title1,
.Description1 .Title3,
.Description2 .Title2,
.Description2 .Title3,
.Description3 .Title1,
.Description3 .Title2,
.Description3 .Title3 {
  align-self: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  font-family: var(--font-main);
  font-weight: 450;
  letter-spacing: 0.72px;
  word-wrap: break-word;
  margin: 0;
}
.Description1 .Body1,
.Description1 .Body3,
.Description2 .Body2,
.Description2 .Body3,
.Description3 .Body1,
.Description3 .Body2,
.Description3 .Body3 {
  align-self: stretch;
  font-size: 16px;
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
}
.Description1 .Body1--bold,
.Description1 .Body3--bold { font-weight: 600; color: inherit; }
.Description2 .Body2--bold,
.Description2 .Body3--bold { font-weight: 700; color: inherit; }
.Description3 .Body1--bold,
.Description3 .Body2--bold,
.Description3 .Body3--bold { font-weight: 700; color: inherit; }

/* Description 1: 浅米 #FAF3ED，文字 #AA1C1A */
.Description1 { background: #FAF3ED; }
.Description1 .Title1,
.Description1 .Title3,
.Description1 .Body1,
.Description1 .Body3 { color: #AA1C1A; }

/* Description 2: 紫褐 #836A7A，文字 #F4E3B2 */
.Description2 { background: #836A7A; }
.Description2 .Title2,
.Description2 .Title3,
.Description2 .Body2,
.Description2 .Body3 { color: #F4E3B2; }

/* Description 3: 中棕 #947268，文字 #FAF3ED */
.Description3 { background: #947268; }
.Description3 .Title1,
.Description3 .Title2,
.Description3 .Title3,
.Description3 .Body1,
.Description3 .Body2,
.Description3 .Body3 { color: #FAF3ED; }

@media (min-width: 900px) {
  .Description1,
  .Description2,
  .Description3 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .Description1 .Text1,
  .Description1 .Text2,
  .Description1 .Text3,
  .Description2 .Text1,
  .Description2 .Text2,
  .Description2 .Text3,
  .Description3 .Text1,
  .Description3 .Text2,
  .Description3 .Text3 {
    flex: 1 1 0;
    min-width: 0;
  }
  .Description1 .Title1,
  .Description1 .Title3,
  .Description2 .Title2,
  .Description2 .Title3,
  .Description3 .Title1,
  .Description3 .Title2,
  .Description3 .Title3 {
    font-size: 36px;
  }
}

/* Etiquette 页脚：与同站 footer 底图一致 */
body.is-etiquette .Site-footer__bg {
  background-image: url("images/Footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ========== Contact 页面：左栏 duo 原色与文案，右栏 web design 表单 ========== */
.Contact {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
  background: #faf3ed;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-x: hidden;
}

.Contact-hero {
  position: relative;
  width: 100%;
  height: 720px;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.Contact-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #d9d9d9;
}

.Contact-hero__photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.Contact-hero__title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 24px;
  font-family: var(--font-main);
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  color: #ff1b2a;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}

@media (min-width: 600px) {
  .Contact-hero__title {
    font-size: 64px;
  }
}

/* 左：与主区同色 #FAF3ED 平铺文案；右：白底输入框表单 — 不用玻璃卡，避免左右质感落差 */
.Contact-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #faf3ed;
}

.Contact-main__column--copy {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  background: transparent;
  padding: 48px 24px 80px 24px;
  box-sizing: border-box;
}

.Contact-copy {
  max-width: 333px;
  margin: 0 auto;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: var(--color-about-text);
}

.Contact-copy a,
.Contact-copy a:visited {
  color: inherit;
}

.Contact-copy__direct {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 18px;
}

.Contact-copy__person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.Contact-copy__person-name {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: inherit;
}

.Contact-copy__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.Contact-copy__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: currentColor;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.Contact-copy__icon:hover,
.Contact-copy__icon:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
  outline: none;
}

.Contact-copy p {
  margin: 0 0 1em;
}

.Contact-copy p:last-child {
  margin-bottom: 0;
}

.Contact-copy__list {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}

.Contact-copy__list li {
  margin: 0;
  padding: 0;
}

.Contact-copy__list li::before {
  content: "- ";
}

/* Toast（轻提示）：用于“已复制邮件地址” */
.Toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 9999;
  max-width: min(520px, calc(100vw - 32px));
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.72);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.Toast.is-visible {
  opacity: 1;
}

.Contact-main__column--cream {
  flex: 1 1 auto;
  min-height: 120px;
  background: #faf3ed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 24px 80px;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .Contact-main {
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
  }

  .Contact-main__column--copy {
    flex: 0 0 37.72%;
    max-width: 483px;
    width: 37.72%;
    padding: 76px 40px 120px 73px;
  }

  .Contact-copy {
    margin: 0;
    max-width: 333px;
  }

  .Contact-main__column--cream {
    min-height: 400px;
    padding: 80px 40px 120px;
  }
}

.ContactSection__form-container {
  flex: 1;
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.ContactSection__form {
  position: relative;
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.ContactSection__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ContactSection__form-row {
  display: flex;
  gap: 50px;
  width: 100%;
  align-self: stretch;
}

.ContactSection__form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  align-self: stretch;
}

.ContactSection__form-field-wrapper {
  width: 100%;
}

.ContactSection__form-row .ContactSection__form-field-wrapper {
  flex: 1;
}

/* Contact 表单：扁平实色，无渐变 / 内阴影 / 毛玻璃 */
.TextField {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.TextField__label {
  color: var(--color-about-text);
  font-size: 16px;
  font-family: var(--font-sans);
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.TextField__input {
  width: 100%;
  height: 49px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid rgba(74, 44, 46, 0.38);
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--color-about-text);
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.TextField__input:focus {
  border-color: rgba(74, 44, 46, 0.55);
  box-shadow: none;
}

.TextField__input::placeholder {
  font-style: italic;
  color: rgba(110, 58, 62, 0.48);
}

.TextFieldWide {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.TextFieldWide__label {
  color: var(--color-about-text);
  font-size: 16px;
  font-family: var(--font-sans);
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.TextFieldWide__input {
  width: 100%;
  height: 49px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid rgba(74, 44, 46, 0.38);
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--color-about-text);
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.TextFieldWide__input:focus {
  border-color: rgba(74, 44, 46, 0.55);
  box-shadow: none;
}

.TextFieldWide__input::placeholder {
  font-style: italic;
  color: rgba(110, 58, 62, 0.48);
}

.TextField__input.ContactSection__form-input--error,
.TextFieldWide__input.ContactSection__form-input--error {
  border-color: rgba(198, 40, 40, 0.72) !important;
  box-shadow: none !important;
}

.ContactSection__form-label {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-about-text);
  line-height: 32px;
  margin-bottom: 0;
}

.ContactSection__required {
  color: rgba(110, 58, 62, 0.62);
  font-weight: 400;
  margin-left: 2px;
}

.ContactSection__error-message {
  font-family: var(--font-sans);
  font-size: 14px;
  color: #d32f2f;
  margin-top: 4px;
  display: block;
  line-height: 1.4;
}

.ContactSection__error-wrap--hidden {
  display: none !important;
}

.ContactSection__form-input,
.ContactSection__form-textarea,
.ContactSection__form-select {
  width: 100%;
  height: 49px;
  padding: 0 16px;
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--color-about-text);
  background: #ffffff;
  border: 1px solid rgba(74, 44, 46, 0.38);
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.ContactSection__form-select {
  cursor: pointer;
  appearance: none;
  padding-right: 40px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235c4a47' d='M6 9L1 4h10z'/%3E%3C/svg%3E")
      no-repeat right 16px center / 12px 12px,
    #ffffff;
}

.ContactSection__form-select:focus {
  border-color: rgba(74, 44, 46, 0.55);
  box-shadow: none;
}

.ContactSection__form-select--placeholder {
  color: rgba(110, 58, 62, 0.48) !important;
  font-style: italic !important;
}

.ContactSection__form-input:focus,
.ContactSection__form-textarea:focus {
  border-color: rgba(74, 44, 46, 0.55);
  box-shadow: none;
}

.ContactSection__form-input::placeholder,
.ContactSection__form-textarea::placeholder {
  font-style: italic;
  color: rgba(110, 58, 62, 0.48);
}

.ContactSection__form-textarea {
  height: auto;
  min-height: 49px;
  padding: 16px;
  resize: vertical;
}

.ContactSection__form-textarea--large {
  min-height: 150px;
}

.ContactSection__form-input--error,
.ContactSection__form-textarea.ContactSection__form-input--error,
.ContactSection__form-select.ContactSection__form-input--error,
.ContactSection__upload-area--error,
.ContactSection__checkbox-input--error {
  border-color: rgba(198, 40, 40, 0.72) !important;
  box-shadow: none !important;
}

.ContactSection__gfe-note {
  font-style: italic;
  color: rgba(110, 58, 62, 0.62);
}

.ContactSection__radio-group {
  display: flex;
  gap: 50px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.ContactSection__radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-about-text);
  cursor: pointer;
}

/* 原生 radio：appearance:none。小尺寸上 1px 会显得比长条输入框更细，用 1.5px 与整表线宽观感对齐 */
.ContactSection__radio-label input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1.5px solid rgba(74, 44, 46, 0.38);
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}

.ContactSection__radio-label input[type="radio"]:checked {
  border-color: rgba(74, 44, 46, 0.38);
  background-color: #ffffff;
  background-image: radial-gradient(
    circle at center,
    var(--color-about-text) 0,
    var(--color-about-text) 32%,
    #ffffff 33%
  );
}

.ContactSection__radio-label input[type="radio"]:focus-visible {
  outline: 2px solid rgba(110, 58, 62, 0.45);
  outline-offset: 2px;
}

.ContactSection__form-checkbox {
  margin: 0;
}

.ContactSection__checkbox-label {
  display: inline-flex;
  align-self: stretch;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-about-text);
  line-height: 32px;
  cursor: pointer;
}

.ContactSection__checkbox-input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1.5px solid rgba(74, 44, 46, 0.38);
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.ContactSection__checkbox-input:checked {
  background-color: var(--color-about-text);
  border: 1.5px solid rgba(74, 44, 46, 0.38);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3 3 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.ContactSection__checkbox-input:focus-visible {
  outline: 2px solid rgba(110, 58, 62, 0.45);
  outline-offset: 2px;
}

.ContactSection__checkbox-text {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  word-wrap: break-word;
}

.ContactSection__policy-trigger {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: var(--color-about-text);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: inherit;
}

.ContactSection__policy-trigger:hover {
  opacity: 0.8;
}

.ContactSection__popover-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
}

.ContactSection__popover {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 90%;
  max-width: 480px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(74, 44, 46, 0.28);
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.ContactSection__popover-inner {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ContactSection__popover-title {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 600;
  color: var(--color-about-text);
  line-height: 1.2;
  margin: 0;
}

.ContactSection__popover-body {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-about-text);
  line-height: 2;
  margin: 0;
}

.ContactSection__popover-body p {
  margin: 0 0 8px 0;
}

.ContactSection__popover-list {
  list-style: none;
  padding-left: 20px;
  margin: 8px 0;
}

.ContactSection__popover-list li {
  position: relative;
  margin-bottom: 4px;
}

.ContactSection__popover-list li::before {
  content: "•";
  position: absolute;
  left: -20px;
  color: var(--color-about-text);
}

.ContactSection__popover-close {
  align-self: flex-end;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-about-text);
  border-radius: 200px;
  padding: 12px 28px;
  cursor: pointer;
  margin-top: 8px;
  border: 1px solid rgba(74, 44, 46, 0.38);
  background: #faf3ed;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ContactSection__popover-close:hover {
  color: var(--color-about-text);
  border-color: rgba(74, 44, 46, 0.5);
  background: #f2ebe4;
  box-shadow: none;
}

.ContactSection__screening-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  align-self: stretch;
}

.ContactSection__screening-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ContactSection__screening-title {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-about-text);
  line-height: 32px;
}

.ContactSection__screening-desc {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: var(--color-about-text);
  line-height: 24px;
}

.ContactSection__screening-desc-link {
  font-weight: 700;
  text-decoration: underline;
  color: var(--color-about-text);
}

.ContactSection__screening-desc a:hover {
  color: rgba(110, 58, 62, 0.82);
}

.ContactSection__upload-area {
  position: relative;
  width: 100%;
  min-height: 49px;
  border: 1px solid rgba(74, 44, 46, 0.38);
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.ContactSection__upload-area--large {
  min-height: 150px;
}

.ContactSection__upload-area:hover,
.ContactSection__upload-area:focus-within {
  border-color: rgba(74, 44, 46, 0.55);
  box-shadow: none;
}

.ContactSection__file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.ContactSection__upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
  z-index: 0;
}

.ContactSection__upload-icon {
  font-size: 32px;
  font-weight: 300;
  color: rgba(110, 58, 62, 0.45);
  line-height: 1;
}

.ContactSection__upload-text {
  font-family: var(--font-sans);
  font-size: 16px;
  font-style: italic;
  color: rgba(110, 58, 62, 0.55);
}

.ContactSection__upload-preview-slot {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ContactSection__upload-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.SendButton {
  width: 100%;
  max-width: 354px;
  height: 67px;
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.22s ease;
}

/* Send Invitation：玻璃 + 外缘线 + 多层投影，避免与 #faf3ed 糊成一片 */
.SendButton__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: var(--glass-pill-bg);
  backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  -webkit-backdrop-filter: blur(var(--glass-ui-blur)) saturate(var(--glass-ui-saturate));
  box-shadow: var(--glass-pill-shadow);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.SendButton__text {
  position: relative;
  z-index: 1;
  color: var(--color-about-text);
  font-size: 24px;
  font-family: var(--font-sans);
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: color 0.2s ease;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.SendButton:not(:disabled):hover {
  transform: translateY(-2px);
}

.SendButton:not(:disabled):hover .SendButton__bg {
  border-color: rgba(255, 255, 255, 0.72);
  background: var(--glass-pill-bg-hover);
  box-shadow: var(--glass-pill-shadow-hover);
}

.SendButton:not(:disabled):active {
  transform: translateY(0);
}

.SendButton:not(:disabled):active .SendButton__bg {
  border-color: rgba(255, 255, 255, 0.48);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(255, 255, 255, 0.14) 100%
  );
  box-shadow:
    inset 0 2px 8px rgba(62, 22, 28, 0.08),
    0 0 0 1px rgba(74, 44, 46, 0.14),
    0 2px 6px rgba(62, 22, 28, 0.08),
    0 6px 20px rgba(62, 22, 28, 0.1);
}

.SendButton:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.SendButton:disabled .SendButton__bg {
  border-color: rgba(255, 255, 255, 0.38);
  background: linear-gradient(
    165deg,
    rgba(235, 230, 225, 0.72) 0%,
    rgba(220, 215, 210, 0.52) 100%
  );
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 0 0 1px rgba(74, 44, 46, 0.1),
    0 4px 16px rgba(62, 22, 28, 0.08);
}

.SendButton:disabled .SendButton__text {
  color: rgba(110, 58, 62, 0.48);
  text-shadow: none;
}

.ContactSection__submit-button-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}

.ContactSection__message {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-size: 14px;
  text-align: center;
  max-width: 354px;
  width: 100%;
}

.ContactSection__message--success {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #4caf50;
}

.ContactSection__message--error {
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ef5350;
}

.ContactSection__message-detail {
  margin-top: 8px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .ContactSection__form-row {
    flex-direction: column;
    gap: 24px;
  }

  .ContactSection__form-row .ContactSection__form-field-wrapper {
    flex: none;
    width: 100%;
  }

  .ContactSection__form-checkbox .ContactSection__checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .ContactSection__submit-button-wrapper {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
