/* Roomkey Brief — Dell 1996 Design Language Adapted for Editorial */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 14px; }

body {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  background: #000000;
  min-height: 100vh;
}

.page-frame {
  background: #ffffff;
  margin: 8px;
  border: 1px solid #000000;
  min-height: calc(100vh - 16px);
}

a { color: #0000ee; text-decoration: underline; }
a:visited { color: #551a8b; }

img { max-width: 100%; height: auto; display: block; }

/* ─── HEADER ─── */
.site-header {
  background: #000000;
  color: #ffffff;
  padding: 0;
  border-bottom: 3px solid #e91d2a;
  position: sticky;
  top: 0;
  z-index: 200;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  min-height: 64px;
  max-width: 960px;
  margin: 0 auto;
}

.site-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.logo-brand {
  font-family: 'Arial Black', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.logo-tagline {
  font-family: 'Times New Roman', Times, serif;
  font-size: 11px;
  font-weight: 400;
  color: #b3bd95;
  line-height: 1.2;
}

.site-nav { display: flex; gap: 0; align-items: center; }

.site-nav a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 12px;
  display: inline-block;
  border-left: 1px solid #333333;
  line-height: 1.0;
}

.site-nav a:first-child { border-left: none; }
.site-nav a:hover { background: #222222; color: #b3bd95; }

.burger-btn {
  display: none;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  cursor: pointer;
  text-transform: uppercase;
}

/* ─── TOP BANNER ─── */
.top-banner {
  background: #000000;
  color: #ffffff;
  padding: 6px 16px;
  border-bottom: 1px solid #333333;
}

.top-banner-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-banner .banner-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #b3bd95;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top-banner .banner-date {
  font-family: 'Times New Roman', Times, serif;
  font-size: 11px;
  color: #999999;
}

/* ─── MAIN WRAPPER ─── */
.main-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ─── HERO ─── */
.editorial-hero {
  background: #000000;
  color: #ffffff;
  padding: 40px 16px;
  margin: 0 -16px;
  border-bottom: 4px solid #e91d2a;
}

.hero-eyebrow {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #8c9ae0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.hero-title {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.0;
  color: #ffffff;
  margin-bottom: 16px;
  max-width: 720px;
}

.hero-summary {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.4;
  color: #cccccc;
  max-width: 600px;
  margin-bottom: 20px;
}

.hero-meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ─── SECTION EYEBROW ─── */
.section-eyebrow {
  padding: 24px 0 12px;
  border-top: 3px solid #000000;
  margin-top: 32px;
}

.section-eyebrow-olive { border-top-color: #8e8a25; }
.section-eyebrow-salmon { border-top-color: #d77a7a; }
.section-eyebrow-periwinkle { border-top-color: #8c9ae0; }
.section-eyebrow-sky { border-top-color: #9ab6c8; }

.section-eyebrow h2 {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  color: #000000;
  text-transform: uppercase;
}

/* ─── EDITORIAL SUMMARY BLOCK ─── */
.editorial-summary-block {
  background: #000000;
  color: #ffffff;
  padding: 16px;
  margin: 24px 0;
  border: 1px solid #000000;
}

.editorial-summary-block p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.4;
}

/* ─── RIBBON CARDS ─── */
.ribbon-card {
  border: 1px solid #000000;
  margin-bottom: 0;
}

.ribbon-card-title {
  background: #ffffff;
  border-bottom: 1px solid #000000;
  padding: 6px 12px;
}

.ribbon-card-title h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
}

.ribbon-card-body {
  padding: 12px 16px;
}

.ribbon-card-body p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.ribbon-card-body p:last-child { margin-bottom: 0; }

.ribbon-card-body .read-more {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 4px 10px;
  display: inline-block;
  margin-top: 8px;
  background: #ffffff;
}

.ribbon-card-body .read-more:hover { background: #000000; color: #ffffff; }

.card-sage { background: #b3bd95; }
.card-salmon { background: #d77a7a; }
.card-peach { background: #e6915d; }
.card-lime { background: #c0d4a7; }
.card-sky { background: #9ab6c8; }
.card-steel { background: #a5b8c0; }
.card-periwinkle { background: #8c9ae0; }
.card-olive { background: #8e8a25; color: #ffffff; }

.card-olive .read-more { color: #ffffff; border-color: #ffffff; background: transparent; }
.card-olive .read-more:hover { background: #ffffff; color: #8e8a25; }

/* ─── CARDS GRID ─── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #000000;
  border-right: none;
  border-bottom: none;
  margin: 24px 0;
}

.cards-grid .ribbon-card {
  border: none;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

/* ─── MAIN ARTICLE PREVIEW ─── */
.main-article-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #000000;
  margin: 24px 0;
}

.main-article-image {
  border-right: 1px solid #000000;
  overflow: hidden;
}

.main-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(2px 2px 0 #000);
}

.main-article-content {
  padding: 16px;
  background: #ffffff;
}

.article-category {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e91d2a;
  margin-bottom: 8px;
}

.article-title {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 10px;
}

.article-title a { color: #000000; text-decoration: none; }
.article-title a:hover { text-decoration: underline; }

.article-meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.article-excerpt {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 12px;
}

.btn-read {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #000000;
  color: #ffffff;
  padding: 6px 16px;
  text-decoration: none;
  border: 1px solid #000000;
  display: inline-block;
}

.btn-read:visited { color: #ffffff; }
.btn-read:hover { background: #e91d2a; border-color: #e91d2a; }

/* ─── GALLERY ─── */
.gallery-section {
  margin: 32px 0;
  border: 1px solid #000000;
}

.gallery-header {
  background: #8e8a25;
  border-bottom: 1px solid #000000;
  padding: 8px 12px;
}

.gallery-header h2 {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.gallery-item {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  overflow: hidden;
}

.gallery-item:last-child { border-right: none; }
.gallery-item:nth-child(3n) { border-right: none; }

.gallery-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.gallery-caption {
  font-family: 'Times New Roman', Times, serif;
  font-size: 11px;
  line-height: 1.35;
  color: #000000;
  padding: 6px 8px;
  background: #ffffff;
  border-top: 1px solid #000000;
}

/* ─── ARTICLE PAGE ─── */
.article-page { padding: 32px 0; }

.breadcrumb {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}

.breadcrumb a { color: #0000ee; }
.breadcrumb span { color: #000000; }

.article-header {
  background: #000000;
  color: #ffffff;
  padding: 32px 16px;
  margin: 0 -16px 32px;
  border-bottom: 3px solid #8c9ae0;
}

.article-header .article-category { color: #8c9ae0; }
.article-header .article-title { font-size: 28px; color: #ffffff; }
.article-header .article-title a { color: #ffffff; }
.article-header .article-meta { color: #999999; }

.article-summary {
  background: #b3bd95;
  border: 1px solid #000000;
  padding: 16px;
  margin-bottom: 32px;
}

.article-summary-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 6px;
}

.article-summary p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

.article-toc {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 16px;
  margin-bottom: 32px;
}

.article-toc-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.article-toc ol {
  padding-left: 20px;
}

.article-toc li {
  font-family: 'Times New Roman', Times, serif;
  font-size: 13px;
  line-height: 1.6;
}

.article-toc a { color: #0000ee; }

.article-body h2 {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
  color: #000000;
  margin: 32px 0 12px;
  padding-top: 16px;
  border-top: 2px solid #000000;
}

.article-body h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin: 20px 0 8px;
}

.article-body p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 14px;
}

.article-body ul, .article-body ol {
  padding-left: 24px;
  margin-bottom: 14px;
}

.article-body li {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.key-context-block {
  background: #9ab6c8;
  border: 1px solid #000000;
  padding: 16px;
  margin: 24px 0;
}

.key-context-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 6px;
}

.not-covered-block {
  background: #e6915d;
  border: 1px solid #000000;
  padding: 16px;
  margin: 24px 0;
}

.not-covered-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}

.article-image-block {
  border: 1px solid #000000;
  margin: 24px 0;
}

.article-image-block img {
  width: 100%;
  height: auto;
  display: block;
}

.article-image-caption {
  font-family: 'Times New Roman', Times, serif;
  font-size: 11px;
  line-height: 1.35;
  color: #000000;
  padding: 6px 8px;
  background: #ffffff;
  border-top: 1px solid #000000;
}

/* ─── RELATED ARTICLES ─── */
.related-section {
  margin: 40px 0 0;
  border-top: 3px solid #000000;
  padding-top: 24px;
}

.related-title {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* ─── INNER PAGES ─── */
.inner-page { padding: 32px 0; }

.inner-page-header {
  background: #8c9ae0;
  border: 1px solid #000000;
  padding: 24px 16px;
  margin-bottom: 32px;
}

.inner-page-header h1 {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  color: #000000;
  text-transform: uppercase;
}

.inner-content h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin: 24px 0 8px;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
}

.inner-content h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin: 16px 0 6px;
}

.inner-content p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 12px;
}

.inner-content ul {
  padding-left: 24px;
  margin-bottom: 12px;
}

.inner-content li {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}

/* ─── CONTACT FORM ─── */
.contact-form {
  border: 1px solid #000000;
  padding: 24px;
  background: #ffffff;
  max-width: 600px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 4px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 4px 6px;
  border-radius: 0;
  outline: none;
}

.form-group textarea { resize: vertical; min-height: 120px; }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #8c9ae0;
  outline: 2px solid #8c9ae0;
  outline-offset: 0;
}

.btn-submit {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  padding: 6px 20px;
  cursor: pointer;
  border-radius: 0;
}

.btn-submit:hover { background: #e91d2a; border-color: #e91d2a; }

.form-message {
  display: none;
  background: #c0d4a7;
  border: 1px solid #000000;
  padding: 12px 16px;
  margin-top: 16px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #000000;
}

/* ─── FOOTER ─── */
.site-footer {
  background: #ffffff;
  border-top: 3px solid #000000;
  padding: 32px 16px 16px;
  margin-top: 40px;
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000000;
}

.footer-brand-name {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.footer-brand-desc {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 8px;
}

.footer-handle {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
}

.footer-col-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: 6px; }

.footer-col a {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  color: #0000ee;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-copyright {
  font-family: 'Times New Roman', Times, serif;
  font-size: 11px;
  color: #000000;
}

.footer-disclaimer-note {
  font-family: 'Times New Roman', Times, serif;
  font-size: 11px;
  color: #666666;
}

/* ─── COOKIE BANNER ─── */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  color: #ffffff;
  padding: 12px 16px;
  z-index: 9000;
  border-top: 3px solid #e91d2a;
  display: none;
}

.cookie-banner.active { display: block; }

.cookie-banner-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-text {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  color: #cccccc;
  flex: 1;
  min-width: 200px;
}

.cookie-text a { color: #8c9ae0; }

.cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.btn-cookie {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding: 4px 12px;
  cursor: pointer;
  background: none;
  color: #ffffff;
  border-radius: 0;
}

.btn-cookie-accept { background: #ffffff; color: #000000; }
.btn-cookie-accept:hover { background: #c0d4a7; border-color: #c0d4a7; color: #000000; }
.btn-cookie-reject:hover { background: #333333; }
.btn-cookie-settings { border-color: #666666; color: #999999; }
.btn-cookie-settings:hover { border-color: #ffffff; color: #ffffff; }

/* ─── COVERAGE PAGE ─── */
.coverage-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  margin-bottom: 32px;
  border: 1px solid #000000;
}

.coverage-main {
  border-right: 1px solid #000000;
  padding: 24px;
}

.coverage-sidebar {
  padding: 16px;
  background: #f9f9f9;
}

.coverage-sidebar-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.coverage-list { list-style: none; padding: 0; }
.coverage-list li {
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.coverage-list a {
  font-family: 'Times New Roman', Times, serif;
  font-size: 13px;
  color: #0000ee;
}

/* ─── UTILITY ─── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .page-frame { margin: 4px; }

  .burger-btn { display: block; }

  .site-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    border-top: 1px solid #333333;
    z-index: 300;
  }

  .site-nav.open { display: flex; }

  .site-nav a {
    border-left: none;
    border-top: 1px solid #333333;
    padding: 14px 16px;
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .site-header { position: sticky; }

  .header-inner { min-height: 56px; position: relative; }

  .hero-title { font-size: 24px; }

  .main-article-block { grid-template-columns: 1fr; }
  .main-article-image { border-right: none; border-bottom: 1px solid #000000; height: 200px; }

  .cards-grid { grid-template-columns: 1fr; }

  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:nth-child(2n) { border-right: none; }
  .gallery-item:nth-child(3n) { border-right: 1px solid #000000; }

  .footer-grid { grid-template-columns: 1fr; gap: 16px; }

  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-main { border-right: none; border-bottom: 1px solid #000000; }

  .article-header { padding: 24px 16px; }
  .article-header .article-title { font-size: 22px; }
}

@media (max-width: 480px) {
  body { font-size: 14px; }
  .page-frame { margin: 2px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item { border-right: none; }
  .hero-title { font-size: 20px; }
  .top-banner { display: none; }
}
