/* 下層ページ共通（home.css の後に読み込む） */

.page section { padding: 0; }
.page h2 { font-size: inherit; margin: 0; }

/* ---------- page hero ---------- */
.page-hero { position: relative; overflow: hidden; color: #fff; background: #14303c; padding: clamp(120px, 18vh, 160px) 0 clamp(44px, 7vw, 72px); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; filter: brightness(1.12) saturate(1.15); }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 24, 22, 0.5) 0%, rgba(8, 24, 22, 0) 35%),
    linear-gradient(90deg, rgba(8, 24, 22, 0.72) 0%, rgba(8, 24, 22, 0.4) 55%, rgba(8, 24, 22, 0.1) 100%); }
.page-hero .wrap { position: relative; z-index: 3; }
.ph-tool::before { background-image: url("../img/page-tool.jpg"); background-position: center 60%; }
.ph-article::before { background-image: url("../img/page-article.jpg"); background-position: center 55%; }
.ph-about::before { background-image: url("../img/hero.jpg"); background-position: center 38%; }
.ph-article::after { background:
    linear-gradient(180deg, rgba(8, 24, 22, 0.5) 0%, rgba(8, 24, 22, 0.15) 35%),
    linear-gradient(90deg, rgba(8, 24, 22, 0.8) 0%, rgba(8, 24, 22, 0.55) 60%, rgba(8, 24, 22, 0.25) 100%); }

.crumb { font-size: .75rem; letter-spacing: .12em; opacity: .85; margin: 0 0 18px; }
.crumb a { text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); }
.page-hero h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.7rem, 4.6vw, 3rem); line-height: 1.4; letter-spacing: .04em; margin: 0 0 14px; text-shadow: 0 2px 26px rgba(10, 25, 30, .4); }
.page-hero .lead { margin: 0; max-width: 34em; font-size: clamp(.9rem, 1.6vw, 1rem); opacity: .95; text-shadow: 0 1px 12px rgba(10, 25, 30, .45); }

/* ---------- content ---------- */
.content { max-width: 860px; margin: 0 auto; padding: clamp(40px, 6vw, 72px) 24px clamp(64px, 9vw, 110px); }
.content.wide { max-width: 1080px; }

