/* ============================================================
   Tostadas · 墨西哥餐厅品牌官网
   纯静态页面样式 — 无任何 JS 依赖，可直接部署
   ============================================================ */

/* ---------- 设计变量 ---------- */
:root {
  --cream:      #FFF6EC;
  --cream-2:    #FCEFDA;
  --ink:        #3A2318;
  --ink-soft:   #6B4F3E;
  --red:        #D64522;
  --red-deep:   #B33317;
  --green:      #2E7D52;
  --green-deep: #1F5C3C;
  --yellow:     #F5A623;
  --pink:       #E5598F;
  --teal:       #2BB3A3;
  --card:       #FFFFFF;
  --shadow:     0 10px 30px rgba(58, 35, 24, .10);
  --shadow-lg:  0 24px 60px rgba(58, 35, 24, .16);
  --radius:     22px;
  --font-display: "Lilita One", "ZCOOL KuaiLe", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, "Segoe UI", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

section { scroll-margin-top: 90px; }

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.2; }

::selection { background: var(--yellow); color: var(--ink); }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- 通用组件 ---------- */
.eyebrow {
  font-family: var(--font-display);
  font-size: .88rem;
  letter-spacing: 3px;
  color: var(--red);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--red));
}
.eyebrow::after { background: linear-gradient(90deg, var(--red), transparent); }
.eyebrow-light { color: var(--yellow); }
.eyebrow-light::before { background: linear-gradient(90deg, transparent, var(--yellow)); }
.eyebrow-light::after  { background: linear-gradient(90deg, var(--yellow), transparent); }

.section { padding: 96px 0; }

.section-head { text-align: center; max-width: 660px; margin: 0 auto 60px; }
.section-head .eyebrow::before, .section-head .eyebrow::after { display: none; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 14px; }
.section-sub { color: var(--ink-soft); font-size: 1.05rem; }
.section-sub-light { color: rgba(255, 246, 236, .75); }

