/* roulang page: index */
:root{
  --primary:#1B3A2E;
  --deep:#10271F;
  --deep-2:#0E221B;
  --gold:#D9A441;
  --gold-deep:#B7852F;
  --bg:#F6F2EB;
  --surface:#FFFFFF;
  --surface-warm:#FBF6EC;
  --ink:#24352D;
  --muted:#6B7A70;
  --line:#E2D7C0;
  --success:#3E7C4F;
  --radius-lg:28px;
  --radius-md:16px;
  --radius-sm:14px;
  --shadow:0 8px 24px rgba(27,58,46,0.08);
  --shadow-hover:0 18px 48px rgba(27,58,46,0.16);
  --shadow-focus:0 0 0 4px rgba(217,164,65,0.22);
  --font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC","HarmonyOS Sans SC",sans-serif;
  --transition:all 0.3s ease;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-family);
  background:var(--bg);
  color:var(--ink);
  line-height:1.75;
  font-size:16px;
  padding-bottom:84px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button,input,select,textarea{font-family:inherit;font-size:inherit}
button{cursor:pointer;border:none;background:none}

.container{max-width:1200px;margin:0 auto;padding:0 24px}
.section{padding:96px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}
.section-kicker{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:600;letter-spacing:1px;
  color:var(--gold-deep);background:rgba(217,164,65,0.12);
  padding:6px 16px;border-radius:999px;margin-bottom:12px;
}
.section-kicker::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold-deep)}
.section-title{font-size:34px;line-height:1.3;font-weight:800;color:var(--deep);margin-bottom:8px}
.section-desc{font-size:16px;color:var(--muted);max-width:680px}
.section-link{font-size:14px;font-weight:600;color:var(--primary);border-bottom:1px solid var(--gold);padding-bottom:2px;transition:var(--transition);white-space:nowrap}
.section-link:hover{color:var(--gold-deep);border-color:var(--gold-deep)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:52px;padding:0 28px;border-radius:var(--radius-sm);
  font-size:15px;font-weight:700;letter-spacing:0.3px;
  transition:var(--transition);white-space:nowrap;border:1.5px solid transparent;
}
.btn:focus{outline:none;box-shadow:var(--shadow-focus)}
.btn-primary{
  background:linear-gradient(135deg,#E0B452 0%,#B7852F 100%);
  color:#3A2A10;
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(183,133,47,0.35);filter:brightness(1.05)}
.btn-primary:active{transform:translateY(0);box-shadow:0 6px 16px rgba(183,133,47,0.25)}
.btn-outline{
  background:var(--surface);border-color:var(--gold-deep);color:var(--primary);
}
.btn-outline:hover{background:#F0E4CD;transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-outline:active{transform:translateY(0)}
.btn-light{
  background:var(--surface);color:var(--deep);
}
.btn-light:hover{background:#F0E4CD;transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,0.2)}

.badge{
  display:inline-flex;align-items:center;gap:6px;
  padding:4px 14px;border-radius:999px;font-size:13px;font-weight:600;
}
.badge-gold{background:rgba(217,164,65,0.15);color:var(--gold-deep);border:1px solid rgba(217,164,65,0.3)}
.badge-dot{background:rgba(62,124,79,0.12);color:var(--success)}
.badge-dot i{width:6px;height:6px;border-radius:50%;background:var(--success);display:inline-block}
.badge-green{background:rgba(62,124,79,0.12);color:var(--success)}
.badge-muted{background:rgba(107,122,112,0.1);color:var(--muted)}

.site-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:rgba(16,39,31,0.85);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(217,164,65,0.3);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  height:72px;gap:20px;
}
.logo{display:flex;align-items:center;gap:8px;flex-shrink:0}
.logo-text{font-size:20px;font-weight:800;color:#fff;letter-spacing:0.5px;line-height:1.2}
.logo-badge{
  background:linear-gradient(135deg,#E0B452,#B7852F);
  color:#3A2A10;font-size:11px;font-weight:800;
  padding:3px 10px;border-radius:999px;letter-spacing:0.5px;
}
.nav-links{display:flex;align-items:center;gap:6px}
.nav-links a{
  color:rgba(255,255,255,0.85);font-size:14px;font-weight:500;
  padding:8px 16px;border-radius:999px;transition:var(--transition);
}
.nav-links a:hover{color:#fff;background:rgba(255,255,255,0.1)}
.nav-links a.active{color:#fff;background:rgba(217,164,65,0.25)}
.nav-right{display:flex;align-items:center;gap:16px}
.nav-status{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,0.9);font-size:13px;font-weight:500}
.nav-status i{width:8px;height:8px;border-radius:50%;background:#5FD68A;box-shadow:0 0 8px rgba(95,214,138,0.8);display:inline-block;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}
.nav-cta{
  height:42px;padding:0 22px;border-radius:999px;
  background:linear-gradient(135deg,#E0B452,#B7852F);
  color:#3A2A10;font-size:14px;font-weight:700;
  display:inline-flex;align-items:center;gap:6px;transition:var(--transition);
}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(183,133,47,0.4)}
.nav-toggle{display:none;width:44px;height:44px;border-radius:10px;background:rgba(255,255,255,0.1);align-items:center;justify-content:center;flex-direction:column;gap:5px}
.nav-toggle span{width:20px;height:2px;background:#fff;border-radius:2px;transition:var(--transition)}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero{
  position:relative;
  background:linear-gradient(140deg,#10271F 0%,#1B3A2E 55%,#1E4235 100%);
  padding:146px 0 80px;
  overflow:hidden;
}
.hero::before{
  content:"";position:absolute;top:0;left:0;right:0;bottom:0;
  background:url('/assets/images/backpic/back-1.jpg') center/cover no-repeat;
  opacity:0.16;
}
.hero::after{
  content:"";position:absolute;bottom:-1px;left:0;right:0;height:120px;
  background:linear-gradient(to bottom,rgba(246,242,235,0),rgba(246,242,235,1));
}
.hero .container{position:relative;z-index:2}
.hero-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:56px;align-items:center}
.hero-kicker{
  display:inline-flex;align-items:center;gap:10px;
  background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.16);
  padding:8px 18px;border-radius:999px;
  color:rgba(255,255,255,0.95);font-size:13px;font-weight:600;margin-bottom:22px;
}
.hero-kicker i{width:6px;height:6px;border-radius:50%;background:var(--gold);display:inline-block}
.hero h1{
  font-size:46px;line-height:1.2;font-weight:800;color:#fff;margin-bottom:10px;
}
.hero h1 .gold{color:var(--gold)}
.hero-sub{
  font-size:18px;color:rgba(255,255,255,0.9);margin-top:16px;line-height:1.7;
}
.hero-actions{display:flex;gap:16px;margin-top:32px;flex-wrap:wrap}
.hero-stats{
  display:flex;gap:24px;margin-top:42px;flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,0.14);padding-top:28px;
}
.hero-stat{display:flex;flex-direction:column;gap:4px}
.hero-stat .num{font-size:32px;font-weight:800;color:var(--gold);line-height:1}
.hero-stat .label{font-size:13px;color:rgba(255,255,255,0.7)}
.hero-visual{position:relative}
.hero-img{
  border-radius:24px;overflow:hidden;position:relative;
  box-shadow:0 24px 60px rgba(0,0,0,0.35);
  border:1px solid rgba(255,255,255,0.12);
}
.hero-img img{width:100%;height:340px;object-fit:cover;display:block}
.hero-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(16,39,31,0.4),transparent 60%)}
.hero-card-float{
  position:absolute;bottom:20px;left:20px;right:20px;z-index:2;
  background:rgba(255,255,255,0.95);backdrop-filter:blur(8px);
  border-radius:16px;padding:16px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  box-shadow:0 12px 32px rgba(0,0,0,0.2);
}
.hero-card-float .time{font-size:13px;color:var(--muted)}
.hero-card-float .time strong{display:block;font-size:15px;color:var(--ink)}
.hero-badge-bottom{
  position:absolute;bottom:96px;left:20px;z-index:2;
  background:rgba(62,124,79,0.92);color:#fff;
  padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;
  box-shadow:0 4px 16px rgba(62,124,79,0.4);
  display:inline-flex;align-items:center;gap:6px;
}
.hero-badge-bottom i{width:6px;height:6px;border-radius:50%;background:#fff;display:inline-block}

.points-section{background:var(--bg);padding:96px 0 64px}
.points-layout{display:grid;grid-template-columns:1.2fr 0.8fr;gap:28px}
.point-card-lg{
  border-radius:var(--radius-lg);overflow:hidden;position:relative;
  background:url('/assets/images/backpic/back-2.jpg') center/cover no-repeat;
  min-height:420px;display:flex;align-items:flex-end;
  box-shadow:var(--shadow);border:none;
}
.point-card-lg::before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(16,39,31,0.92),rgba(16,39,31,0.35))}
.point-card-lg .content{position:relative;z-index:2;padding:34px;color:#fff}
.point-card-lg .point-num{font-size:14px;font-weight:700;color:var(--gold);letter-spacing:2px;margin-bottom:10px}
.point-card-lg h3{font-size:26px;font-weight:800;margin-bottom:10px;line-height:1.35}
.point-card-lg p{font-size:15px;color:rgba(255,255,255,0.8);line-height:1.7;max-width:420px}
.points-right{display:flex;flex-direction:column;gap:28px}
.point-card-sm{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:28px;flex:1;transition:var(--transition);display:flex;flex-direction:column;
  box-shadow:var(--shadow);
}
.point-card-sm:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:var(--shadow-hover)}
.point-icon{
  width:48px;height:48px;border-radius:16px;
  background:linear-gradient(135deg,rgba(217,164,65,0.2),rgba(183,133,47,0.25));
  display:flex;align-items:center;justify-content:center;
  font-size:20px;color:var(--gold-deep);margin-bottom:14px;
}
.point-num{font-size:12px;font-weight:700;color:var(--gold-deep);letter-spacing:1px;margin-bottom:6px}
.point-card-sm h3{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--deep)}
.point-card-sm p{font-size:14px;color:var(--muted);line-height:1.65}

