:root {
  color-scheme: dark;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 92px; }
body { margin: 0; background: #121212; color: #f8f6f2; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid #f3b65c; outline-offset: 4px; }
::selection { background: #cb2039; color: #fff; }

.shade-container { width: min(100% - 48px, 1160px); margin-inline: auto; }
.shade-skip-link { position: absolute; z-index: 30; top: -100px; left: 16px; padding: 12px 16px; background: #fff; color: #111; }
.shade-skip-link:focus { top: 12px; }

.shade-section-label, .shade-facts span, .shade-toc, .shade-hero-kicker, .shade-text-link, .shade-primary-link, .shade-structure-list, .shade-rule-grid span, .shade-checklist li > span, .shade-side-note strong { font-family: Arial, Helvetica, sans-serif; }

.shade-hero { position: relative; isolation: isolate; min-height: 572px; display: flex; align-items: flex-end; padding-block: 115px 76px; background: #211813; color: #fff; overflow: hidden; }
.shade-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9, 10, 9, .86) 0%, rgba(9, 10, 9, .58) 42%, rgba(9, 10, 9, .10) 100%), linear-gradient(0deg, rgba(9, 10, 9, .54), transparent 48%); }
.shade-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.shade-hero-content { position: relative; }
.shade-hero-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 23px; color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.shade-hero-kicker span { color: #ff7b75; }
.shade-hero h1 { max-width: 730px; margin: 0; font-size: 64px; line-height: 1.03; font-weight: 700; text-wrap: balance; }
.shade-hero-deck { max-width: 590px; margin: 22px 0 28px; font-size: 21px; line-height: 1.45; color: #f1eee9; }
.shade-text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 7px; border-bottom: 2px solid #cb2039; color: #e7314b; font-size: 14px; font-weight: 800; text-decoration: none; }
.shade-text-link:hover { color: #ff6b7b; border-color: currentColor; }
.shade-hero-link { color: #fff; }
.shade-hero-link:hover { color: #fff; }

.shade-facts-band { background: #24191b; color: #fff; border-bottom: 1px solid #453437; }
.shade-facts { display: grid; grid-template-columns: 1fr 1fr 1.25fr; padding-block: 24px; }
.shade-facts > div { display: flex; flex-direction: column; gap: 7px; padding-inline: 27px; border-left: 1px solid #53413b; }
.shade-facts > div:first-child { padding-left: 0; border-left: 0; }
.shade-facts span { color: #d4aaa0; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.shade-facts strong { font-size: 18px; font-weight: 700; }

.shade-page { padding-top: 100px; background: #111; color: #fff; }
.shade-article-layout { display: grid; grid-template-columns: 215px minmax(0, 1fr); gap: 86px; padding-block: 86px 98px; }
.shade-toc { align-self: start; position: sticky; top: 36px; display: flex; flex-direction: column; gap: 16px; padding-top: 8px; }
.shade-toc p { margin: 0 0 7px; color: #ef6172; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.shade-toc a { color: #ded4d2; font-size: 13px; font-weight: 700; text-decoration: none; }
.shade-toc a:hover { color: #ff8794; text-decoration: underline; text-underline-offset: 4px; }
.shade-article-body { min-width: 0; max-width: 820px; }
.shade-section-label { margin: 0 0 16px; color: #ef6172; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.shade-intro h2, .shade-section h2, .shade-checklist-intro h2, .shade-design-copy h2, .shade-faq h2, .shade-cta-layout h2 { margin: 0 0 21px; font-size: 41px; line-height: 1.15; text-wrap: balance; }
.shade-article-body p:not(.shade-section-label), .shade-checklist-intro > p:not(.shade-section-label), .shade-design-copy > p:not(.shade-section-label), .shade-cta-layout p:not(.shade-section-label) { font-size: 18px; line-height: 1.68; }
.shade-article-body p:not(.shade-section-label) { margin: 0 0 18px; color: #d6cdca; }
.shade-article-body a { color: #ff7c8d; font-weight: 700; text-underline-offset: 3px; }
.shade-article-body a:hover { color: #ffb2bb; }
.shade-intro { padding-bottom: 63px; }
.shade-section { padding-block: 52px 60px; border-top: 1px solid #49383a; scroll-margin-top: 30px; }
.shade-section:last-child { padding-bottom: 0; }
.shade-structure-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; padding-top: 18px; border-top: 1px solid #49383a; }
.shade-structure-list span { display: inline-flex; align-items: center; gap: 7px; color: #f0e8e5; font-size: 13px; font-weight: 700; }
.shade-structure-list span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #bb2038; }
.shade-rule-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 35px; }
.shade-rule-grid > div { padding-top: 17px; border-top: 3px solid #ba2037; }
.shade-rule-grid span { color: #ef6172; font-size: 12px; font-weight: 800; }
.shade-rule-grid h3 { margin: 10px 0 5px; font-size: 22px; }
.shade-rule-grid p { margin: 0 !important; font-size: 15px !important; line-height: 1.5 !important; }

.shade-checklist-band { background: #2b171d; color: #fff; }
.shade-checklist-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 95px; padding-block: 93px 100px; }
.shade-checklist-intro .shade-section-label { color: #f67885; }
.shade-checklist-intro h2 { max-width: 450px; }
.shade-checklist-intro > p:not(.shade-section-label) { max-width: 400px; color: #cfc3c0; }
.shade-checklist { margin: 0; padding: 0; list-style: none; }
.shade-checklist li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 21px 0; border-top: 1px solid #5b4442; }
.shade-checklist li:last-child { border-bottom: 1px solid #5b4442; }
.shade-checklist li > span { color: #e85467; font-size: 13px; font-weight: 800; padding-top: 5px; }
.shade-checklist h3 { margin: 0 0 8px; font-size: 23px; }
.shade-checklist p { margin: 0; color: #d4c9c5; font-size: 17px; line-height: 1.55; }
.shade-article-layout-lower { padding-block: 96px 100px; }
.shade-article-layout-lower .shade-section { padding: 0; border: 0; }
.shade-side-note { align-self: start; padding-top: 20px; border-top: 3px solid #ba2037; }
.shade-side-note strong { color: #ef6172; font-size: 12px; text-transform: uppercase; }
.shade-side-note p { color: #d6cdca; font-size: 16px; line-height: 1.55; }

.shade-design-band { background: #21191b; }
.shade-design-layout { display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 84px; padding-block: 76px; }
.shade-design-layout figure { margin: 0; }
.shade-design-layout img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.shade-design-layout figcaption { margin-top: 12px; color: #c8bdbb; font-size: 12px; line-height: 1.4; }
.shade-design-copy > p:not(.shade-section-label) { color: #d6cdca; }
.shade-design-copy .shade-text-link { margin-top: 14px; }

.shade-faq { padding-block: 100px; scroll-margin-top: 30px; }
.shade-faq h2 { max-width: 760px; }
.shade-faq-list { max-width: 940px; margin-top: 32px; border-top: 1px solid #49383a; }
.shade-faq-list details { border-bottom: 1px solid #49383a; }
.shade-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 21px; font-weight: 700; }
.shade-faq-list summary::-webkit-details-marker { display: none; }
.shade-faq-list summary i { color: #f36b7d; font-size: 24px; transition: transform .2s ease; }
.shade-faq-list details[open] summary i { transform: rotate(45deg); }
.shade-faq-list details > p { max-width: 770px; margin: -3px 0 24px; color: #d6cdca; font-size: 17px; line-height: 1.6; }

.shade-cta-band { background: #b81f38; color: #fff; }
.shade-cta-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; padding-block: 75px 80px; }
.shade-cta-layout .shade-section-label { color: #ffdadf; }
.shade-cta-layout h2 { max-width: 780px; font-size: 46px; }
.shade-cta-layout p:not(.shade-section-label) { max-width: 720px; margin-bottom: 0; color: #ffe7e9; }
.shade-primary-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; background: #fff; color: #a41930; text-decoration: none; font-size: 14px; font-weight: 800; white-space: nowrap; }
.shade-primary-link:hover { background: #211615; color: #fff; }
.shade-sources { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; padding-block: 70px 85px; }
.shade-sources h2 { margin: 0 0 12px; font-size: 28px; }
.shade-sources p:not(.shade-section-label) { max-width: 465px; color: #c8bfbc; font-size: 15px; line-height: 1.6; }
.shade-sources ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #49383a; }
.shade-sources li { border-bottom: 1px solid #49383a; }
.shade-sources li a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 0; color: #f1e9e6; font-size: 15px; font-weight: 700; text-decoration: none; }
.shade-sources li a:hover { color: #ff8794; }

@media (max-width: 1060px) {
  .shade-article-layout { gap: 48px; }
  .shade-checklist-layout, .shade-design-layout { gap: 50px; }
}

@media (max-width: 820px) {
  .shade-page { padding-top: 84px; }
  .shade-hero { min-height: 540px; padding-block: 90px 60px; }
  .shade-hero h1 { font-size: 53px; }
  .shade-article-layout { grid-template-columns: 1fr; gap: 0; padding-block: 66px 76px; }
  .shade-toc { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 20px; margin-bottom: 65px; padding-block: 0 22px; border-bottom: 1px solid #49383a; }
  .shade-toc p { grid-column: 1 / -1; }
  .shade-checklist-layout { grid-template-columns: 1fr; gap: 23px; padding-block: 70px; }
  .shade-checklist-intro h2 { max-width: 680px; }
  .shade-side-note { max-width: 320px; margin-bottom: 45px; }
  .shade-design-layout { gap: 38px; }
  .shade-design-copy h2 { font-size: 34px; }
  .shade-cta-layout { grid-template-columns: 1fr; gap: 35px; }
  .shade-primary-link { justify-self: start; }
}

@media (max-width: 620px) {
  .shade-container { width: min(100% - 32px, 1160px); }
  .shade-hero { min-height: 514px; padding-block: 80px 46px; }
  .shade-hero-image { object-position: 62% center; }
  .shade-hero::after { background: linear-gradient(0deg, rgba(9, 10, 9, .90) 0%, rgba(9, 10, 9, .48) 64%, rgba(9, 10, 9, .05) 100%); }
  .shade-hero-kicker { margin-bottom: 15px; font-size: 10px; }
  .shade-hero h1 { font-size: 41px; line-height: 1.08; }
  .shade-hero-deck { margin: 16px 0 22px; font-size: 17px; }
  .shade-facts { grid-template-columns: 1fr; padding-block: 8px; }
  .shade-facts > div, .shade-facts > div:first-child { flex-direction: row; justify-content: space-between; align-items: center; gap: 15px; min-height: 58px; padding: 10px 0; border: 0; border-bottom: 1px solid #513c36; }
  .shade-facts > div:last-child { border: 0; }
  .shade-facts strong { font-size: 14px; text-align: right; }
  .shade-article-layout { padding-block: 54px 70px; }
  .shade-toc { gap: 13px; margin-bottom: 50px; }
  .shade-toc a { font-size: 12px; }
  .shade-intro h2, .shade-section h2, .shade-checklist-intro h2, .shade-design-copy h2, .shade-faq h2, .shade-cta-layout h2 { font-size: 32px; }
  .shade-article-body p:not(.shade-section-label), .shade-checklist-intro > p:not(.shade-section-label), .shade-design-copy > p:not(.shade-section-label), .shade-cta-layout p:not(.shade-section-label) { font-size: 16px; line-height: 1.6; }
  .shade-intro { padding-bottom: 40px; }
  .shade-section { padding-block: 40px 45px; }
  .shade-rule-grid { grid-template-columns: 1fr; gap: 24px; }
  .shade-rule-grid > div { padding-top: 11px; }
  .shade-checklist-layout { padding-block: 62px; }
  .shade-checklist h3 { font-size: 21px; }
  .shade-checklist p { font-size: 15px; }
  .shade-design-layout { grid-template-columns: 1fr; padding-block: 55px 66px; }
  .shade-design-layout img { aspect-ratio: 1.2; }
  .shade-faq { padding-block: 65px; }
  .shade-faq-list summary { font-size: 18px; }
  .shade-faq-list details > p { font-size: 15px; }
  .shade-cta-layout { padding-block: 65px; }
  .shade-sources { grid-template-columns: 1fr; gap: 18px; padding-block: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .shade-faq-list summary i { transition: none; }
}
