/* ==========================================================
   MLILY 梦百合 0压床垫 · 洛阳区域总代理 — 品牌官网样式
   正式版视觉：深色 + 红色专业配色 / 响应式
   ========================================================== */

:root {
  --brand: #e02626;            /* 主红 */
  --brand-bright: #ff4747;
  --brand-deep: #7e1313;
  --bg: #0c1015;               /* 页面深底 */
  --bg-soft: #11161d;
  --surface: #171e27;          /* 卡片面 */
  --surface-2: #1d2733;
  --ink: #eef2f7;
  --muted: #93a1b1;
  --line: #2b3644;
  --gold: #ffc53d;             /* 点缀金 */
  --radius: 16px;
  --shadow: 0 20px 50px rgba(0,0,0,.45);
  --shadow-sm: 0 8px 24px rgba(0,0,0,.32);
  --font: "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { width: min(1160px, 92%); margin: 0 auto; }
.section { padding: 96px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, var(--bg-soft), var(--bg)); }

/* ---------- 通用标题 ---------- */
.sec-head { text-align: center; max-width: 780px; margin: 0 auto 56px; }
.sec-head .eyebrow {
  display: inline-block; color: var(--brand-bright); font-weight: 700;
  letter-spacing: .35em; font-size: .82rem; margin-bottom: 12px;
  padding-left: .35em; text-transform: uppercase;
}
.sec-head h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 900;
  letter-spacing: .02em; line-height: 1.3;
}
.sec-head h2 em { font-style: normal; color: var(--brand-bright); }
.sec-head p { color: var(--muted); margin-top: 14px; font-size: 1.04rem; }

/* ==========================================================
   导航
   ========================================================== */
.site-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 18px 0;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  background: transparent;
}
.site-nav.scrolled {
  background: rgba(12, 16, 21, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.brand-logo { display: flex; align-items: center; gap: 11px; color: #fff; }
.logo-mark {
  width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto;
  background: linear-gradient(135deg, var(--brand-bright), var(--brand-deep));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: .72rem; letter-spacing: .03em;
  box-shadow: 0 6px 18px rgba(224,38,38,.4);
}
.logo-text { line-height: 1.15; }
.logo-text b { font-size: 1.14rem; letter-spacing: .05em; display: block; font-weight: 800; }
.logo-text small { font-size: .7rem; opacity: .75; letter-spacing: .18em; }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  color: rgba(255,255,255,.86); font-size: .97rem; font-weight: 500;
  position: relative; padding: 4px 0; transition: color .25s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -3px;
  width: 0; height: 2px; background: var(--brand-bright);
  transition: width .3s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta {
  background: linear-gradient(135deg, var(--brand-bright), var(--brand));
  color: #fff !important; border-radius: 999px; padding: 9px 22px !important; font-weight: 700;
}
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2.6px; border-radius: 2px; background: #fff; transition: .3s; }

/* ==========================================================
   Hero
   ========================================================== */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  background:
    radial-gradient(1200px 500px at 85% 10%, rgba(224,38,38,.22), transparent 60%),
    linear-gradient(100deg, rgba(7,10,14,.94) 0%, rgba(10,14,20,.78) 48%, rgba(20,12,12,.55) 100%);
}
.hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background-image: url("assets/img/hero-store.jpg");
  background-size: cover; background-position: center 36%;
}
.hero-inner { color: #fff; padding-top: 40px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px; padding: 7px 18px; font-size: .85rem;
  letter-spacing: .1em; margin-bottom: 26px; backdrop-filter: blur(4px);
  color: rgba(255,255,255,.9);
}
.hero-tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-bright); display: inline-block; box-shadow: 0 0 10px var(--brand-bright); }
.hero h1 {
  font-size: clamp(2.5rem, 6.4vw, 4.8rem);
  line-height: 1.1; font-weight: 900; letter-spacing: .02em;
  max-width: 900px;
}
.hero h1 .accent {
  background: linear-gradient(90deg, var(--brand-bright), #ff8a5c);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub {
  margin-top: 22px; font-size: clamp(1.02rem, 2vw, 1.28rem); color: rgba(255,255,255,.9);
  max-width: 700px;
}
.hero-sub strong { color: var(--brand-bright); }
.hero-btns { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  border-radius: 999px; padding: 15px 32px; font-weight: 700; font-size: 1rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  border: 0; cursor: pointer; font-family: var(--font);
}
.btn:hover { transform: translateY(-2px); }
.btn-red {
  background: linear-gradient(135deg, var(--brand-bright), var(--brand));
  color: #fff; box-shadow: 0 14px 34px rgba(224,38,38,.42);
}
.btn-ghost { background: transparent; color: #fff; border: 1.6px solid rgba(255,255,255,.65); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-brand { background: linear-gradient(135deg, var(--brand-bright), var(--brand)); color: #fff; }
.hero-facts {
  display: flex; flex-wrap: wrap; gap: 0; margin-top: 56px;
  border-top: 1px solid rgba(255,255,255,.16); padding-top: 8px;
}
.hero-facts div { padding: 14px 36px 0 0; }
.hero-facts b { display: block; font-size: 1.5rem; letter-spacing: .02em; color: var(--brand-bright); }
.hero-facts span { font-size: .88rem; color: rgba(255,255,255,.68); }
.scroll-cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  color: rgba(255,255,255,.55); font-size: .76rem; letter-spacing: .3em;
  animation: cue 1.8s ease-in-out infinite;
}
@keyframes cue { 0%,100% { opacity:.35; transform: translate(-50%,0); } 50% { opacity:1; transform: translate(-50%,8px); } }

/* ==========================================================
   品牌故事 — 什么是0压床垫？
   ========================================================== */
.brand-lead {
  position: relative; overflow: hidden; border-radius: 22px;
  min-height: 240px; display: flex; align-items: center; justify-content: center; text-align: center;
  background-image: url("assets/img/store-led.jpg");
  background-size: cover; background-position: center 42%;
  margin-bottom: 46px; padding: 64px 30px;
}
.brand-lead::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(8,11,15,.88), rgba(126,19,19,.55)); }
.brand-lead .inner { position: relative; z-index: 1; max-width: 760px; }
.brand-lead .eyebrow { color: var(--brand-bright); letter-spacing: .35em; font-size: .82rem; font-weight: 700; }
.brand-lead h3 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 900; margin-top: 14px; line-height: 1.35; }
.brand-lead p { color: rgba(255,255,255,.82); margin-top: 14px; font-size: 1.08rem; }