.scenario-section{background:var(--bg);padding:96px 0}
.scenario-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.scenario-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);
  overflow:hidden;transition:var(--transition);box-shadow:var(--shadow);
}
.scenario-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:var(--gold)}
.scenario-card .sc-top{padding:28px 30px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.scenario-card .sc-top h3{font-size:20px;font-weight:800;color:var(--deep)}
.scenario-card .sc-body{padding:0 30px 28px}
.steps-horizontal{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:8px}
.step-item{text-align:center;position:relative}
.step-item::after{
  content:"";position:absolute;top:28px;right:-10px;width:20px;height:1px;
  background:var(--line);
}
.step-item:last-child::after{display:none}
.step-num{
  width:56px;height:56px;margin:0 auto;border-radius:18px;
  background:linear-gradient(135deg,#E0B452,#B7852F);
  color:#3A2A10;font-size:20px;font-weight:800;
  display:flex;align-items:center;justify-content:center;margin-bottom:10px;
}
.step-item p{font-size:13px;color:var(--ink);font-weight:600}
.steps-vertical{display:flex;flex-direction:column;gap:14px;margin-top:8px}
.step-v{display:flex;align-items:center;gap:14px}
.step-v .dot{
  width:32px;height:32px;border-radius:50%;flex-shrink:0;
  background:rgba(217,164,65,0.15);color:var(--gold-deep);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:800;
}
.step-v span{font-size:14px;color:var(--ink);font-weight:500}
.sc-badge{margin-top:16px;display:inline-flex}

.proof-section{background:var(--deep);padding:80px 0;position:relative;overflow:hidden}
.proof-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('/assets/images/backpic/back-3.jpg') center/cover no-repeat;opacity:0.08}
.proof-section .container{position:relative;z-index:2}
.proof-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:28px;
  border-bottom:1px solid rgba(255,255,255,0.12);padding-bottom:56px;margin-bottom:56px;
}
.proof-stat{text-align:center}
.proof-stat .num{font-size:42px;font-weight:800;color:var(--gold);line-height:1.1}
.proof-stat .label{font-size:14px;color:rgba(255,255,255,0.7);margin-top:8px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review-card{
  background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);
  border-radius:var(--radius-lg);padding:28px;position:relative;transition:var(--transition);
}
.review-card:hover{background:rgba(255,255,255,0.1);border-color:rgba(217,164,65,0.3);transform:translateY(-3px)}
.review-card .stars{display:flex;gap:4px;margin-bottom:14px;font-size:15px;color:var(--gold)}
.review-card .quote{font-size:14px;color:rgba(255,255,255,0.9);line-height:1.7;margin-bottom:18px}
.review-card .author{font-size:13px;color:rgba(255,255,255,0.6);display:flex;align-items:center;gap:8px}
.review-card .verified{
  position:absolute;top:20px;right:20px;
  background:rgba(62,124,79,0.25);color:#7FD4A0;
  font-size:11px;font-weight:600;padding:3px 12px;border-radius:999px;
}

