/* ============================================================
   爪呗官网 v2 · 「门店的一天」收银小票主题
   设计基调：纸感小票 + 墨紫墨水 + 珊瑚粉主操作 + 橡皮印章
   品牌色与素材来自 brand-assets（珊瑚粉 #F0687A 为主色）
   ============================================================ */

:root {
  /* 纸与墨 */
  --paper: #fffdf6;            /* 小票纸暖白，全站底色 */
  --paper-2: #faf5f2;          /* 吉祥物原稿底色，承载卡片 */
  --paper-3: #fff7ec;          /* 更暖的纸面分区 */
  --ink: #251a43;              /* 墨紫，正文与深色块 */
  --ink-2: #4b4361;            /* 次级文字 */
  --ink-3: #8d859c;            /* 弱化文字 */
  --line: #e8e1d4;             /* 纸面细线 */
  --line-strong: #d8cdb8;      /* 撕口虚线 */

  /* 印章与状态色 */
  --coral: #f0687a;            /* 品牌珊瑚粉，主操作 */
  --coral-dark: #d84e64;
  --coral-soft: #fce7ea;
  --mint: #4fae8f;             /* 成功印章 */
  --mint-soft: #e2f3ec;
  --lemon: #ffc87a;            /* 高亮标记 */
  --lemon-soft: #fff2da;
  --sky: #7fb8dd;              /* 次要信息 */
  --sky-soft: #e7f2fa;
  --lavender: #a98ad1;         /* 洗护服务 */
  --lavender-soft: #f0e8f8;

  /* 版式 */
  --radius: 18px;
  --radius-sm: 11px;
  --shadow: 0 10px 30px rgba(37, 26, 67, .07);
  --shadow-lg: 0 26px 70px rgba(37, 26, 67, .13);
  --container: 1180px;
  --font-display: ui-rounded, "SF Pro Rounded", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Maru Gothic ProN", "Arial Rounded MT Bold", sans-serif;
  --font-body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 126px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; }
