
  .pendant-guide {
    --ink: #171715;
    --muted: #6f6b63;
    --paper: #fffdf8;
    --soft: #f7eee9;
    --line: #e2d5ca;
    --accent: #b35b32;
    --accent-light: #f0b083;
    max-width: 920px;
    margin: 0 auto;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.78;
  }
  .pendant-guide * { box-sizing: border-box; }
  .pendant-guide .hero { margin: 0 0 42px; overflow: hidden; border-radius: 4px 4px 28px 4px; background: #1c1714; box-shadow: 0 24px 60px rgba(35, 29, 20, .16); }
  .pendant-guide .hero img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; }
  .pendant-guide .hero-copy { padding: 34px clamp(24px, 5vw, 54px) 38px; color: #fff; background: linear-gradient(135deg, #111 0%, #251e19 72%, #6b351c 100%); }
  .pendant-guide .kicker { display: block; margin-bottom: 12px; color: var(--accent-light); font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
  .pendant-guide h1 { max-width: 790px; margin: 0; color: #fff; font-size: clamp(38px, 7vw, 68px); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
  .pendant-guide .dek { max-width: 700px; margin: 22px 0 0; color: #e4d6ce; font-family: Arial, sans-serif; font-size: 16px; line-height: 1.65; }
  .pendant-guide .meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
  .pendant-guide .meta span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #f1eee8; font-family: Arial, sans-serif; font-size: 12px; }
  .pendant-guide .lead { margin: 0 0 38px; padding: 4px clamp(0px, 3vw, 30px); font-size: 21px; line-height: 1.65; }
  .pendant-guide .toc { margin: 36px 0 54px; padding: 26px 28px 24px; border: 1px solid var(--line); border-left: 5px solid var(--accent); background: var(--paper); }
  .pendant-guide .toc strong { display: block; margin-bottom: 14px; font-family: Arial, sans-serif; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
  .pendant-guide .toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 30px; margin: 0; padding-left: 22px; }
  .pendant-guide .toc a { color: var(--ink); font-family: Arial, sans-serif; font-size: 14px; text-decoration-color: var(--accent-light); text-underline-offset: 4px; }
  .pendant-guide h2 { position: relative; margin: 68px 0 20px; padding-top: 18px; border-top: 1px solid var(--line); font-size: clamp(28px, 4vw, 40px); font-weight: 500; line-height: 1.12; letter-spacing: -.02em; }
  .pendant-guide h2::before { content: ""; position: absolute; top: -2px; left: 0; width: 76px; height: 3px; background: var(--accent); }
  .pendant-guide h3 { margin-top: 34px; font-size: 23px; line-height: 1.3; }
  .pendant-guide p { margin: 0 0 20px; }
  .pendant-guide a { color: #954524; text-underline-offset: 3px; }
  .pendant-guide ul, .pendant-guide ol { margin: 24px 0 30px; padding-left: 28px; }
  .pendant-guide li { margin-bottom: 10px; padding-left: 6px; }
  .pendant-guide figure { margin: 34px 0; }
  .pendant-guide .feature-figure,
  .pendant-guide .image-pair figure {
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 5px 24px 5px 5px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(48, 29, 20, .09);
  }
  .pendant-guide figure img { display: block; width: 100%; height: auto; border-radius: 3px 18px 3px 3px; }
  .pendant-guide figcaption { margin: 12px 2px 2px; color: var(--muted); font-family: Arial, sans-serif; font-size: 13px; line-height: 1.55; }
  .pendant-guide .image-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 30px 0 38px; }
  .pendant-guide .image-pair figure { margin: 0; }
  .pendant-guide .card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 28px 0 34px; padding: 0; list-style: none; }
  .pendant-guide .card-grid li { margin: 0; padding: 20px; border: 1px solid var(--line); background: var(--paper); }
  .pendant-guide .card-grid strong { display: block; margin-bottom: 5px; color: var(--accent); font-family: Arial, sans-serif; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
  .pendant-guide .note { margin: 30px 0; padding: 22px 24px; border-radius: 3px 18px 3px 3px; color: #f5f1e9; background: #211916; }
  .pendant-guide .note strong { color: var(--accent-light); }
  .pendant-guide .table-scroll { margin: 28px 0 36px; overflow-x: auto; }
  .pendant-guide .spec-table { width: 100%; min-width: 680px; margin: 0; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.55; }
  .pendant-guide .spec-table th, .pendant-guide .spec-table td { padding: 14px 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
  .pendant-guide .spec-table th { color: #fff; background: #30231d; }
  .pendant-guide .spec-table tr:nth-child(even) td { background: var(--paper); }
  .pendant-guide .checklist { padding: 26px 30px 18px; border: 1px solid #dfc9bc; border-radius: 4px 22px 4px 4px; background: #fff8f4; }
  .pendant-guide .product-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 34px 0 12px; }
  .pendant-guide .product-links a { padding: 16px 18px; border: 1px solid var(--line); border-radius: 3px 16px 3px 3px; color: var(--ink); background: var(--paper); font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; text-decoration-color: var(--accent-light); }
  .pendant-guide .faq { margin-top: 72px; padding: 2px clamp(22px, 5vw, 44px) 28px; border-radius: 4px 28px 4px 4px; background: var(--soft); }
  .pendant-guide .faq h2 { margin-top: 38px; }
  @media (max-width: 680px) {
    .pendant-guide { font-size: 17px; line-height: 1.72; }
    .pendant-guide .hero { margin-left: -10px; margin-right: -10px; border-radius: 0 0 22px 0; }
    .pendant-guide .hero-copy { padding: 28px 22px 32px; }
    .pendant-guide h1 { font-size: clamp(38px, 12vw, 56px); }
    .pendant-guide .lead { font-size: 19px; }
    .pendant-guide .toc ol,
    .pendant-guide .card-grid,
    .pendant-guide .image-pair,
    .pendant-guide .product-links { grid-template-columns: 1fr; }
    .pendant-guide .spec-table { font-size: 13px; }
    .pendant-guide .spec-table th, .pendant-guide .spec-table td { padding: 11px 10px; }
  }
