/* roulang page: index */
:root{
      --bg:#F7F3EA;
      --surface:#FFFDF8;
      --surface-2:#EFE7D8;
      --ink:#1E1B16;
      --muted:#746B5E;
      --line:#E4D8C7;
      --accent:#B7791F;
      --accent-dark:#7C4A12;
      --sage:#6F7F63;
      --soft-accent:#F4E6C9;
      --radius-lg:28px;
      --radius-md:20px;
      --shadow-soft:0 18px 50px rgba(66,48,24,.08);
      --shadow-lift:0 26px 70px rgba(66,48,24,.13);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 8%, rgba(183,121,31,.13), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(111,127,99,.12), transparent 24%),
        linear-gradient(180deg, #F9F5ED 0%, var(--bg) 46%, #F2EBDD 100%);
      line-height:1.75;
      text-rendering:optimizeLegibility;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:all .3s ease}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:var(--soft-accent);color:var(--ink)}
    .site-container{width:min(1180px, calc(100% - 40px));margin-inline:auto}
    .section{padding:88px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:.5rem;
      padding:.45rem .85rem;border:1px solid rgba(183,121,31,.28);
      background:rgba(244,230,201,.74);border-radius:999px;
      color:var(--accent-dark);font-weight:700;font-size:.86rem;
    }
    .eyebrow::before{content:"";width:.48rem;height:.48rem;border-radius:999px;background:var(--sage);box-shadow:0 0 0 5px rgba(111,127,99,.13)}
    .panel{
      background:rgba(255,253,248,.90);
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      border-radius:var(--radius-lg);
    }
    .card{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-soft);
      transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease;
    }
    .card:hover{transform:translateY(-3px);border-color:rgba(183,121,31,.46);box-shadow:var(--shadow-lift)}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
      border-radius:999px;padding:.84rem 1.25rem;
      font-weight:800;line-height:1;border:1px solid transparent;
      transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease;
      white-space:nowrap;
    }
    .btn:focus-visible,.nav-toggle:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{
      outline:3px solid rgba(183,121,31,.28);
      outline-offset:3px;
    }
    .btn-primary{background:var(--accent);color:#fff;box-shadow:0 14px 34px rgba(183,121,31,.24)}
    .btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 18px 42px rgba(124,74,18,.25)}
    .btn-secondary{background:rgba(255,253,248,.76);border-color:var(--line);color:var(--ink)}
    .btn-secondary:hover{background:var(--soft-accent);border-color:rgba(183,121,31,.45);transform:translateY(-1px)}
    .tag{
      display:inline-flex;align-items:center;border-radius:999px;
      padding:.28rem .65rem;background:rgba(111,127,99,.12);
      color:#536247;font-size:.78rem;font-weight:800;
      border:1px solid rgba(111,127,99,.18);
    }
    .header-wrap{
      position:sticky;top:0;z-index:50;
      padding:18px 0;
      background:rgba(247,243,234,.78);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(228,216,199,.45);
    }
    .nav-panel{
      min-height:78px;
      display:flex;align-items:center;justify-content:space-between;gap:18px;
      padding:12px 14px 12px 16px;
    }
    .brand{display:flex;align-items:center;gap:12px;min-width:0}
    .brand-mark{
      width:48px;height:48px;border-radius:18px;
      display:grid;place-items:center;
      color:#fff;font-weight:900;font-size:1.2rem;
      background:
        linear-gradient(135deg, var(--ink), #3C3327 50%, var(--accent));
      box-shadow:inset 0 1px 0 rgba(255,255,255,.22), 0 12px 28px rgba(30,27,22,.14);
      position:relative;overflow:hidden;
    }
    .brand-mark::after{
      content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.26);
      border-radius:12px;
    }
    .brand-title{font-weight:900;letter-spacing:-.03em;line-height:1.15}
    .brand-sub{font-size:.78rem;color:var(--muted);line-height:1.2;margin-top:3px}
    .nav-card-list{display:flex;align-items:center;gap:10px}
    .nav-item{
      display:flex;align-items:center;gap:8px;
      padding:10px 14px;border-radius:18px;
      background:#FBF6EC;border:1px solid rgba(228,216,199,.8);
      color:var(--ink);font-weight:800;font-size:.94rem;
    }
    .nav-item .num{font-size:.72rem;color:var(--accent);font-weight:900}
    .nav-item:hover,.nav-item.active{background:var(--soft-accent);border-color:rgba(183,121,31,.35);transform:translateY(-1px)}
    .nav-toggle{display:none;border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:10px 12px;font-weight:900;color:var(--ink)}
    .mobile-menu{display:none;margin-top:10px;padding:12px;border-radius:24px;background:rgba(255,253,248,.94);border:1px solid var(--line);box-shadow:var(--shadow-soft)}
    .mobile-menu.open{display:grid;gap:10px}
    .hero-title{
      font-size:clamp(2.25rem, 5.4vw, 4.35rem);
      line-height:1.05;font-weight:900;letter-spacing:-.055em;
    }
    .hero-highlight{
      color:var(--accent-dark);
      background:linear-gradient(180deg, transparent 58%, rgba(244,230,201,.95) 0);
      padding:0 .06em;
    }
    .dashboard-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}
    .status-line{
      height:10px;border-radius:999px;background:#EEE2D0;overflow:hidden;position:relative;
    }
    .status-line span{
      display:block;height:100%;width:76%;border-radius:999px;
      background:linear-gradient(90deg,var(--sage),var(--accent));
    }
    .mini-row{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      padding:13px 14px;border:1px solid rgba(228,216,199,.78);
      background:#FBF7EF;border-radius:18px;
    }
    .ticket-card{
      position:relative;overflow:hidden;
      background:linear-gradient(135deg,#FFFDF8 0%,#F3E8D6 100%);
      border:1px solid var(--line);border-radius:26px;
    }
    .ticket-card::before,.ticket-card::after{
      content:"";position:absolute;top:50%;width:22px;height:22px;border-radius:999px;
      background:var(--bg);border:1px solid var(--line);
    }
    .ticket-card::before{left:-12px}.ticket-card::after{right:-12px}
    .dash-divider{
      height:1px;background:repeating-linear-gradient(90deg, rgba(116,107,94,.45) 0 8px, transparent 8px 16px);
    }
    .service-row{
      display:grid;grid-template-columns:86px 1fr 42px;gap:18px;align-items:center;
      padding:20px;border-radius:24px;border:1px solid var(--line);
      background:rgba(255,253,248,.82);
      transition:.3s ease;
    }
    .service-row:hover{background:#FFFDF8;border-color:rgba(183,121,31,.42);transform:translateX(4px)}
    .service-num{font-size:1.5rem;font-weight:900;color:var(--accent);letter-spacing:-.04em}
    .metric{
      padding:24px;border-right:1px solid rgba(228,216,199,.8);
    }
    .metric:last-child{border-right:0}
    .metric strong{display:block;font-size:clamp(2rem,4vw,3.25rem);line-height:1;font-weight:900;color:var(--accent-dark);letter-spacing:-.06em}
    .timeline-item{position:relative;padding-left:34px}
    .timeline-item::before{
      content:"";position:absolute;left:7px;top:7px;width:13px;height:13px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 7px rgba(183,121,31,.12);
    }
    .timeline-item::after{
      content:"";position:absolute;left:13px;top:28px;bottom:-26px;width:1px;background:var(--line);
    }
    .timeline-item:last-child::after{display:none}
    .article-card-title:hover{color:var(--accent-dark);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}
    .line-clamp-2{
      display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
    }
    details.faq-item{
      border:1px solid var(--line);border-radius:22px;background:rgba(255,253,248,.84);
      padding:0;overflow:hidden;transition:.3s ease;
    }
    details.faq-item:hover{border-color:rgba(183,121,31,.42);box-shadow:0 16px 34px rgba(66,48,24,.06)}
    details.faq-item[open]{background:#FFFDF8}
    .faq-item summary{
      list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;
      padding:20px 22px;font-weight:900;cursor:pointer;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary::after{
      content:"＋";width:28px;height:28px;display:grid;place-items:center;
      border-radius:999px;background:var(--soft-accent);color:var(--accent-dark);flex:0 0 auto;
      transition:.25s ease;
    }
    .faq-item[open] summary::after{content:"－";transform:rotate(180deg)}
    .faq-answer{padding:0 22px 22px;color:var(--muted)}
    .form-field{
      width:100%;border:1px solid var(--line);background:#FFFDF8;border-radius:18px;
      padding:13px 15px;color:var(--ink);transition:.25s ease;
    }
    .form-field:focus{border-color:rgba(183,121,31,.65);box-shadow:0 0 0 4px rgba(183,121,31,.12)}
    .footer{
      background:#1E1B16;color:#F7F3EA;border-top:1px solid rgba(255,255,255,.08);
    }
    .footer a:hover{color:#F4E6C9;text-decoration:underline;text-underline-offset:4px}
    @media (max-width:1024px){
      .section{padding:72px 0}
      .nav-card-list,.desktop-cta{display:none}
      .nav-toggle{display:inline-flex}
      .dashboard-grid{grid-template-columns:1fr}
      .metric{border-right:0;border-bottom:1px solid rgba(228,216,199,.8)}
      .metric:last-child{border-bottom:0}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 28px, 1180px)}
      .header-wrap{padding:12px 0}
      .nav-panel{min-height:68px;border-radius:22px}
      .brand-mark{width:42px;height:42px;border-radius:15px}
      .brand-title{font-size:.98rem}
      .brand-sub{font-size:.72rem}
      .section{padding:56px 0}
      .section-tight{padding:44px 0}
      .service-row{grid-template-columns:1fr;gap:8px}
      .service-row:hover{transform:translateY(-2px)}
      .hero-title{letter-spacing:-.04em}
      .btn{width:100%;padding:.9rem 1rem}
      .metric{padding:20px}
    }
    @media (max-width:520px){
      .brand-title{max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
      .panel,.card{border-radius:22px}
      .faq-item summary{padding:18px}
      .faq-answer{padding:0 18px 18px}
    }

/* roulang page: article */
:root {
      --bg: #F7F3EA;
      --surface: #FFFDF8;
      --surface-2: #EFE7D8;
      --ink: #1E1B16;
      --muted: #746B5E;
      --line: #E4D8C7;
      --accent: #B7791F;
      --accent-dark: #7C4A12;
      --sage: #6F7F63;
      --soft-accent: #F4E6C9;
      --shadow: 0 18px 50px rgba(66, 48, 24, .08);
      --shadow-hover: 0 24px 70px rgba(66, 48, 24, .14);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 16px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 12% 0%, rgba(183, 121, 31, .13), transparent 34rem),
        radial-gradient(circle at 86% 18%, rgba(111, 127, 99, .12), transparent 32rem),
        linear-gradient(180deg, #F7F3EA 0%, #FBF7EE 48%, #F7F3EA 100%);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.75;
      min-height: 100vh;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    button,
    input,
    textarea {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    ::selection {
      background: var(--soft-accent);
      color: var(--ink);
    }

    .site-container {
      width: min(1180px, calc(100% - 40px));
      margin-inline: auto;
    }

    .panel {
      background: rgba(255, 253, 248, .92);
      border: 1px solid rgba(228, 216, 199, .88);
      box-shadow: var(--shadow);
      backdrop-filter: blur(14px);
    }

    .header-wrap {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 18px 0;
      background: linear-gradient(180deg, rgba(247, 243, 234, .94), rgba(247, 243, 234, .70) 70%, rgba(247, 243, 234, 0));
    }

    .nav-panel {
      min-height: 76px;
      border-radius: var(--radius-xl);
      padding: 10px;
      display: grid;
      grid-template-columns: minmax(230px, 1fr) auto minmax(170px, auto);
      align-items: center;
      gap: 14px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      border-radius: 22px;
      padding: 8px 10px;
    }

    .brand:hover {
      background: rgba(244, 230, 201, .58);
    }

    .brand-mark {
      width: 46px;
      height: 46px;
      flex: 0 0 46px;
      display: grid;
      place-items: center;
      border-radius: 17px;
      color: #fff;
      font-weight: 900;
      font-size: 21px;
      background:
        linear-gradient(145deg, var(--accent), var(--accent-dark)),
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.38), transparent 40%);
      box-shadow: 0 12px 26px rgba(124, 74, 18, .22);
    }

    .brand-title {
      color: var(--ink);
      font-weight: 900;
      letter-spacing: -.03em;
      line-height: 1.15;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .brand-sub {
      margin-top: 3px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-card-list {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .nav-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 46px;
      border: 1px solid rgba(228, 216, 199, .92);
      border-radius: 17px;
      padding: 10px 16px;
      background: rgba(255, 253, 248, .74);
      color: var(--ink);
      font-size: 14px;
      font-weight: 800;
    }

    .nav-item .num {
      color: var(--accent);
      font-size: 12px;
      font-weight: 900;
    }

    .nav-item:hover,
    .nav-item.active {
      transform: translateY(-1px);
      background: var(--soft-accent);
      border-color: rgba(183, 121, 31, .34);
      box-shadow: 0 12px 30px rgba(66, 48, 24, .08);
    }

    .desktop-cta {
      display: flex;
      justify-content: flex-end;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      border-radius: 999px;
      padding: 12px 20px;
      border: 1px solid transparent;
      font-weight: 900;
      line-height: 1.1;
      transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
    }

    .btn:focus-visible,
    .nav-item:focus-visible,
    .brand:focus-visible,
    .nav-toggle:focus-visible,
    summary:focus-visible {
      outline: 3px solid rgba(183, 121, 31, .28);
      outline-offset: 3px;
    }

    .btn:active,
    .nav-item:active {
      transform: translateY(0) scale(.98);
    }

    .btn-primary {
      background: var(--accent);
      color: #fff;
      box-shadow: 0 16px 34px rgba(183, 121, 31, .22);
    }

    .btn-primary:hover {
      background: var(--accent-dark);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 20px 42px rgba(124, 74, 18, .26);
    }

    .btn-secondary {
      background: rgba(255, 253, 248, .78);
      border-color: var(--line);
      color: var(--ink);
    }

    .btn-secondary:hover {
      background: var(--soft-accent);
      border-color: rgba(183, 121, 31, .34);
      transform: translateY(-2px);
    }

    .nav-toggle {
      display: none;
      min-height: 44px;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 10px 14px;
      background: var(--surface);
      color: var(--ink);
      font-weight: 900;
    }

    .mobile-menu {
      display: none;
      margin-top: 10px;
      padding: 12px;
      border-radius: 24px;
      background: rgba(255, 253, 248, .96);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .article-hero {
      padding: 40px 0 28px;
    }

    .breadcrumb {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .breadcrumb a {
      color: var(--ink);
      border-bottom: 1px solid transparent;
    }

    .breadcrumb a:hover {
      color: var(--accent-dark);
      border-bottom-color: rgba(183, 121, 31, .42);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(183, 121, 31, .25);
      background: rgba(244, 230, 201, .62);
      color: var(--accent-dark);
      border-radius: 999px;
      padding: 8px 13px;
      font-size: 13px;
      font-weight: 900;
    }

    .article-title {
      margin-top: 22px;
      max-width: 920px;
      font-size: clamp(34px, 5.4vw, 62px);
      line-height: 1.08;
      letter-spacing: -.055em;
      font-weight: 950;
    }

    .article-desc {
      margin-top: 18px;
      max-width: 820px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.85;
    }

    .meta-row {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 26px;
    }

    .meta-pill,
    .tag-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255, 253, 248, .74);
      padding: 8px 12px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    .tag-pill {
      color: #4E5D45;
      background: rgba(111, 127, 99, .12);
      border-color: rgba(111, 127, 99, .24);
    }

    .article-shell {
      padding: 34px 0 78px;
    }

    .article-grid {
      display: grid;
      grid-template-columns: minmax(0, 820px) minmax(260px, 1fr);
      gap: 28px;
      align-items: start;
    }

    .content-card,
    .side-card,
    .notice-card,
    .related-card,
    .cta-card {
      border: 1px solid var(--line);
      background: rgba(255, 253, 248, .88);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
    }

    .content-card {
      padding: clamp(22px, 4vw, 46px);
      overflow: hidden;
    }

    .intro-card {
      margin-bottom: 30px;
      border-radius: 24px;
      padding: 18px 20px;
      background:
        linear-gradient(135deg, rgba(244, 230, 201, .74), rgba(255, 253, 248, .88)),
        radial-gradient(circle at 92% 8%, rgba(111, 127, 99, .12), transparent 16rem);
      border: 1px solid rgba(183, 121, 31, .18);
      color: var(--muted);
      font-size: 15px;
      line-height: 1.85;
    }

    .article-prose {
      color: var(--ink);
      font-size: 17px;
      line-height: 1.92;
      word-break: break-word;
    }

    .article-prose > *:first-child {
      margin-top: 0;
    }

    .article-prose p {
      margin: 1.15em 0;
    }

    .article-prose h2 {
      position: relative;
      margin: 2.2em 0 .75em;
      padding-left: 18px;
      font-size: clamp(25px, 3vw, 34px);
      line-height: 1.25;
      font-weight: 950;
      letter-spacing: -.035em;
    }

    .article-prose h2::before {
      content: "";
      position: absolute;
      left: 0;
      top: .18em;
      width: 5px;
      height: 1.1em;
      border-radius: 99px;
      background: var(--accent);
    }

    .article-prose h3 {
      margin: 1.8em 0 .65em;
      font-size: clamp(21px, 2.2vw, 26px);
      line-height: 1.35;
      font-weight: 900;
      letter-spacing: -.025em;
    }

    .article-prose h4 {
      margin: 1.6em 0 .5em;
      font-size: 19px;
      font-weight: 900;
    }

    .article-prose ul,
    .article-prose ol {
      margin: 1.1em 0;
      padding-left: 1.35em;
    }

    .article-prose li {
      margin: .45em 0;
      padding-left: .18em;
    }

    .article-prose li::marker {
      color: var(--accent);
      font-weight: 900;
    }

    .article-prose blockquote {
      margin: 1.6em 0;
      padding: 18px 22px;
      border-left: 5px solid var(--accent);
      border-radius: 0 22px 22px 0;
      background: rgba(244, 230, 201, .56);
      color: #4B4338;
      font-weight: 700;
    }

    .article-prose img {
      margin: 1.8em auto;
      border-radius: 18px;
      border: 1px solid rgba(228, 216, 199, .86);
      box-shadow: 0 18px 48px rgba(66, 48, 24, .10);
    }

    .article-prose a {
      color: var(--accent-dark);
      font-weight: 800;
      border-bottom: 1px solid rgba(183, 121, 31, .36);
    }

    .article-prose a:hover {
      background: var(--soft-accent);
      border-bottom-color: var(--accent);
    }

    .article-prose table {
      width: 100%;
      border-collapse: collapse;
      margin: 1.6em 0;
      overflow: hidden;
      border-radius: 18px;
      display: block;
      overflow-x: auto;
      border: 1px solid var(--line);
      background: var(--surface);
    }

    .article-prose th,
    .article-prose td {
      padding: 13px 15px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      white-space: nowrap;
    }

    .article-prose th {
      background: rgba(244, 230, 201, .55);
      font-weight: 900;
    }

    .article-prose code {
      border: 1px solid rgba(228, 216, 199, .9);
      border-radius: 9px;
      padding: .14em .42em;
      background: rgba(239, 231, 216, .62);
      color: var(--accent-dark);
      font-size: .92em;
    }

    .article-prose pre {
      overflow-x: auto;
      margin: 1.5em 0;
      padding: 18px;
      border-radius: 20px;
      background: #29241D;
      color: #FFF7E6;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
    }

    .article-prose pre code {
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
    }

    .side-stack {
      position: sticky;
      top: 118px;
      display: grid;
      gap: 16px;
    }

    .side-card {
      padding: 22px;
    }

    .side-card h2,
    .side-card h3 {
      font-size: 18px;
      font-weight: 950;
      letter-spacing: -.02em;
    }

    .side-list {
      margin-top: 16px;
      display: grid;
      gap: 10px;
    }

    .side-link {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      padding: 12px;
      border-radius: 18px;
      border: 1px solid rgba(228, 216, 199, .75);
      background: rgba(255, 253, 248, .64);
    }

    .side-link:hover {
      transform: translateY(-2px);
      border-color: rgba(183, 121, 31, .35);
      background: rgba(244, 230, 201, .45);
      box-shadow: 0 14px 32px rgba(66, 48, 24, .08);
    }

    .side-dot {
      width: 22px;
      height: 22px;
      flex: 0 0 22px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: var(--soft-accent);
      color: var(--accent-dark);
      font-size: 12px;
      font-weight: 950;
    }

    .small-muted {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.65;
    }

    .ticket-card {
      position: relative;
      overflow: hidden;
      padding: 22px;
      border-radius: var(--radius-xl);
      background:
        linear-gradient(140deg, #221E18, #3A2D1C),
        radial-gradient(circle at 90% 10%, rgba(183, 121, 31, .34), transparent 18rem);
      color: #FFF7E6;
      box-shadow: 0 22px 56px rgba(30, 27, 22, .18);
    }

    .ticket-card::before,
    .ticket-card::after {
      content: "";
      position: absolute;
      top: 48%;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--bg);
    }

    .ticket-card::before {
      left: -11px;
    }

    .ticket-card::after {
      right: -11px;
    }

    .ticket-line {
      height: 1px;
      margin: 18px 0;
      background: repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0 8px, transparent 8px 14px);
    }

    .notice-card {
      padding: 26px;
      text-align: center;
      background:
        linear-gradient(135deg, rgba(255, 253, 248, .92), rgba(244, 230, 201, .62)),
        radial-gradient(circle at 50% 0%, rgba(183, 121, 31, .14), transparent 20rem);
    }

    .notice-icon {
      width: 58px;
      height: 58px;
      margin: 0 auto 14px;
      border-radius: 22px;
      display: grid;
      place-items: center;
      color: #fff;
      font-size: 24px;
      font-weight: 950;
      background: linear-gradient(145deg, var(--sage), #4F5D45);
      box-shadow: 0 16px 32px rgba(79, 93, 69, .20);
    }

    .related-section {
      padding: 0 0 78px;
    }

    .related-card {
      padding: clamp(22px, 4vw, 34px);
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 22px;
    }

    .section-title {
      font-size: clamp(26px, 3vw, 38px);
      line-height: 1.18;
      letter-spacing: -.04em;
      font-weight: 950;
    }

    .related-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .related-item {
      min-height: 146px;
      padding: 18px;
      border-radius: 22px;
      border: 1px solid rgba(228, 216, 199, .85);
      background: rgba(255, 253, 248, .66);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .related-item:hover {
      transform: translateY(-3px);
      border-color: rgba(183, 121, 31, .35);
      background: rgba(244, 230, 201, .40);
      box-shadow: var(--shadow-hover);
    }

    .cta-section {
      padding: 0 0 88px;
    }

    .cta-card {
      position: relative;
      overflow: hidden;
      padding: clamp(26px, 5vw, 46px);
      background:
        radial-gradient(circle at 88% 18%, rgba(183, 121, 31, .16), transparent 22rem),
        linear-gradient(135deg, rgba(255, 253, 248, .96), rgba(239, 231, 216, .88));
    }

    .cta-card::after {
      content: "";
      position: absolute;
      right: -80px;
      bottom: -96px;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      border: 1px solid rgba(183, 121, 31, .20);
      box-shadow: inset 0 0 0 28px rgba(244, 230, 201, .44);
    }

    .footer {
      background:
        radial-gradient(circle at 16% 0%, rgba(183, 121, 31, .20), transparent 28rem),
        linear-gradient(180deg, #1E1B16, #17140F);
      color: rgba(255,255,255,.78);
    }

    .footer a:hover {
      color: #F4D59B;
    }

    @media (max-width: 1024px) {
      .nav-panel {
        grid-template-columns: 1fr auto;
      }

      .nav-card-list,
      .desktop-cta {
        display: none;
      }

      .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .mobile-menu.open {
        display: grid;
        gap: 10px;
      }

      .article-grid {
        grid-template-columns: 1fr;
      }

      .side-stack {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .ticket-card {
        grid-column: 1 / -1;
      }

      .related-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(100% - 28px, 1180px);
      }

      .header-wrap {
        padding: 12px 0;
      }

      .nav-panel {
        min-height: 68px;
        border-radius: 24px;
        padding: 8px;
      }

      .brand {
        gap: 9px;
        padding: 6px;
      }

      .brand-mark {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 15px;
      }

      .brand-title {
        max-width: 180px;
        font-size: 15px;
      }

      .brand-sub {
        max-width: 180px;
      }

      .article-hero {
        padding: 24px 0 18px;
      }

      .article-title {
        margin-top: 18px;
        letter-spacing: -.045em;
      }

      .article-desc {
        font-size: 16px;
      }

      .article-shell {
        padding-top: 18px;
      }

      .content-card {
        border-radius: 24px;
      }

      .article-prose {
        font-size: 16.5px;
        line-height: 1.88;
      }

      .side-stack {
        grid-template-columns: 1fr;
      }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .related-grid {
        grid-template-columns: 1fr;
      }

      .cta-card::after {
        opacity: .42;
      }
    }

    @media (max-width: 520px) {
      .brand-title {
        max-width: 150px;
      }

      .brand-sub {
        max-width: 150px;
        font-size: 11px;
      }

      .nav-toggle {
        padding: 9px 12px;
      }

      .meta-row {
        align-items: stretch;
      }

      .meta-pill,
      .tag-pill {
        width: 100%;
        justify-content: center;
      }

      .btn {
        width: 100%;
      }

      .article-prose table {
        font-size: 14px;
      }
    }