.container { width: min(calc(100% - 44px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 1000; top: -64px; left: 16px; padding: 10px 16px; border-radius: 10px; color: #fff; background: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 12px; }

/* ---------- 通用文字 ---------- */
.eyebrow { margin: 0 0 16px; color: var(--coral-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.eyebrow > span { display: inline-block; width: 20px; height: 2px; margin: 0 10px 4px 0; border-radius: 2px; background: currentColor; }
.eyebrow.light { color: #ffb9c4; }
.num { font-variant-numeric: tabular-nums; }

/* ---------- 按钮 ---------- */
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-family: var(--font-display); font-size: 15px; font-weight: 800; letter-spacing: .02em; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; border-radius: 12px; }
.button-primary { color: #fff; background: var(--coral); box-shadow: 0 12px 26px rgba(240, 104, 122, .28); }
.button-primary:hover { background: var(--coral-dark); }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 12px 26px rgba(37, 26, 67, .22); }
.button-dark:hover { background: #332553; }
.button-quiet { border-color: var(--line-strong); background: #fff; }
.button-quiet:hover { border-color: #c4b7a0; box-shadow: var(--shadow); }
.button-white { color: var(--ink); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255, 255, 255, .38); background: rgba(255, 255, 255, .05); }
.button-outline-light:hover { border-color: rgba(255, 255, 255, .75); background: rgba(255, 255, 255, .1); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--coral-dark); font-size: 14px; font-weight: 800; }
.text-link:hover { color: var(--ink); }

/* ---------- 橡皮印章 ---------- */
.stamp { display: inline-flex; align-items: center; justify-content: center; padding: 4px 12px; border: 2px solid currentColor; border-radius: 9px; font-size: 12px; font-weight: 800; letter-spacing: .16em; white-space: nowrap; transform: rotate(-4deg); }
.stamp-mint { color: var(--mint); }
.stamp-coral { color: var(--coral); }
.stamp-lavender { color: var(--lavender); }
.stamp-ink { color: var(--ink); }

/* ---------- 顶部店招：票据条 ---------- */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; background: rgba(255, 253, 246, .96); backdrop-filter: blur(16px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(37, 26, 67, .09); }
.nav-main { height: 76px; display: flex; align-items: center; gap: 26px; border-bottom: 1px dashed var(--line-strong); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 10px; }
.brand .brand-mark { width: 42px; }
.brand .brand-word { width: 74px; margin-top: 2px; }
.site-nav { display: flex; align-items: center; margin-left: auto; }
.site-nav a { display: inline-flex; align-items: center; gap: 9px; padding: 0 20px; color: var(--ink-2); font-size: 14px; font-weight: 700; border-right: 1px dashed #cfc2aa; white-space: nowrap; }
.site-nav a:first-of-type { border-left: 1px dashed #cfc2aa; }
.site-nav a i { width: 10px; height: 10px; flex: 0 0 auto; border: 2px solid var(--ink-3); border-radius: 50%; background: transparent; transition: background .18s ease, border-color .18s ease; }
.site-nav a:hover { color: var(--ink); }
.site-nav a:hover i, .site-nav a.is-active i { border-color: var(--coral); background: var(--coral); }
.site-nav a.is-active { color: var(--ink); }
.nav-action { margin-left: 26px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; margin-left: auto; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2.5px; margin: 4px auto; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
/* 副联：标语 + 虚线 + 营业状态 + 底部齿孔撕口 */
.nav-ticket { position: relative; display: flex; align-items: center; gap: 22px; padding: 9px 2px 15px; }
.nav-ticket::after { content: ""; position: absolute; left: 2px; right: 2px; bottom: 2px; height: 5px; background-image: radial-gradient(circle at 6px 2.5px, #cfc2aa 1.6px, transparent 1.6px); background-size: 12px 5px; background-repeat: repeat-x; }
.ticket-slogan { color: var(--ink-3); font-size: 13px; letter-spacing: .1em; }
.ticket-dots { flex: 1; border-bottom: 1.5px dotted var(--line-strong); transform: translateY(-4px); }
.ticket-open { display: inline-flex; align-items: center; gap: 8px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.ticket-open i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); animation: tick-blink 2.2s ease-in-out infinite; }
@keyframes tick-blink { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }

/* ---------- 首页 Hero：海报标题 + 营业小票 ---------- */
.hero { position: relative; overflow: hidden; padding: 122px 0 80px; background:
    radial-gradient(circle at 86% 18%, rgba(240, 104, 122, .1), transparent 34%),
    radial-gradient(circle at 8% 82%, rgba(255, 200, 122, .14), transparent 30%),
    var(--paper); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(37, 26, 67, .05) 1px, transparent 1px); background-size: 22px 22px; opacity: .5; }
.hero-head { position: relative; z-index: 1; max-width: 1000px; }
.open-sign { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 12px; padding: 8px 17px; border: 1.5px dashed var(--line-strong); border-radius: 999px; color: var(--ink-2); background: rgba(255, 255, 255, .72); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.open-sign i { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); animation: tick-blink 2.2s ease-in-out infinite; }
.hero h1, .subhero h1 { margin: 0; font-family: var(--font-display); font-weight: 800; letter-spacing: -.015em; }
.hero h1 { font-size: clamp(48px, 5.2vw, 76px); line-height: 1.1; }
.hero h1 em, .subhero h1 em { color: var(--coral); font-style: normal; }
.hero h1 em { position: relative; z-index: 0; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -6px; right: -5px; bottom: 5px; height: 15px; border-radius: 5px; background: linear-gradient(100deg, rgba(255, 200, 122, .55), rgba(240, 104, 122, .26)); transform: rotate(-1.2deg); }
.hero-split { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 70px; margin-top: 18px; }
.hero-lead, .subhero-copy > p:not(.eyebrow) { max-width: 560px; margin: 18px 0 0; color: var(--ink-2); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-scope { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.scope-chip { padding: 7px 14px; border: 1.5px dashed var(--line-strong); border-radius: 999px; color: var(--ink-2); background: rgba(255, 255, 255, .65); font-size: 12px; font-weight: 700; }

/* 营业小票本体 */
.hero-stage { position: relative; display: flex; align-items: center; justify-content: flex-end; }
.stage-paw { position: absolute; z-index: 1; left: -26px; top: 40px; width: 96px; opacity: .5; transform: rotate(-14deg); }
/* 和纸胶带贴照：吉祥物卡片固定在左栏底部 */
.mascot-pin { position: relative; width: min(244px, 68%); margin-top: 20px; padding: 10px 10px 12px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 14px 14px 14px 4px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.mascot-pin img { border-radius: 10px 10px 10px 3px; }
.mascot-pin::before { content: ""; position: absolute; z-index: 2; top: -11px; left: 50%; width: 78px; height: 24px; background: rgba(255, 200, 122, .6); border-radius: 3px; transform: translateX(-50%) rotate(-3deg); box-shadow: 0 2px 6px rgba(37, 26, 67, .08); }
.receipt { position: relative; z-index: 2; width: min(520px, 100%); padding: 24px 30px 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); transform: rotate(-1.4deg); }
/* 票根齿孔：顶部与底部各一排圆点，模拟打孔撕口 */
.receipt::before, .receipt::after { content: ""; position: absolute; left: 18px; right: 18px; height: 6px; background-image: radial-gradient(circle at 6px 3px, var(--line-strong) 1.6px, transparent 1.6px); background-size: 12px 6px; background-repeat: repeat-x; }
.receipt::before { top: -1px; }
.receipt::after { bottom: -1px; }
.receipt-head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 2px dashed var(--line-strong); }
.receipt-head img { width: 38px; }
.receipt-head > div { display: flex; flex-direction: column; line-height: 1.25; }
.receipt-head b { font-family: var(--font-display); font-size: 17px; letter-spacing: .02em; }
.receipt-head small { color: var(--ink-3); font-size: 11px; }
.receipt-date { margin-left: auto; color: var(--ink-3); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.receipt-body { padding: 10px 0 4px; }
.r-line { display: flex; align-items: baseline; gap: 12px; margin: 0; padding: 8px 0; opacity: 0; transform: translateY(10px); }
.r-line.is-in { opacity: 1; transform: none; transition: opacity .5s ease, transform .5s cubic-bezier(.22, 1, .36, 1); }
.r-line i { flex: 1; border-bottom: 2px dotted var(--line-strong); transform: translateY(-4px); }
.r-line span { color: var(--ink-2); font-size: 14px; }
.r-line b { font-size: 16px; letter-spacing: .01em; }
.r-total { display: flex; align-items: baseline; justify-content: space-between; padding: 12px 0 10px; margin-top: 4px; border-top: 2px dashed var(--line-strong); }
.r-total span { color: var(--ink-3); font-size: 12px; font-weight: 700; }
.r-total b { color: var(--coral); font-family: var(--font-display); font-size: 26px; letter-spacing: .01em; }
.receipt-cut { height: 0; margin-inline: -30px; margin-top: 10px; border-top: 2px dashed var(--line-strong); }
.receipt-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; }
.receipt-foot > span { color: var(--ink-3); font-size: 12px; letter-spacing: .08em; }
.receipt-foot .stamp { opacity: 0; transform: rotate(-6deg) scale(1.5); }
.receipt-foot .stamp.is-in { opacity: 1; transform: rotate(-6deg) scale(1); transition: opacity .35s ease, transform .5s cubic-bezier(.22, 1.4, .36, 1); }

/* ---------- 票根信号条 ---------- */
.signal-strip { position: relative; padding: 30px 0; color: #fff; background: var(--ink); }
.signal-strip::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background-image: repeating-linear-gradient(90deg, transparent 0 10px, rgba(255, 255, 255, .16) 10px 16px); }
.stub-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stub { position: relative; padding: 6px 40px 6px 0; }
.stub:not(:last-child)::after { content: ""; position: absolute; top: 0; right: 18px; bottom: 0; border-left: 2px dashed rgba(255, 255, 255, .22); }
.stub strong { display: block; color: #ffb9c4; font-family: var(--font-display); font-size: 17px; letter-spacing: .04em; }
.stub span { margin-top: 2px; color: rgba(255, 255, 255, .78); font-size: 12px; }

/* ---------- 门店的一天 · 时间轴 ---------- */
.day-wrap { position: relative; padding: 20px 0 8px; }
.day-track { position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; border-left: 2px dashed var(--line-strong); }
.day-section { position: relative; padding: 88px 0; }
.day-section:nth-of-type(even) { background: var(--paper-2); }
.day-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.day-grid.flip .day-copy { order: 2; }
.day-grid.flip .day-visual { order: 1; }
.rail-mark { position: absolute; z-index: 2; top: 50%; left: 50%; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); transform: translate(-50%, -50%); }
.rail-mark img { width: 30px; opacity: .85; }
.time-chip { display: inline-flex; align-items: center; gap: 12px; padding: 7px 16px 7px 8px; border: 1.5px dashed var(--ink-3); border-radius: 13px; background: #fff; box-shadow: var(--shadow); }
.time-chip time { padding: 5px 11px; border-radius: 9px; color: #fff; background: var(--ink); font-family: var(--font-display); font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.time-chip span { color: var(--ink-2); font-size: 13px; font-weight: 800; }
.day-copy h2 { margin: 22px 0 0; font-family: var(--font-display); font-size: clamp(30px, 3.2vw, 42px); line-height: 1.3; letter-spacing: -.01em; }
.day-copy .day-lead { margin: 18px 0 0; color: var(--ink-2); font-size: 15px; line-height: 1.9; }
.tick-list { padding: 0; margin: 24px 0 30px; list-style: none; }
.tick-list li { position: relative; padding: 9px 0 9px 32px; }
.tick-list li::before { content: ""; position: absolute; left: 3px; top: 17px; width: 11px; height: 11px; border: 2px solid var(--coral); border-radius: 50%; background: var(--coral-soft); box-shadow: inset 0 0 0 2px var(--paper); }
.tick-list li::after { content: ""; position: absolute; left: 9px; top: 30px; width: 1px; height: 18px; border-left: 1px dashed var(--line-strong); }
.tick-list li:last-child::after { display: none; }
.tick-list b { display: block; font-size: 15px; }
.tick-list p { margin: 3px 0 0; color: var(--ink-2); font-size: 13px; }

/* 小票卡片（章节视觉载体） */
.ticket-card { position: relative; overflow: hidden; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.t-card-head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 2px dashed var(--line-strong); }
.t-card-head > img { width: 40px; }
.t-card-head > div { display: flex; flex-direction: column; line-height: 1.3; }
.t-card-head b { font-family: var(--font-display); font-size: 15px; }
.t-card-head small { color: var(--ink-3); font-size: 11px; }
.t-card-head .stamp { margin-left: auto; }
.mini-lines { padding: 0; margin: 14px 0 0; list-style: none; }
.mini-lines li { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid #f3eee4; font-size: 13px; }
.mini-lines li.off b { color: var(--mint); }
.mini-lines b { font-size: 13px; letter-spacing: .01em; }
.mini-due { display: flex; align-items: baseline; justify-content: space-between; padding-top: 15px; }
.mini-due span { color: var(--ink-3); font-size: 12px; font-weight: 700; }
.mini-due b { color: var(--coral); font-family: var(--font-display); font-size: 23px; letter-spacing: .01em; }
.corner-peek { position: absolute; right: -6px; bottom: -6px; width: 88px; opacity: .92; pointer-events: none; }

/* 章节配图卡 */
.pic-card { position: relative; overflow: hidden; padding: 22px 22px 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.pic-card > img.frame { border-radius: 13px; background: var(--paper-2); }
.pic-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; }
.pic-row > div { display: flex; align-items: center; gap: 9px; }
.pic-row img { width: 30px; }
.pic-row small { color: var(--ink-3); font-size: 12px; font-weight: 700; }
.pic-card .stamp { margin-right: 4px; }

/* 收银章节：商品格子 + 订单票 */
.pos-ticket { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: stretch; }
.pos-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.pos-tile { min-height: 108px; display: flex; flex-direction: column; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.pos-tile i { width: 34px; height: 34px; margin-bottom: 12px; border-radius: 10px; }
.tile-coral { background: var(--coral-soft); }
.tile-mint { background: var(--mint-soft); }
.tile-lavender { background: var(--lavender-soft); }
.tile-lemon { background: var(--lemon-soft); }
.pos-tile b { font-size: 12px; }
.pos-tile span { margin-top: auto; color: var(--coral-dark); font-size: 12px; font-weight: 800; }
.order-ticket { display: flex; flex-direction: column; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow); }
.order-ticket-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 2px dashed var(--line-strong); font-size: 12px; font-weight: 800; }
.order-ticket-head span { color: var(--coral-dark); }
.order-ticket .mini-lines { margin-top: 2px; }
.order-ticket .mini-lines li { font-size: 12px; }
.order-ticket .mini-due { padding-top: 10px; }
.order-ticket .mini-due b { font-size: 19px; }
.pay-row { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line-strong); font-size: 11px; color: var(--ink-3); }
.pay-row b { color: var(--ink-2); font-size: 11px; }

/* 服务章节：排期条 */
.schedule-strip { display: grid; gap: 8px; padding-top: 16px; }
.schedule-strip > span { height: 40px; display: grid; grid-template-columns: 52px 1fr; align-items: center; font-size: 12px; }
.schedule-strip time { color: var(--ink-3); font-weight: 700; font-size: 11px; }
.schedule-strip b { height: 100%; display: flex; align-items: center; padding-left: 13px; border-radius: 10px; font-size: 12px; font-weight: 800; }
.bk-lavender { width: 74%; color: #7a5ba0; background: var(--lavender-soft); }
.bk-mint { width: 56%; color: #357a63; background: var(--mint-soft); }
.bk-coral { width: 86%; color: #b04155; background: var(--coral-soft); }

/* 库存章节：健康度 */
.stock-meter { margin-top: 20px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.stock-meter-head { display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.stock-meter-head small { color: var(--ink-3); }
.stock-meter-head b { color: #ad6e2a; font-size: 15px; }
.stock-bar { height: 10px; margin-top: 11px; overflow: hidden; border-radius: 999px; background: var(--lemon-soft); }
.stock-bar i { display: block; width: var(--w, 78%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lemon), #f5a55c); }

/* 经营章节：报表 */
.report-ticket { display: grid; gap: 10px; padding-top: 16px; }
.report-row { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.report-row small { color: var(--ink-3); font-size: 11px; }
.report-row b { font-family: var(--font-display); font-size: 17px; letter-spacing: .01em; }
.report-row i { color: #3c8d73; font-size: 10px; font-style: normal; font-weight: 800; }
.report-row .trend { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }

/* ---------- 适用门店 · 挂牌 ---------- */
.audience-section { padding: 104px 0; background: var(--paper-3); }
.section-heading { margin-bottom: 52px; }
.section-heading.centered { max-width: 720px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 3.6vw, 48px); line-height: 1.25; letter-spacing: -.01em; }
.section-heading > p:last-child { margin: 16px 0 0; color: var(--ink-2); }
.tag-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tag-card { position: relative; min-height: 250px; display: flex; flex-direction: column; padding: 42px 26px 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.tag-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.tag-card::before { content: ""; position: absolute; top: 14px; left: 50%; width: 18px; height: 18px; border: 2px dashed var(--line-strong); border-radius: 50%; background: var(--paper); transform: translateX(-50%); }
.tag-card > span { color: var(--coral); font-family: var(--font-display); font-size: 26px; font-weight: 700; }
.tag-card h3 { margin: 20px 0 8px; font-family: var(--font-display); font-size: 19px; letter-spacing: .01em; }
.tag-card p { margin: 0; color: var(--ink-2); font-size: 13px; }
.tag-card b { margin-top: auto; padding-top: 22px; color: var(--coral-dark); font-size: 12px; font-weight: 800; }

/* ---------- 打烊收尾 ---------- */
.closing-section { position: relative; overflow: hidden; padding: 96px 0; background: var(--ink); }
.closing-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(240, 104, 122, .16), transparent 40%), radial-gradient(circle at 10% 90%, rgba(127, 184, 221, .12), transparent 42%); }
.closing-spark { position: absolute; z-index: 1; width: 120px; opacity: .5; pointer-events: none; }
.spark-one { left: 6%; top: 12%; }
.spark-two { right: 8%; bottom: 14%; }
.closing-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.closing-copy { color: #fff; }
.closing-copy h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 3.8vw, 52px); line-height: 1.24; letter-spacing: -.01em; }
.closing-copy > p:not(.eyebrow) { max-width: 520px; margin: 20px 0 0; color: rgba(255, 255, 255, .68); font-size: 15px; line-height: 1.95; }
.closing-art { position: relative; }
.closing-art .night-card { overflow: hidden; border-radius: 22px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); transform: rotate(1.6deg); }
.closing-art .night-card img { border-radius: inherit; }
.closing-art .night-stamp { position: absolute; right: 8%; bottom: -20px; padding: 9px 18px; border-radius: 12px; color: var(--ink); background: var(--lemon); box-shadow: 0 14px 30px rgba(0, 0, 0, .3); transform: rotate(-4deg); }
.closing-art .night-stamp b { font-family: var(--font-display); font-size: 15px; letter-spacing: .12em; }

/* ---------- 页脚 ---------- */
.site-footer { position: relative; padding: 62px 0 22px; color: rgba(255, 255, 255, .72); background: #1b1236; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background-image: repeating-linear-gradient(90deg, transparent 0 10px, rgba(255, 255, 255, .14) 10px 16px); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding-bottom: 46px; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand .brand-word { filter: brightness(0) invert(1); }
.footer-brand > p { max-width: 420px; margin: 20px 0 0; color: rgba(255, 255, 255, .5); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px; }
.footer-links div { display: flex; flex-direction: column; gap: 11px; }
.footer-links b { margin-bottom: 4px; color: #fff; font-size: 13px; }
.footer-links a { color: rgba(255, 255, 255, .52); font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px dashed rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .34); font-size: 11px; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: rgba(255, 255, 255, .78); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 内页 Hero ---------- */
.subhero { position: relative; overflow: hidden; padding: 170px 0 0; background:
    radial-gradient(circle at 82% 24%, rgba(240, 104, 122, .1), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(169, 138, 209, .12), transparent 30%),
    var(--paper); }
.subhero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(37, 26, 67, .05) 1px, transparent 1px); background-size: 22px 22px; opacity: .45; }
.subhero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 60px; min-height: 520px; padding-bottom: 40px; }
.subhero-copy h1 { font-size: clamp(44px, 4.4vw, 64px); }
.subhero-visual { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.subhero-visual::before { content: ""; position: absolute; z-index: 0; top: -34px; width: 470px; height: 470px; border-radius: 50%; background: linear-gradient(145deg, var(--coral-soft), var(--lavender-soft) 55%, var(--mint-soft)); opacity: .75; }
.subhero-visual .pic-frame { position: relative; z-index: 1; width: min(430px, 100%); padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); transform: rotate(1.2deg); }
.subhero-visual .pic-frame img { border-radius: 13px; background: var(--paper-2); }
/* 贴纸带：插画下方的标签横排 */
.chip-row { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.orbit-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .94); box-shadow: var(--shadow); font-size: 12px; font-weight: 800; }
.orbit-chip img { width: 24px; }
.orbit-chip:nth-child(2) { transform: rotate(1.5deg); }
.orbit-chip:nth-child(3) { transform: rotate(-1.5deg); }
.anchor-nav { position: relative; z-index: 2; min-height: 60px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; padding: 12px 0; border-top: 1px solid var(--line); }
.anchor-nav a { padding: 8px 17px; border: 1px solid transparent; border-radius: 999px; color: var(--ink-2); font-size: 13px; font-weight: 700; }
.anchor-nav a:hover { color: var(--coral-dark); border-color: var(--line-strong); background: #fff; }

/* ---------- 产品能力详情 ---------- */
.detail-section { padding: 104px 0; }
.detail-section.alternate { background: var(--paper-2); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.detail-grid.visual-first { grid-template-columns: 1fr 1fr; }
.detail-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; padding: 6px 12px; border: 1.5px dashed var(--ink-3); border-radius: 999px; color: var(--ink-2); background: #fff; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.detail-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.detail-copy h2 { margin: 0; font-family: var(--font-display); font-size: clamp(32px, 3.4vw, 44px); line-height: 1.28; letter-spacing: -.01em; }
.detail-copy .section-lead { margin: 18px 0 26px; color: var(--ink-2); font-size: 15px; line-height: 1.9; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px dashed var(--line); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: ""; position: absolute; left: 3px; top: 21px; width: 12px; height: 6px; border: solid var(--coral); border-width: 0 0 2.5px 2.5px; transform: rotate(-45deg); }
.check-list b, .check-list span { display: block; }
.check-list b { font-size: 15px; }
.check-list span { margin-top: 2px; color: var(--ink-2); font-size: 13px; }
.detail-visual { min-width: 0; }
.visual-frame { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }

/* 会员卡示意 */
.member-card { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.member-top { display: flex; align-items: center; gap: 13px; }
.member-top .avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--coral-dark); background: var(--coral-soft); font-family: var(--font-display); font-size: 17px; font-weight: 800; }
.member-top > div { display: flex; flex-direction: column; line-height: 1.3; }
.member-top small { color: var(--ink-3); font-size: 11px; }
.member-top h3 { margin: 1px 0 0; font-family: var(--font-display); font-size: 16px; }
.level-badge { margin-left: auto; padding: 5px 10px; border-radius: 999px; color: #7a5ba0; background: var(--lavender-soft); font-size: 11px; font-weight: 800; }
.member-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 18px 0 14px; }
.member-numbers div { padding: 12px; border-radius: 11px; background: var(--paper); }
.member-numbers small, .member-numbers b { display: block; }
.member-numbers small { color: var(--ink-3); font-size: 11px; }
.member-numbers b { margin-top: 3px; font-size: 16px; letter-spacing: .01em; }
.pet-strip { display: flex; align-items: center; gap: 11px; padding: 12px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 12px; }
.pet-strip .pet-dot { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #357a63; background: var(--mint-soft); font-size: 10px; font-weight: 800; }
.pet-strip > span { display: flex; flex: 1; flex-direction: column; }
.pet-strip b { font-size: 13px; }
.pet-strip small { color: var(--ink-3); font-size: 11px; }
.pet-strip .health-tag { color: #3c8d73; font-size: 11px; font-weight: 800; }
.asset-row { display: flex; justify-content: space-between; padding: 11px 2px; border-bottom: 1px dashed var(--line); font-size: 12px; }
.asset-row span { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.asset-row i { width: 8px; height: 8px; border-radius: 50%; }
.asset-row b { font-size: 12px; letter-spacing: .01em; }

/* 服务排期示意 */
.service-visual { position: relative; }
.calendar-shell { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.calendar-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 2px dashed var(--line-strong); }
.calendar-head > div { display: flex; flex-direction: column; }
.calendar-head small { color: var(--ink-3); font-size: 11px; }
.calendar-head b { font-family: var(--font-display); font-size: 16px; }
.calendar-head > span { color: var(--ink-3); font-size: 11px; font-weight: 700; }
.staff-row { display: grid; grid-template-columns: 62px 1fr; align-items: center; min-height: 74px; border-bottom: 1px dashed var(--line); }
.staff-row > b { font-size: 12px; }
.time-track { position: relative; height: 34px; border-radius: 8px; background: repeating-linear-gradient(90deg, var(--paper) 0, var(--paper) calc(25% - 1px), var(--line) 25%); }
.booking { position: absolute; top: 4px; bottom: 4px; display: flex; align-items: center; padding-left: 10px; border-radius: 7px; font-size: 11px; font-style: normal; font-weight: 800; }
.booking-one { left: 3%; width: 32%; color: #a93f5b; background: var(--coral-soft); }
.booking-two { left: 50%; width: 40%; color: #357a63; background: var(--mint-soft); }
.booking-three { left: 24%; width: 45%; color: #7a5ba0; background: var(--lavender-soft); }
.time-axis { display: flex; justify-content: space-between; margin: 9px 0 0 62px; color: var(--ink-3); font-size: 10px; font-weight: 700; }

/* 经营分析示意 */
.ops-panel { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.ops-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 2px dashed var(--line-strong); }
.ops-head > div { display: flex; flex-direction: column; }
.ops-head small { color: var(--ink-3); font-size: 11px; }
.ops-head b { font-family: var(--font-display); font-size: 16px; }
.ops-head > span { padding: 4px 10px; border-radius: 999px; color: var(--coral-dark); background: var(--coral-soft); font-size: 11px; font-weight: 800; }
.ops-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 16px 0; }
.ops-metrics div { padding: 13px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); }
.ops-metrics small, .ops-metrics b { display: block; }
.ops-metrics small { color: var(--ink-3); font-size: 11px; }
.ops-metrics b { margin-top: 3px; font-size: 17px; letter-spacing: .01em; }
.ops-metrics .up { color: #3c8d73; font-size: 10px; font-weight: 800; }
.ops-bottom { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 18px; padding-top: 14px; border-top: 1px dashed var(--line); }
.ops-bar { display: flex; align-items: flex-end; gap: 7px; height: 86px; padding-top: 10px; }
.ops-bar i { flex: 1; height: var(--h, 50%); border-radius: 5px 5px 2px 2px; background: var(--lavender-soft); }
.ops-bar i.hot { background: var(--coral); }
.ops-list p { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 8px; margin: 8px 0; font-size: 12px; }
.ops-list p i { width: 8px; height: 8px; border-radius: 50%; }

/* 团队三卡 */
.team-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.team-points article { position: relative; min-height: 216px; padding: 26px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.team-points article > img { width: 46px; }
.team-points b { display: block; margin-top: 22px; font-family: var(--font-display); font-size: 15px; }
.team-points p { margin: 7px 0 0; color: var(--ink-2); font-size: 13px; }

/* FAQ */
.faq-section { background: var(--paper-3); }
.faq-grid { display: grid; grid-template-columns: .6fr 1.15fr; gap: 80px; }
.faq-heading { position: sticky; top: 132px; align-self: start; }
.faq-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(30px, 3.2vw, 42px); line-height: 1.3; }
.faq-heading > p { margin: 16px 0 0; color: var(--ink-2); }
.faq-list details { border-bottom: 1px dashed var(--line-strong); }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 20px; height: 20px; flex: 0 0 auto; border: 1.5px dashed var(--ink-3); border-radius: 7px; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 8px; left: 4px; width: 10px; height: 1.5px; background: var(--ink); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -6px 44px 26px 0; color: var(--ink-2); font-size: 14px; }

/* ---------- 场景页 ---------- */
.scenario-tabs { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 860px; padding: 6px; margin: 0 auto 30px; border: 1px solid var(--line-strong); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.scenario-tab { min-height: 48px; border: 0; border-radius: 11px; background: transparent; color: var(--ink-2); cursor: pointer; font-size: 14px; font-weight: 800; font-family: var(--font-display); }
.scenario-tab:hover { color: var(--ink); }
.scenario-tab.is-active { color: #fff; background: var(--ink); box-shadow: 0 10px 22px rgba(37, 26, 67, .2); }
.scenario-panels { min-height: 560px; }
.scenario-panel { min-height: 560px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 66px; padding: 50px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.scenario-panel[hidden] { display: none; }
.scenario-no { margin: 0 0 12px; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.scenario-copy h3 { margin: 0; font-family: var(--font-display); font-size: 34px; line-height: 1.3; letter-spacing: -.01em; }
.scenario-copy > p:not(.scenario-no) { color: var(--ink-2); font-size: 14px; line-height: 1.9; }
.scenario-copy ul { padding: 0; margin: 22px 0 30px; list-style: none; }
.scenario-copy li { display: grid; grid-template-columns: 58px 1fr; gap: 12px; padding: 9px 0; color: var(--ink-2); font-size: 13px; }
.scenario-copy li span { color: var(--ink); font-weight: 800; }
.board { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.board-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 2px dashed var(--line-strong); }
.board-head > div { display: flex; align-items: center; gap: 10px; }
.board-head img { width: 32px; }
.board-head b { font-family: var(--font-display); font-size: 15px; }
.board-head span { color: var(--ink-3); font-size: 11px; }
.board-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 16px 0; }
.board-metrics span { padding: 13px; border-radius: 11px; background: var(--paper); }
.board-metrics small, .board-metrics b { display: block; }
.board-metrics small { color: var(--ink-3); font-size: 11px; }
.board-metrics b { margin-top: 3px; font-size: 17px; letter-spacing: .01em; }
.board-list p { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 9px; padding: 11px 4px; margin: 0; border-bottom: 1px dashed var(--line); font-size: 12px; }
.board-list p i { width: 8px; height: 8px; border-radius: 50%; }
.board-list p b { font-size: 12px; letter-spacing: .01em; }
.grooming-line { min-height: 74px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px dashed var(--line); }
.grooming-line time { color: var(--ink-3); font-size: 11px; font-weight: 700; }
.grooming-line > span { display: flex; flex-direction: column; }
.grooming-line b { font-size: 13px; }
.grooming-line small { color: var(--ink-3); font-size: 11px; }
.grooming-line .stamp { transform: scale(.82) rotate(-4deg); }
.room-row { min-height: 72px; display: grid; grid-template-columns: 96px 1fr; align-items: center; gap: 10px; border-bottom: 1px dashed var(--line); }
.room-row > b { font-size: 12px; }
.room-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.room-days i { height: 32px; display: grid; place-items: center; border-radius: 7px; background: var(--paper); font-size: 11px; font-style: normal; font-weight: 700; }
.room-days .occupied { color: #a93f5b; background: var(--coral-soft); }
.room-days .booked-room { color: #357a63; background: var(--mint-soft); }
.room-days .closed-room { color: var(--ink-3); background: var(--paper-2); }
.room-legend { display: flex; gap: 16px; padding-top: 14px; color: var(--ink-3); font-size: 11px; }
.room-legend span { display: flex; align-items: center; gap: 5px; }
.room-legend i { width: 9px; height: 9px; border-radius: 3px; }
.growth-ring { position: relative; aspect-ratio: 1; max-width: 170px; display: grid; place-items: center; margin: 18px auto 0; border-radius: 50%; background: conic-gradient(var(--coral) 0 41%, var(--lavender-soft) 41%); }
.growth-ring::after { content: ""; position: absolute; inset: 16px; border-radius: 50%; background: #fff; }
.growth-ring span { position: relative; z-index: 1; display: flex; flex-direction: column; text-align: center; }
.growth-ring b { font-family: var(--font-display); font-size: 22px; letter-spacing: .01em; }
.growth-ring small { color: var(--ink-3); font-size: 11px; }

/* 场景页 · 一天速览 */
.day-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.day-strip a { display: flex; flex-direction: column; gap: 10px; padding: 22px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.day-strip a:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.day-strip time { width: fit-content; padding: 4px 10px; border-radius: 8px; color: #fff; background: var(--ink); font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.day-strip b { font-family: var(--font-display); font-size: 15px; }
.day-strip p { margin: 0; color: var(--ink-2); font-size: 12px; }

/* 价值三卡 */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-grid article { min-height: 232px; padding: 30px 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.value-grid img { width: 42px; }
.value-grid h3 { margin: 22px 0 8px; font-family: var(--font-display); font-size: 18px; letter-spacing: .01em; }
.value-grid p { margin: 0; color: var(--ink-2); font-size: 13px; }

/* ---------- 滚动显现 ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s cubic-bezier(.22, 1, .36, 1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .r-line, .receipt-foot .stamp { opacity: 1 !important; transform: none !important; }
}

/* ---------- 响应式 ---------- */
@media (max-width: 1080px) {
  .hero-split, .subhero-grid, .scenario-panel { grid-template-columns: 1fr; gap: 50px; }
  .hero { padding-top: 150px; }
  .hero-copy, .subhero-copy { max-width: 700px; }
  .hero-stage { width: min(680px, 100%); margin: 0 auto; min-height: 0; }
  .day-grid, .day-grid.flip { grid-template-columns: 1fr; gap: 54px; }
  .day-grid.flip .day-copy { order: 1; }
  .day-grid.flip .day-visual { order: 2; }
  .day-track { left: 22px; }
  .day-section { padding-left: 64px; }
  .rail-mark { left: 22px; }
  .detail-grid, .detail-grid.visual-first { grid-template-columns: 1fr; gap: 56px; }
  .detail-grid.visual-first .detail-visual { order: 2; }
  .detail-copy { max-width: 700px; }
  .closing-grid { grid-template-columns: 1fr; gap: 54px; }
  .closing-art { max-width: 640px; }
  .tag-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .faq-heading { position: static; }
  .scenario-panel { padding: 36px; }
  .day-strip { grid-template-columns: repeat(2, 1fr); }
  .team-points { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .site-header { box-shadow: none; }
  .nav-main { height: 64px; gap: 12px; }
  .nav-action { display: none; }
  .menu-toggle { display: block; }
  .nav-ticket { display: none; }
  .site-nav { position: fixed; inset: 64px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 26px; border-bottom: 1px solid var(--line); background: rgba(255, 253, 246, .98); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav::before { content: ""; display: block; height: 6px; margin-bottom: 8px; background-image: radial-gradient(circle at 6px 3px, var(--line-strong) 1.6px, transparent 1.6px); background-size: 12px 6px; background-repeat: repeat-x; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { width: 100%; padding: 15px 8px; border-right: 0; border-bottom: 1px dashed var(--line); }
  .site-nav a:first-of-type { border-left: 0; border-top: 1px dashed var(--line); }
  .site-nav a:last-of-type { border-bottom: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding: 128px 0 64px; }
  .hero h1 { font-size: clamp(32px, 9.8vw, 48px); }
  .subhero h1 { font-size: clamp(42px, 11vw, 58px); }
  .hero h1 em::after { bottom: 3px; height: 12px; }
  .hero-lead, .subhero-copy > p:not(.eyebrow) { font-size: 15px; }
  .stage-paw { display: none; }
  .receipt { transform: none; }
  .stub-grid { grid-template-columns: 1fr; gap: 20px; }
  .stub { padding: 0 0 20px; }
  .stub:not(:last-child)::after { top: auto; right: 0; bottom: 0; left: 0; border-left: 0; border-top: 2px dashed rgba(255, 255, 255, .22); }
  .day-section { padding: 72px 0 72px 54px; }
  .day-section:nth-of-type(even) { background: var(--paper-2); }
  .tick-list li::after { height: 20px; }
  .subhero { padding-top: 148px; }
  .subhero-visual::before { width: 380px; height: 380px; top: -10px; }
  .subhero-visual .pic-frame { width: min(360px, 100%); }
  .anchor-nav { gap: 6px; }
  .section-heading { margin-bottom: 40px; }
  .pos-ticket { grid-template-columns: 1fr; }
  .scenario-tabs { grid-template-columns: repeat(2, 1fr); }
  .scenario-panel { padding: 26px; }
  .scenario-copy h3 { font-size: 30px; }
  .closing-section { padding: 76px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 540px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .brand .brand-mark { width: 36px; }
  .brand .brand-word { width: 62px; }
  .hero-actions .button { width: 100%; }
  .hero-scope { gap: 8px; }
  .scope-chip { font-size: 11px; padding: 6px 11px; }
  .mascot-pin { margin: 36px auto 0; }
  .receipt { padding: 22px 22px 18px; }
  .receipt-cut { margin-inline: -22px; }
  .receipt-date { display: none; }
  .r-line span { font-size: 13px; }
  .r-line b { font-size: 15px; }
  .r-total b { font-size: 22px; }
  .day-section { padding-left: 46px; }
  .day-track, .rail-mark { left: 16px; }
  .ticket-card { padding: 20px; }
  .t-card-head .stamp { display: none; }
  .corner-peek { width: 68px; }
  .pic-card { padding: 14px; }
  .tag-grid { grid-template-columns: 1fr; }
  .tag-card { min-height: 210px; }
  .closing-copy h2 { font-size: 34px; }
  .team-points { grid-template-columns: 1fr; }
  .ops-metrics { grid-template-columns: 1fr; }
  .ops-metrics div:nth-child(n+2) { display: none; }
  .ops-bottom { grid-template-columns: 1fr; }
  .ops-bar { height: 64px; }
  .board-metrics { grid-template-columns: 1fr; }
  .board-metrics span:nth-child(n+2) { display: none; }
  .room-row { grid-template-columns: 74px 1fr; }
  .room-days { grid-template-columns: repeat(3, 1fr); }
  .room-days i:nth-child(n+4) { display: none; }
  .grooming-line { grid-template-columns: 44px 1fr; }
  .grooming-line .stamp { display: none; }
  .day-strip { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .faq-list summary { font-size: 14px; }
  .subhero-visual::before { width: 300px; height: 300px; top: 0; }
  .subhero-visual .pic-frame { width: min(300px, 100%); }
  .orbit-chip { display: none; }
  .scenario-copy li { grid-template-columns: 48px 1fr; }
}
