.content-body { min-height: 100vh; }
.content-topbar { height: 78px; padding: 0 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; background: rgba(244,241,232,.94); backdrop-filter: blur(18px); }
.content-topbar .brand { color: inherit; text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 750; }
.site-nav a:hover { color: var(--ink); }
.header-cta { justify-self: end; min-height: 42px; padding: 0 17px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); display: inline-flex; align-items: center; text-decoration: none; font-size: 11px; font-weight: 850; }
.header-cta:hover { background: var(--orange); border-color: var(--orange); }
.content-main { max-width: 1220px; margin: auto; padding: 34px 42px 86px; }
.breadcrumbs { display: flex; gap: 9px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a { color: inherit; }
.content-hero { max-width: 1030px; padding: 82px 0 92px; }
.content-hero h1 { max-width: 1000px; font-size: clamp(62px, 8vw, 112px); margin: 28px 0 38px; }
.content-main.coral .content-hero h1, .content-main.coral .content-index { color: var(--coral); }
.content-main.lime .content-hero h1 { color: #5d852f; }
.content-main.lime .content-index { color: #5d852f; }
.content-main.violet .content-hero h1, .content-main.violet .content-index { color: #6749d7; }
.content-hero > p:not(.kicker) { max-width: 760px; color: var(--muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }
.content-cta { display: inline-flex; gap: 18px; align-items: center; min-height: 56px; margin-top: 24px; padding: 0 22px; background: var(--ink); color: var(--white); text-decoration: none; font-size: 12px; font-weight: 850; }
.content-cta:hover { background: var(--orange); }
.content-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 78px 0; border-top: 1px solid var(--line); }
.content-index { font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.content-grid h2, .steps h2, .faq h2, .content-end h2 { font-family: Georgia, serif; font-weight: 500; letter-spacing: -.035em; }
.content-grid h2 { font-size: clamp(34px, 4.2vw, 58px); line-height: 1.02; margin: 25px 0 0; }
.content-copy { color: var(--muted); font-size: 16px; line-height: 1.75; }
.content-copy p { margin-top: 0; }
.content-copy li { margin: 10px 0; }
.steps { padding: 78px 0; border-top: 1px solid var(--line); }
.steps h2, .faq h2 { font-size: clamp(38px, 5vw, 68px); margin: 24px 0 44px; }
.steps ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.steps li { padding: 26px 28px 0 0; border-top: 1px solid var(--ink); display: flex; gap: 20px; }
.steps li + li { border-left: 1px solid var(--line); padding-left: 28px; }
.steps li > span { width: 36px; height: 36px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: var(--lime); font-size: 11px; font-weight: 900; }
.steps strong { font-size: 14px; }
.steps p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.notice { margin: 16px 0 86px; padding: 32px; border-left: 5px solid var(--orange); background: var(--ink); color: var(--white); display: grid; grid-template-columns: .45fr 1fr; gap: 36px; }
.notice strong { font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.notice p { color: #c4c2bb; line-height: 1.65; margin: 0; }
.faq { padding: 78px 0; border-top: 1px solid var(--line); }
.faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 16px; font-weight: 800; }
.faq details p { max-width: 780px; color: var(--muted); line-height: 1.7; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 82px; }
.values article { padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.34); }
.values span { color: var(--orange); font-size: 10px; font-weight: 900; }
.values h3 { font-family: Georgia, serif; font-size: 32px; font-weight: 500; margin: 34px 0 12px; }
.values p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.policy { max-width: 860px; margin: 0 auto 86px; padding: 70px 0; border-top: 1px solid var(--line); }
.policy h2 { font-family: Georgia, serif; font-size: 34px; font-weight: 500; margin: 48px 0 12px; }
.policy h2:first-child { margin-top: 0; }
.policy p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.guides-intro { padding: 0 0 82px; border-top: 1px solid var(--line); }
.guides-intro > .content-index { margin: 0; padding: 28px 0; }
.guide-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.guide-card { min-height: 350px; padding: 32px; border: 1px solid var(--line); background: rgba(255,255,255,.38); display: flex; flex-direction: column; transition: transform .2s, background .2s, box-shadow .2s; }
.guide-card:hover { transform: translateY(-4px); background: var(--white); box-shadow: 0 18px 50px rgba(16,17,20,.09); }
.guide-card > p { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.guide-card h2 { margin: 36px 0 20px; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 44px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.guide-card h2 a { color: inherit; text-decoration: none; }
.guide-card > span { color: var(--muted); font-size: 13px; line-height: 1.7; }
.guide-card-link { margin-top: auto; padding-top: 28px; color: var(--ink); font-size: 11px; font-weight: 850; text-decoration: none; }
.guide-card-link:hover { color: var(--orange); }
.guide-card:last-child:nth-child(odd) { grid-column: 1 / -1; min-height: 300px; }
.guide-article { max-width: 940px; margin: 0 auto; }
.article-meta { display: flex; gap: 10px 18px; flex-wrap: wrap; margin: -46px 0 76px; padding: 18px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-meta span + time::before, .article-meta time + span::before { content: "·"; margin-right: 18px; color: var(--orange); }
.article-section { padding: 72px 0; border-top: 1px solid var(--line); }
.article-section h2 { max-width: 800px; margin: 24px 0 34px; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 64px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.article-section > p:not(.content-index), .article-steps p { color: var(--muted); font-size: 17px; line-height: 1.82; }
.article-section > p:not(.content-index) { max-width: 790px; }
.article-checklist { margin-top: 36px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.42); }
.article-checklist strong { font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.article-checklist ul { display: grid; gap: 11px; margin: 22px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.6; }
.article-steps { list-style: none; margin: 0; padding: 0; counter-reset: guide-step; }
.article-steps li { position: relative; min-height: 112px; padding: 24px 0 24px 78px; border-top: 1px solid var(--line); counter-increment: guide-step; }
.article-steps li:last-child { border-bottom: 1px solid var(--line); }
.article-steps li::before { content: counter(guide-step, decimal-leading-zero); position: absolute; left: 0; top: 25px; width: 48px; height: 48px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; color: var(--ink); font-size: 10px; font-weight: 900; }
.article-steps strong { font-size: 16px; }
.article-steps p { margin: 8px 0 0; font-size: 15px; }
.article-callout { margin: 10px 0 82px; padding: 34px; border-left: 5px solid var(--orange); background: var(--ink); color: var(--white); }
.article-callout strong { display: block; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.article-callout p { max-width: 720px; margin: 12px 0 0; color: #c4c2bb; font-size: 15px; line-height: 1.7; }
.article-table-wrap { margin-top: 36px; overflow-x: auto; }
.article-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.35); font-size: 14px; }
.article-table th, .article-table td { padding: 18px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-table th { background: var(--ink); color: var(--white); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.article-table td:first-child { width: 34%; font-weight: 800; }
.article-table td:last-child { color: var(--muted); line-height: 1.55; }
.article-faq { padding-bottom: 72px; }
.article-related { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 36px 0 72px; border-top: 1px solid var(--line); }
.article-related > span { grid-column: 1 / -1; margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.article-related a { padding: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.35); color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.article-related a:hover { border-color: var(--ink); background: var(--white); }
.content-end { margin-top: 42px; padding: 72px; background: var(--orange); color: var(--white); text-align: center; }
.content-end p { font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.content-end h2 { max-width: 700px; margin: 20px auto; font-size: clamp(38px, 5vw, 66px); }
.content-end .content-cta { background: var(--white); color: var(--ink); }

@media (max-width: 840px) {
  .content-topbar { height: 68px; padding: 0 18px; grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .header-cta { min-height: 38px; padding: 0 12px; }
  .content-main { padding: 24px 18px 72px; }
  .content-hero { padding: 56px 0 68px; }
  .content-hero h1 { font-size: clamp(54px, 15vw, 82px); }
  .content-grid { grid-template-columns: 1fr; gap: 32px; padding: 58px 0; }
  .steps ol, .values { grid-template-columns: 1fr; }
  .steps li, .steps li + li { border-left: 0; padding: 22px 0; }
  .notice { grid-template-columns: 1fr; gap: 14px; padding: 26px; }
  .guide-card-grid { grid-template-columns: 1fr; }
  .guide-card, .guide-card:last-child:nth-child(odd) { grid-column: auto; min-height: 0; }
  .article-meta { margin-top: -28px; margin-bottom: 52px; }
  .article-section { padding: 56px 0; }
  .article-section > p:not(.content-index), .article-steps p { font-size: 15px; }
  .article-related { grid-template-columns: 1fr; }
  .article-related > span { grid-column: auto; }
  .content-end { padding: 48px 24px; }
}