/* 按钮 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .95rem 1.9rem;
  border-radius: 999px;
  border: 2.5px solid transparent;
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--font-body);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn-solid {
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 24px rgba(214, 69, 34, .35);
}
.btn-solid:hover { background: var(--red-deep); transform: translateY(-3px); }
.btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover { background: var(--ink); color: var(--cream); transform: translateY(-3px); }
.btn-green {
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 24px rgba(46, 125, 82, .35);
}
.btn-green:hover { background: var(--green-deep); transform: translateY(-3px); }
.btn-lg { padding: 1.1rem 2.3rem; font-size: 1.08rem; }
.btn-nav { padding: .6rem 1.4rem; font-size: .92rem; }
.btn-block { width: 100%; }

/* ---------- 五彩纸旗 papel picado ---------- */
.papel-picado {
  height: 46px;
  background-repeat: repeat-x;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='46' viewBox='0 0 300 46'%3E%3Cpath d='M0 2h300' stroke='%233a2318' stroke-width='3'/%3E%3Cg%3E%3Cpath d='M2 5h56v25l-7 8-7-8-7 8-7-8-7 8-7-8-7 8-7-8z' fill='%23e8503a'/%3E%3Ccircle cx='30' cy='17' r='4.5' fill='%23fff6ec'/%3E%3Cpath d='M13 13l4 4-4 4-4-4zM47 13l4 4-4 4-4-4z' fill='%23fff6ec'/%3E%3C/g%3E%3Cg transform='translate(60)'%3E%3Cpath d='M2 5h56v25l-7 8-7-8-7 8-7-8-7 8-7-8-7 8-7-8z' fill='%23f5a623'/%3E%3Ccircle cx='30' cy='17' r='4.5' fill='%23fff6ec'/%3E%3Cpath d='M13 13l4 4-4 4-4-4zM47 13l4 4-4 4-4-4z' fill='%23fff6ec'/%3E%3C/g%3E%3Cg transform='translate(120)'%3E%3Cpath d='M2 5h56v25l-7 8-7-8-7 8-7-8-7 8-7-8-7 8-7-8z' fill='%232e9e5b'/%3E%3Ccircle cx='30' cy='17' r='4.5' fill='%23fff6ec'/%3E%3Cpath d='M13 13l4 4-4 4-4-4zM47 13l4 4-4 4-4-4z' fill='%23fff6ec'/%3E%3C/g%3E%3Cg transform='translate(180)'%3E%3Cpath d='M2 5h56v25l-7 8-7-8-7 8-7-8-7 8-7-8-7 8-7-8z' fill='%23e5598f'/%3E%3Ccircle cx='30' cy='17' r='4.5' fill='%23fff6ec'/%3E%3Cpath d='M13 13l4 4-4 4-4-4zM47 13l4 4-4 4-4-4z' fill='%23fff6ec'/%3E%3C/g%3E%3Cg transform='translate(240)'%3E%3Cpath d='M2 5h56v25l-7 8-7-8-7 8-7-8-7 8-7-8-7 8-7-8z' fill='%232bb3a3'/%3E%3Ccircle cx='30' cy='17' r='4.5' fill='%23fff6ec'/%3E%3Cpath d='M13 13l4 4-4 4-4-4zM47 13l4 4-4 4-4-4z' fill='%23fff6ec'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- 导航 ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 246, 236, .88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(58, 35, 24, .08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  position: relative;
}

.logo {
  font-size: 1.45rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.logo span {
  font-family: var(--font-display);
  color: var(--red);
  letter-spacing: 1px;
}
.logo-light span { color: var(--yellow); }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 34px;
}
.nav-menu a:not(.btn) {
  font-weight: 600;
  position: relative;
  padding: 6px 0;
  transition: color .2s ease;
}
.nav-menu a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 3px;
  border-radius: 3px;
  background: var(--red);
  transition: width .25s ease;
}
.nav-menu a:not(.btn):hover { color: var(--red); }
.nav-menu a:not(.btn):hover::after { width: 100%; }

/* 移动端汉堡菜单（纯 CSS checkbox 方案） */
.nav-toggle { display: none; }
.nav-toggle-label {
  display: none;
  width: 40px; height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: "";
  display: block;
  width: 24px; height: 3px;
  border-radius: 3px;
  background: var(--ink);
  position: relative;
  transition: transform .3s ease, background .3s ease;
}
.nav-toggle-label span::before { position: absolute; top: -8px; }
.nav-toggle-label span::after  { position: absolute; top: 8px; }

/* ---------- Hero ---------- */
.hero {
  padding: 72px 0 96px;
  background-image: radial-gradient(rgba(214, 69, 34, .07) 2px, transparent 2.5px);
  background-size: 28px 28px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.4rem);
  margin: 10px 0 20px;
}
.hero-copy h1 mark {
  background: linear-gradient(transparent 62%, rgba(245, 166, 35, .55) 62%);
  color: inherit;
  padding: 0 4px;
}

.hero-sub {
  color: var(--ink-soft);
  font-size: 1.08rem;
  max-width: 520px;
  margin-bottom: 32px;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; }

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 26px;
  color: var(--green);
  font-weight: 600;
  font-size: .95rem;
}

.hero-phone {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: .95rem;
}
.hero-phone strong { color: var(--red); font-size: 1.05rem; }