.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 66px; }
.adv-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; position: relative; overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.adv-card:hover { transform: translateY(-5px); border-color: rgba(224,38,38,.5); box-shadow: var(--shadow-sm); }
.adv-card::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--brand-bright), transparent);
}
.adv-card .no { color: var(--brand-bright); font-size: .8rem; letter-spacing: .25em; font-weight: 800; }
.adv-card .ico {
  width: 50px; height: 50px; border-radius: 14px; margin: 18px 0 16px;
  background: rgba(224,38,38,.12); color: var(--brand-bright);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; font-weight: 900;
}
.adv-card h4 { font-size: 1.18rem; font-weight: 800; margin-bottom: 10px; }
.adv-card p { color: var(--muted); font-size: .92rem; }

/* 对比区 */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 60px; }
.compare-col {
  border-radius: var(--radius); padding: 34px 32px;
}
.compare-col.us {
  background: linear-gradient(160deg, rgba(224,38,38,.16), rgba(17,22,29,.6) 60%);
  border: 1.6px solid rgba(224,38,38,.55);
}
.compare-col.them { background: var(--surface); border: 1px solid var(--line); opacity: .92; }
.compare-col .cap { font-size: .8rem; letter-spacing: .22em; font-weight: 700; margin-bottom: 8px; }
.compare-col.us .cap { color: var(--brand-bright); }
.compare-col.them .cap { color: var(--muted); }
.compare-col h4 { font-size: 1.4rem; font-weight: 900; margin-bottom: 22px; }
.compare-col.them h4 { color: var(--muted); }
.compare-col ul li {
  display: flex; gap: 12px; align-items: flex-start; padding: 11px 0;
  border-bottom: 1px dashed rgba(255,255,255,.08); font-size: .96rem;
}
.compare-col ul li:last-child { border-bottom: 0; }
.compare-col.us ul li svg { flex: 0 0 auto; margin-top: 5px; }
.compare-col.them ul li svg { flex: 0 0 auto; margin-top: 5px; opacity: .6; }

.brand-closer {
  position: relative; text-align: center; max-width: 820px; margin: 0 auto;
  padding: 44px 46px; border-radius: 22px; background: var(--surface);
  border: 1px solid var(--line); overflow: hidden;
}
.brand-closer::before {
  content: "”"; position: absolute; left: 18px; top: -34px; font-size: 9rem;
  color: rgba(224,38,38,.16); font-family: Georgia, serif; line-height: 1;
}
.brand-closer p { font-size: clamp(1.04rem, 1.8vw, 1.22rem); line-height: 2; color: #dfe6ee; position: relative; z-index: 1; }
.brand-closer b { color: var(--brand-bright); }

/* ==========================================================
   180天试睡
   ========================================================== */
.trial-wrap {
  position: relative; overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(700px 300px at 90% 10%, rgba(224,38,38,.25), transparent 60%),
    linear-gradient(120deg, #1a0505 0%, #3d0d0d 100%);
  color: #fff; padding: 66px 56px;
}
.trial-wrap::before {
  content: "180"; position: absolute; right: -14px; bottom: -76px;
  font-size: 16rem; font-weight: 900; line-height: 1; color: rgba(255,255,255,.045);
}
.trial-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; position: relative; z-index: 1; }
.trial-head .eyebrow { color: var(--brand-bright); letter-spacing: .35em; font-size: .82rem; font-weight: 700; }
.trial-head h3 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 900; margin-top: 8px; }
.trial-head p { color: rgba(255,255,255,.78); max-width: 540px; }
.trial-num { font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 900; line-height: 1; color: var(--brand-bright); text-shadow: 0 0 40px rgba(224,38,38,.5); }
.trial-num small { font-size: .3em; font-weight: 700; color: rgba(255,255,255,.72); display: block; text-align: right; letter-spacing: .2em; margin-top: 4px; }

