/* roulang page: index */
:root {
  --ink: #161614;
  --paper: #F7F5F0;
  --panel: #EFECE5;
  --line: #E2DDD3;
  --accent: #F04A2C;
  --muted: #6E6C66;
  --dark: #111110;
  --font-serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; border: 0; }
a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease; }
button, input { font-family: inherit; font-size: inherit; }
button { cursor: pointer; border: none; background: none; }
input { outline: none; }
::selection { background: var(--accent); color: #fff; }
h1, h2, h3, h4, p, figure, ul { margin: 0; }
ul { padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.wrap { max-width: 1200px; margin: 0 auto; padding-left: clamp(20px, 3vw, 40px); padding-right: clamp(20px, 3vw, 40px); }
.section { border-top: 1px solid var(--line); padding: clamp(70px, 9vw, 120px) 0; position: relative; }

/* ------------------------------- header ------------------------------- */
.topbar {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
  letter-spacing: .02em;
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.topbar a { border-bottom: 1px solid transparent; }
.topbar a:hover { color: var(--accent); border-color: currentColor; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  transition: background .35s ease, border-color .35s ease;
}
.masthead { display: flex; align-items: center; gap: 22px; position: relative; }
.brand {
  font-family: var(--font-serif);
  font-size: clamp(1.95rem, 3.4vw, 2.9rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .06em;
  color: var(--ink);
  white-space: nowrap;
  padding: 22px 0;
  transition: color .3s ease, font-size .3s ease;
}
.brand:hover { color: var(--accent); }
.vline { width: 1px; height: 34px; background: var(--line); display: block; transition: background .3s ease; }
.desk-nav { display: flex; align-items: center; }
.desk-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 30px 20px 27px;
  font-size: 15px;
  letter-spacing: .14em;
  color: var(--ink);
  box-shadow: inset 0 -4px 0 transparent;
  transition: color .2s ease, box-shadow .2s ease, background .2s ease;
}
.desk-nav a:hover { color: var(--accent); box-shadow: inset 0 -4px 0 var(--accent); }
.desk-nav a.active { color: var(--ink); font-weight: 700; box-shadow: inset 0 -4px 0 var(--accent); }
.desk-nav .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); opacity: .5; margin: 0 4px; }

.site-header.scrolled { background: var(--ink); border-bottom-color: rgba(255,255,255,.09); }
.site-header.scrolled .brand { color: #fff; }
.site-header.scrolled .desk-nav a { color: rgba(255,255,255,.78); }
.site-header.scrolled .desk-nav a:hover { color: #fff; box-shadow: inset 0 -4px 0 var(--accent); }
.site-header.scrolled .desk-nav a.active { color: #fff; box-shadow: inset 0 -4px 0 var(--accent); }
.site-header.scrolled .vline { background: rgba(255,255,255,.25); }

.menu-btn {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 9px 14px;
  font-size: 14px;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color .2s ease, background .2s ease;
}
.menu-btn:hover { border-color: var(--accent); }
.site-header.scrolled .menu-btn { color: #fff; border-color: rgba(255,255,255,.35); }

.mobile-menu {
  display: none;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 10px 0 18px;
}
.mobile-menu.open { display: block; }
.mobile-menu a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  letter-spacing: .04em;
  color: var(--ink);
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--accent); }
.mobile-menu .num { font-size: 13px; color: var(--accent); font-weight: 600; letter-spacing: .1em; min-width: 20px; }
.mobile-menu .ar { margin-left: auto; color: var(--muted); }

/* ------------------------------- hero ------------------------------- */
.hero { padding-top: clamp(56px, 8vw, 128px); padding-bottom: clamp(60px, 7vw, 110px); }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--accent);
}
.kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; display: inline-block; }
.hero-title {
  margin: .6em 0 .45em;
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(2.5rem, 6.5vw, 5.2rem);
  line-height: 1.08;
  letter-spacing: -.005em;
  text-wrap: balance;
}
.hero-title .line { display: block; }
.accent-underline {
  background: linear-gradient(transparent 62%, rgba(240,74,44,.45) 62%);
  padding: 0 .08em;
}
.hero-desc { font-size: 17px; line-height: 2; color: var(--ink); max-width: 46ch; margin-bottom: 36px; }
.cta-wrap { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; }
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--ink);
  color: #fff;
  border-radius: 6px;
  padding: 16px 26px;
  font-size: 15px;
  letter-spacing: .06em;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn-dark:hover { background: var(--accent); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(240,74,44,.14); }
.btn-dark:active { transform: scale(.97); }
.btn-underline {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: .04em;
  color: var(--ink);
  border-bottom: 1px solid var(--muted);
  padding-bottom: 4px;
  transition: color .2s ease, border-color .2s ease;
}
.btn-underline:hover { color: var(--accent); border-color: var(--accent); }