/* Hero 视觉装饰 */
.hero-art {
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sun {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #FFD97A, var(--yellow) 55%, #F08A3C);
  box-shadow: 0 30px 80px rgba(245, 166, 35, .45);
}
.ring {
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  border: 3px dashed rgba(214, 69, 34, .35);
  animation: spin 45s linear infinite;
}
.hero-emoji {
  position: relative;
  font-size: 170px;
  line-height: 1;
  filter: drop-shadow(0 18px 30px rgba(58, 35, 24, .25));
  animation: bob 5s ease-in-out infinite;
}
.chip {
  position: absolute;
  background: #fff;
  border: 2px solid rgba(58, 35, 24, .08);
  border-radius: 999px;
  padding: 8px 18px;
  font-weight: 700;
  font-size: .92rem;
  box-shadow: var(--shadow);
  white-space: nowrap;
}
.chip-1 { top: 22px; left: 6%; animation: floaty 4s ease-in-out infinite; }
.chip-2 { top: 46%; right: 0; animation: floaty 4.6s .6s ease-in-out infinite; }
.chip-3 { bottom: 26px; left: 14%; animation: floaty 5.2s 1.1s ease-in-out infinite; }

@keyframes spin   { to { transform: rotate(360deg); } }
@keyframes bob    { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-14px) rotate(-2deg); } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- 跑马灯 ---------- */
.marquee {
  position: relative;
  background: var(--red);
  padding: 18px 0;
  overflow: hidden;
}
.marquee::before,
.marquee::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 12px;
  background-repeat: repeat-x;
  background-size: 24px 12px;
}
.marquee::before {
  top: -12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12'%3E%3Cpath d='M0 12L6 0l6 12 6-12 6 12z' fill='%23d64522'/%3E%3C/svg%3E");
}
.marquee::after {
  bottom: -12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12'%3E%3Cpath d='M0 0l6 12 6-12 6 12 6-12z' fill='%23d64522'/%3E%3C/svg%3E");
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee-track span {
  font-family: var(--font-display);
  color: var(--cream);
  font-size: 1.3rem;
  letter-spacing: 2px;
  white-space: nowrap;
  padding-right: 48px;
}

@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- 关于我们 ---------- */
.about { background: var(--cream); }

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: start;
}

.about-story p { margin-bottom: 18px; color: var(--ink); }

.about-story blockquote {
  margin: 28px 0;
  padding: 22px 28px;
  background: #fff;
  border-left: 6px solid var(--yellow);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--shadow);
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--red);
}
.about-story blockquote span {
  display: block;
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: .92rem;
  color: var(--ink-soft);
}