.regions-section{background:var(--bg);padding:96px 0}
.regions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.region-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);
  overflow:hidden;transition:var(--transition);box-shadow:var(--shadow);
}
.region-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:var(--shadow-hover)}
.region-card .cover{position:relative;height:180px;overflow:hidden}
.region-card .cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.region-card:hover .cover img{transform:scale(1.05)}
.region-card .cover::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(16,39,31,0.35),transparent 55%)}
.badge-wrap{position:absolute;top:14px;left:14px;z-index:2;display:flex;gap:8px}
.region-card .body{padding:20px 22px 22px}
.region-card .body h3{font-size:18px;font-weight:800;color:var(--deep);display:flex;align-items:center;justify-content:space-between}
.region-card .body h3 .count{font-size:13px;font-weight:600;color:var(--gold-deep);background:rgba(217,164,65,0.12);padding:2px 12px;border-radius:999px}
.region-card .body p{font-size:13px;color:var(--muted);margin-top:8px;line-height:1.6}
.region-link{
  display:inline-flex;align-items:center;gap:4px;margin-top:14px;
  font-size:14px;font-weight:600;color:var(--primary);
  border-bottom:1px solid transparent;transition:var(--transition);
}
.region-link:hover{color:var(--gold-deep);border-color:var(--gold-deep)}