.trial-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; z-index: 1; }
.step {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px; padding: 28px 24px; backdrop-filter: blur(4px);
  transition: transform .25s ease, background .25s ease;
}
.step:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.step .step-no { color: var(--brand-bright); font-size: .84rem; letter-spacing: .24em; font-weight: 800; }
.step h4 { font-size: 1.2rem; margin: 12px 0 8px; }
.step p { color: rgba(255,255,255,.76); font-size: .93rem; }
.trial-guarantee {
  margin-top: 30px; position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
  background: rgba(255,255,255,.07); border: 1px dashed rgba(255,160,160,.4);
  border-radius: 14px; padding: 18px 24px;
}
.trial-guarantee b { color: var(--brand-bright); font-size: 1.05rem; }
.trial-guarantee span { color: rgba(255,255,255,.8); font-size: .95rem; }

/* ==========================================================
   产品系列
   ========================================================== */
.series-tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.series-tab {
  border: 1.5px solid var(--line); background: var(--surface); color: var(--muted);
  border-radius: 999px; padding: 10px 24px; cursor: pointer; font-size: .95rem;
  font-weight: 600; transition: .25s; font-family: var(--font);
}
.series-tab:hover { border-color: var(--brand-bright); color: var(--ink); }
.series-tab.active { background: var(--brand); border-color: var(--brand); color: #fff; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s;
  display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(224,38,38,.45); }
