
    :root {
      --ink: #1f2520;
      --muted: #627066;
      --line: #dce3d9;
      --paper: #ffffff;
      --soft: #f3f6f0;
      --sand: #ebe1d0;
      --olive: #41533f;
      --olive-dark: #253326;
      --clay: #9a5a3f;
      --blue: #315f73;
    }
    * { box-sizing: border-box; letter-spacing: 0; }
    body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.58; }
    img { display: block; max-width: 100%; height: auto; }
    figure { margin: 0; }
    a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
    .page { overflow: hidden; background: #fff; }
    .wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
    .hero { padding: 56px 0 64px; background: linear-gradient(90deg, #f6f3ec 0%, #eef3ea 100%); }
    .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 500px); gap: 48px; align-items: center; }
    .eyebrow { margin: 0 0 10px; color: var(--clay); font-size: 13px; font-weight: 700; text-transform: uppercase; }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { line-height: 1.15; }
    h1 { max-width: 780px; margin-bottom: 18px; font-size: 48px; }
    h2 { margin-bottom: 14px; font-size: 34px; }
    h3 { margin-bottom: 8px; font-size: 19px; }
    .lead { max-width: 740px; color: var(--muted); font-size: 18px; }
    .keyword-strip { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }
    .keyword-strip strong { display: inline-flex; padding: 8px 11px; border: 1px solid #bcc8bb; border-radius: 6px; background: rgba(255,255,255,.72); font-size: 13px; }
    .actions, .btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
    .btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid var(--olive-dark); border-radius: 6px; background: var(--olive-dark); color: #fff; font-weight: 700; text-decoration: none; }
    .btn.secondary { background: transparent; color: var(--olive-dark); }
    .hero-card, .media-card, .product-card, .article-card, .faq-item, .quote-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
    .hero-card { box-shadow: 0 18px 44px rgba(31,37,32,.13); }
    .hero-card img, .media-card img, .product-card img, .article-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #eef1ed; }
    .caption { padding: 14px 16px; color: var(--muted); font-size: 13px; }
    .section { padding: 72px 0; }
    .section.soft { background: var(--soft); }
    .split { display: grid; grid-template-columns: minmax(280px, 430px) minmax(0, 1fr); gap: 42px; align-items: start; }
    .table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    table { width: 100%; min-width: 620px; border-collapse: collapse; }
    th, td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
    th { width: 30%; background: #f7f8f5; font-size: 13px; }
    tr:last-child th, tr:last-child td { border-bottom: 0; }
    .boundary { display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px; align-items: start; }
    .boundary-panel { padding: 26px; border-radius: 8px; background: var(--olive-dark); color: #fff; }
    .boundary-panel p { color: #dbe3d8; }
    .signal-list { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
    .signal-list li { padding: 12px 14px; border-left: 4px solid var(--sand); background: rgba(255,255,255,.08); }
    .rule-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
    .rule { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .role-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
    .role { padding: 18px; border-top: 4px solid var(--blue); background: #fff; }
    .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
    .article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
    .card-body { padding: 20px; }
    .card-body p, .rule p, .role p, .quote-card p, .faq-item p { margin-bottom: 0; color: var(--muted); }
    .text-link { display: inline-block; margin-top: 14px; color: var(--clay); font-weight: 700; text-decoration: none; }
    .quote-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
    .quote-card { padding: 18px; }
    .faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
    .faq-item { padding: 20px; }
    .final { padding: 48px 0; background: var(--olive-dark); color: #fff; }
    .final-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    .final p { max-width: 720px; margin-bottom: 0; color: #dbe3d8; }
    .final .btn { background: #fff; color: var(--olive-dark); border-color: #fff; }
    .final .btn.secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.72); }
    @media (max-width: 900px) {
      h1 { font-size: 40px; }
      h2 { font-size: 30px; }
      .hero-grid, .split, .boundary { grid-template-columns: 1fr; }
      .rule-grid, .product-grid, .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .role-grid, .quote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      .wrap { width: min(100% - 28px, 1160px); }
      .hero { padding: 38px 0 46px; }
      .section { padding: 56px 0; }
      h1 { font-size: 33px; }
      h2 { font-size: 27px; }
      .lead { font-size: 16px; }
      .rule-grid, .product-grid, .article-grid, .role-grid, .quote-grid, .faq-list { grid-template-columns: 1fr; }
      .final-grid { align-items: flex-start; flex-direction: column; }
    }
  .breadcrumb,.breadcrumbs,.BreadCrumb,.page_breadcrumb,.position,.path_bar,.page_position{height:auto!important;min-height:0!important;padding-top:0!important;padding-bottom:0!important}.hero .lead .keyword-link{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:inherit}