.tea-section{background:var(--surface-warm);padding:96px 0}
.tea-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tea-card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);
  overflow:hidden;transition:var(--transition);box-shadow:var(--shadow);
}
.tea-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:var(--shadow-hover)}
.tea-card .cover{height:150px;overflow:hidden;position:relative}
.tea-card .cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.tea-card:hover .cover img{transform:scale(1.05)}
.tea-card .body{padding:18px 18px 20px}
.tea-card .body h3{font-size:16px;font-weight:800;color:var(--deep);margin-bottom:4px}
.tea-card .origin{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:4px;margin-bottom:8px}
.tea-card .spec{font-size:13px;color:var(--ink);line-height:1.5;margin-bottom:12px}
.tea-card .price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}
.tea-card .price{font-size:17px;font-weight:800;color:var(--gold-deep)}
.tea-card .price small{font-size:12px;font-weight:500;color:var(--muted)}
.tea-btn{
  display:inline-flex;align-items:center;gap:4px;
  padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;
  background:rgba(217,164,65,0.12);color:var(--gold-deep);transition:var(--transition);
  border:1px solid transparent;
}
.tea-btn:hover{background:linear-gradient(135deg,#E0B452,#B7852F);color:#3A2A10;border-color:transparent}

.faq-section{background:var(--bg);padding:96px 0}
.faq-list{max-width:840px;margin:0 auto}
.faq-item{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);
  margin-bottom:14px;overflow:hidden;transition:var(--transition);
}
.faq-item:hover{border-color:var(--gold)}
.faq-item.open{border-color:var(--gold);box-shadow:var(--shadow)}
.faq-q{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:20px 24px;cursor:pointer;font-size:16px;font-weight:700;color:var(--deep);
  transition:var(--transition);
}
.faq-q .icon{
  width:28px;height:28px;border-radius:50%;flex-shrink:0;
  background:rgba(217,164,65,0.15);color:var(--gold-deep);
  display:flex;align-items:center;justify-content:center;
  font-size:16px;transition:transform 0.3s ease;
}
.faq-item.open .faq-q .icon{transform:rotate(45deg)}
.faq-a{
  max-height:0;overflow:hidden;transition:max-height 0.4s ease;
  padding:0 24px;color:var(--muted);font-size:15px;line-height:1.75;
}
.faq-item.open .faq-a{max-height:300px;padding-bottom:20px}

.cta-section{
  background:linear-gradient(120deg,#10271F,#1B3A2E);
  padding:90px 0;text-align:center;position:relative;overflow:hidden;
}
.cta-section::before{
  content:"";position:absolute;top:0;left:0;right:0;bottom:0;
  background:url('/assets/images/backpic/back-3.jpg') center/cover no-repeat;
  opacity:0.1;
}
.cta-section .container{position:relative;z-index:2}
.cta-section h2{font-size:36px;font-weight:800;color:#fff;margin-bottom:14px}
.cta-section p{font-size:16px;color:rgba(255,255,255,0.8);max-width:600px;margin:0 auto 36px}
.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cta-note{font-size:13px;color:rgba(255,255,255,0.5);margin-top:20px}

.site-footer{background:var(--deep-2);color:rgba(255,255,255,0.7);padding:64px 0 24px;border-top:1px solid rgba(217,164,65,0.2)}
.footer-grid{display:grid;grid-template-columns:1.4fr 0.8fr 1fr 1fr;gap:40px;margin-bottom:48px}
.footer-brand .logo-text{font-size:22px;margin-bottom:14px}
.footer-brand p{font-size:14px;line-height:1.7;color:rgba(255,255,255,0.6);max-width:320px}
.footer-col h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:16px}
.footer-col ul li{margin-bottom:10px}
.footer-col ul a{font-size:14px;color:rgba(255,255,255,0.6);transition:var(--transition)}
.footer-col ul a:hover{color:var(--gold)}
.footer-contact li{font-size:14px;color:rgba(255,255,255,0.6);display:flex;align-items:center;gap:8px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.1);padding-top:24px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  font-size:13px;color:rgba(255,255,255,0.4);
}

.fixed-bar{
  position:fixed;bottom:0;left:0;right:0;z-index:900;
  background:rgba(255,255,255,0.96);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-top:1px solid var(--line);
  padding:12px 24px;
  box-shadow:0 -4px 24px rgba(27,58,46,0.08);
}
.fixed-bar-inner{
  max-width:1200px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}
.fixed-bar .fb-left{display:flex;align-items:center;gap:12px}
.fixed-bar .fb-status{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--success)}
.fixed-bar .fb-status i{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 6px rgba(62,124,79,0.6)}
.fixed-bar .fb-text{font-size:14px;color:var(--ink)}
.fixed-bar .fb-btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#E0B452,#B7852F);color:#3A2A10;
  height:44px;padding:0 26px;border-radius:999px;
  font-size:14px;font-weight:700;transition:var(--transition);
  min-width:160px;
}
.fixed-bar .fb-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(183,133,47,0.35)}