.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 46px; }
.hero-meta span { font-size: 14px; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.hero-meta b { font-family: var(--font-serif); font-size: 23px; font-weight: 800; color: var(--ink); }

.hero-fig { position: relative; border-radius: 3px; overflow: hidden; background: var(--ink); box-shadow: 0 18px 44px rgba(22,22,20,.08); }
.hero-fig img { width: 100%; aspect-ratio: 4/4.8; object-fit: cover; opacity: .88; transition: transform 1.2s ease; }
.hero-fig:hover img { transform: scale(1.02); }
.hero-fig figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 66px 24px 20px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to top, rgba(17,17,16,.92), rgba(17,17,16,0) 68%);
}
.hero-fig figcaption::before { content: ""; width: 4px; height: 18px; background: var(--accent); }
.hero-badge {
  position: absolute;
  top: 18px; left: 18px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  letter-spacing: .1em;
  padding: 5px 12px;
  border-radius: 999px;
  transform: rotate(-2deg);
}

/* ------------------------------- section titles ------------------------------- */
.section-head { margin-bottom: clamp(36px, 5vw, 64px); }
.title-right-padder { padding-left: 0; }
.section-title {
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
  letter-spacing: .01em;
  margin: .35em 0 .35em;
}
.section-sub { color: var(--muted); max-width: 48ch; font-size: 16px; line-height: 2; }
.anchor-title { scroll-margin-top: 130px; }

/* ------------------------------- service ------------------------------- */
.service-intro { }
.service-list { border-top: 1px solid var(--line); }
.service-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 2px 20px;
  padding: 32px 0 30px;
  border-bottom: 1px solid var(--line);
  transition: transform .25s ease;
}
.service-row:hover { transform: translateX(6px); }
.service-num { font-family: var(--font-serif); color: var(--accent); font-size: 14px; letter-spacing: .1em; padding-top: .8em; }
.service-row h3 { font-family: var(--font-serif); font-size: clamp(1.15rem, 2vw, 1.6rem); font-weight: 700; line-height: 1.4; margin-bottom: .3em; }
.service-row p { color: var(--muted); max-width: 54ch; font-size: 15px; }
.row-media { grid-column: 2; margin-top: 16px; max-width: 270px; border-radius: 3px; overflow: hidden; }
.row-media img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.txt-entry { margin-top: 6px; }
.link-row {
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
  font-size: 18px;
  transition: transform .25s ease, color .2s ease;
}
.link-row:hover { transform: translateX(6px); }
.link-row .arrow { margin-left: auto; color: var(--accent); transition: margin .25s ease; }
.link-row:hover .arrow { margin-right: 8px; }
.link-line { flex: 0 0 58px; height: 1px; background: var(--accent); }

/* ------------------------------- numbers / stats ------------------------------- */
.stats-section { background: var(--dark); border-top: 1px solid rgba(240,74,44,.35); border-bottom: none; color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: clamp(54px, 7vw, 88px) 0; }
.stats-item { padding: 28px 6%; border-left: 1px solid rgba(255,255,255,.1); }
.stats-item:first-child { border-left: none; }
.stat-num { font-family: var(--font-serif); font-weight: 800; font-size: clamp(3rem, 6vw, 5rem); line-height: 1; color: #fff; display: flex; align-items: baseline; gap: 4px; }
.stat-num::after { content: ""; display: block; width: 26px; height: 3px; background: var(--accent); margin: 18px 0 12px; }
.stat-label { color: rgba(255,255,255,.62); font-size: 14px; letter-spacing: .04em; }
.stats-note { padding: 18px 0 42px; color: rgba(255,255,255,.5); font-size: 13px; }

/* ------------------------------- cases ------------------------------- */
.case-feature { display: grid; grid-template-columns: repeat(12, 1fr); gap: 30px 44px; }
.case-feature-media { grid-column: 1 / span 7; border-radius: 4px; overflow: hidden; background: var(--dark); }
.case-feature-media img { width: 100%; aspect-ratio: 16/10.6; object-fit: cover; transition: transform .9s ease; }
.case-feature-media:hover img { transform: scale(1.02); }
.case-feature-copy { grid-column: 8 / span 5; display: flex; flex-direction: column; justify-content: center; }
.cate-tag {
  align-self: flex-start;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--ink);
  background: transparent;
  margin-bottom: 20px;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.cate-tag:hover { border-color: var(--accent); color: var(--accent); }
.case-feature-copy h3 { font-family: var(--font-serif); font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.3; font-weight: 800; }
.case-feature-copy .read-meta { color: var(--muted); font-size: 13px; letter-spacing: .05em; margin-top: 18px; display: flex; align-items: center; gap: 14px; }
.case-feature-copy .excerpt { color: var(--muted); font-size: 15px; line-height: 1.95; margin-top: 16px; }
.text-link {
  display: inline-block;
  margin-top: 22px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
  font-weight: 600;
  letter-spacing: .04em;
  align-self: flex-start;
}
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.case-mini-list { display: grid; grid-template-columns: 1fr; margin-top: 78px; gap: 0; }
.case-mini-list .case-mini-row {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: baseline;
  gap: 20px;
  padding: 28px 6px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, padding-left .25s ease;
}
.case-mini-list .case-mini-row:hover { background: rgba(239,236,229,.6); padding-left: 14px; }
.case-mini-row .case-idx { font-family: var(--font-serif); font-size: 14px; color: var(--accent); }
.case-mini-row h3 { font-family: var(--font-serif); font-size: 19px; font-weight: 700; line-height: 1.5; }
.case-mini-row h3:hover { color: var(--accent); }
.case-mini-row .case-arrow { color: var(--muted); font-size: 22px; transform: translateX(-4px); transition: transform .25s ease, color .2s ease; }
.case-mini-row:hover .case-arrow { transform: translateX(2px); color: var(--accent); }

/* ------------------------------- plan ------------------------------- */
.plan-section { background: var(--paper); }
.plan-grid { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); border-radius: 3px; overflow: hidden; }
.plan-cta-card { background: var(--dark); color: #fff; padding: clamp(34px, 5vw, 58px); display: flex; flex-direction: column; justify-content: space-between; }
.plan-cta-card .kicker { color: var(--accent); }
.plan-cta-card h3 { font-family: var(--font-serif); font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.25; font-weight: 800; margin: .5em 0 .5em; }
.plan-cta-card p { color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.9; margin-bottom: 28px; }
.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ink);
  border-radius: 6px;
  padding: 15px 24px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .04em;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.btn-light:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.btn-light:active { transform: scale(.97); }
