:root {
  /* 品牌 VI：红(主)+蓝(副)，提取自《米字格品牌手册(2026)》 */
  --brand: #c22027;          /* 品牌红 主色 */
  --brand-dark: #a0151c;
  --brand-blue: #0054c4;     /* 品牌蓝 副色 */
  --brand-blue-deep: #0b2a6e;
  --brand-deep: #0c1a3a;     /* 深藏青，替代原深棕，契合红蓝VI */
  --ink: #1c1c26;
  --ink-soft: #5b5b6a;
  --paper: #f7efe4;          /* 暖米色浅底（品牌手册底色） */
  --paper-deep: #efe2d2;
  --gold: #e7a33a;           /* 暖金点缀（非遗/数据高亮） */
  --green: #35624a;
  --white: #fffdf9;
  --line: rgba(12, 26, 58, 0.12);
  --shadow: 0 18px 50px rgba(12, 26, 58, 0.14);
  --radius: 18px;
  --maxw: 1200px;
  --font: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Hiragino Sans GB", sans-serif;
  --serif: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
.container { width: min(var(--maxw), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 92px 0; }
.section.tight { padding: 64px 0; }
.section-dark { background: linear-gradient(150deg, var(--brand-blue-deep), var(--brand-deep) 60%, #0a1430); color: var(--paper); }
.section-red { background: linear-gradient(135deg, var(--brand-deep), #7f2416 60%, var(--brand-dark)); color: var(--white); }
.section-paper-deep { background: var(--paper-deep); }
.section-head { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow::before, .eyebrow::after { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-dark .eyebrow, .section-red .eyebrow { color: var(--gold); }.section-head h2 { margin: 0 0 16px; font-size: clamp(30px, 4.2vw, 48px); line-height: 1.18; letter-spacing: .01em; }
.section-head p { margin: 0 auto; max-width: 640px; color: var(--ink-soft); }
.section-dark .section-head p, .section-red .section-head p { color: rgba(247, 239, 228, .78); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .22s cubic-bezier(.16,1,.3,1), box-shadow .22s, background .22s, border-color .22s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 26px rgba(194, 32, 39, .32); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-gold { background: var(--gold); color: var(--brand-deep); }
.btn-ghost { border-color: rgba(255, 253, 249, .6); color: #fff; background: rgba(255,255,255,.04); }
.btn-ghost:hover { background: rgba(255,255,255,.14); }
.btn-outline { border-color: var(--brand); color: var(--brand); background: transparent; }
.btn-outline:hover { background: var(--brand); color: #fff; }
.btn-blue { background: var(--brand-blue); color: #fff; box-shadow: 0 10px 26px rgba(0, 84, 196, .3); }
.btn-blue:hover { background: var(--brand-blue-deep); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 20, 48, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(247, 239, 228, .12);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-logo { width: 46px; height: 46px; flex: none; object-fit: contain; border-radius: 9px; }
.brand-name { display: block; font-size: 19px; font-weight: 800; letter-spacing: .04em; line-height: 1.15; }
.brand-sub { display: block; font-size: 11px; color: #9db8ff; letter-spacing: .22em; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: rgba(255,253,249,.86); font-size: 15px; font-weight: 600; padding: 8px 0; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--brand); transition: right .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.main-nav a.active { color: #fff; }
.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: 100dvh; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--brand-deep); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transform: scale(1.03); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(78deg, rgba(8,16,40,.94) 0%, rgba(12,26,58,.78) 42%, rgba(5,10,26,.28) 72%, rgba(10,18,44,.6) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 90px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border: 1px solid rgba(231,163,58,.5); color: var(--gold); border-radius: 999px; font-size: 13px; letter-spacing: .12em; margin-bottom: 24px; background: rgba(10,20,48,.35); }
.hero h1 { margin: 0 0 22px; font-size: clamp(46px, 7vw, 88px); line-height: 1.06; letter-spacing: .02em; max-width: 820px; }
.hero h1 .gold { color: var(--gold); }
.hero-lead { max-width: 560px; font-size: clamp(16px, 1.8vw, 20px); color: rgba(255,253,249,.9); margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px 26px; color: rgba(255,253,249,.72); font-size: 13px; }
.hero-note strong { color: #fff; font-size: 16px; margin-right: 4px; }
.hero-badge { position: absolute; right: 6%; bottom: 8%; z-index: 2; width: min(340px, 80%); padding: 20px 22px; border: 1px solid rgba(231,163,58,.35); border-radius: var(--radius); background: rgba(10,20,48,.6); backdrop-filter: blur(12px); }
.hero-badge p { margin: 0; font-size: 14px; color: rgba(255,253,249,.82); }
.hero-badge strong { display: block; font-size: 20px; color: var(--gold); margin-bottom: 4px; }

/* Stats */
.stats { position: relative; z-index: 3; margin-top: -34px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.stat { background: #fff; padding: 30px 22px; text-align: center; }
.stat b { display: block; font-size: clamp(32px, 4vw, 46px); color: var(--brand); line-height: 1; font-family: var(--serif); }
.stat b .unit { font-size: .52em; font-family: var(--font); margin-left: 4px; color: var(--ink-soft); }
.stat span { display: block; margin-top: 10px; color: var(--ink-soft); font-size: 14px; }

/* Split */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.split-media { position: relative; }
.split-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(0,84,196,.32); border-radius: var(--radius); z-index: -1; }
.split-copy h2 { margin: 0 0 18px; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.2; }
.split-copy p { color: var(--ink-soft); margin: 0 0 16px; }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 38px; font-weight: 600; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--brand); }
.check-list li::after { content: "✓"; position: absolute; left: 0; top: 3px; width: 22px; line-height: 22px; text-align: center; color: #fff; font-size: 13px; }

/* Product cards */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { position: relative; border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 8px 30px rgba(12,26,58,.08); transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.product-media { aspect-ratio: 1 / .86; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.product-card:hover .product-media img { transform: scale(1.06); }
.product-body { padding: 20px 22px 24px; }
.product-body h3 { margin: 0 0 8px; font-size: 20px; }
.product-body p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.product-tag { position: absolute; top: 14px; left: 14px; padding: 5px 12px; background: var(--brand); color: #fff; font-size: 12px; border-radius: 999px; letter-spacing: .06em; }
.price { display: block; margin-top: 14px; font-weight: 800; color: var(--brand); font-size: 18px; }

/* Feature grid */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: rgba(255,253,249,.05); border: 1px solid rgba(247,239,228,.12); border-radius: var(--radius); padding: 26px; transition: transform .25s, background .25s, border-color .25s; }
.feature:hover { transform: translateY(-4px); background: rgba(255,253,249,.09); border-color: rgba(231,163,58,.35); }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: rgba(0,84,196,.18); color: var(--gold); margin-bottom: 18px; }
.feature h3 { margin: 0 0 8px; font-size: 18px; color: #fff; }
.feature p { margin: 0; color: rgba(247,239,228,.7); font-size: 14px; }

/* Support list */
.support-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.support-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px 16px; text-align: center; transition: transform .25s, box-shadow .25s, border-color .25s; }
.support-item:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(12,26,58,.1); border-color: rgba(0,84,196,.32); }
.support-num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--paper-deep); color: var(--brand); font-weight: 800; margin-bottom: 12px; }
.support-item h3 { margin: 0 0 6px; font-size: 16px; }
.support-item p { margin: 0; font-size: 13px; color: var(--ink-soft); }
.support-item.en h3 { font-size: 12px; letter-spacing: .08em; color: var(--ink-soft); text-transform: uppercase; }

/* Process */
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: step; }
.step { position: relative; background: #fff; border-radius: 14px; padding: 28px 18px 22px; text-align: center; box-shadow: 0 8px 24px rgba(12,26,58,.07); }
.step::before { counter-increment: step; content: "0" counter(step); display: grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; }
.step h3 { margin: 0 0 8px; font-size: 17px; }
.step p { margin: 0; font-size: 13px; color: var(--ink-soft); }

/* News */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 26px rgba(12,26,58,.08); transition: transform .3s, box-shadow .3s; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.news-media { height: 190px; overflow: hidden; }
.news-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-card:hover .news-media img { transform: scale(1.05); }
.news-body { padding: 20px 22px 24px; }
.news-date { font-size: 12px; color: var(--brand); font-weight: 700; letter-spacing: .08em; }
.news-body h3 { margin: 10px 0 8px; font-size: 17px; line-height: 1.4; }
.news-body p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.news-list { display: grid; gap: 16px; }
.news-row { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; align-items: center; background: #fff; border-radius: 14px; padding: 20px 24px; box-shadow: 0 6px 20px rgba(12,26,58,.06); transition: transform .2s, box-shadow .2s; }
.news-row:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.news-row time { color: var(--brand); font-weight: 700; }
.news-row h3 { margin: 0; font-size: 17px; }
.news-row p { margin: 6px 0 0; color: var(--ink-soft); font-size: 14px; }
.news-row .arrow { color: var(--brand); font-weight: 800; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; border-radius: 24px; background: linear-gradient(120deg, var(--brand-deep), #7f2416 60%, var(--brand-dark)); color: #fff; padding: 64px; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: var(--shadow); }
.cta-band::before { content: ""; position: absolute; width: 320px; height: 320px; right: -100px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(231,163,58,.35), transparent 68%); }
.cta-band h2 { margin: 0 0 10px; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.2; }
.cta-band p { margin: 0; color: rgba(255,253,249,.82); max-width: 520px; }
.cta-band .btn { position: relative; z-index: 2; }

/* Footer */
.site-footer { background: #0a1026; color: rgba(247,239,228,.74); padding: 70px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { margin: 18px 0 0; max-width: 300px; font-size: 14px; }
.footer-col h4 { color: #fff; margin: 0 0 16px; font-size: 15px; }
.footer-col a { display: block; padding: 6px 0; font-size: 14px; transition: color .2s; }
.footer-col a:hover { color: #9db8ff; }
.footer-contact li { display: flex; gap: 10px; padding: 6px 0; font-size: 14px; }
.footer-bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(247,239,228,.12); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 13px; color: rgba(247,239,228,.52); flex-wrap: wrap; }
.footer-bottom .fb-item a { color: rgba(247,239,228,.62); text-decoration: none; transition: color .25s; }
.footer-bottom .fb-item a:hover { color: #9db8ff; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

/* Page hero (inner pages) */
.page-hero { position: relative; min-height: 380px; display: flex; align-items: flex-end; color: #fff; padding: 90px 0 54px; background: var(--brand-deep); overflow: hidden; }
.page-hero .hero-bg::after { background: linear-gradient(80deg, rgba(8,16,40,.92), rgba(12,26,58,.62) 55%, rgba(5,10,26,.4)); }
.page-hero-content { position: relative; z-index: 2; width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.page-hero h1 { margin: 0 0 10px; font-size: clamp(38px, 5vw, 64px); line-height: 1.1; }
.page-hero .crumb { color: rgba(255,253,249,.7); font-size: 14px; margin: 0; }
.page-hero .crumb strong { color: var(--gold); }

/* Timeline */
.timeline { position: relative; max-width: 820px; margin: 0 auto; padding-left: 30px; }
.timeline::before { content: ""; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--brand), var(--brand-blue)); }
.timeline-item { position: relative; padding: 0 0 40px 26px; }
.timeline-item::before { content: ""; position: absolute; left: -30px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--brand); border: 3px solid var(--paper); box-shadow: 0 0 0 3px rgba(194, 32, 39,.18); }
.timeline-year { font-family: var(--serif); color: var(--brand); font-weight: 700; font-size: 18px; }
.timeline-item h3 { margin: 6px 0 8px; font-size: 19px; }
.timeline-item p { margin: 0; color: var(--ink-soft); }

/* Menu / product page */
.menu-cat { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 42px; }
.menu-cat button { border: 1px solid var(--line); background: #fff; color: var(--ink-soft); border-radius: 999px; padding: 9px 20px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all .2s; }
.menu-cat button.active, .menu-cat button:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.menu-item { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 24px rgba(12,26,58,.07); transition: transform .25s, box-shadow .25s; }
.menu-item:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.menu-item .product-media { aspect-ratio: 4 / 3; }
.menu-item .fallback { height: 100%; background: linear-gradient(135deg, var(--brand), var(--brand-blue)); display: grid; place-items: center; }
.menu-item .fallback::before { content: ""; width: 72px; height: 72px; border: 3px solid rgba(255,255,255,.5); border-radius: 20px; transform: rotate(8deg); }
.menu-item-body { padding: 18px 20px 22px; }
.menu-item-body h3 { margin: 0 0 6px; font-size: 18px; }
.menu-item-body p { margin: 0 0 12px; color: var(--ink-soft); font-size: 13px; min-height: 40px; }
.menu-item-body .price { margin: 0; }

/* Toppings */
.topping-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.topping-grid span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 22px; font-weight: 700; color: var(--ink); box-shadow: 0 4px 12px rgba(12,26,58,.05); }
.topping-grid span:nth-child(3n+1) { color: var(--brand); }

/* Forms */
.form-card { max-width: 720px; margin: 0 auto; background: #fff; border-radius: 22px; padding: 38px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 14px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 13px 14px; font: inherit; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(194, 32, 39,.12); }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-submit { grid-column: 1 / -1; justify-self: start; }

/* Conditions */
.condition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.condition { display: flex; gap: 16px; background: #fff; border-radius: 14px; padding: 22px; box-shadow: 0 6px 18px rgba(12,26,58,.06); }
.condition b { color: var(--brand); font-size: 15px; }
.condition p { margin: 4px 0 0; color: var(--ink-soft); font-size: 14px; }

/* Table */
.table-wrap { overflow-x: auto; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
table.invest { width: 100%; border-collapse: collapse; min-width: 640px; }
.invest th, .invest td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: 14px; }
.invest th { background: var(--brand-deep); color: #fff; font-size: 13px; letter-spacing: .06em; }
.invest tr:last-child td { border-bottom: 0; }
.invest td:last-child { font-weight: 700; color: var(--brand); }

/* Utility */
.text-center { text-align: center; }
.mt-1 { margin-top: 20px; } .mt-2 { margin-top: 36px; } .mt-3 { margin-top: 52px; }
.mb-1 { margin-bottom: 20px; } .mb-2 { margin-bottom: 36px; }
.space-y { display: grid; gap: 34px; }

/* ===== 品牌 VI 装饰（红蓝纹样带 / 标语高亮，提取自品牌手册）===== */
.vi-band { display: flex; height: 6px; overflow: hidden; border-radius: 999px; }
.vi-band span { flex: 1; }
.vi-band .b-red { background: var(--brand); }
.vi-band .b-blue { background: var(--brand-blue); }
.vi-band .b-cream { background: var(--gold); }
.vi-slogan { font-size: 15px; font-weight: 800; letter-spacing: .06em; color: var(--brand); }
.vi-slogan b { color: var(--brand-blue); }
.vi-slogan.vi-lg { font-size: clamp(20px, 2.6vw, 26px); }
.logo-on-light { background: #fff; border-radius: 10px; padding: 2px; box-shadow: 0 6px 16px rgba(12,26,58,.16); }
.footer-logo-inline { height: 40px; width: auto; border-radius: 7px; }

@media (max-width: 1024px) {
  .stats-grid, .support-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .product-grid, .news-grid, .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .container { width: min(100% - 34px, var(--maxw)); }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 74px 0 auto 0; background: var(--brand-deep); flex-direction: column; align-items: flex-start; padding: 18px 28px 28px; gap: 4px; transform: translateY(-130%); transition: transform .3s cubic-bezier(.16,1,.3,1); box-shadow: 0 20px 40px rgba(0,0,0,.2); }
  .main-nav.open { transform: none; }
  .main-nav a { display: block; width: 100%; padding: 12px 0; font-size: 17px; }
  .nav-cta { margin: 14px 0 0; width: 100%; }
  .nav-cta .btn { width: 100%; }
  .hero { min-height: 92dvh; }
  .hero-content { padding: 84px 0 60px; }
  .hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .hero-badge { position: static; margin-top: 28px; transform: none; width: 100%; }
  .stats { margin-top: 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { padding: 22px 12px; }
  .product-grid, .news-grid, .menu-grid, .feature-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 38px 28px; flex-direction: column; align-items: flex-start; }
  .form-card { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .condition-grid { grid-template-columns: 1fr; }
  .news-row { grid-template-columns: 1fr; gap: 8px; }
  .news-row .arrow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