@media (max-width:1024px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero{padding:130px 0 100px}
  .points-layout{grid-template-columns:1fr}
  .point-card-lg{min-height:340px}
  .regions-grid{grid-template-columns:repeat(2,1fr)}
  .tea-grid{grid-template-columns:repeat(2,1fr)}
  .proof-stats{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .nav-links{display:none}
  .nav-links.open{
    display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;
    background:rgba(16,39,31,0.97);padding:16px 24px;gap:4px;
    border-bottom:1px solid var(--line);
  }
  .nav-links.open a{padding:12px 16px;border-radius:10px;display:block}
  .nav-toggle{display:flex}
  .nav-status{display:none}
}
@media (max-width:767px){
  .section{padding:64px 0}
  .hero{padding:110px 0 72px}
  .hero h1{font-size:34px;line-height:1.25}
  .hero-sub{font-size:16px}
  .hero-stats{gap:16px}
  .hero-stat .num{font-size:26px}
  .scenario-grid{grid-template-columns:1fr}
  .steps-horizontal{grid-template-columns:repeat(2,1fr);gap:20px}
  .step-item::after{display:none}
  .proof-stats{grid-template-columns:1fr 1fr;gap:20px;padding-bottom:36px;margin-bottom:36px}
  .proof-stat .num{font-size:32px}
  .reviews-grid{grid-template-columns:1fr}
  .regions-grid{grid-template-columns:1fr}
  .tea-grid{grid-template-columns:1fr}
  .section-title{font-size:26px;line-height:1.35}
  .cta-section h2{font-size:28px}
  .footer-grid{grid-template-columns:1fr}
  .btn{width:100%;justify-content:center}
  .hero-actions .btn{width:auto;flex:1}
  .footer-bottom{flex-direction:column;text-align:center}
  .fixed-bar{padding:8px 16px}
  .fixed-bar .fb-text{display:none}
  .fixed-bar .fb-status{font-size:12px}
  .fixed-bar .fb-btn{min-width:160px;height:40px}
  body{padding-bottom:64px}
}
@media (max-width:520px){
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .hero-stat .num{font-size:22px}
  .footer-bottom{font-size:12px}
}

/* roulang page: category1 */
:root {
  --primary: #1B3A2E;
  --deep: #10271F;
  --gold: #D9A441;
  --gold-deep: #B7852F;
  --gold-light: #F0E4CD;
  --bg: #F6F2EB;
  --surface: #FFFFFF;
  --surface-warm: #FBF6EC;
  --ink: #24352D;
  --muted: #6B7A70;
  --line: #E2D7C0;
  --green: #3E7C4F;
  --green-bg: rgba(62, 124, 79, 0.12);
  --radius-lg: 28px;
  --radius-md: 16px;
  --radius-sm: 14px;
  --radius-pill: 999px;
  --shadow: 0 8px 24px rgba(27, 58, 46, 0.08);
  --shadow-hover: 0 18px 48px rgba(27, 58, 46, 0.16);
  --shadow-focus: 0 0 0 4px rgba(217, 164, 65, 0.22);
  --grad-cta: linear-gradient(135deg, #E0B452 0%, #B7852F 100%);
  --grad-hero: linear-gradient(140deg, #10271F 0%, #1B3A2E 55%, #1E4235 100%);
  --grad-footer: linear-gradient(120deg, #10271F, #1B3A2E);
  --container-w: 1200px;
  --header-h: 76px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "HarmonyOS Sans SC", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--bg);
  padding-bottom: 76px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
input, select, textarea { font-family: inherit; }
.container { max-width: var(--container-w); margin: 0 auto; padding: 0 24px; }
.gold-text { color: var(--gold); }

/* ===== 按钮 ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  padding: 0 28px;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-weight: 600;
  transition: all .25s ease;
  white-space: nowrap;
  border: 1.5px solid transparent;
}
.btn-primary {
  background: var(--grad-cta);
  color: #3A2605;
  box-shadow: 0 4px 14px rgba(183, 133, 47, 0.3);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(183, 133, 47, 0.4);
  filter: brightness(1.05);
}
.btn-primary:active { transform: translateY(0); }
.btn-primary:focus-visible { outline: none; box-shadow: var(--shadow-focus); }
.btn-outline {
  background: var(--surface);
  border-color: var(--gold-deep);
  color: var(--primary);
}
.btn-outline:hover {
  background: var(--gold-light);
  border-color: var(--gold-deep);
  transform: translateY(-2px);
}
.btn-outline:active { transform: translateY(0); }
.btn-outline:focus-visible { outline: none; box-shadow: var(--shadow-focus); }
.btn-block { width: 100%; }
.btn-lg { height: 58px; padding: 0 38px; font-size: 17px; }
.btn-sm { height: 44px; padding: 0 20px; font-size: 15px; }
.btn-white {
  background: #FFFDF8;
  color: var(--primary);
  border: 1px solid rgba(255,255,255,0.2);
}
.btn-white:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ===== 导航 ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(16, 39, 31, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 164, 65, 0.25);
  height: var(--header-h);
}
.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-text { font-size: 20px; font-weight: 800; color: #fff; letter-spacing: .5px; }
.logo-badge {
  background: var(--grad-cta);
  color: #3A2605;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  letter-spacing: .5px;
}
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  transition: all .25s ease;
  position: relative;
}
.nav-links a:hover { color: var(--gold); background: rgba(217,164,65,0.08); }
.nav-links a.active { color: var(--gold); font-weight: 600; }
.nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.nav-right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  background: rgba(62,124,79,0.25);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
}
.nav-status i {
  width: 7px;
  height: 7px;
  background: #6FD08C;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(111,208,140,0.5); }
  50% { opacity: .7; box-shadow: 0 0 0 5px rgba(111,208,140,0); }
}
.nav-cta {
  background: var(--grad-cta);
  color: #3A2605;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  transition: all .25s ease;
  box-shadow: 0 2px 10px rgba(183,133,47,0.35);
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(183,133,47,0.45); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all .3s ease;
}

/* ===== 分类 Hero ===== */
.category-hero {
  position: relative;
  background: var(--grad-hero);
  padding: 140px 0 64px;
  overflow: hidden;
}
.category-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16,39,31,0.92) 0%, rgba(16,39,31,0.72) 60%, rgba(16,39,31,0.5) 100%);
  z-index: 1;
}
.category-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.category-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}
.breadcrumb a { color: rgba(255,255,255,0.8); transition: color .2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { opacity: .5; }
.category-hero-content h1 {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
}
.category-hero-desc {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
}
.category-hero-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-stat {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(217,164,65,0.2);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  backdrop-filter: blur(6px);
  transition: all .3s ease;
}
.hero-stat:hover { background: rgba(255,255,255,0.12); border-color: rgba(217,164,65,0.4); transform: translateY(-2px); }
.hero-stat .stat-num {
  font-size: 36px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  min-width: 90px;
}
.hero-stat .stat-label { font-size: 14px; color: rgba(255,255,255,0.75); }

/* ===== 筛选栏 ===== */
.filter-section {
  padding: 40px 0 8px;
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  transition: all .25s ease;
  cursor: pointer;
}
.filter-btn:hover { border-color: var(--gold); color: var(--gold-deep); }
.filter-btn.active {
  background: var(--grad-cta);
  border-color: transparent;
  color: #3A2605;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(183,133,47,0.35);
}

/* ===== 工作室列表 ===== */
.studio-section { padding: 32px 0 16px; }
.studio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.studio-card {
  background: var(--surface);
  border: 1px solid #E7DDCA;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}
.studio-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: var(--shadow-hover);
}
.studio-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.studio-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.studio-card:hover .studio-card-img img { transform: scale(1.04); }
.studio-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16,39,31,0.35) 0%, transparent 60%);
}
.studio-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: var(--grad-cta);
  color: #3A2605;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.studio-badge.green {
  background: var(--green-bg);
  color: #2E6B3E;
  border: 1px solid rgba(62,124,79,0.3);
  backdrop-filter: blur(4px);
  left: auto;
  right: 14px;
}
.studio-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.studio-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.studio-card-head h3 { font-size: 20px; font-weight: 700; color: var(--ink); }
.region-badge {
  background: var(--surface-warm);
  border: 1px solid var(--line);
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
}
.studio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.studio-tags li {
  background: var(--bg);
  border-radius: var(--radius-pill);
  font-size: 13px;
  padding: 4px 12px;
  color: var(--muted);
}
.studio-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line);
}
.rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-deep);
  font-weight: 700;
  font-size: 15px;
}
.rating i { color: var(--gold); }
.price { font-size: 14px; color: var(--muted); }
.price b { color: var(--ink); font-size: 16px; }
.studio-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  flex: 1;
  margin-bottom: 18px;
}

