.article-page {
  min-height: 100vh;
  background: #03132d;
  color: #fff;
  padding: 132px 0 96px;
  font-family: "Playfair Display", serif;
}

.admin-edit-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1600;
  min-height: 32px;
  background: rgba(7, 12, 22, 0.96);
  border-bottom: 1px solid rgba(255, 196, 14, 0.45);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-edit-bar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: 100%;
  min-height: 32px;
  padding: 0 var(--container-pad);
}

.admin-edit-bar span {
  color: rgba(255, 255, 255, 0.7);
}

.admin-edit-bar a {
  color: #ffc40e;
  text-decoration: none;
  font-weight: 700;
}

.admin-edit-bar a:hover {
  color: #fff;
}

.admin-edit-bar ~ .article-page {
  padding-top: 164px;
}

.article-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

.article-print-logo {
  display: none;
}

.article-print-meta {
  display: none;
}

.article-topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-back-link,
.article-edition-label,
.article-byline,
.article-figure figcaption,
.article-tags span,
.article-newsletter-form input,
.article-newsletter-form button,
.article-comments,
.article-recommended h2,
.article-recommended-item p,
.article-newsletter-kicker {
  font-family: "Inter", sans-serif;
}

.article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffc40e;
}

.article-back-link svg,
.article-actions svg,
.article-byline-item svg,
.article-socials svg,
.article-comments svg {
  width: 14px;
  height: 14px;
}

.article-topnav-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.4);
}

.article-edition-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.article-actions {
  display: flex;
  gap: 16px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.article-actions button,
.article-socials button,
.article-comments {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.article-actions button:hover,
.article-socials button:hover,
.article-comments:hover {
  color: #ffc40e;
}

.article-socials button.is-active {
  color: #ffc40e;
}

.article-header {
  margin-bottom: 48px;
}

.article-category-wrap {
  display: inline-block;
  border-bottom: 4px solid #ffc40e;
  padding-bottom: 4px;
  margin-bottom: 24px;
}

.article-category {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffc40e;
}

.article-title {
  max-width: 1080px;
  margin: 0 0 32px;
  font-size: clamp(2.6rem, 5.6vw, 5.4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 34px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.article-byline-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.article-byline-label {
  color: #ffc40e;
}

.article-muted {
  color: rgba(255, 255, 255, 0.6);
}

.article-socials {
  margin-left: auto;
  display: flex;
  gap: 16px;
  color: rgba(255, 255, 255, 0.4);
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr);
  gap: 48px;
}

.article-subtitle {
  max-width: 880px;
  margin-bottom: 40px;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.35;
  color: rgba(207, 214, 228, 0.8);
  font-style: italic;
  font-weight: 500;
}

.article-figure {
  margin: 0 0 40px;
}

.article-figure img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
  filter: grayscale(100%);
  transition: filter 0.7s var(--ease);
}

.article-figure:hover img {
  filter: grayscale(0%);
}

.article-figure-color img {
  filter: grayscale(0%) !important;
}

.article-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.article-figure figcaption span:first-child {
  max-width: 70%;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.06em;
}

.article-columns {
  column-count: 2;
  column-gap: 32px;
}

.article-columns p,
.article-paragraph {
  break-inside: avoid;
  font-size: 1.12rem;
  line-height: 1.82;
  color: rgba(225, 232, 245, 0.84);
  margin: 0 0 24px;
}

.article-columns a,
.article-paragraph a {
  color: #ffc40e;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  font-weight: 600;
}

.article-columns a:hover,
.article-paragraph a:hover {
  color: #ffd54d;
}

.article-dropcap::first-letter {
  float: left;
  margin: 8px 14px 0 0;
  font-size: 5.2rem;
  line-height: 0.7;
  font-weight: 900;
  color: #ffc40e;
}

.article-quote {
  position: relative;
  overflow: hidden;
  margin: 64px 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-left: 8px solid #ffc40e;
}

.article-quote p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 2.2rem);
  font-weight: 900;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #10284d;
  text-shadow:
    -1px 0 0 #ffffff,
    1px 0 0 #ffffff,
    0 -1px 0 #ffffff,
    0 1px 0 #ffffff,
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}

.article-quote > span {
  position: absolute;
  right: -8px;
  bottom: -44px;
  font-family: "Inter", sans-serif;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 196, 14, 0.14);
  pointer-events: none;
}

.article-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 4px solid #ffc40e;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-comments {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffc40e;
}

.article-aside-sticky {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 32px;
}

.article-recommended {
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.article-recommended h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffc40e;
}

.article-recommended h2::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffc40e;
}

.article-recommended-list {
  display: grid;
  gap: 28px;
}

.article-recommended-item p {
  margin: 0 0 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffc40e;
}