.notice { background: #fff; border-left: 4px solid var(--sun); padding: 14px 18px; font-size: .85rem; color: var(--muted); margin: 0 0 32px; border-radius: 0 4px 4px 0; }

/* prose (記事・運営者情報) */
.prose { font-size: 1rem; }
.prose > p { margin: 0 0 1.4em; }
.prose h2 { font-family: var(--serif); font-size: clamp(1.35rem, 3vw, 1.75rem); line-height: 1.5; letter-spacing: .04em; margin: 2.8em 0 1em; padding-left: 16px; border-left: 4px solid var(--sun); }
.prose > h2:first-child { margin-top: 0; }
.prose a { color: var(--forest-2); text-underline-offset: 3px; }
.prose strong { font-weight: 700; }

.prose ul.check { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; gap: 10px; }
.prose ul.check li { position: relative; background: #fff; border-radius: 4px; padding: 13px 16px 13px 50px; box-shadow: 0 1px 0 rgba(14, 42, 32, .08); }
.prose ul.check li::before { content: ""; position: absolute; left: 16px; top: 50%; width: 20px; height: 20px; margin-top: -10px; border-radius: 50%; background: var(--forest) ; }
.prose ul.check li::after { content: ""; position: absolute; left: 23px; top: 50%; width: 5px; height: 9px; margin-top: -7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.prose ul.check.soft li::before { background: var(--sun); }

.steps { list-style: none; padding: 0; margin: 0 0 1.4em; counter-reset: s; display: grid; gap: 14px; }
.steps li { counter-increment: s; position: relative; background: #fff; border-radius: 4px; padding: 18px 20px 18px 78px; box-shadow: 0 1px 0 rgba(14, 42, 32, .08); }
.steps li::before { content: counter(s, decimal-leading-zero); position: absolute; left: 20px; top: 12px; font-family: var(--serif); font-size: 2rem; line-height: 1.3; color: var(--sun); }

.cta-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; background: var(--forest); color: #fff; border-radius: 6px; padding: 28px 30px; margin: 3em 0 0; }
.cta-card b { font-family: var(--serif); font-size: 1.25rem; letter-spacing: .04em; display: block; margin-bottom: 4px; }
.cta-card span { font-size: .88rem; opacity: .8; }
.cta-card .btn { flex-shrink: 0; }

.affiliate-slot:empty { display: none; }
.affiliate-slot { margin-top: 2.4em; }
.pr-note { font-size: .78rem; color: var(--muted); margin: 0 0 2em; }

/* about */
.info { display: grid; grid-template-columns: 9em 1fr; gap: 0; margin: 0 0 1.4em; background: #fff; border-radius: 4px; overflow: hidden; }
.info dt, .info dd { margin: 0; padding: 14px 18px; border-bottom: 1px solid var(--sand); }
.info dt { font-weight: 700; color: var(--forest-2); background: #fbf8f1; }
.info dt:last-of-type, .info dd:last-of-type { border-bottom: 0; }
mark { background: #fff0b8; padding: 1px 6px; border-radius: 3px; color: var(--ink); }

/* ---------- simulator ---------- */
.sim { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 32px; align-items: start; }
.sim form { display: grid; gap: 22px; }
.sim fieldset { border: 0; margin: 0; padding: 26px 28px 22px; background: #fff; border-radius: 6px; box-shadow: 0 20px 40px -30px rgba(14, 42, 32, .35); min-width: 0; }
.sim legend { float: left; width: 100%; padding: 0; margin: 0 0 8px; font-family: var(--serif); font-size: 1.3rem; letter-spacing: .04em; }
.sim legend small { display: block; font-family: var(--sans); font-size: .7rem; letter-spacing: .28em; color: var(--sun); font-weight: 700; margin-bottom: 2px; }
.sim legend + * { clear: both; }
.sim .field { display: grid; grid-template-columns: 1fr; gap: 6px; padding: 14px 0; border-top: 1px solid var(--sand); margin: 0; }
.sim .field:first-of-type { border-top: 0; }
.sim .field label { font-size: .9rem; font-weight: 500; }
.sim .ctl { display: flex; align-items: center; gap: 10px; }
.sim .ctl select { flex: 1 1 auto; min-width: 0; }
.sim select, .sim input[type="number"] { font: inherit; font-size: .95rem; padding: 10px 12px; border: 1px solid #d9d2c0; border-radius: 4px; background: var(--cream); color: var(--ink); }
.sim input[type="number"] { width: 118px; text-align: right; flex-shrink: 0; }
.sim select:focus, .sim input:focus { outline: 2px solid var(--sun); outline-offset: 1px; border-color: transparent; }
.sim .unit { font-size: .82rem; color: var(--muted); white-space: nowrap; }
.sim .hint { font-size: .75rem; color: var(--muted); margin: 0; }

.result { position: sticky; top: 24px; background: var(--forest); color: #fff; border-radius: 6px; padding: 30px 28px; margin: 0; border: 0; box-shadow: 0 30px 60px -30px rgba(14, 42, 32, .6); }
.result .label { font-size: .72rem; letter-spacing: .2em; opacity: .75; }
.result .big { font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 3rem); line-height: 1.25; color: #ffc99a; font-weight: 700; margin: 4px 0 18px; word-break: keep-all; }
.result-grid { display: grid; gap: 0; grid-template-columns: 1fr; margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.result-grid > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.result-grid .label { letter-spacing: .06em; font-size: .8rem; opacity: .8; }
.result-grid .num { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; }
.result h3 { font-size: .72rem; letter-spacing: .2em; margin: 22px 0 6px; font-weight: 500; opacity: .75; font-family: var(--sans); }
table.breakdown { width: 100%; border-collapse: collapse; font-size: .82rem; margin: 0; }
table.breakdown th, table.breakdown td { text-align: left; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-weight: 400; }
table.breakdown td:last-child, table.breakdown th:last-child { text-align: right; white-space: nowrap; }
table.breakdown tr:last-child th { font-weight: 700; border-bottom: 0; padding-top: 12px; color: #ffc99a; font-size: .9rem; }

.tips { margin-top: clamp(48px, 7vw, 80px); }
.tips .eyebrow { margin-bottom: 8px; }
.tips h2 { font-family: var(--serif); font-size: clamp(1.5rem, 3.4vw, 2.1rem); letter-spacing: .04em; margin: 0 0 28px; }
.tip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tip { background: #fff; border-radius: 6px; padding: 24px 22px; }
.tip i { font-style: normal; font-family: var(--serif); font-size: 1.8rem; color: var(--sun); line-height: 1; display: block; margin-bottom: 10px; }
.tip b { font-family: var(--serif); font-size: 1.05rem; display: block; margin-bottom: 6px; line-height: 1.5; }
.tip p { margin: 0; font-size: .86rem; color: var(--muted); }
.tips .next { margin: 32px 0 0; }
.tips .next a { color: var(--forest-2); }

.bar { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .sim { grid-template-columns: minmax(0, 1fr); }
  .sim form, .sim .field, .sim .ctl { min-width: 0; }
  .sim .field { grid-template-columns: minmax(0, 1fr); }
  .result { position: static; }
  .bar { display: flex; position: fixed; z-index: 20; left: 0; right: 0; bottom: 0; align-items: center; justify-content: space-between; gap: 12px; background: var(--forest); color: #fff; padding: 12px 20px; box-shadow: 0 -8px 24px rgba(0,0,0,.25); }
  .bar span { font-size: .72rem; letter-spacing: .1em; opacity: .8; }
  .bar b { font-family: var(--serif); font-size: 1.35rem; color: #ffc99a; margin-left: 10px; }
  .bar a { font-size: .8rem; text-decoration: none; border: 1px solid rgba(255,255,255,.5); border-radius: 99px; padding: 5px 14px; white-space: nowrap; }
  .page.has-bar { padding-bottom: 64px; }
  .tip-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .info { grid-template-columns: 1fr; }
  .info dt { border-bottom: 0; padding-bottom: 2px; }
  .info dd { padding-top: 2px; }
  .steps li { padding-left: 64px; }
  .sim fieldset { padding: 22px 18px 16px; }
}

/* ---------- contact form ---------- */
.ph-contact::before { background-image: url("../img/page-contact.jpg"); background-position: center 42%; }
.ph-contact::after { background:
    linear-gradient(180deg, rgba(8, 24, 22, 0.5) 0%, rgba(8, 24, 22, 0.1) 40%),
    linear-gradient(90deg, rgba(8, 24, 22, 0.75) 0%, rgba(8, 24, 22, 0.45) 60%, rgba(8, 24, 22, 0.15) 100%); }
.ph-contact::before { filter: brightness(1.05) saturate(1.1); }

.cform { background: #fff; border-radius: 6px; padding: clamp(24px, 4vw, 40px); box-shadow: 0 20px 40px -30px rgba(14, 42, 32, .35); }
.cfield { margin: 0 0 22px; }
.cfield label { display: block; font-weight: 500; font-size: .92rem; margin-bottom: 8px; }
.cfield label em { font-style: normal; font-size: .68rem; letter-spacing: .1em; color: #fff; background: var(--sun); border-radius: 3px; padding: 1px 7px; margin-left: 10px; vertical-align: 2px; }
.cfield input, .cfield select, .cfield textarea { width: 100%; font: inherit; font-size: .95rem; padding: 12px 14px; border: 1px solid #d9d2c0; border-radius: 4px; background: var(--cream); color: var(--ink); }
.cfield textarea { resize: vertical; min-height: 160px; line-height: 1.7; }
.cfield input:focus, .cfield select:focus, .cfield textarea:focus { outline: 2px solid var(--sun); outline-offset: 1px; border-color: transparent; }
.cfield .hint { font-size: .75rem; color: var(--muted); margin: 6px 0 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.agree { font-size: .8rem; color: var(--muted); margin: 0 0 20px; }
.agree a { color: var(--forest-2); }
.cform .btn { border: 0; cursor: pointer; font-family: inherit; }
.cform .btn:disabled { opacity: .6; cursor: default; transform: none; }
.cstatus { margin: 18px 0 0; font-size: .9rem; min-height: 1.6em; }
.cstatus.ok { color: var(--forest-2); font-weight: 700; }
.cstatus.err { color: #b3372a; }
.cnote { font-size: .78rem; color: var(--muted); margin: 18px 0 0; }
footer .wrap > div a + a { margin-left: 1.4em; }

/* ---------- club finder ---------- */
.ph-clubs::before { background-image: url("../img/page-clubs.jpg"); background-position: center 45%; }
.ph-clubs::after { background:
    linear-gradient(180deg, rgba(8, 24, 22, 0.5) 0%, rgba(8, 24, 22, 0.1) 40%),
    linear-gradient(90deg, rgba(8, 24, 22, 0.78) 0%, rgba(8, 24, 22, 0.5) 60%, rgba(8, 24, 22, 0.2) 100%); }

.progress { position: relative; height: 6px; background: #e4dccb; border-radius: 99px; margin: 0 0 24px; }
.progress-fill { height: 100%; width: 0; background: var(--sun); border-radius: 99px; transition: width .35s; }
.progress span { position: absolute; right: 0; top: 12px; font-size: .72rem; letter-spacing: .12em; color: var(--muted); }

.sim fieldset.q { padding-bottom: 26px; }
.opts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 8px; }
.opt { position: relative; display: block; cursor: pointer; }
.opt input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.opt span { display: block; height: 100%; padding: 15px 16px; border: 1px solid #d9d2c0; border-radius: 4px; background: var(--cream); font-size: .93rem; line-height: 1.6; transition: background .15s, border-color .15s, color .15s; }
.opt:hover span { border-color: var(--forest-2); }
.opt input:checked + span { background: var(--forest); border-color: var(--forest); color: #fff; }
.opt input:focus-visible + span { outline: 2px solid var(--sun); outline-offset: 2px; }

.result.diag { color: #fff; }
.diag .rph { margin: 0; opacity: .8; font-size: .92rem; }
.diag .rlabel { font-size: .72rem; letter-spacing: .2em; opacity: .75; }
.diag .rname { opacity: 1; font-weight: 700; font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 1.7rem); line-height: 1.5; color: #ffc99a; margin: 6px 0 12px; letter-spacing: .03em; }
.diag .rsum { margin: 0 0 14px; font-size: .92rem; }
.diag .rcost { margin: 0 0 14px; padding: 10px 14px; background: rgba(255,255,255,.1); border-radius: 4px; font-size: .88rem; font-weight: 700; }
.diag .rnote { margin: 0 0 6px; font-size: .84rem; opacity: .9; padding-left: 12px; border-left: 3px solid var(--sun); }
.diag h4 { font-size: .72rem; letter-spacing: .2em; margin: 24px 0 8px; font-weight: 500; opacity: .75; }
.diag .rlist { margin: 0; padding: 0; list-style: none; font-size: .86rem; }
.diag .rlist li { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.diag .rlist b { color: #ffc99a; font-weight: 700; }
.diag .rtips { margin: 0; font-size: .86rem; }
.diag .rtips dt { font-weight: 700; margin-top: 12px; color: #ffc99a; }
.diag .rtips dd { margin: 2px 0 0; opacity: .92; }
.diag .btn { margin-top: 26px; width: 100%; justify-content: center; text-align: center; }
.diag .rfoot { font-size: .72rem; opacity: .65; margin: 14px 0 0; line-height: 1.7; }

@media (max-width: 520px) {
  .opts { grid-template-columns: 1fr; }
}

/* ---------- roadmap ---------- */
.ph-roadmap::before { background-image: url("../img/page-roadmap.jpg"); background-position: center 55%; }
.ph-roadmap::after { background:
    linear-gradient(180deg, rgba(8, 24, 22, 0.5) 0%, rgba(8, 24, 22, 0.1) 40%),
    linear-gradient(90deg, rgba(8, 24, 22, 0.72) 0%, rgba(8, 24, 22, 0.42) 60%, rgba(8, 24, 22, 0.12) 100%); }

.rm-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; background: #fff; border-radius: 6px; padding: clamp(22px, 3.5vw, 34px); box-shadow: 0 20px 40px -30px rgba(14, 42, 32, .35); }
.rm-field label { display: block; font-weight: 500; font-size: .9rem; margin-bottom: 8px; }
.rm-field select { width: 100%; font: inherit; font-size: .95rem; padding: 11px 12px; border: 1px solid #d9d2c0; border-radius: 4px; background: var(--cream); color: var(--ink); }
.rm-field select:focus { outline: 2px solid var(--sun); outline-offset: 1px; border-color: transparent; }

.rm-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 28px 0 0; }
.rm-tile { background: var(--forest); color: #fff; border-radius: 6px; padding: 24px 24px 22px; box-shadow: 0 30px 60px -36px rgba(14, 42, 32, .7); }
.rm-tile .l { display: block; font-size: .72rem; letter-spacing: .2em; opacity: .75; margin-bottom: 6px; }
.rm-tile .v { display: block; font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 2.6rem); line-height: 1.25; font-weight: 700; color: #ffc99a; }
.rm-tile .v.s { font-size: clamp(1.4rem, 2.8vw, 1.9rem); }
.rm-tile .v small { font-size: .45em; margin-left: 3px; }
.rm-tile .v i { font-style: normal; font-size: .6em; margin: 0 8px; color: #fff; opacity: .6; }

.rm-sec { margin-top: clamp(44px, 6vw, 72px); }
.rm-sec .eyebrow { margin-bottom: 8px; }
.rm-sec h2 { font-family: var(--serif); font-size: clamp(1.5rem, 3.4vw, 2.1rem); line-height: 1.5; letter-spacing: .04em; margin: 0 0 20px; }
.rm-lead { color: var(--muted); margin: 0 0 20px; }
.rm-note { font-size: .86rem; color: var(--muted); margin: 18px 0 0; padding-left: 12px; border-left: 3px solid var(--sun); }
.rm-note.warn { color: #8a3b1c; background: #fff3e8; padding: 10px 14px; border-radius: 0 4px 4px 0; margin-top: 16px; }
.rm-assume { font-size: .78rem; color: var(--muted); margin: 48px 0 0; line-height: 1.8; }

.stages { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; position: relative; }
.stage { background: #fff; border-radius: 6px; padding: 26px 28px; border-left: 5px solid var(--sun); box-shadow: 0 20px 40px -32px rgba(14, 42, 32, .4); }
.st-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; margin-bottom: 6px; }
.st-no { font-size: .72rem; letter-spacing: .24em; color: var(--sun); font-weight: 700; }
.st-score { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.st-score i, .stage .st-mo { font-style: normal; }
.st-score i { opacity: .5; margin: 0 4px; }
.st-mo { font-size: .8rem; color: var(--muted); margin-left: auto; }
.stage h3 { font-family: var(--serif); font-size: 1.3rem; margin: 0 0 12px; letter-spacing: .03em; }
.stage ul { margin: 0 0 16px; padding-left: 1.2em; }
.stage ul li { margin: 0 0 8px; font-size: .94rem; }
.st-clear { margin: 0; padding: 12px 16px; background: var(--cream); border-radius: 4px; font-size: .88rem; }
.st-clear b { display: block; font-size: .7rem; letter-spacing: .2em; color: var(--forest-2); margin-bottom: 2px; }

.bars { display: grid; gap: 18px; }
.bar-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: .92rem; margin-bottom: 6px; }
.bar-top b { font-family: var(--serif); font-size: 1.2rem; white-space: nowrap; }
.bar-top em { font-style: normal; font-size: .68rem; letter-spacing: .1em; color: #fff; background: var(--sun); border-radius: 3px; padding: 1px 7px; margin-left: 10px; vertical-align: 2px; }
.bar-track { height: 12px; background: #e4dccb; border-radius: 99px; overflow: hidden; }
.bar-fill { height: 100%; background: var(--forest-2); border-radius: 99px; transition: width .4s; }
.bar-row.focus .bar-fill { background: var(--sun); }

.rm-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 6px; overflow: hidden; font-size: .92rem; }
.rm-table th, .rm-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--sand); vertical-align: top; }
.rm-table tr:last-child th, .rm-table tr:last-child td { border-bottom: 0; }
.rm-table th { font-weight: 700; color: var(--forest-2); width: 34%; }
.rm-table td.n { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; white-space: nowrap; width: 90px; }

.cta-links { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-card .btn.ghost { border: 1px solid rgba(255,255,255,.6); }

@media (max-width: 720px) {
  .rm-form { grid-template-columns: 1fr; }
  .rm-tiles { grid-template-columns: 1fr; }
  .st-mo { margin-left: 0; flex-basis: 100%; }
  .rm-table th { width: auto; }
  .rm-table, .rm-table tbody, .rm-table tr { display: block; }
  .rm-table tr { padding: 12px 16px; border-bottom: 1px solid var(--sand); }
  .rm-table tr:last-child { border-bottom: 0; }
  .rm-table th, .rm-table td { display: inline; padding: 0; border: 0; }
  .rm-table th { display: block; }
  .rm-table td.n { display: inline-block; width: auto; margin-right: 12px; }
}

/* ---------- more articles ---------- */
.ph-range::before { background-image: url("../img/page-contact.jpg"); background-position: center 40%; }
.ph-saving::before { background-image: url("../img/page-tool.jpg"); background-position: center 60%; }
.ph-range::after, .ph-saving::after { background:
    linear-gradient(180deg, rgba(8, 24, 22, 0.5) 0%, rgba(8, 24, 22, 0.15) 35%),
    linear-gradient(90deg, rgba(8, 24, 22, 0.8) 0%, rgba(8, 24, 22, 0.55) 60%, rgba(8, 24, 22, 0.25) 100%); }

.point { background: var(--sand); border-radius: 4px; padding: 18px 22px; margin: 0 0 1.4em; font-size: .94rem; }
.point b { display: block; font-size: .7rem; letter-spacing: .22em; color: var(--forest-2); margin-bottom: 4px; }
.point p { margin: 0; }

.cmp { width: 100%; border-collapse: collapse; background: #fff; border-radius: 6px; overflow: hidden; font-size: .92rem; margin: 0 0 .6em; }
.cmp th, .cmp td { padding: 13px 18px; border-bottom: 1px solid var(--sand); text-align: right; }
.cmp th:first-child, .cmp td:first-child { text-align: left; }
.cmp thead th { background: var(--forest); color: #fff; font-weight: 500; font-size: .8rem; letter-spacing: .08em; border-bottom: 0; }
.cmp tbody td:first-child { font-weight: 500; }
.cmp tfoot th, .cmp tfoot td { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; border-bottom: 0; background: #fbf8f1; }
.cmp tfoot td:last-child { color: #c25a1f; }
.cmp-note { font-size: .78rem; color: var(--muted); margin: 0 0 1.4em; }

.rel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0 0 1.4em; }
.rel a { display: block; background: #fff; border-radius: 4px; border-left: 4px solid var(--sun); padding: 16px 20px; text-decoration: none; color: var(--ink); box-shadow: 0 1px 0 rgba(14, 42, 32, .08); }
.rel a:hover { background: #fffaf3; }
.rel small { display: block; font-size: .68rem; letter-spacing: .2em; color: var(--sun); font-weight: 700; margin-bottom: 2px; }
.rel b { font-family: var(--serif); font-size: 1.02rem; line-height: 1.5; }
@media (max-width: 720px) { .rel { grid-template-columns: 1fr; } .cmp th, .cmp td { padding: 11px 12px; font-size: .84rem; } }