/* ===== 分页器 ===== */
.pagination-section { padding: 24px 0 48px; }
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  transition: all .25s ease;
}
.page-link:hover { border-color: var(--gold); color: var(--gold-deep); box-shadow: var(--shadow); }
.page-link.active {
  background: var(--grad-cta);
  border-color: transparent;
  color: #3A2605;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(183,133,47,0.3);
}
.page-link.next { display: inline-flex; align-items: center; gap: 4px; }
.page-link.next i { font-size: 12px; }

/* ===== SEO 文本块 ===== */
.seo-block {
  background: var(--surface-warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 56px 0;
}
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.seo-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 10px;
}
.seo-text h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.seo-text p { font-size: 14px; line-height: 1.8; color: var(--muted); }

/* ===== 茶叶外卖 ===== */
.tea-section { padding: 72px 0; }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}
.section-head h2 { font-size: 34px; font-weight: 800; color: var(--ink); line-height: 1.3; }
.section-head .sub { font-size: 16px; color: var(--muted); margin-top: 8px; }
.section-link {
  color: var(--gold-deep);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all .25s ease;
  flex-shrink: 0;
}
.section-link:hover { gap: 10px; color: var(--primary); }
.tea-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tea-card {
  background: var(--surface);
  border: 1px solid #E7DDCA;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all .3s ease;
}
.tea-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--shadow-hover); }
.tea-card-img {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.tea-card-img img { width: 100%; height: 100%; object-fit: cover; }
.tea-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16,39,31,0.25) 0%, transparent 50%);
}
.tea-card-body { padding: 18px 20px 20px; }
.tea-card-body h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.tea-origin { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.tea-flavor {
  font-size: 13px;
  color: var(--primary);
  background: var(--surface-warm);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 12px;
}
.tea-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.tea-price { font-size: 15px; color: var(--gold-deep); font-weight: 700; }
.tea-price span { font-size: 13px; color: var(--muted); font-weight: 400; }
.tea-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  transition: all .25s ease;
}
.tea-btn:hover { background: var(--deep); gap: 10px; box-shadow: 0 6px 16px rgba(27,58,46,0.25); }