.article-recommended-item h3 {
  margin: 0 0 18px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-recommended-item:hover h3 {
  color: #ffc40e;
}

.article-recommended-rule {
  display: block;
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  transition:
    width 0.5s var(--ease),
    background-color 0.5s var(--ease);
}

.article-recommended-item:hover .article-recommended-rule {
  width: 100%;
  background: #ffc40e;
}

.article-newsletter {
  padding: 32px;
  background: #ffc40e;
  color: #03132d;
  transform: rotate(1deg);
  transition: transform 0.5s var(--ease);
}

.article-newsletter:hover {
  transform: rotate(0);
}

.article-newsletter-kicker {
  display: inline-block;
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #03132d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-newsletter h2 {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-style: normal;
  color: #ffc40e;
  text-shadow:
    -2px -2px 0 #03132d,
    2px -2px 0 #03132d,
    -2px 2px 0 #03132d,
    2px 2px 0 #03132d,
    -2px 0 0 #03132d,
    2px 0 0 #03132d,
    0 -2px 0 #03132d,
    0 2px 0 #03132d;
}

.article-newsletter > p {
  margin: 0 0 22px;
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.article-newsletter-form {
  display: grid;
  gap: 12px;
}

.article-newsletter-form input {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 2px solid #03132d;
  background: transparent;
  color: #03132d;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-newsletter-form input::placeholder {
  color: rgba(3, 19, 45, 0.5);
}

.article-newsletter-form input:focus {
  outline: none;
}

.article-newsletter-form button {
  width: 100%;
  padding: 14px 18px;
  border: 0;
  background: #03132d;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.article-comments-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.article-comments-count {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffc40e;
  margin: 0 0 28px;
}

.article-comments-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.article-comment {
  border-left: 3px solid rgba(255, 255, 255, 0.12);
  padding-left: 16px;
}

.article-comment-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.article-comment-author {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}

.article-comment-date {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.06em;
}

.article-comment-content {
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.article-comment-form-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 28px;
}

.article-comment-form-title {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 20px;
}

.article-comment-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.article-comment-field-wrap {
  position: relative;
}

.article-comment-fields input,
.article-comment-fields textarea {
  width: 100%;
  padding: 6px 0 8px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  outline: none;
  box-sizing: border-box;
  resize: none;
  transition: border-color 0.2s;
}

.article-comment-fields textarea {
  min-height: 72px;
}

.article-comment-fields input::placeholder,
.article-comment-fields textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
}

.article-comment-fields input:focus,
.article-comment-fields textarea:focus {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.article-comment-counter {
  display: block;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.04em;
  margin-top: 4px;
}

.article-comment-submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
  color: #ffc40e;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.article-comment-submit:hover {
  opacity: 0.7;
}

.article-comment-submit:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.article-comment-msg {
  margin-top: 14px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 760px) {
  .article-comments-section {
    margin-top: 32px;
    padding-top: 24px;
  }
}

@media print {
  @page {
    size: auto;
    margin: 14mm;
  }

  body {
    background: #fff !important;
    color: #000 !important;
  }

  .article-topnav,
  .article-socials,
  .article-aside,
  .article-footer,
  .article-category-wrap,
  .article-byline,
  .article-quote,
  .article-newsletter,
  .article-recommended {
    display: none !important;
  }

  .article-page {
    background: #fff !important;
    color: #000 !important;
    padding: 0 !important;
    font-family: "Times New Roman", serif;
  }

  .article-shell {
    max-width: none;
    padding: 0 !important;
  }

  .article-print-logo {
    display: block;
    margin: 0 0 12mm;
  }

  .article-print-logo img {
    width: 180px;
    height: auto;
    display: block;
  }

  .article-print-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12mm;
    margin: 0 0 8mm;
    padding-bottom: 3mm;
    border-bottom: 1px solid #000;
    font-family: "Inter", sans-serif;
    font-size: 10pt;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #000;
  }

  .article-print-meta span:last-child {
    text-align: right;
    max-width: 65%;
  }

  .article-header {
    margin: 0 0 8mm;
    color: #000 !important;
    break-after: avoid;
  }

  .article-title,
  .article-subtitle {
    color: #000 !important;
  }

  .article-title {
    font-size: 28pt;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0 0 6mm;
  }

  .article-grid {
    display: block;
  }

  .article-main {
    color: #000 !important;
  }

  .article-figure {
    margin: 0 0 8mm;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .article-figure img {
    filter: none !important;
    transform: none !important;
  }

  .article-figure figcaption {
    color: #000 !important;
    background: #fff;
    border-top: 1px solid #000;
    padding: 2mm 0;
  }

  .article-columns {
    column-count: 1 !important;
    column-gap: 0;
  }

  .article-columns p,
  .article-paragraph,
  .article-dropcap,
  .article-dropcap::first-letter {
    color: #000 !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
  }

  .article-columns p a {
    color: #000 !important;
    text-decoration: underline;
  }
}

@media (max-width: 1100px) {
  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-aside-sticky {
    position: static;
  }
}

@media (max-width: 760px) {
  .admin-edit-bar {
    min-height: 30px;
    font-size: 10px;
  }

  .admin-edit-bar-inner {
    justify-content: space-between;
    gap: 10px;
    min-height: 30px;
  }

  .admin-edit-bar ~ .article-page {
    padding-top: 148px;
  }

  .article-page {
    padding: 112px 0 72px;
  }

  .article-topnav {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-topnav-meta {
    width: 100%;
    justify-content: space-between;
  }

  .article-edition-label {
    display: none;
  }

  .article-actions {
    padding-left: 0;
    border-left: 0;
  }

  .article-title {
    font-size: clamp(1.55rem, 7.8vw, 2.25rem);
    line-height: 1.12;
    letter-spacing: -0.035em;
    margin-bottom: 24px;
  }

  .article-byline {
    gap: 14px 18px;
  }

  .article-socials {
    margin-left: 0;
  }

  .article-subtitle {
    font-size: 1.12rem;
    margin-bottom: 28px;
  }

  .article-figure figcaption {
    flex-direction: column;
  }

  .article-figure figcaption span:first-child {
    max-width: none;
  }

  .article-columns {
    column-count: 1;
  }

  .article-columns p,
  .article-paragraph {
    font-size: 1rem;
  }

  .article-dropcap::first-letter {
    font-size: 4.2rem;
    margin-right: 10px;
  }

  .article-quote {
    margin: 48px 0;
    padding: 28px 24px;
  }

  .article-quote p {
    font-size: 1.5rem;
  }

  .article-newsletter {
    padding: 24px;
  }
}