.plan-rules { padding: clamp(34px, 5vw, 58px); background: var(--panel); }
.plan-rules .rr-head { font-size: 14px; letter-spacing: .18em; color: var(--muted); text-transform: uppercase; margin-bottom: 8px; }
.plan-rules h4 { font-family: var(--font-serif); font-size: 22px; font-weight: 800; margin-bottom: 26px; }
.plan-rule-row { display: flex; gap: 16px; align-items: flex-start; border-top: 1px solid var(--line); padding: 20px 0 20px; }
.plan-rule-row:last-child { border-bottom: 1px solid var(--line); }
.rule-dot { width: 8px; height: 8px; border: 2px solid var(--accent); border-radius: 50%; margin-top: .75em; flex-shrink: 0; }
.plan-rule-row b { display: block; font-weight: 700; font-size: 17px; line-height: 1.4; }
.plan-rule-row p { color: var(--muted); font-size: 15px; line-height: 1.8; }

/* ------------------------------- FAQ ------------------------------- */
.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px 64px; align-items: start; }
.faq-helper { background: var(--panel); border: 1px solid var(--line); border-radius: 3px; padding: 28px; margin-top: 30px; }
.faq-helper b { display: block; font-size: 16px; margin-bottom: 8px; }
.faq-helper p { color: var(--muted); font-size: 15px; }
.faq-helper a { font-weight: 700; border-bottom: 1px solid var(--accent); color: var(--ink); }
.faq-helper a:hover { color: var(--accent); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.6;
  padding: 24px 56px 24px 0;
  transition: color .2s ease, padding-left .25s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent); padding-left: 6px; }
.faq-item summary::after {
  content: "＋";
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 300;
  color: var(--accent);
  transition: transform .25s ease;
}
.faq-item[open] summary::after { content: "－"; }
.faq-item[open] .answer { padding: 2px 60px 30px 12px; border-left: 2px solid var(--accent); }
.faq-item .answer { color: var(--muted); font-size: 15px; line-height: 1.95; padding: 0 60px 28px 0; transition: padding .2s ease; }

/* ------------------------------- contact ------------------------------- */
.contact-section { background: var(--dark); color: #fff; border-top: 1px solid rgba(240,74,44,.35); padding: clamp(70px, 9vw, 120px) 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.contact-left .kicker { color: var(--accent); }
.contact-left h2 { font-family: var(--font-serif); font-size: clamp(2rem, 4.5vw, 3.6rem); font-weight: 800; line-height: 1.2; margin: .4em 0 .3em; }
.contact-left p { color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.95; max-width: 46ch; }
.contact-line { border-top: 1px solid rgba(255,255,255,.14); margin-top: 28px; padding-top: 20px; display: flex; gap: 38px; flex-wrap: wrap; }
.contact-line div span { display: block; font-size: 12px; letter-spacing: .16em; color: rgba(255,255,255,.45); text-transform: uppercase; }
.contact-line div b { font-weight: 600; font-size: 16px; color: #fff; }
.contact-form { background: var(--ink); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; padding: clamp(28px, 4vw, 46px); }
.contact-form h3 { font-family: var(--font-serif); font-size: 24px; font-weight: 800; margin-bottom: 6px; }
.contact-form .tip { color: rgba(255,255,255,.5); font-size: 14px; margin-bottom: 28px; }
.contact-form label { display: block; font-size: 13px; color: rgba(255,255,255,.6); margin: 20px 0 6px; letter-spacing: .08em; }
.contact-form input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  color: #fff;
  padding: 12px 2px;
  border-radius: 0;
  transition: border-color .2s ease;
}
.contact-form input::placeholder { color: rgba(255,255,255,.3); }
.contact-form input:focus { border-bottom-color: var(--accent); }
.contact-form textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  color: #fff;
  padding: 12px 2px;
  border-radius: 0;
  min-height: 82px;
  resize: vertical;
  transition: border-color .2s ease;
}
.contact-form textarea::placeholder { color: rgba(255,255,255,.3); }
.contact-form textarea:focus { border-bottom-color: var(--accent); outline: none; }
.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  border-radius: 6px;
  color: #fff;
  border: 1px solid var(--accent);
  padding: 15px 30px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-top: 28px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.btn-accent:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-2px); }