/* ===== FAQ ===== */
.faq-section {
  background: var(--surface);
  padding: 72px 0;
}
.faq-wrap { max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  transition: all .3s ease;
  overflow: hidden;
}
.faq-item.active { border-color: var(--gold); box-shadow: var(--shadow); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: color .25s ease;
  width: 100%;
  text-align: left;
}
.faq-question:hover { color: var(--gold-deep); }
.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--primary);
  transition: all .3s ease;
}
.faq-item.active .faq-icon { transform: rotate(45deg); background: var(--gold); color: #3A2605; }
.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .3s ease;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}
.faq-item.active .faq-answer { max-height: 300px; padding: 0 24px 22px; }

/* ===== 收尾 CTA ===== */
.final-cta {
  position: relative;
  background: var(--grad-footer);
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217,164,65,0.6), transparent);
}
.final-cta h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.3;
}
.final-cta p {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.8;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cta-note { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,0.5); }

/* ===== 页脚 ===== */
.site-footer {
  background: #0E221B;
  border-top: 1px solid rgba(217,164,65,0.3);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo-text {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.footer-brand p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.55); }
.footer-col h4 {
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: .5px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  transition: all .25s ease;
}
.footer-col ul a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact li {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-contact li i { color: var(--gold); width: 16px; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom span { font-size: 13px; color: rgba(255,255,255,0.35); }

/* ===== 底部固定条 ===== */
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 20px rgba(16,39,31,0.08);
}
.bottom-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 24px;
  min-height: 64px;
}
.bottom-bar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.bottom-bar-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--green-bg);
  border: 1px solid rgba(62,124,79,0.3);
  color: #2E6B3E;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}