.product-card .ph { aspect-ratio: 4 / 3; overflow: hidden; background: #0f141b; }
.product-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .ph img { transform: scale(1.06); }
.product-card .pc { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.product-card .tag {
  display: inline-block; align-self: flex-start; font-size: .72rem;
  letter-spacing: .14em; color: var(--brand-bright); background: rgba(224,38,38,.12);
  border-radius: 6px; padding: 3px 10px; margin-bottom: 12px; font-weight: 700;
}
.product-card h4 { font-size: 1.16rem; font-weight: 800; margin-bottom: 8px; }
.product-card p { color: var(--muted); font-size: .93rem; flex: 1; }
.product-card .spec { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.product-card .spec span { font-size: .78rem; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 3px 12px; }

/* ==========================================================
   门店
   ========================================================== */
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.store-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: .28s;
}
.store-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: rgba(224,38,38,.4); }
.store-card .sh { aspect-ratio: 4 / 3; overflow: hidden; position: relative; background: #0f141b; }
.store-card .sh img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.store-card:hover .sh img { transform: scale(1.05); }
.store-card .sh .city-flag {
  position: absolute; left: 14px; top: 14px; background: rgba(8,11,15,.75);
  color: #fff; font-size: .78rem; letter-spacing: .14em; padding: 5px 12px; border-radius: 999px;
  backdrop-filter: blur(3px); border: 1px solid rgba(255,255,255,.14);
}
.store-card .sc { padding: 24px 24px 26px; }
.store-card h4 { font-size: 1.24rem; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.store-card h4 .idx {
  width: 26px; height: 26px; border-radius: 8px; background: linear-gradient(135deg, var(--brand-bright), var(--brand-deep));
  color: #fff; font-size: .8rem; display: inline-flex; align-items: center; justify-content: center;
}
.store-addr { display: flex; gap: 8px; align-items: flex-start; color: var(--muted); margin: 12px 0 6px; font-size: .95rem; }
.store-addr svg { flex: 0 0 auto; margin-top: 5px; stroke: var(--brand-bright); }
.store-agent { color: var(--muted); font-size: .88rem; margin-bottom: 16px; padding-left: 24px; }
.store-agent b { color: var(--ink); }
.store-actions { display: flex; gap: 10px; }
.store-actions a {
  flex: 1; text-align: center; border-radius: 999px; padding: 10px 10px; font-size: .88rem;
  font-weight: 600; border: 1.4px solid var(--line); color: var(--ink); transition: .2s;
}
.store-actions a.map { border-color: var(--brand); color: #fff; background: rgba(224,38,38,.14); }
.store-actions a.map:hover { background: var(--brand); border-color: var(--brand); }
.store-actions a.tel { background: var(--surface-2); }
.store-actions a.tel:hover { border-color: var(--brand); color: var(--brand-bright); }

/* ==========================================================
   联系 / 到店
   ========================================================== */
.contact-card {
  border-radius: 22px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: var(--surface);
}
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; }
.contact-visual { position: relative; min-height: 320px; }
.contact-visual img, .contact-visual video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-visual .veil {
  position: absolute; inset: 0;
  background: linear-gradient(205deg, rgba(12,16,21,.1), rgba(8,10,14,.88));
}
.contact-form { padding: 46px 44px; }
.contact-form h3 { font-size: 1.55rem; font-weight: 900; margin-bottom: 6px; }
.contact-form .who { color: var(--brand-bright); font-weight: 700; font-size: .92rem; letter-spacing: .06em; margin-bottom: 8px; }
.contact-form > p { color: var(--muted); margin-bottom: 26px; font-size: .95rem; }
.contact-form .row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.contact-form label { font-size: .86rem; font-weight: 600; }
.contact-form input, .contact-form textarea {
  font-family: var(--font); border: 1.5px solid var(--line); border-radius: 10px;
  padding: 12px 14px; font-size: .95rem; outline: none; transition: border-color .2s;
  background: var(--bg); color: var(--ink);
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #5e6b7a; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--brand-bright); }
.contact-form textarea { resize: vertical; min-height: 92px; }
.contact-form button { margin-top: 6px; }
.form-note { margin-top: 12px; font-size: .8rem; color: var(--muted); }

/* ==========================================================
   Footer
   ========================================================== */
.site-footer { background: #07090d; border-top: 1px solid var(--line); color: rgba(255,255,255,.7); padding: 58px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-brand .logo-text b { color: #fff; }
.footer-brand p { font-size: .9rem; margin-top: 16px; max-width: 380px; line-height: 1.9; color: rgba(255,255,255,.55); }
.footer-col h5 { color: #fff; font-size: .95rem; letter-spacing: .14em; margin-bottom: 18px; }
.footer-col li { margin-bottom: 11px; font-size: .9rem; }
.footer-col a:hover { color: var(--brand-bright); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.09); padding: 18px 0; font-size: .82rem;
  color: rgba(255,255,255,.42); text-align: center;
}
.footer-slogan {
  margin-top: 18px; color: var(--brand-bright); font-weight: 800; letter-spacing: .1em;
}

/* ==========================================================
   滚动显现 / 通用动效
   ========================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; }

/* ==========================================================
   响应式
   ========================================================== */
@media (max-width: 1024px) {
  .product-grid, .store-grid { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .trial-steps { grid-template-columns: 1fr; }
  .trial-wrap { padding: 48px 30px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-visual { min-height: 210px; }
}

@media (max-width: 820px) {
  .section { padding: 68px 0; }
  .nav-links {
    position: fixed; inset: 0 0 auto 0; top: 0; background: rgba(8,10,14,.98);
    flex-direction: column; gap: 22px; padding: 110px 24px 44px;
    transform: translateY(-105%); transition: transform .35s ease;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { color: #fff !important; font-size: 1.1rem; }
  .nav-cta { margin-top: 8px; }
  .nav-toggle { display: flex; position: relative; z-index: 200; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .compare-grid { grid-template-columns: 1fr; }
  .brand-closer { padding: 32px 24px; }
  .hero-facts div { padding-right: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-form { padding: 32px 24px; }
}

@media (max-width: 560px) {
  .product-grid, .store-grid { grid-template-columns: 1fr; }
  .adv-grid { grid-template-columns: 1fr; }
  .scroll-cue { display: none; }
}

/* ===================== 门店负责人 ===================== */
.store-mgr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 12px 0 14px;
  padding: 9px 12px;
  border: 1px solid rgba(224, 38, 38, .30);
  border-radius: 10px;
  background: rgba(224, 38, 38, .08);
}
.store-mgr .mgr-name { font-size: .95rem; color: #dfe6ee; letter-spacing: .02em; }
.store-mgr .mgr-name b { color: #fff; font-weight: 700; }
.mgr-call {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand-bright), var(--brand));
  color: #fff;
  font-weight: 700;
  font-size: .98rem;
  letter-spacing: .03em;
  text-decoration: none;
  transition: filter .2s ease, transform .2s ease;
}
.mgr-call:hover { filter: brightness(1.1); transform: translateY(-1px); }
.mgr-call:active { filter: brightness(.95); transform: translateY(0); }

@media (max-width: 560px) {
  .store-mgr { flex-direction: column; align-items: stretch; }
  .mgr-call { justify-content: center; width: 100%; padding: 10px 16px; }
}
