/* roulang page: index */
:root{
      --plum:#351225;
      --plum-2:#4a1935;
      --plum-3:#24101b;
      --orange:#ff6a2a;
      --cream:#fff3df;
      --mint:#22d39b;
      --ink:#171016;
      --muted:#7a6974;
      --line:rgba(53,18,37,.16);
      --soft:rgba(255,243,223,.86);
      --shadow:0 14px 0 rgba(53,18,37,.10),0 24px 50px rgba(53,18,37,.16);
      --radius:26px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      line-height:1.7;
      background:
        radial-gradient(circle at 10% 10%, rgba(255,106,42,.14), transparent 20%),
        radial-gradient(circle at 90% 12%, rgba(34,211,155,.13), transparent 18%),
        linear-gradient(180deg, #2b0f1f 0%, #381427 30%, #f7ebd7 30%, #fff7eb 100%);
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.06;
      background-image:linear-gradient(90deg, rgba(53,18,37,.6) 1px, transparent 1px), linear-gradient(rgba(53,18,37,.6) 1px, transparent 1px);
      background-size:22px 22px;
      mix-blend-mode:multiply;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,106,42,.22);color:var(--plum)}
    .container{
      width:min(100%, 1200px);
      margin:0 auto;
      padding:0 18px;
      position:relative;
      z-index:1;
    }
    .topbar{
      background:linear-gradient(90deg, #ff6a2a 0%, #ff8b4f 55%, #ffd0a8 100%);
      color:var(--plum);
      border-bottom:1px solid rgba(53,18,37,.16);
    }
    .topbar-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:10px 0;
      font-size:13px;
      font-weight:700;
    }
    .burst{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 12px;
      background:var(--plum);
      color:#fff3df;
      border-radius:999px;
      box-shadow:0 8px 0 rgba(53,18,37,.08);
      font-size:12px;
      letter-spacing:.02em;
      white-space:nowrap;
    }
    .burst-mark{
      width:8px;height:8px;border-radius:999px;background:var(--mint);
      box-shadow:0 0 0 4px rgba(34,211,155,.16);
    }
    header.site-header{
      position:sticky;
      top:0;
      z-index:60;
      background:rgba(53,18,37,.98);
      border-bottom:1px solid rgba(255,243,223,.14);
      box-shadow:0 10px 30px rgba(14,7,12,.16);
    }
    .nav-wrap{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      min-height:76px;
      gap:16px;
    }
    .nav-side{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:0;
    }
    .nav-left{justify-content:flex-start}
    .nav-right{justify-content:flex-end}
    .nav-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      color:#f8ead7;
      font-weight:700;
      font-size:14px;
      transition:transform .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease;
    }
    .nav-link:hover,.nav-link:focus-visible{
      background:rgba(255,243,223,.08);
      transform:translateY(-1px);
      outline:none;
      box-shadow:0 0 0 1px rgba(255,243,223,.12) inset;
    }
    .nav-link.active{
      background:var(--cream);
      color:var(--plum);
      box-shadow:0 10px 0 rgba(255,243,223,.08);
    }
    .nav-link.active .dot{background:var(--mint)}
    .dot{
      width:8px;height:8px;border-radius:999px;background:var(--orange);
      flex:0 0 auto;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:10px 18px;
      background:linear-gradient(180deg, rgba(255,243,223,.12), rgba(255,243,223,.04));
      border:1px solid rgba(255,243,223,.16);
      border-radius:999px;
      color:#fff8ef;
      font-weight:900;
      letter-spacing:.04em;
      text-align:center;
      box-shadow:0 12px 0 rgba(0,0,0,.08);
      white-space:nowrap;
    }
    .brand span{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:36px;
      height:24px;
      padding:0 10px;
      border-radius:999px;
      background:var(--orange);
      color:#fff;
      font-size:12px;
      letter-spacing:.08em;
      box-shadow:0 0 0 4px rgba(255,106,42,.18);
    }
    .menu-btn{
      display:none;
      align-items:center;
      justify-content:center;
      width:46px;height:46px;
      border-radius:14px;
      border:1px solid rgba(255,243,223,.14);
      background:rgba(255,243,223,.06);
      color:#fff3df;
      transition:background-color .2s ease, transform .2s ease;
    }
    .menu-btn:hover{transform:translateY(-1px);background:rgba(255,243,223,.1)}
    .menu-panel{
      display:none;
      border-top:1px solid rgba(255,243,223,.12);
      background:#2f1121;
    }
    .menu-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:16px 18px;
      color:#fff5e8;
      font-weight:700;
      border-bottom:1px solid rgba(255,243,223,.08);
    }
    .menu-panel a:hover{background:rgba(255,243,223,.05)}
    .page-section{
      padding:34px 0;
    }
    .section-title{
      display:flex;
      flex-wrap:wrap;
      align-items:end;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .section-title h2{
      margin:0;
      font-size:clamp(24px, 3vw, 40px);
      line-height:1.1;
      font-weight:900;
      letter-spacing:-.03em;
      color:var(--plum);
    }
    .section-title p{
      margin:0;
      max-width:720px;
      color:var(--muted);
      font-size:15px;
    }
    .panel{
      background:rgba(255,247,235,.96);
      border:1px solid rgba(53,18,37,.12);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
    }
    .panel-dark{
      background:linear-gradient(180deg, #3e142d 0%, #2f1121 100%);
      color:#fff8ef;
      border:1px solid rgba(255,243,223,.12);
      box-shadow:0 16px 0 rgba(16,7,12,.16), 0 26px 60px rgba(16,7,12,.22);
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      letter-spacing:.02em;
      background:rgba(255,106,42,.12);
      color:var(--plum);
      border:1px solid rgba(255,106,42,.22);
    }
    .tag.mint{
      background:rgba(34,211,155,.12);
      border-color:rgba(34,211,155,.26);
      color:#167b5b;
    }
    .tag.plum{
      background:rgba(53,18,37,.08);
      border-color:rgba(53,18,37,.12);
      color:var(--plum);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:48px;
      padding:0 18px;
      border-radius:999px;
      font-weight:800;
      font-size:14px;
      transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
      border:1px solid transparent;
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-primary{
      background:var(--orange);
      color:#fff;
      box-shadow:0 12px 0 rgba(255,106,42,.18);
    }
    .btn-primary:hover,.btn-primary:focus-visible{
      transform:translateY(-2px);
      background:#eb5a1f;
      outline:none;
    }
    .btn-secondary{
      background:var(--cream);
      color:var(--plum);
      border-color:rgba(53,18,37,.16);
      box-shadow:0 10px 0 rgba(53,18,37,.08);
    }
    .btn-secondary:hover,.btn-secondary:focus-visible{
      transform:translateY(-2px);
      border-color:var(--orange);
      outline:none;
    }
    .btn-ghost{
      background:transparent;
      color:#fff3df;
      border-color:rgba(255,243,223,.18);
    }
    .btn-ghost:hover,.btn-ghost:focus-visible{
      transform:translateY(-2px);
      border-color:var(--mint);
      outline:none;
    }
    .card{
      position:relative;
      border-radius:28px;
      border:1px solid rgba(53,18,37,.14);
      background:rgba(255,248,239,.98);
      box-shadow:var(--shadow);
      transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
      overflow:hidden;
    }
    .card:hover{
      transform:translateY(-4px) rotate(-.3deg);
      border-color:var(--orange);
      box-shadow:0 18px 0 rgba(53,18,37,.12), 0 28px 56px rgba(53,18,37,.18);
    }
    .card-header{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      margin-bottom:12px;
    }
    .card-title{
      margin:0;
      font-weight:900;
      letter-spacing:-.02em;
      color:var(--plum);
      line-height:1.25;
    }
    .card-desc{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.75;
    }
    .card-foot{
      margin-top:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding-top:14px;
      border-top:1px dashed rgba(53,18,37,.12);
    }
    .small-note{
      font-size:12px;
      color:var(--muted);
    }
    .pill-list{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 12px;
      border-radius:999px;
      background:#fff8ee;
      border:1px solid rgba(53,18,37,.12);
      color:var(--plum);
      font-size:12px;
      font-weight:800;
      box-shadow:0 6px 0 rgba(53,18,37,.05);
    }
    .pill .mini-dot{
      width:8px;height:8px;border-radius:999px;background:var(--mint);
    }
    .hero{
      padding:26px 0 28px;
    }
    .hero-shell{
      position:relative;
      border-radius:34px;
      overflow:hidden;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,106,42,.22), transparent 24%),
        radial-gradient(circle at 86% 18%, rgba(34,211,155,.14), transparent 18%),
        linear-gradient(135deg, #3f142d 0%, #2d0f20 45%, #4d1a37 100%);
      color:#fff8ef;
      border:1px solid rgba(255,243,223,.12);
      box-shadow:0 18px 0 rgba(53,18,37,.12), 0 34px 70px rgba(27,10,18,.24);
    }
    .hero-shell::after{
      content:"";
      position:absolute;
      inset:0;
      background-image:linear-gradient(135deg, rgba(255,255,255,.07) 0%, transparent 20%, transparent 80%, rgba(255,255,255,.06) 100%);
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:26px;
      align-items:stretch;
      padding:28px;
    }
    .hero-copy{
      display:flex;
      flex-direction:column;
      justify-content:center;
      gap:18px;
      position:relative;
      z-index:1;
    }
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      width:fit-content;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(255,243,223,.1);
      color:#fff6e8;
      border:1px solid rgba(255,243,223,.16);
      font-size:13px;
      font-weight:800;
    }
    .hero-kicker .dot{background:var(--mint)}
    .hero h1{
      margin:0;
      font-size:clamp(34px, 5vw, 58px);
      line-height:1.02;
      letter-spacing:-.05em;
      font-weight:900;
      max-width:11ch;
    }
    .hero-sub{
      margin:0;
      max-width:56ch;
      color:rgba(255,243,223,.86);
      font-size:16px;
      line-height:1.9;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }
    .hero-meta{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .meta-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(255,243,223,.08);
      border:1px solid rgba(255,243,223,.12);
      color:#fff6e8;
      font-size:12px;
      font-weight:800;
    }
    .hero-visual{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr;
      gap:14px;
    }
    .hero-matrix{
      padding:18px;
      border-radius:30px;
      background:rgba(255,243,223,.95);
      color:var(--ink);
      border:1px solid rgba(255,243,223,.4);
      box-shadow:var(--shadow);
    }
    .hero-matrix-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .hero-matrix h3{
      margin:0;
      font-size:18px;
      color:var(--plum);
      font-weight:900;
    }
    .hero-matrix p{
      margin:6px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .burst-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:10px 12px;
      min-width:78px;
      border-radius:18px 28px 22px 30px;
      background:var(--orange);
      color:#fff;
      font-weight:900;
      font-size:12px;
      box-shadow:0 14px 0 rgba(255,106,42,.18);
      transform:rotate(-8deg);
    }
    .matrix-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:10px;
    }
    .matrix-item{
      padding:14px;
      border-radius:18px;
      background:#fff;
      border:1px solid rgba(53,18,37,.12);
      box-shadow:0 8px 0 rgba(53,18,37,.05);
      min-height:92px;
    }
    .matrix-item .label{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:12px;
      font-weight:900;
      color:var(--plum);
      margin-bottom:8px;
    }
    .matrix-item .label i{
      width:8px;height:8px;border-radius:999px;background:var(--mint);display:inline-block;
    }
    .matrix-item strong{
      display:block;
      font-size:14px;
      color:var(--plum);
      margin-bottom:4px;
      line-height:1.35;
    }
    .matrix-item span{
      display:block;
      font-size:12px;
      color:var(--muted);
      line-height:1.6;
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:10px;
      padding:16px;
      border-radius:24px;
      background:linear-gradient(180deg, #2a0d1d 0%, #1d0a14 100%);
      border:1px solid rgba(255,243,223,.12);
      box-shadow:0 14px 0 rgba(9,4,7,.2);
    }
    .countdown-box{
      min-height:82px;
      border-radius:18px;
      border:1px solid rgba(255,106,42,.34);
      background:rgba(255,243,223,.04);
      color:#fff7ed;
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      text-align:center;
      gap:4px;
    }
    .countdown-box strong{
      font-size:28px;
      line-height:1;
      color:var(--cream);
      font-weight:900;
      letter-spacing:-.03em;
    }
    .countdown-box span{
      font-size:12px;
      color:rgba(255,243,223,.76);
      font-weight:700;
    }
    .privacy-card{
      padding:18px;
      border-radius:24px;
      background:#fff7eb;
      border:1px solid rgba(53,18,37,.12);
      box-shadow:0 10px 0 rgba(53,18,37,.06);
    }
    .privacy-card h4{
      margin:0 0 10px;
      color:var(--plum);
      font-size:16px;
      font-weight:900;
    }
    .privacy-list{
      display:grid;
      gap:10px;
    }
    .privacy-list li{
      list-style:none;
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .privacy-list li::before{
      content:"";
      width:10px;height:10px;
      margin-top:5px;
      border-radius:999px;
      background:var(--mint);
      box-shadow:0 0 0 4px rgba(34,211,155,.12);
      flex:0 0 auto;
    }
    .hero-shadow-note{
      position:absolute;
      left:24px;
      bottom:18px;
      z-index:2;
      padding:10px 14px;
      border-radius:999px;
      background:rgba(255,243,223,.12);
      color:#fff4e3;
      border:1px solid rgba(255,243,223,.14);
      font-size:12px;
      font-weight:800;
    }
    .idea-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:16px;
    }
    .idea-card{
      padding:22px;
      border-radius:28px;
      background:linear-gradient(180deg, rgba(255,248,239,.98), rgba(255,243,223,.96));
      border:1px solid rgba(53,18,37,.12);
      box-shadow:0 12px 0 rgba(53,18,37,.08);
      min-height:186px;
    }
    .idea-card .index{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:40px;height:40px;
      border-radius:14px;
      background:var(--plum);
      color:#fff3df;
      font-weight:900;
      box-shadow:0 10px 0 rgba(53,18,37,.08);
      margin-bottom:14px;
    }
    .idea-card h3{
      margin:0 0 10px;
      color:var(--plum);
      font-size:18px;
      font-weight:900;
    }
    .idea-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .feature-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .feature-main{
      padding:24px;
      min-height:100%;
    }
    .feature-main h3{
      margin:0 0 10px;
      font-size:26px;
      color:var(--plum);
      font-weight:900;
      line-height:1.2;
    }
    .feature-main .lead{
      margin:0 0 18px;
      color:var(--muted);
      font-size:15px;
      line-height:1.85;
    }
    .feature-main .callout{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:18px 0 0;
    }
    .feature-side{
      display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));
      gap:14px;
    }
    .mini-card{
      padding:18px;
      min-height:154px;
    }
    .mini-card h4{
      margin:0 0 8px;
      color:var(--plum);
      font-size:16px;
      font-weight:900;
      line-height:1.3;
    }
    .mini-card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }
    .strip-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      padding-top:16px;
      margin-top:16px;
      border-top:1px dashed rgba(53,18,37,.14);
    }
    .feed-grid{
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:18px;
      align-items:stretch;
    }
    .feed-list{
      display:grid;
      gap:12px;
    }
    .feed-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px 16px;
      border-radius:20px;
      background:#fff8ee;
      border:1px solid rgba(53,18,37,.12);
      transition:transform .2s ease, border-color .2s ease;
    }
    .feed-item:hover{
      transform:translateY(-2px);
      border-color:var(--orange);
    }
    .feed-no{
      width:34px;height:34px;
      border-radius:12px;
      background:var(--plum);
      color:#fff3df;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      box-shadow:0 10px 0 rgba(53,18,37,.08);
      flex:0 0 auto;
    }
    .feed-item h4{
      margin:0 0 4px;
      color:var(--plum);
      font-size:15px;
      font-weight:900;
      line-height:1.35;
    }
    .feed-item p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.65;
    }
    .feed-side{
      display:grid;
      gap:14px;
    }
    .side-note{
      padding:20px;
      border-radius:24px;
      background:linear-gradient(180deg, #fff8ef 0%, #fff1dd 100%);
      border:1px solid rgba(53,18,37,.12);
      box-shadow:0 10px 0 rgba(53,18,37,.06);
    }
    .side-note h4{
      margin:0 0 10px;
      color:var(--plum);
      font-size:16px;
      font-weight:900;
    }
    .side-note p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.85;
    }
    .timeline{
      display:grid;
      gap:12px;
    }
    .timeline-row{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:12px;
      align-items:flex-start;
      padding:14px 16px;
      border-radius:20px;
      background:#fff;
      border:1px solid rgba(53,18,37,.12);
      box-shadow:0 8px 0 rgba(53,18,37,.05);
    }
    .timeline-mark{
      width:14px;height:14px;
      margin-top:4px;
      border-radius:999px;
      background:var(--mint);
      box-shadow:0 0 0 5px rgba(34,211,155,.12);
    }
    .timeline-row strong{
      display:block;
      color:var(--plum);
      font-size:15px;
      margin-bottom:3px;
    }
    .timeline-row span{
      display:block;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .trust-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:14px;
    }
    .trust-card{
      padding:20px 18px;
      text-align:left;
      min-height:150px;
    }
    .trust-icon{
      width:42px;height:42px;
      border-radius:14px;
      background:rgba(34,211,155,.12);
      border:1px solid rgba(34,211,155,.24);
      display:flex;
      align-items:center;
      justify-content:center;
      color:#14916c;
      font-weight:900;
      margin-bottom:12px;
      box-shadow:0 10px 0 rgba(34,211,155,.08);
    }
    .trust-card h4{
      margin:0 0 8px;
      color:var(--plum);
      font-size:16px;
      font-weight:900;
    }
    .trust-card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
    }
    .age-banner{
      margin-top:16px;
      padding:16px 18px;
      border-radius:22px;
      background:linear-gradient(90deg, rgba(255,106,42,.12), rgba(34,211,155,.12));
      border:1px solid rgba(53,18,37,.12);
      color:var(--plum);
      font-weight:800;
      line-height:1.8;
    }
    .faq-wrap{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    details.faq-item{
      border-radius:22px;
      background:rgba(255,248,239,.98);
      border:1px solid rgba(53,18,37,.12);
      box-shadow:0 10px 0 rgba(53,18,37,.05);
      overflow:hidden;
    }
    details.faq-item[open]{
      border-color:rgba(255,106,42,.28);
    }
    summary.faq-q{
      list-style:none;
      cursor:pointer;
      padding:18px 20px;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      color:var(--plum);
      font-weight:900;
      font-size:16px;
    }
    summary.faq-q::-webkit-details-marker{display:none}
    .faq-a{
      padding:0 20px 18px;
      color:var(--muted);
      font-size:14px;
      line-height:1.9;
    }
    .faq-toggle{
      flex:0 0 auto;
      width:28px;height:28px;
      border-radius:10px;
      background:rgba(255,106,42,.12);
      border:1px solid rgba(255,106,42,.22);
      color:var(--orange);
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      transition:transform .2s ease;
    }
    details[open] .faq-toggle{transform:rotate(45deg)}
    .subscribe-shell{
      display:grid;
      grid-template-columns:1fr .95fr;
      gap:18px;
      padding:24px;
    }
    .subscribe-copy h2{
      margin:0 0 12px;
      font-size:clamp(26px, 4vw, 42px);
      line-height:1.08;
      color:var(--plum);
      font-weight:900;
      letter-spacing:-.04em;
    }
    .subscribe-copy p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:15px;
      line-height:1.9;
      max-width:54ch;
    }
    .subscribe-note{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .form-card{
      padding:20px;
      border-radius:26px;
      background:linear-gradient(180deg, #fffdf8 0%, #fff3df 100%);
      border:1px solid rgba(53,18,37,.12);
      box-shadow:0 12px 0 rgba(53,18,37,.08);
    }
    .field{
      display:grid;
      gap:8px;
      margin-bottom:14px;
    }
    .field label{
      font-size:13px;
      font-weight:800;
      color:var(--plum);
    }
    .field input,.field select{
      width:100%;
      min-height:48px;
      padding:0 14px;
      border-radius:16px;
      border:1px solid rgba(53,18,37,.16);
      background:#fff;
      color:var(--ink);
      outline:none;
      transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .field input:focus,.field select:focus{
      border-color:var(--orange);
      box-shadow:0 0 0 4px rgba(255,106,42,.14);
    }
    .inline-hint{
      margin-top:10px;
      color:var(--muted);
      font-size:12px;
      line-height:1.7;
    }
    footer.site-footer{
      margin-top:36px;
      background:linear-gradient(180deg, #2e1020 0%, #220c18 100%);
      color:#fff5e9;
      border-top:1px solid rgba(255,243,223,.12);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr .8fr;
      gap:18px;
      padding:34px 0;
    }
    .footer-brand{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .footer-brand .logo{
      font-size:22px;
      font-weight:900;
      line-height:1.2;
    }
    .footer-brand p{
      margin:0;
      color:rgba(255,243,223,.78);
      font-size:14px;
      line-height:1.9;
      max-width:34ch;
    }
    .footer-col h4{
      margin:0 0 12px;
      color:#fff8ef;
      font-size:15px;
      font-weight:900;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,243,223,.82);
      font-size:13px;
      transition:color .2s ease, transform .2s ease;
    }
    .footer-links a:hover,.footer-links a:focus-visible{
      color:#fff;
      transform:translateX(2px);
      outline:none;
    }
    .footer-bottom{
      padding:16px 0 26px;
      border-top:1px solid rgba(255,243,223,.12);
      color:rgba(255,243,223,.68);
      font-size:12px;
      line-height:1.8;
    }
    .footer-bottom a{color:#fff}
    .foot-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,106,42,.12);
      border:1px solid rgba(255,106,42,.22);
      color:#ffd9c4;
      font-weight:800;
      font-size:12px;
      width:fit-content;
    }
    .sep{
      height:1px;
      background:rgba(53,18,37,.12);
      margin:18px 0;
    }
    .mobile-only{display:none}
    .desktop-only{display:flex}
    @media (max-width: 1024px){
      .hero-grid,.feature-grid,.feed-grid,.subscribe-shell,.footer-grid{
        grid-template-columns:1fr;
      }
      .trust-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
      .idea-grid{grid-template-columns:1fr}
      .feature-side{grid-template-columns:repeat(2, minmax(0,1fr))}
      .nav-wrap{grid-template-columns:auto 1fr auto}
      .nav-left,.nav-right{display:none}
      .menu-btn{display:inline-flex}
      .desktop-only{display:none}
      .mobile-only{display:block}
      .hero h1{max-width:none}
    }
    @media (max-width: 640px){
      body{background:
        radial-gradient(circle at 10% 8%, rgba(255,106,42,.14), transparent 20%),
        linear-gradient(180deg, #2b0f1f 0%, #391428 24%, #fff7eb 24%, #fff7eb 100%);
      }
      .container{padding:0 16px}
      .topbar-inner{flex-direction:column;align-items:flex-start;padding:10px 0}
      .nav-wrap{min-height:68px}
      .brand{font-size:14px;padding:9px 14px}
      .hero-grid,.subscribe-shell,.feature-grid,.feed-grid{padding:18px}
      .hero-grid{gap:18px}
      .hero-shell{border-radius:28px}
      .hero{padding-top:18px}
      .hero h1{font-size:clamp(30px, 10vw, 44px)}
      .hero-sub{font-size:15px}
      .hero-actions,.hero-meta,.subscribe-note,.strip-tags,.pill-list{gap:8px}
      .matrix-grid,.feature-side,.trust-grid{grid-template-columns:1fr}
      .countdown{grid-template-columns:1fr 1fr 1fr}
      .idea-card,.card,.panel,.panel-dark,.card,.mini-card,.feed-item,.timeline-row,.trust-card,.form-card,.privacy-card{
        border-radius:22px;
      }
      .section-title h2{font-size:26px}
      summary.faq-q{padding:16px 16px}
      .faq-a{padding:0 16px 16px}
      .footer-grid{gap:16px}
    }

/* roulang page: category1 */
:root{
      --wine:#351225;
      --wine-2:#4a1734;
      --ink:#171016;
      --cream:#FFF3DF;
      --cream-2:#F9EAD2;
      --coral:#FF6A2A;
      --mint:#22D39B;
      --muted:#7A6974;
      --line:#E7D7C1;
      --shadow-hard:0 14px 0 rgba(53,18,37,.10), 0 24px 50px rgba(53,18,37,.16);
      --shadow-soft:0 14px 30px rgba(53,18,37,.10);
      --radius:26px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(1200px 620px at 10% -10%, rgba(255,106,42,.16), transparent 55%),
        radial-gradient(800px 500px at 90% 4%, rgba(34,211,155,.10), transparent 50%),
        linear-gradient(180deg, #351225 0 12%, #fff8ef 12% 100%);
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size: 32px 32px;
      opacity:.15;
      mix-blend-mode:soft-light;
    }
    a{ color:inherit; text-decoration:none; }
    img{ max-width:100%; display:block; }
    button,input,select,textarea{ font:inherit; }
    ::selection{ background:rgba(255,106,42,.22); }

    .container{ width:min(1280px, calc(100% - 32px)); margin:0 auto; }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(53,18,37,.98);
      border-bottom:1px solid rgba(255,243,223,.12);
    }
    .top-strip{
      position:relative;
      z-index:55;
      background:linear-gradient(90deg, #FF6A2A 0%, #ff7a43 50%, #ff8a57 100%);
      color:#fff7ef;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .top-strip .container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:10px 0;
      font-size:13px;
      line-height:1.4;
    }
    .strip-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 11px;
      border-radius:999px;
      background:rgba(53,18,37,.14);
      color:#fffefb;
      font-weight:700;
      white-space:nowrap;
    }
    .sticker{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:8px 14px;
      background:var(--mint);
      color:#073c2c;
      font-weight:900;
      font-size:12px;
      letter-spacing:.04em;
      border-radius:14px 20px 18px 24px;
      clip-path:polygon(5% 0, 95% 0, 100% 22%, 96% 78%, 82% 100%, 18% 96%, 0 80%, 3% 20%);
      box-shadow:0 10px 0 rgba(7,60,44,.08);
    }
    .nav-wrap{
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:14px;
      min-height:76px;
      padding:10px 0;
    }
    .brand{
      justify-self:center;
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:11px 16px;
      border-radius:999px;
      background:var(--cream);
      color:var(--wine);
      font-weight:900;
      font-size:18px;
      line-height:1;
      letter-spacing:.02em;
      box-shadow:0 10px 0 rgba(0,0,0,.08);
      border:1px solid rgba(255,255,255,.18);
    }
    .brand span{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:42px;
      height:28px;
      padding:0 10px;
      border-radius:999px;
      background:var(--coral);
      color:#fff;
      font-size:12px;
      font-weight:900;
      letter-spacing:.04em;
    }
    .nav-side{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-left{ justify-content:flex-end; }
    .nav-right{ justify-content:flex-start; }
    .nav-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:11px 14px;
      border-radius:999px;
      color:#f8efe5;
      font-size:14px;
      font-weight:700;
      line-height:1;
      transition:transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
    }
    .nav-link .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:rgba(255,255,255,.56);
      flex:0 0 auto;
      box-shadow:0 0 0 4px rgba(255,255,255,.06);
    }
    .nav-link:hover{
      background:rgba(255,243,223,.10);
      transform:translateY(-1px);
    }
    .nav-link.active{
      background:var(--cream);
      color:var(--wine);
      box-shadow:0 10px 0 rgba(0,0,0,.08);
    }
    .nav-link.active .dot{
      background:var(--mint);
      box-shadow:0 0 0 4px rgba(34,211,155,.16);
    }
    .desktop-only{ display:flex; }
    .mobile-only{ display:none; }

    .menu-btn{
      justify-self:end;
      width:48px;
      height:48px;
      border-radius:16px;
      border:1px solid rgba(255,243,223,.14);
      background:rgba(255,243,223,.08);
      color:#fff;
      display:none;
      align-items:center;
      justify-content:center;
      transition:transform .2s ease, background-color .2s ease;
    }
    .menu-btn:hover{ transform:translateY(-1px); background:rgba(255,243,223,.13); }
    .menu-panel{
      background:var(--wine);
      border-top:1px solid rgba(255,243,223,.12);
      padding:14px 16px 18px;
    }
    .menu-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:14px 14px;
      margin-top:10px;
      border-radius:18px;
      background:rgba(255,243,223,.06);
      color:#fff;
      font-weight:700;
      transition:background-color .2s ease, transform .2s ease;
    }
    .menu-panel a:hover{ background:rgba(255,243,223,.10); transform:translateY(-1px); }
    .small-note{ color:rgba(255,243,223,.72); font-size:12px; }

    .section-pad{ padding:52px 0; }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:16px;
      margin-bottom:20px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(53,18,37,.06);
      color:var(--wine);
      font-size:12px;
      font-weight:800;
      letter-spacing:.04em;
    }
    .section-title{
      margin:12px 0 0;
      font-size:32px;
      line-height:1.18;
      font-weight:900;
      color:var(--wine);
      letter-spacing:-.02em;
    }
    .section-desc{
      margin:0;
      max-width:760px;
      color:var(--muted);
      line-height:1.75;
      font-size:15px;
    }

    .category-board,
    .feature-card,
    .mini-card,
    .story-card,
    .trust-card,
    .cta-panel,
    .faq-card,
    .light-box,
    .dark-box{
      border-radius:28px;
      border:1px solid var(--line);
      box-shadow:var(--shadow-hard);
      transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .category-board:hover,
    .feature-card:hover,
    .mini-card:hover,
    .story-card:hover,
    .trust-card:hover,
    .cta-panel:hover,
    .faq-card:hover,
    .light-box:hover,
    .dark-box:hover{
      transform:translateY(-4px) rotate(-.3deg);
      border-color:rgba(255,106,42,.55);
    }

    .hero-badge-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:18px;
    }
    .badge-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:#fff;
      color:var(--wine);
      border:1px solid rgba(53,18,37,.12);
      font-size:12px;
      font-weight:800;
      line-height:1;
    }
    .badge-chip.accent{
      background:var(--coral);
      color:#fff;
      border-color:transparent;
    }
    .badge-chip.mint{
      background:rgba(34,211,155,.14);
      color:#0a5d44;
      border-color:rgba(34,211,155,.25);
    }
    .dot-mini{
      width:8px;
      height:8px;
      border-radius:50%;
      background:currentColor;
      flex:0 0 auto;
    }

    .hero-title{
      font-size:clamp(34px, 4.6vw, 58px);
      line-height:1.05;
      letter-spacing:-.04em;
      font-weight:900;
      color:var(--wine);
      margin:0;
    }
    .hero-text{
      margin:18px 0 0;
      font-size:16px;
      line-height:1.82;
      color:#51424c;
      max-width:38rem;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .btn-main,
    .btn-secondary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:48px;
      padding:0 18px;
      border-radius:999px;
      font-weight:800;
      font-size:14px;
      letter-spacing:.01em;
      transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
    }
    .btn-main{
      background:var(--coral);
      color:#fff;
      border:1px solid rgba(255,255,255,.08);
      box-shadow:0 12px 0 rgba(53,18,37,.10);
    }
    .btn-main:hover{ transform:translateY(-1px) scale(1.01); background:#f45e1c; }
    .btn-secondary{
      background:var(--cream);
      color:var(--wine);
      border:1px solid rgba(53,18,37,.18);
    }
    .btn-secondary:hover{
      transform:translateY(-1px);
      border-color:var(--coral);
      box-shadow:0 8px 18px rgba(53,18,37,.10);
    }
    .meta-line{
      margin-top:18px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      color:var(--muted);
      font-size:12px;
      line-height:1.5;
    }
    .meta-item{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      background:rgba(255,255,255,.8);
      border:1px solid rgba(53,18,37,.08);
      border-radius:999px;
    }

    .dark-box{
      background:linear-gradient(180deg, #42172e 0%, #321121 100%);
      color:#fff7ef;
      border-color:rgba(255,243,223,.08);
    }
    .light-box{
      background:linear-gradient(180deg, #fffdf8 0%, #FFF7EA 100%);
    }
    .card-title{
      margin:0;
      font-weight:900;
      line-height:1.15;
      letter-spacing:-.02em;
      color:var(--wine);
    }
    .dark-box .card-title,
    .dark-box .mini-note,
    .dark-box .section-kicker,
    .dark-box .count-label{ color:#fff7ef; }
    .mini-note{ color:var(--muted); font-size:12px; line-height:1.6; }

    .countdown{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:10px;
      margin-top:14px;
    }
    .count-box{
      min-height:82px;
      border-radius:18px;
      border:1px solid rgba(255,106,42,.36);
      background:linear-gradient(180deg, rgba(255,243,223,.12) 0%, rgba(255,243,223,.04) 100%);
      padding:12px 10px;
      text-align:center;
      box-shadow:inset 0 0 0 1px rgba(255,243,223,.04);
    }
    .count-num{
      display:block;
      color:var(--cream);
      font-size:28px;
      font-weight:900;
      line-height:1;
      margin-top:6px;
      font-variant-numeric:tabular-nums;
    }
    .count-label{
      color:rgba(255,243,223,.72);
      font-size:12px;
      line-height:1.2;
      font-weight:700;
    }

    .filter-wrap{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:14px;
    }
    .filter-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:999px;
      background:#fff;
      border:1px dashed rgba(53,18,37,.18);
      color:var(--wine);
      font-size:13px;
      font-weight:800;
      white-space:nowrap;
      box-shadow:0 10px 0 rgba(53,18,37,.04);
      transition:transform .2s ease, border-color .2s ease, background-color .2s ease;
    }
    .filter-chip:hover{
      transform:translateY(-1px);
      border-color:var(--coral);
    }
    .filter-chip.active{
      background:var(--coral);
      color:#fff;
      border-color:transparent;
    }

    .feature-card{
      position:relative;
      overflow:hidden;
      background:linear-gradient(180deg, #FFFDF7 0%, #FFF4E3 100%);
      padding:24px;
    }
    .feature-card.large{
      min-height:100%;
    }
    .card-stamp{
      position:absolute;
      top:18px;
      right:18px;
      transform:rotate(11deg);
      padding:8px 12px;
      background:var(--mint);
      color:#0a5d44;
      border-radius:14px 24px 14px 24px;
      font-size:12px;
      font-weight:900;
      box-shadow:0 10px 0 rgba(34,211,155,.14);
      letter-spacing:.03em;
    }
    .card-eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(53,18,37,.08);
      color:var(--wine);
      font-size:12px;
      font-weight:900;
      letter-spacing:.04em;
    }
    .card-heading{
      margin:14px 0 0;
      font-size:28px;
      line-height:1.15;
      font-weight:900;
      color:var(--wine);
      letter-spacing:-.03em;
    }
    .card-copy{
      margin:14px 0 0;
      color:#53424d;
      line-height:1.8;
      font-size:15px;
    }
    .card-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:18px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 11px;
      border-radius:999px;
      background:rgba(53,18,37,.06);
      color:var(--wine);
      font-size:12px;
      font-weight:800;
      border:1px solid rgba(53,18,37,.08);
    }
    .tag.mint{
      background:rgba(34,211,155,.14);
      border-color:rgba(34,211,155,.18);
      color:#0a5d44;
    }
    .tag.coral{
      background:rgba(255,106,42,.12);
      border-color:rgba(255,106,42,.18);
      color:#9d3412;
    }
    .card-foot{
      margin-top:20px;
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      padding-top:16px;
      border-top:1px solid rgba(53,18,37,.08);
    }
    .card-foot .mini-note{ margin:0; }

    .mini-card{
      position:relative;
      overflow:hidden;
      background:#fffdf8;
      padding:18px;
      min-height:210px;
    }
    .mini-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,106,42,.12);
      color:#b74214;
      font-size:12px;
      font-weight:900;
    }
    .mini-title{
      margin:12px 0 0;
      font-size:20px;
      line-height:1.2;
      font-weight:900;
      color:var(--wine);
      letter-spacing:-.02em;
    }
    .mini-copy{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.7;
      font-size:14px;
    }
    .mini-action{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-top:16px;
      padding:10px 14px;
      border-radius:999px;
      background:var(--cream);
      color:var(--wine);
      font-size:13px;
      font-weight:900;
      border:1px solid rgba(53,18,37,.14);
      transition:transform .2s ease, background-color .2s ease, border-color .2s ease;
    }
    .mini-action:hover{ transform:translateY(-1px); border-color:var(--coral); background:#fff4e2; }

    .story-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:18px;
      margin-top:20px;
    }
    .story-card{
      background:linear-gradient(180deg, #fffdf8 0%, #fff6e7 100%);
      padding:20px;
    }
    .story-step{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:40px;
      height:40px;
      border-radius:14px;
      background:var(--wine);
      color:var(--cream);
      font-weight:900;
      margin-bottom:14px;
      box-shadow:0 10px 0 rgba(53,18,37,.10);
    }
    .story-title{
      margin:0;
      font-size:20px;
      line-height:1.2;
      font-weight:900;
      color:var(--wine);
    }
    .story-text{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.75;
      font-size:14px;
    }

    .trust-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:14px;
      margin-top:18px;
    }
    .trust-card{
      background:#fffdf8;
      padding:18px 16px;
      min-height:150px;
    }
    .trust-top{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:12px;
    }
    .status-dot{
      width:11px;
      height:11px;
      border-radius:50%;
      background:var(--mint);
      box-shadow:0 0 0 6px rgba(34,211,155,.12);
      flex:0 0 auto;
    }
    .trust-title{
      margin:0;
      font-size:16px;
      line-height:1.25;
      font-weight:900;
      color:var(--wine);
    }
    .trust-copy{
      margin:0;
      color:var(--muted);
      line-height:1.7;
      font-size:13px;
    }
    .age-banner{
      margin-top:18px;
      padding:16px 18px;
      border-radius:24px;
      background:linear-gradient(90deg, rgba(255,106,42,.14) 0%, rgba(255,243,223,.92) 100%);
      border:1px solid rgba(255,106,42,.22);
      color:var(--wine);
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      box-shadow:0 10px 0 rgba(53,18,37,.06);
    }

    .cta-panel{
      position:relative;
      overflow:hidden;
      background:linear-gradient(135deg, #351225 0%, #4a1734 60%, #5a1c21 100%);
      color:#fff8ef;
      border-color:rgba(255,243,223,.08);
      padding:26px;
    }
    .cta-panel::before{
      content:"";
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,106,42,.38) 0, rgba(255,106,42,.12) 45%, transparent 70%);
      right:-120px;
      top:-100px;
      pointer-events:none;
    }
    .cta-title{
      margin:0;
      font-size:30px;
      line-height:1.12;
      font-weight:900;
      color:#fff8ef;
      letter-spacing:-.03em;
    }
    .cta-copy{
      margin:12px 0 0;
      color:rgba(255,248,239,.84);
      line-height:1.8;
      font-size:15px;
      max-width:38rem;
    }
    .form-card{
      background:rgba(255,243,223,.96);
      color:var(--wine);
      border-radius:24px;
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 14px 0 rgba(0,0,0,.10);
      padding:20px;
      position:relative;
      z-index:1;
    }
    .field-label{
      display:block;
      margin:0 0 8px;
      font-size:13px;
      font-weight:900;
      color:var(--wine);
    }
    .field-control{
      width:100%;
      min-height:48px;
      border-radius:16px;
      border:1px solid rgba(53,18,37,.18);
      background:#fff;
      color:var(--ink);
      padding:0 14px;
      outline:none;
      transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .field-control:focus{
      border-color:var(--coral);
      box-shadow:0 0 0 4px rgba(255,106,42,.16);
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .form-note{
      margin-top:12px;
      font-size:12px;
      color:var(--muted);
      line-height:1.7;
    }
    .submit-row{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:14px;
    }

    .faq-list{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    details.faq-card{
      background:#fffdf8;
      padding:0;
      overflow:hidden;
    }
    details.faq-card summary{
      list-style:none;
      cursor:pointer;
      padding:18px 20px;
      font-weight:900;
      color:var(--wine);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      font-size:15px;
    }
    details.faq-card summary::-webkit-details-marker{ display:none; }
    details.faq-card summary .q-mark{
      flex:0 0 auto;
      width:28px;
      height:28px;
      border-radius:50%;
      background:rgba(255,106,42,.12);
      color:#b74214;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      transition:transform .2s ease;
    }
    details[open].faq-card summary .q-mark{ transform:rotate(45deg); }
    .faq-body{
      padding:0 20px 18px;
      color:var(--muted);
      line-height:1.8;
      font-size:14px;
    }

    .site-footer{
      margin-top:48px;
      background:var(--wine);
      color:#fff7ef;
      border-top:1px solid rgba(255,243,223,.12);
      padding:42px 0 22px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr .9fr;
      gap:24px;
    }
    .footer-brand .logo{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:10px 15px;
      border-radius:999px;
      background:var(--cream);
      color:var(--wine);
      font-weight:900;
      font-size:18px;
      box-shadow:0 10px 0 rgba(0,0,0,.08);
    }
    .footer-brand p{
      margin:14px 0 0;
      max-width:34rem;
      line-height:1.8;
      color:rgba(255,247,239,.86);
      font-size:14px;
    }
    .foot-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-top:14px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,243,223,.08);
      color:#fff8ef;
      font-size:12px;
      font-weight:800;
    }
    .footer-col h4{
      margin:0 0 12px;
      color:#fff8ef;
      font-size:15px;
      font-weight:900;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,247,239,.84);
      font-size:14px;
      line-height:1.5;
      transition:color .2s ease, transform .2s ease;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(2px);
    }
    .footer-bottom{
      margin-top:30px;
      padding-top:18px;
      border-top:1px solid rgba(255,243,223,.12);
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      color:rgba(255,247,239,.76);
      font-size:12px;
      line-height:1.7;
    }

    .content-grid{
      display:grid;
      grid-template-columns:repeat(12, minmax(0, 1fr));
      gap:18px;
      align-items:stretch;
    }
    .span-7{ grid-column:span 7; }
    .span-5{ grid-column:span 5; }

    .chip-row{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:16px;
    }

    .sticky-label{
      position:absolute;
      top:-16px;
      left:20px;
      padding:8px 14px;
      background:var(--coral);
      color:#fff;
      border-radius:16px 18px 10px 20px;
      font-size:12px;
      font-weight:900;
      box-shadow:0 10px 0 rgba(53,18,37,.08);
      transform:rotate(-4deg);
    }

    .subtle-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--wine);
      font-size:13px;
      font-weight:900;
    }
    .subtle-link .arrow{
      transition:transform .2s ease;
    }
    .subtle-link:hover .arrow{ transform:translateX(3px); }

    .scroll-tags{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:20px;
    }

    @media (max-width: 1024px){
      .footer-grid{ grid-template-columns:1fr 1fr; }
      .content-grid{ grid-template-columns:1fr; }
      .span-7,.span-5{ grid-column:span 1; }
      .trust-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
      .story-grid{ grid-template-columns:1fr; }
      .section-title{ font-size:28px; }
    }

    @media (max-width: 768px){
      .desktop-only{ display:none; }
      .mobile-only{ display:flex; }
      .menu-btn{ display:inline-flex; }
      .nav-wrap{
        grid-template-columns:auto 1fr auto;
        gap:10px;
      }
      .brand{
        justify-self:center;
        font-size:16px;
        padding:10px 14px;
      }
      .top-strip .container{
        padding:9px 0;
        flex-direction:column;
        align-items:flex-start;
      }
      .section-pad{ padding:40px 0; }
      .hero-title{ font-size:clamp(30px, 9vw, 42px); }
      .hero-text{ font-size:15px; }
      .section-head{
        flex-direction:column;
        align-items:flex-start;
      }
      .form-grid{ grid-template-columns:1fr; }
      .footer-grid{ grid-template-columns:1fr; }
      .trust-grid{ grid-template-columns:1fr; }
      .cta-panel{ padding:20px; }
      .form-card{ padding:16px; }
      .hero-actions .btn-main,
      .hero-actions .btn-secondary,
      .submit-row .btn-main,
      .submit-row .btn-secondary{
        width:100%;
      }
    }

    @media (max-width: 520px){
      .container{ width:min(100% - 24px, 100%); }
      .category-board,
      .feature-card,
      .mini-card,
      .story-card,
      .trust-card,
      .cta-panel,
      .faq-card,
      .light-box,
      .dark-box{
        border-radius:22px;
      }
      .card-heading{ font-size:24px; }
      .mini-title{ font-size:18px; }
      .countdown{ grid-template-columns:1fr; }
      .filter-wrap{ flex-wrap:nowrap; overflow-x:auto; padding-bottom:4px; }
      .filter-chip{ flex:0 0 auto; }
      .scroll-tags{ flex-wrap:nowrap; overflow-x:auto; padding-bottom:4px; }
      .scroll-tags .tag{ flex:0 0 auto; }
      .section-title{ font-size:24px; }
      .footer-bottom{ font-size:11px; }
      .meta-line{ gap:8px; }
    }