.bottom-bar-badge i {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
  .category-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .category-hero-stats { flex-direction: row; flex-wrap: wrap; }
  .hero-stat { flex: 1; min-width: 160px; }
  .tea-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-links { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; background: rgba(16,39,31,0.97); flex-direction: column; padding: 16px 24px; gap: 4px; border-bottom: 1px solid rgba(217,164,65,0.3); }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; padding: 12px; }
  .nav-toggle { display: flex; }
  .seo-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 767px) {
  body { padding-bottom: 64px; }
  .category-hero { padding: 110px 0 48px; }
  .category-hero-content h1 { font-size: 30px; }
  .header-inner { gap: 12px; }
  .logo-text { font-size: 17px; }
  .logo-badge { font-size: 11px; padding: 2px 8px; }
  .nav-status { display: none; }
  .nav-cta { padding: 8px 16px; font-size: 13px; }
  .filter-bar { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
  .filter-btn { flex-shrink: 0; padding: 8px 16px; font-size: 13px; }
  .studio-grid { grid-template-columns: 1fr; gap: 20px; }
  .studio-card-img { height: 200px; }
  .tea-grid { grid-template-columns: 1fr; gap: 16px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .section-head h2 { font-size: 26px; }
  .final-cta h2 { font-size: 28px; }
  .cta-buttons .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { justify-content: center; text-align: center; }
  .bottom-bar-inner { padding: 10px 16px; min-height: 58px; }
  .bottom-bar-left { font-size: 13px; gap: 8px; }
  .bottom-bar-badge { display: none; }
  .bottom-bar .btn-sm { min-width: 160px; height: 40px; font-size: 14px; }
  .hero-stat { flex-direction: column; align-items: flex-start; gap: 8px; padding: 14px; }
  .hero-stat .stat-num { font-size: 28px; min-width: auto; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .studio-grid { grid-template-columns: 1fr 1fr; }
  .tea-grid { grid-template-columns: repeat(2, 1fr); }
}