.value-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.value-chips li {
  background: #fff;
  border: 2px solid rgba(46, 125, 82, .25);
  color: var(--green-deep);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: .92rem;
  font-weight: 600;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.stat {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px 22px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 2px solid rgba(58, 35, 24, .05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.stat:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--red);
  line-height: 1.1;
}
.stat-num small { font-size: 1.4rem; }
.stat-label {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: .92rem;
}
.about-stats .stat:nth-child(2) .stat-num { color: var(--green); }
.about-stats .stat:nth-child(3) .stat-num { color: var(--yellow); }
.about-stats .stat:nth-child(4) .stat-num { color: var(--pink); }

/* ---------- 特色美食 ---------- */
.menu {
  background: var(--cream-2);
  background-image: radial-gradient(rgba(46, 125, 82, .08) 2px, transparent 2.5px);
  background-size: 30px 30px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.menu-card {
  --accent: var(--red);
  position: relative;
  background: var(--card);
  border: 2px solid rgba(58, 35, 24, .05);
  border-radius: var(--radius);
  padding: 30px 26px 24px;
  box-shadow: var(--shadow);
  transition: transform .28s ease, box-shadow .28s ease;
  overflow: hidden;
}
.menu-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: var(--accent);
  opacity: .9;
}
.menu-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

.menu-grid article:nth-child(5n+1) { --accent: var(--red); }
.menu-grid article:nth-child(5n+2) { --accent: var(--yellow); }
.menu-grid article:nth-child(5n+3) { --accent: var(--green); }
.menu-grid article:nth-child(5n+4) { --accent: var(--pink); }
.menu-grid article:nth-child(5n+5) { --accent: var(--teal); }

.food-emoji {
  width: 66px; height: 66px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: color-mix(in srgb, var(--accent) 14%, #fff);
  border: 2px solid color-mix(in srgb, var(--accent) 45%, #fff);
  margin-bottom: 18px;
}

.food-es {
  font-family: var(--font-display);
  color: var(--accent);
  font-size: .82rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.menu-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.food-desc { color: var(--ink-soft); font-size: .95rem; margin-bottom: 20px; min-height: 3em; }

.food-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px dashed rgba(58, 35, 24, .1);
  padding-top: 16px;
}
.price {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--red);
}
.spice { font-size: .92rem; letter-spacing: 2px; }

.tag {
  position: absolute;
  top: 18px; right: 18px;
  font-size: .78rem;
  font-weight: 700;
  color: #fff;
  border-radius: 999px;
  padding: 4px 14px;
  letter-spacing: 1px;
}
.tag-sign { background: var(--red); }
.tag-hot  { background: var(--pink); }
.tag-new  { background: var(--yellow); color: var(--ink); }
.tag-veg  { background: var(--green); }

.menu-note {
  margin-top: 44px;
  text-align: center;
  background: #fff;
  border: 2px dashed rgba(58, 35, 24, .15);
  border-radius: 999px;
  padding: 14px 28px;
  color: var(--ink-soft);
  font-size: .95rem;
}

/* ---------- 订餐方式 ---------- */
.order {
  position: relative;
  background: var(--green-deep);
  color: var(--cream);
}
.order::before,
.order::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 12px;
  background-repeat: repeat-x;
  background-size: 24px 12px;
}
.order::before {
  top: -12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12'%3E%3Cpath d='M0 12L6 0l6 12 6-12 6 12z' fill='%231f5c3c'/%3E%3C/svg%3E");
}
.order::after {
  bottom: -12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12'%3E%3Cpath d='M0 0l6 12 6-12 6 12 6-12z' fill='%231f5c3c'/%3E%3C/svg%3E");
}
.order .section-head h2 { color: var(--cream); }

.order-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.order-card {
  background: var(--cream);
  color: var(--ink);
  border-radius: 26px;
  padding: 36px 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
  position: relative;
}

.order-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}
.order-card-head h3 { font-size: 1.5rem; }
.order-card-head p { color: var(--ink-soft); font-size: .92rem; }

.order-icon {
  width: 62px; height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: rgba(214, 69, 34, .12);
  flex-shrink: 0;
}
.order-card-phone .order-icon { background: rgba(46, 125, 82, .14); }

.order-best {
  margin-left: auto;
  background: var(--red);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 5px 14px;
  white-space: nowrap;
}

.steps { display: flex; flex-direction: column; gap: 16px; margin-bottom: 26px; }
.steps li { display: flex; align-items: flex-start; gap: 14px; }
.step-num {
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: var(--font-display);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.order-card-phone .step-num { background: var(--green); }
.steps p { padding-top: 3px; }
.steps strong { color: var(--red); }

.order-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
.order-perks span {
  background: rgba(245, 166, 35, .16);
  border: 1.5px solid rgba(245, 166, 35, .5);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .86rem;
  font-weight: 600;
}

.order-tip {
  margin-top: 36px;
  text-align: center;
  color: rgba(255, 246, 236, .8);
  font-size: .95rem;
}

/* ---------- APP 订阅 ---------- */
.app { background: var(--cream); overflow: hidden; }

.app-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.app-art {
  display: flex;
  justify-content: center;
  position: relative;
}
.app-art::before {
  content: "";
  position: absolute;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, .28), transparent 65%);
  z-index: 0;
}

