:root {
  color-scheme: light;
  --ink: #2f4655;
  --muted: #657984;
  --gold: #b28a4c;
  --sage: #dfe8df;
  --paper: #f6f3eb;
  --line: rgba(47, 70, 85, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border-bottom: 1px solid var(--line);
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255,255,255,.97);
}
.brand { display: flex; align-items: center; gap: 13px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.brand img { width: 126px; height: 52px; object-fit: contain; }
.site-header nav { display: flex; flex-wrap: wrap; gap: 25px; font-size: 13px; font-weight: 700; }
.site-header nav a:hover { color: var(--gold); }

main { width: min(100% - 40px, 1040px); margin: 0 auto; padding: 34px 0 68px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; color: #74858e; font-size: 12px; font-weight: 700; }
.breadcrumbs a:hover { color: var(--gold); }
article > h1 { max-width: 960px; margin: 12px 0 18px; color: #2d4555; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.5vw, 58px); font-weight: 500; line-height: 1.06; letter-spacing: -.03em; text-wrap: balance; overflow-wrap: anywhere; }
.article-label { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; color: #7a8a92; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.article-lead { max-width: 850px; margin: 22px 0 30px; color: #526b79; font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 2vw, 24px); line-height: 1.5; }
.article-cover { overflow: hidden; margin: 0 0 42px; border-radius: 14px; background: var(--sage); box-shadow: 0 20px 48px rgba(39,57,68,.13); }
.article-cover img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.article-body { max-width: 790px; margin: 0 auto; }
.article-body section + section { margin-top: 46px; }
.article-body h2 { margin: 0 0 17px; color: #304b5b; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 4vw, 40px); font-weight: 500; line-height: 1.12; }
.article-body p { margin: 0 0 18px; color: #4f6572; font-size: 18px; line-height: 1.78; }
.article-media { max-width: 920px; margin: 0 auto 42px; }
.article-media h2 { margin: 0 0 17px; color: #304b5b; font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 3vw, 36px); font-weight: 500; line-height: 1.14; }
.article-media iframe { display: block; width: 100%; min-height: 480px; border: 0; border-radius: 14px; background: #edf1ec; box-shadow: 0 16px 42px rgba(39,57,68,.12); }
.article-faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { cursor: pointer; color: #314d5e; font-size: 18px; font-weight: 750; }
.article-faq details p { margin: 14px 0 0; }
.medical-note { max-width: 790px; margin: 54px auto 0; border-left: 4px solid var(--gold); padding: 22px 24px; background: var(--paper); }
.medical-note strong { display: block; margin-bottom: 7px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.medical-note p { margin: 0; color: #5d707a; line-height: 1.65; }
.article-source { display: flex; max-width: 790px; align-items: center; justify-content: space-between; gap: 28px; margin: 26px auto 0; border: 1px solid var(--line); border-radius: 12px; padding: 22px 24px; }
.article-source span { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-source p { margin: 6px 0 0; color: #667983; font-size: 14px; line-height: 1.55; }
.article-source > a { flex: 0 0 auto; border: 1px solid rgba(178,138,76,.45); border-radius: 999px; padding: 12px 16px; color: #355365; font-size: 12px; font-weight: 800; }

.article-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px max(24px, calc((100vw - 1100px) / 2)); color: #fff; background: linear-gradient(135deg,#263f50,#456778); }
.article-cta p { margin: 0 0 8px; color: #dfc184; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-cta h2 { max-width: 700px; margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px,4vw,45px); font-weight: 500; }
.article-cta > a { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; padding: 15px 20px; font-weight: 800; }
.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 24px max(24px, calc((100vw - 1240px) / 2)); color: #71818a; background: #edf1ec; font-size: 12px; }
.site-footer .site-developer { color: #516b78; }
.site-footer .site-developer b { color: #b28a4c; }
.site-footer .site-developer:hover { color: #2f4655; }

@media (max-width: 760px) {
  .site-header { min-height: 0; align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 10px 13px; }
  .brand img { width: 116px; height: 46px; }
  .site-header nav { gap: 15px; }
  main { width: min(100% - 28px, 1040px); padding-top: 26px; }
  .breadcrumbs { margin-bottom: 24px; }
  article > h1 { font-size: clamp(34px, 10.5vw, 46px); }
  .article-media iframe { min-height: 230px; }
  .article-source,.article-cta,.site-footer { align-items: flex-start; flex-direction: column; }
  .article-source > a,.article-cta > a { flex: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
