:root {
  --ink: #17202a;
  --muted: #6c7480;
  --paper: #fff;
  --canvas: #f4f1ec;
  --accent: #b8472d;
  --line: #ded8cf;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
.site-shell { display: flex; min-height: 100vh; flex-direction: column; }
.site-header { display: flex; min-height: 132px; padding: 22px 20px 18px; align-items: center; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); background: var(--paper); }
.brand { display: block; width: min(260px, 64vw); }
.brand img { display: block; width: 100%; height: 51px; object-fit: contain; }
.advertisement { margin: 8px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.advertorial { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: 64px 0 80px; flex: 1; }
.article-content { padding: clamp(30px, 7vw, 72px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 45px rgba(37, 31, 24, .06); }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 800px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(35px, 6vw, 64px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.article-hero { margin: 36px 0 30px; }
.article-hero img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.article-lead { margin: 0; color: #303942; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(19px, 2.6vw, 23px); line-height: 1.6; }
.benefit-links { display: grid; margin: 34px 0 42px; gap: 12px; }
.benefit-links a { display: flex; min-height: 64px; padding: 14px 18px; align-items: center; justify-content: space-between; gap: 16px; border: 4px solid #20252a; border-radius: 18px; background: #ffa90b; box-shadow: 0 2px 0 rgba(0,0,0,.16); color: #17202a; font-size: clamp(15px, 2.3vw, 20px); font-weight: 800; line-height: 1.25; text-decoration: none; transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease; }
.benefit-links a:hover { background: #ffb82e; box-shadow: 0 4px 0 rgba(0,0,0,.2); transform: translateY(-2px); }
.benefit-links a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.benefit-links span { flex: 0 0 auto; font-size: 38px; font-weight: 900; line-height: .7; }
.article-body { color: #303942; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; line-height: 1.78; }
.article-body p { margin: 0 0 1.35em; }
.article-body p:last-child { margin-bottom: 0; }
.site-footer { padding: 34px 20px 25px; background: #15191e; color: #f8f6f2; }
.footer-links { display: flex; max-width: 960px; margin: 0 auto; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 28px; }
.footer-links a, .footer-links button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 13px; text-decoration: none; }
.footer-links a:hover, .footer-links button:hover { color: #e6a28f; text-decoration: underline; text-underline-offset: 4px; }
.copyright { max-width: 960px; margin: 28px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #aeb4ba; font-size: 12px; text-align: center; }
.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; padding: 20px; place-items: center; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(12, 15, 18, .72); backdrop-filter: blur(5px); }
.modal__panel { position: relative; z-index: 1; width: min(720px, 100%); max-height: min(760px, calc(100vh - 40px)); padding: clamp(28px, 5vw, 52px); overflow-y: auto; border-radius: 3px; background: var(--paper); box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.modal__panel--small { width: min(520px, 100%); }
.modal__panel h2 { margin: 0 42px 22px 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 5vw, 40px); line-height: 1.15; }
.modal__panel h3 { margin: 28px 0 8px; font-size: 18px; }
.modal__panel p { margin: 0 0 16px; color: #3f4750; }
.modal__panel address { margin-bottom: 24px; font-style: normal; }
.modal__panel a { color: var(--accent); }
.modal__close { position: absolute; top: 17px; right: 20px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f0ece6; color: var(--ink); cursor: pointer; font-size: 28px; line-height: 1; }
.legal-page { width: min(840px, calc(100% - 32px)); margin: 0 auto; padding: 56px 0 80px; flex: 1; }
.legal-card { padding: clamp(28px, 6vw, 64px); border: 1px solid var(--line); background: var(--paper); }
.legal-card h1 { margin-bottom: 34px; font-size: clamp(36px, 6vw, 56px); }
.legal-card h2 { margin: 34px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; line-height: 1.25; }
.legal-card h3 { margin: 24px 0 6px; font-size: 19px; line-height: 1.35; }
.legal-card p, .legal-card li { color: #414952; }
.legal-card p { margin: 0 0 14px; }
.legal-card ul { margin: 8px 0 20px; padding-left: 24px; }
.legal-card li + li { margin-top: 5px; }
.legal-card a { color: var(--accent); }
@media (max-width: 600px) {
  .site-header { min-height: 112px; }
  .brand img { height: 42px; }
  .advertorial, .legal-page { padding: 32px 0 48px; }
  .article-content { padding: 24px 20px 32px; }
  .article-hero { margin: 26px -20px 24px; }
  .benefit-links { margin: 28px 0 34px; gap: 9px; }
  .benefit-links a { min-height: 58px; padding: 12px 14px; border-width: 3px; border-radius: 14px; }
  .article-body { font-size: 17px; }
  .footer-links { align-items: stretch; flex-direction: column; text-align: center; }
}