.phone {
  position: relative;
  z-index: 1;
  width: 292px;
  height: 596px;
  background: #2B1A10;
  border-radius: 46px;
  padding: 12px;
  box-shadow: var(--shadow-lg), 0 0 0 3px rgba(58, 35, 24, .15);
  animation: floaty 6s ease-in-out infinite;
}
.phone-notch {
  position: absolute;
  top: 22px; left: 50%;
  transform: translateX(-50%);
  width: 96px; height: 24px;
  background: #2B1A10;
  border-radius: 999px;
  z-index: 3;
}
.phone-screen {
  height: 100%;
  border-radius: 36px;
  background: var(--cream);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.p-status {
  display: flex;
  justify-content: space-between;
  padding: 14px 22px 4px;
  font-size: .68rem;
  font-weight: 700;
  color: var(--ink-soft);
}
.p-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px 12px;
  font-weight: 800;
  font-size: .95rem;
}
.p-banner {
  margin: 0 14px 12px;
  background: linear-gradient(120deg, var(--red), #E8632C);
  color: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  position: relative;
}
.p-banner-title { font-family: var(--font-display); font-size: 1.1rem; }
.p-banner-sub { font-size: .72rem; opacity: .9; margin-top: 2px; }
.p-banner-cta {
  display: inline-block;
  margin-top: 8px;
  background: #fff;
  color: var(--red);
  font-size: .7rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 12px;
}

.p-items { margin: 0 14px 12px; display: flex; flex-direction: column; gap: 10px; }
.p-item {
  background: #fff;
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .8rem;
}
.p-item span { font-size: 1.3rem; }
.p-item p { font-weight: 700; line-height: 1.3; }
.p-item small { color: var(--red); font-weight: 700; }
.p-item em {
  margin-left: auto;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
}

.p-delivery {
  margin: 0 14px 14px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: .74rem;
  font-weight: 600;
}
.p-progress {
  margin-top: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(58, 35, 24, .1);
  overflow: hidden;
}
.p-progress i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow), var(--red));
}

.p-tabs {
  margin-top: auto;
  display: flex;
  justify-content: space-around;
  background: #fff;
  border-top: 1.5px solid rgba(58, 35, 24, .08);
  padding: 12px 8px 18px;
  font-size: .66rem;
  color: var(--ink-soft);
}
.p-tabs .active { color: var(--red); font-weight: 700; }

.app-copy h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin: 10px 0 30px; }