.btn-accent:active { transform: scale(.97); }
.form-msg { margin-top: 14px; color: rgba(255,255,255,.7); font-size: 15px; display: none; }
.form-msg.show { display: flex; align-items: center; gap: 8px; }
.form-msg::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ------------------------------- footer ------------------------------- */
.footer { background: var(--dark); border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.56); }
.footer-top { display: flex; align-items: flex-start; gap: 40px; justify-content: space-between; flex-wrap: wrap; padding: clamp(46px, 6vw, 72px) 0 32px; }
.footer-brand { color: #fff; }
.footer-brand small { display: block; font-family: var(--font-serif); font-size: 15px; letter-spacing: .15em; color: var(--accent); margin-top: 6px; font-weight: 400; }
.footer-about { max-width: 320px; color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.9; margin-top: 12px; }
.footer-links a { color: rgba(255,255,255,.6); }
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding: 22px 0 30px; font-size: 13px; }
.footer-bottom a { color: rgba(255,255,255,.45); margin-left: 14px; }
.footer-bottom a:hover { color: #fff; }

/* ------------------------------- animation / responsive ------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  .hero-title .line {
    opacity: 0;
    transform: translateY(16px);
    animation: rise .65s ease forwards;
  }
  .hero-title .line:nth-child(1) { animation-delay: .05s; }
  .hero-title .line:nth-child(2) { animation-delay: .15s; }
  .hero-fig { opacity: 0; transform: translateY(10px); animation: rise .6s ease .25s forwards; }
  .kicker, .hero-desc { opacity: 0; animation: rise .56s ease .15s forwards; }
  .kicker { animation-delay: .05s; }
  .hero-desc { animation-delay: .2s; }
  .cta-wrap, .hero-meta { opacity: 0; animation: rise .5s ease .35s forwards; }
}
@keyframes rise { to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .6s ease; }
  .reveal.in-view { opacity: 1; transform: none; }
}

@media (max-width: 1024px) {
  .faq-wrap { grid-template-columns: 1fr; gap: 20px; }
  .case-feature-copy { grid-column: 1 / -1; }
  .case-feature-media { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .desk-nav, .vline, .nav-ml { display: none !important; }
  .menu-btn { display: inline-flex; margin-left: auto; }
  .masthead { min-height: 68px; }
  .brand { padding: 16px 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-item { padding: 26px 8%; }
  .plan-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .case-mini-list .case-mini-row { grid-template-columns: 48px 1fr auto; }
  .case-mini-row h3 { font-size: 18px; }
  .hero-meta span { font-size: 13px; }
  .cta-wrap { align-items: stretch; flex-direction: column; }
  .btn-dark, .btn-underline { width: 100%; justify-content: center; text-align: center; }
  .bt-spacer { display: none; }
  .faq-item .answer { padding-right: 0; }
  .faq-item[open] .answer { padding-right: 0; }
  .footer-top { flex-direction: column; }
}

/* roulang page: category1 */
:root {
 --ink: #161614;
 --paper: #F7F5F0;
 --panel: #EFECE5;
 --line: #E2DDD3;
 --accent: #F04A2C;
 --muted: #6E6C66;
 --dark: #111110;
 --font-serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "Times New Roman", serif;
 --font-body: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
 margin: 0;
 background: var(--paper);
 color: var(--ink);
 font-family: var(--font-body);
 font-size: 16px;
 line-height: 1.9;
 -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; border: 0; }
a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
a:hover { color: var(--accent); }
button, input { font-family: inherit; font-size: inherit; line-height: inherit; }
button { cursor: pointer; border: none; background: none; padding: 0; }
input { outline: none; background: transparent; }
ul { list-style: none; padding: 0; margin: 0; }
.wrap { max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.section { border-top: 1px solid var(--line); padding: clamp(68px, 8vw, 112px) 0; position: relative; }

/* ------------------------------------ header ------------------------------------ */
.topbar {
 background: var(--panel);
 border-bottom: 1px solid var(--line);
 font-size: 13px;
 color: var(--muted);
 letter-spacing: .02em;
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 16px; }
.topbar a { border-bottom: 1px solid transparent; }
.topbar a:hover { color: var(--accent); border-color: currentColor; }
.site-header {
 position: sticky;
 top: 0;
 z-index: 70;
 background: var(--paper);
 border-bottom: 1px solid var(--line);
 transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.header-inner { display: flex; align-items: center; gap: 22px; }
.brand {
 font-family: var(--font-serif);
 font-size: clamp(1.9rem, 3.2vw, 2.75rem);
 font-weight: 900;
 line-height: 1;
 letter-spacing: .06em;
 color: var(--ink);
 white-space: nowrap;
 padding: 22px 0 20px;
 transition: color .3s ease, font-size .3s ease;
}
.brand:hover { color: var(--accent); }
.vline { width: 1px; height: 32px; background: var(--line); flex: 0 0 auto; transition: background .3s ease; }
.desk-nav { display: none; align-items: center; gap: 4px; }
.desk-nav a {
 display: inline-flex;
 align-items: center;
 padding: 30px 16px 27px;
 font-size: 15px;
 letter-spacing: .14em;
 color: var(--ink);
 box-shadow: inset 0 -4px 0 transparent;
 transition: color .2s ease, box-shadow .2s ease, background .2s ease;
}
.desk-nav a:hover { color: var(--accent); box-shadow: inset 0 -4px 0 var(--accent); }
.desk-nav a.active { color: var(--ink); font-weight: 700; box-shadow: inset 0 -4px 0 var(--accent); }
.desk-nav .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); opacity: .5; margin: 0 6px; }
.header-cta {
 margin-left: auto;
 display: inline-flex;
 align-items: center;
 gap: 8px;
 background: var(--ink);
 color: #fff;
 border-radius: 6px;
 padding: 10px 18px;
 font-size: 14px;
 letter-spacing: .06em;
 font-weight: 600;
 transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.header-cta:hover { background: var(--accent); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(240,74,44,.14); }
.header-cta:active { transform: scale(.97); }
.menu-toggle {
 border: 1px solid var(--line);
 border-radius: 6px;
 padding: 9px 14px;
 font-size: 14px;
 color: var(--ink);
 display: inline-flex;
 align-items: center;
 gap: 8px;
 transition: border-color .2s ease, background .2s ease;
}
.menu-toggle:hover { border-color: var(--accent); background: var(--panel); }
.site-header.scrolled { background: var(--ink); border-bottom-color: rgba(255,255,255,.09); box-shadow: 0 14px 34px rgba(17,17,16,.12); }
.site-header.scrolled .brand { color: #fff; }
.site-header.scrolled .desk-nav a { color: rgba(255,255,255,.78); }
.site-header.scrolled .desk-nav a:hover { color: #fff; box-shadow: inset 0 -4px 0 var(--accent); }
.site-header.scrolled .desk-nav a.active { color: #fff; box-shadow: inset 0 -4px 0 var(--accent); }
.site-header.scrolled .vline { background: rgba(255,255,255,.25); }
.site-header.scrolled .menu-toggle { color: #fff; border-color: rgba(255,255,255,.35); }
.site-header.scrolled .menu-toggle:hover { border-color: var(--accent); }
.mobile-menu { display: none; background: var(--paper); border-top: 1px solid var(--line); padding: 2px 0 18px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: flex; align-items: center; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 18px; letter-spacing: .04em; color: var(--ink); }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--accent); }
.mobile-menu .num { font-size: 13px; color: var(--accent); font-weight: 600; letter-spacing: .1em; min-width: 20px; }
.mobile-menu .ar { margin-left: auto; color: var(--muted); }
.mobile-menu a.active { font-weight: 700; }
@media (min-width: 768px) {
 .desk-nav { display: flex; }
 .menu-toggle { display: none; }
 .mobile-menu { display: none !important; }
}

/* ------------------------------------ buttons ------------------------------------ */
.btn-dark {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
 background: var(--ink);
 color: #fff;
 border-radius: 6px;
 padding: 15px 25px;
 font-size: 15px;
 letter-spacing: .06em;
 font-weight: 600;
 transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn-dark:hover { background: var(--accent); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(240,74,44,.14); }
.btn-dark:active { transform: scale(.97); }
.btn-underline {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 font-size: 15px;
 letter-spacing: .04em;
 color: var(--ink);
 border-bottom: 1px solid var(--muted);
 padding-bottom: 4px;
 transition: color .2s ease, border-color .2s ease, gap .2s ease;
}
.btn-underline:hover { color: var(--accent); border-color: var(--accent); gap: 12px; }
.btn-underline .arr { transition: transform .2s ease; }
.btn-underline:hover .arr { transform: translateX(2px); }

/* ------------------------------------ category header ------------------------------------ */
.cat-head { padding: clamp(48px, 7vw, 92px) 0 clamp(34px, 5vw, 60px); border-top: 1px solid var(--line); }
.crumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--muted); letter-spacing: .08em; margin-bottom: 26px; }
.crumb a { color: var(--muted); border-bottom: 1px solid transparent; }
.crumb a:hover { color: var(--accent); border-color: currentColor; }
.crumb span { color: var(--accent); }
.cat-head-title {
 font-family: var(--font-serif);
 font-size: clamp(2.2rem, 5vw, 4rem);
 font-weight: 900;
 line-height: 1.12;
 letter-spacing: .02em;
 margin: 0 0 .32em;
 text-wrap: balance;
}
.cat-head .lead {
 font-size: 16.5px;
 line-height: 2;
 color: #3a3833;
 max-width: 64ch;
 margin: 0 0 30px;
}
.cat-meta-line {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 gap: 10px 34px;
 padding-top: 20px;
 border-top: 1px solid var(--line);
 color: var(--muted);
 font-size: 14px;
}
.cat-meta-line b { font-family: var(--font-serif); font-size: 23px; font-weight: 800; color: var(--ink); margin-right: 3px; }
.cat-head-grid { display: grid; gap: 34px; grid-template-columns: 1fr; align-items: end; }
.cat-head-aside {
 background: var(--panel);
 border-left: 3px solid var(--accent);
 padding: 20px 24px;
 font-size: 14px;
 line-height: 1.9;
 color: #444037;
 display: none;
}
@media (min-width: 1024px) {
 .cat-head-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; }
 .cat-head-aside { display: block; }
}

/* ------------------------------------ dark metrics ------------------------------------ */
.metrics-band { background: var(--dark); color: #fff; padding: clamp(48px, 6vw, 76px) 0; border-top: 4px solid var(--accent); margin-top: 40px; }
.metrics-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.metric-cell { padding: 26px 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
.metric-cell .num { font-family: var(--font-serif); font-size: clamp(52px, 6vw, 80px); font-weight: 900; line-height: 1; letter-spacing: .01em; color: #fff; }
.metric-cell .num small { font-size: .42em; font-weight: 500; letter-spacing: .04em; margin-left: 8px; color: rgba(255,255,255,.58); }
.metric-cell p { margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }
@media (min-width: 768px) {
 .metrics-grid { grid-template-columns: repeat(3, 1fr); }
 .metric-cell { padding: 6px 26px; border-bottom: 0; border-left: 1px solid rgba(255,255,255,.12); min-height: 178px; }
 .metric-cell:first-child { border-left: 0; padding-left: 0; }
}

/* ------------------------------------ directory area ------------------------------------ */
.directory-section { padding: clamp(58px, 7vw, 96px) 0; }
.dir-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: .2em; color: var(--accent); margin: 0 0 10px; }
.dir-head h2 { font-family: var(--font-serif); font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 900; line-height: 1.2; margin: 0; }
.dir-head .sub { margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; max-width: 46ch; }
.dir-layout { display: grid; gap: 44px; grid-template-columns: 1fr; }
.dir-main { min-width: 0; }
.dir-side { min-width: 0; }
@media (min-width: 1024px) {
 .dir-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 76px; }
 .dir-side { position: sticky; top: 118px; align-self: start; }
}

/* ---------- pick rows ---------- */
.pick-row { border-bottom: 1px solid var(--line); padding: 38px 0; position: relative; }
.pick-row:first-of-type { padding-top: 14px; }
.pick-num { font-family: var(--font-serif); font-size: 17px; font-weight: 800; color: var(--accent); line-height: 1.4; margin-bottom: 12px; }
.pick-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-bottom: 9px; font-size: 13px; color: var(--muted); }
.pick-meta .chips { display: inline-flex; align-items: center; gap: 8px; }
.pick-meta .chip {
 border: 1px solid var(--line);
 background: #fff;
 color: var(--muted);
 font-size: 12px;
 letter-spacing: .05em;
 border-radius: 999px;
 padding: 1px 12px;
 transition: border-color .2s ease, color .2s ease;
}
.pick-meta .chip:hover { border-color: var(--accent); color: var(--accent); }
.pick-body h3 {
 font-family: var(--font-serif);
 font-size: clamp(1.28rem, 2vw, 1.8rem);
 font-weight: 900;
 line-height: 1.4;
 margin: 0 0 12px;
 letter-spacing: .01em;
 text-wrap: balance;
}
.pick-body h3 a { position: relative; }
.pick-body p { font-size: 15.5px; line-height: 1.95; color: #3a3833; margin: 0 0 14px; max-width: 68ch; }
.pick-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.pick-read { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.pick-read::before { content: ""; width: 3px; height: 3px; background: var(--accent); border-radius: 50%; }
.pick-media {
 border-radius: 3px;
 overflow: hidden;
 background: var(--ink);
 margin-top: 24px;
 position: relative;
}
.pick-media img { width: 100%; object-fit: cover; opacity: .94; transition: transform 1s ease, opacity .4s ease; }
.pick-media:hover img { transform: scale(1.02); opacity: 1; }
.pick-media figcaption {
 position: absolute;
 left: 0; right: 0; bottom: 0;
 padding: 52px 20px 15px;
 font-size: 13px;
 color: rgba(255,255,255,.9);
 letter-spacing: .06em;
 display: flex;
 align-items: center;
 gap: 10px;
 background: linear-gradient(to top, rgba(17,17,16,.9), rgba(17,17,16,0) 76%);
}
.pick-media figcaption::before { content: ""; width: 4px; height: 16px; background: var(--accent); }
.thumb-grid { display: grid; gap: 18px; margin-top: 24px; grid-template-columns: 1fr; }
@media (min-width: 640px) {
 .thumb-grid { grid-template-columns: 180px minmax(0, 1fr); gap: 28px; }
 .pick-media { margin-top: 0; }
 .thumb-right .thumb-grid { grid-template-columns: minmax(0, 1fr) 180px; }
}
@media (min-width: 1024px) {
 .thumb-grid { grid-template-columns: 220px minmax(0, 1fr); }
 .thumb-right .thumb-grid { grid-template-columns: minmax(0, 1fr) 220px; }
}
.pick-feature .pick-media img { aspect-ratio: 16 / 8.6; }

/* ---------- pager ---------- */
.pager { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding: 30px 0 8px; border-bottom: 1px solid var(--line); }
.pager-meta { font-size: 14px; color: var(--muted); letter-spacing: .04em; }
.pager-pages { display: inline-flex; align-items: center; gap: 8px; }
.pager-page {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-width: 40px;
 height: 40px;
 padding: 0 10px;
 border: 1px solid var(--line);
 border-radius: 4px;
 font-family: var(--font-serif);
 font-size: 16px;
 font-weight: 700;
 color: var(--muted);
 transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.pager-page.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.pager-page:not(.active):hover { border-color: var(--accent); color: var(--accent); }
.pager-more { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; letter-spacing: .04em; border-bottom: 1px solid transparent; }
.pager-more:hover { color: var(--accent); border-color: currentColor; }

/* ---------- side widgets ---------- */
.side-box { border: 1px solid var(--line); border-radius: 3px; padding: 20px 22px; margin-bottom: 24px; background: #fff; }
.side-box.kicker-box { padding-top: 22px; }
.side-box h3 { font-family: var(--font-serif); font-size: 18px; font-weight: 900; letter-spacing: .04em; margin: 0 0 14px; line-height: 1.4; }
.side-box p { color: var(--muted); font-size: 14px; line-height: 1.95; margin: 0 0 14px; }
.side-box .subtext { color: var(--muted); font-size: 13px; }
.side-box .src-list { margin-top: 12px; border-top: 1px solid var(--line); padding-top: 12px; }
.src-item { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.src-item:last-child { border-bottom: 0; }
.src-item b { font-weight: 700; }
.src-item span { color: var(--muted); text-align: right; }
.idx-list { counter-reset: idx; }
.idx-list a { display: flex; align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 15px; color: var(--ink); }
.idx-list a:last-child { border-bottom: 0; }
.idx-list a::before { counter-increment: idx; content: "0" counter(idx); font-family: var(--font-serif); font-size: 13px; font-weight: 800; color: var(--accent); min-width: 26px; }
.idx-list a:hover { color: var(--accent); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { border: 1px solid var(--line); border-radius: 999px; padding: 3px 14px; font-size: 13px; color: #4a4740; transition: all .2s ease; }
.tag-cloud a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.side-sub { background: var(--dark); color: #fff; border: 0; padding: 24px 22px; margin-bottom: 0; }
.side-sub p { color: rgba(255,255,255,.6); }
.side-sub input {
 width: 100%;
 margin: 10px 0 8px;
 border: 1px solid rgba(255,255,255,.2);
 border-radius: 5px;
 padding: 10px 12px;
 font-size: 14px;
 color: #fff;
 transition: border-color .2s ease;
}
.side-sub input::placeholder { color: rgba(255,255,255,.4); }
.side-sub input:focus { border-color: var(--accent); }
.side-sub .mini-btn {
 width: 100%;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 gap: 8px;
 border-radius: 5px;
 background: var(--accent);
 color: #fff;
 padding: 12px 18px;
 font-size: 14px;
 font-weight: 600;
 transition: transform .2s ease, background .2s ease;
}
.side-sub .mini-btn:hover { background: #c9392a; transform: translateY(-1px); color: #fff; }
.side-sub .success-tip { display: none; text-align: center; color: rgba(255,255,255,.8); font-size: 13px; margin-top: 8px; }
.side-sub.sent .success-tip { display: block; }
.side-sub.sent .mini-btn { display: none; }
.side-call { display: block; margin-top: 14px; color: var(--accent); font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.side-call:hover { color: var(--ink); }
@media (max-width: 1023px) {
 .dir-side { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
}

/* ------------------------------------ FAQ ------------------------------------ */
.faq-section { padding: clamp(68px, 8vw, 112px) 0; border-top: 1px solid var(--line); }
.faq-layout { display: grid; gap: 46px; grid-template-columns: 1fr; }
.faq-left { min-width: 0; }
.faq-left h2 { font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 900; line-height: 1.3; margin: 0 0 16px; }
.faq-left > p { color: var(--muted); font-size: 15px; max-width: 42ch; }
.faq-left .help { margin-top: 28px; }
@media (min-width: 1024px) {
 .faq-layout { grid-template-columns: 360px minmax(0, 1fr); gap: 90px; }
}
.faq-list { border-top: 1px solid var(--line); }
.faq-item {
 border-bottom: 1px solid var(--line);
 position: relative;
 transition: background .2s ease;
}
.faq-item summary {
 list-style: none;
 display: flex;
 align-items: center;
 gap: 20px;
 padding: 24px 20px 24px 0;
 font-family: var(--font-serif);
 font-weight: 700;
 font-size: 17px;
 line-height: 1.5;
 cursor: pointer;
 transition: color .2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent); }
.faq-item::before {
 content: "";
 position: absolute;
 left: 0; top: 0;
 top: 28px;
 bottom: 28px;
 width: 3px;
 background: transparent;
}
.faq-item[open]::before { background: var(--accent); }
.faq-item .icon {
 margin-left: auto;
 flex: 0 0 auto;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 30px;
 height: 30px;
 border: 1px solid var(--line);
 border-radius: 50%;
 font-size: 18px;
 font-weight: 300;
 color: var(--muted);
 transition: transform .3s ease, color .2s ease, border-color .2s ease;
}
.faq-item[open] .icon { transform: rotate(45deg); color: var(--accent); border-color: var(--accent); }
.faq-item .answer { padding: 2px 44px 26px 0; color: #4a463e; font-size: 15.5px; line-height: 2; }

/* ------------------------------------ CTA band ------------------------------------ */
.cta-band {
 background: var(--dark);
 color: #fff;
 margin-top: 0;
 position: relative;
 overflow: hidden;
}
.cta-band::after {
 content: "";
 position: absolute;
 right: -80px;
 top: -80px;
 width: 300px;
 height: 300px;
 border-radius: 50%;
 border: 1px solid rgba(255,255,255,.1);
 pointer-events: none;
}
.cta-band .wrap { display: grid; align-items: center; gap: 36px; grid-template-columns: 1fr; padding-top: clamp(60px, 8vw, 90px); padding-bottom: clamp(60px, 8vw, 90px); position: relative; z-index: 1; }
@media (min-width: 1024px) {
 .cta-band .wrap { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 80px; }
}
.cta-band h2 { font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; line-height: 1.25; margin: 8px 0 16px; }
.cta-band .lead { color: rgba(255,255,255,.6); font-size: 15.5px; max-width: 46ch; }
.cta-contact a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.3); }
.cta-contact a:hover { color: var(--accent); border-color: currentColor; }
.digest-form { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; padding: 26px; }
.digest-form label { font-size: 13px; letter-spacing: .14em; color: rgba(255,255,255,.55); }
.digest-form input {
 width: 100%;
 margin: 14px 0 10px;
 border: 0;
 border-bottom: 1px solid rgba(255,255,255,.3);
 padding: 12px 0;
 padding-left: 2px;
 color: #fff;
 font-size: 15px;
 transition: border-color .2s ease;
}
.digest-form input::placeholder { color: rgba(255,255,255,.34); }
.digest-form input:focus { border-color: var(--accent); }
.digest-form .note { font-size: 13px; color: rgba(255,255,255,.4); margin-top: 8px; }
.digest-form .submit-note { display: none; color: rgba(255,255,255,.8); margin-top: 6px; }
.digest-form.sent .submit-note { display: block; }
.digest-form.sent .btn-dark { display: none; }
.digest-form .btn-dark { width: 100%; margin-top: 12px; }

/* ------------------------------------ footer ------------------------------------ */
.footer { background: var(--dark); color: rgba(255,255,255,.62); padding: clamp(52px, 6vw, 72px) 0 24px; border-top: 4px solid var(--accent); }
.footer-top { display: grid; gap: 30px; grid-template-columns: 1fr; padding-bottom: 40px; }
.footer-brand { font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 900; color: #fff; letter-spacing: .06em; line-height: 1; }
.footer-brand:hover { color: var(--accent); }
.footer-brand small { display: block; margin-top: 11px; font-family: var(--font-body); font-size: 13px; font-weight: 500; color: rgba(255,255,255,.38); letter-spacing: .16em; text-transform: uppercase; }
.footer-about { font-size: 15px; line-height: 1.95; max-width: 40ch; margin: 20px 0 0; color: rgba(255,255,255,.5); }
.footer-links { display: flex; flex-wrap: wrap; align-items: flex-start; }
.footer-links a { display: inline-flex; align-items: center; padding: 6px 0; color: rgba(255,255,255,.75); font-size: 15px; letter-spacing: .04em; transition: color .2s ease; }
.footer-links a:hover { color: var(--accent); }
.footer-links .dot { color: rgba(255,255,255,.2); padding: 0 8px; }
.footer-bottom {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 10px 18px;
 border-top: 1px solid rgba(255,255,255,.08);
 padding-top: 21px;
 font-size: 13px;
 color: rgba(255,255,255,.34);
}
@media (min-width: 768px) {
 .footer-top { grid-template-columns: 1fr 1fr; align-items: start; }
 .footer-links { justify-content: flex-end; gap: 4px; }
}

/* ------------------------------------ misc ------------------------------------ */
.accent-line { width: 86px; height: 4px; background: var(--accent); margin: 26px 0 0; }
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation: none !important; transition: none !important; }
}
::selection { background: var(--accent); color: #fff; }