.app-features { display: flex; flex-direction: column; gap: 20px; margin-bottom: 34px; }
.app-features li { display: flex; gap: 18px; align-items: flex-start; }
.feat-icon {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 16px;
  background: #fff;
  border: 2px solid rgba(58, 35, 24, .07);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.app-features h4 { font-size: 1.05rem; margin-bottom: 2px; }
.app-features p { color: var(--ink-soft); font-size: .92rem; }

.subscribe {
  background: #fff;
  border: 2px solid rgba(58, 35, 24, .07);
  border-radius: var(--radius);
  padding: 26px 28px;
  box-shadow: var(--shadow);
  margin-bottom: 28px;
}
.subscribe-title { font-weight: 800; font-size: 1.05rem; margin-bottom: 14px; }
.subscribe-row { display: flex; gap: 12px; }
.subscribe-row input {
  flex: 1;
  min-width: 0;
  border: 2px solid rgba(58, 35, 24, .14);
  border-radius: 999px;
  padding: 12px 20px;
  font-size: .95rem;
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  transition: border-color .2s ease;
}
.subscribe-row input:focus { border-color: var(--red); outline: none; }
.subscribe-row input::placeholder { color: #B09A88; }
.subscribe-row .btn { padding: .85rem 1.6rem; flex-shrink: 0; }
.subscribe-note { margin-top: 12px; font-size: .8rem; color: var(--ink-soft); }

.store-badges { display: flex; flex-wrap: wrap; gap: 16px; }
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #2B1A10;
  color: #fff;
  border-radius: 14px;
  padding: 10px 22px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.store-badge:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.store-icon { font-size: 1.6rem; }
.store-text small { display: block; font-size: .62rem; opacity: .7; letter-spacing: 1px; }
.store-text strong { font-size: 1.05rem; letter-spacing: .5px; }

/* ---------- 页脚 ---------- */
.site-footer {
  position: relative;
  background: #2B1A10;
  color: rgba(255, 246, 236, .85);
  padding: 72px 0 0;
  margin-top: 12px;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -10px; left: 0; right: 0;
  height: 10px;
  background: repeating-linear-gradient(90deg,
    var(--red) 0 26px, var(--yellow) 26px 52px, var(--green) 52px 78px,
    var(--pink) 78px 104px, var(--teal) 104px 130px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  gap: 44px;
  padding-bottom: 56px;
}

.footer-brand .logo { font-size: 1.6rem; color: var(--cream); margin-bottom: 14px; display: inline-flex; }
.footer-brand p { font-size: .95rem; }
.social { display: flex; gap: 10px; margin-top: 18px; }
.social span {
  border: 1.5px solid rgba(255, 246, 236, .25);
  border-radius: 999px;
  padding: 5px 16px;
  font-size: .82rem;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.social span:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }

.footer-col h4 {
  color: var(--yellow);
  font-size: 1.05rem;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.footer-col p { margin-bottom: 10px; font-size: .93rem; }
.footer-col a { transition: color .2s ease; }
.footer-col a:hover { color: var(--yellow); }
.footer-dim { color: rgba(255, 246, 236, .5); font-size: .85rem; }

.footer-bottom {
  border-top: 1px solid rgba(255, 246, 236, .12);
  padding: 22px 0;
  text-align: center;
  font-size: .84rem;
  color: rgba(255, 246, 236, .5);
}

/* ---------- 响应式 ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-art { height: 400px; }
  .about-grid { grid-template-columns: 1fr; }
  .order-grid { grid-template-columns: 1fr; }
  .app-grid { grid-template-columns: 1fr; gap: 56px; }
  .app-art { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .section { padding: 72px 0; }
  .hero { padding: 48px 0 72px; }
  .hero-art { height: 340px; }
  .sun { width: 220px; height: 220px; }
  .ring { width: 300px; height: 300px; }
  .hero-emoji { font-size: 120px; }

  /* 移动端菜单 */
  .nav-toggle-label { display: flex; }
  .nav-menu {
    position: absolute;
    top: 100%;
    left: -24px;
    right: -24px;
    background: var(--cream);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 24px 20px;
    border-bottom: 1px solid rgba(58, 35, 24, .1);
    box-shadow: var(--shadow-lg);
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height .35s ease, padding .35s ease;
  }
  .nav-menu li { border-bottom: 1px solid rgba(58, 35, 24, .06); }
  .nav-menu li:last-child { border-bottom: none; padding-top: 14px; }
  .nav-menu a:not(.btn) { display: block; padding: 14px 0; }
  .nav-menu a:not(.btn)::after { display: none; }
  .nav-toggle:checked ~ .nav-menu {
    max-height: 400px;
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .nav-toggle:checked + .nav-toggle-label span { background: transparent; }
  .nav-toggle:checked + .nav-toggle-label span::before { transform: translateY(0) rotate(45deg); }
  .nav-toggle:checked + .nav-toggle-label span::after  { transform: translateY(0) rotate(-45deg); }

  .subscribe-row { flex-direction: column; }
  .subscribe-row .btn { width: 100%; }

  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { font-size: .76rem; }
}

@media (max-width: 480px) {
  .hero-cta .btn { width: 100%; }
  .hero-art { height: 280px; }
  .sun { width: 180px; height: 180px; }
  .ring { width: 250px; height: 250px; }
  .hero-emoji { font-size: 96px; }
  .chip { font-size: .8rem; padding: 6px 13px; }
  .about-stats { grid-template-columns: 1fr 1fr; gap: 14px; }
  .stat { padding: 22px 14px; }
  .stat-num { font-size: 2rem; }
  .order-card { padding: 28px 22px; }
  .order-best { position: static; margin-left: 0; align-self: flex-start; }
  .phone { width: 260px; height: 540px; }
}

/* ---------- 减少动效偏好 ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html { scroll-behavior: auto; }
}
