.ar-page {
  background: #fdfbf7;
}

.ar-page .header {
  background: #fff;
}

.ar-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px var(--inset-x) 40px;
}

.ar-crumb {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.45);
}

.ar-crumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ar-crumb a:hover {
  color: #1c1c19;
}

.ar-crumb-current {
  color: #e6007e;
}

.ar-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 2px;
  background: #e6007e;
  color: #fff;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ar-header h1 {
  margin: 16px 0 0;
  max-width: 1100px;
  font-family: var(--font-serif);
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -2px;
  color: #1c1c19;
}

.ar-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.ar-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ar-author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  background: #1c1c19;
}

.ar-author span {
  font-weight: 600;
  font-size: 13px;
  color: #1c1c19;
}

.ar-meta-sep {
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.1);
}

.ar-meta-item {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}

.ar-cover {
  padding: 0 var(--inset-x) 64px;
}

.ar-cover img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 8px;
  background: #1c1c19;
}

.ar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 64px;
  align-items: start;
  padding: 0 var(--inset-x) 120px;
}

.ar-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ar-lead {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  color: #1c1c19;
}

.ar-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ar-section--principles {
  gap: 20px;
}

.ar-body h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #1c1c19;
}

.ar-body p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
}

.ar-quote {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0 8px 24px;
  border: 1px solid #e6007e;
}

.ar-quote p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 34px;
  color: #1c1c19;
}

.ar-quote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #e6007e;
}

.ar-principles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ar-principles li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.65);
}

.ar-principles strong {
  color: #1c1c19;
  font-weight: 700;
}

.ar-num {
  color: #e6007e;
  font-weight: 800;
  flex-shrink: 0;
}

.ar-inline {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 4px;
  background: #1c1c19;
}

.ar-tips {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ar-tips li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
}

.ar-tips li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e6007e;
  flex-shrink: 0;
}

.ar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 20px 48px;
  border: 0;
  border-radius: 4px;
  background: #e6007e;
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.ar-cta:hover {
  filter: brightness(0.95);
}

.ar-aside {
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: sticky;
  top: 24px;
}

.ar-aside-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ar-aside-kicker {
  margin: 0 0 8px;
  color: #e6007e;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
}

.ar-aside-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  color: #1c1c19;
}

.ar-pop {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ar-pop-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}

.ar-pop-item:hover .ar-pop-item-title {
  color: #e6007e;
}

.ar-pop-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  background: #1c1c19;
}

.ar-pop-item-title {
  margin: 0 0 4px;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #1c1c19;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease;
}

.ar-pop-item time {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
}

.ar-topics {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ar-topics-kicker {
  margin: 0;
  color: #e6007e;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 1px;
}

.ar-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ar-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #1c1c19;
  font: inherit;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.ar-chip:hover {
  border-color: #1c1c19;
}

.ar-chip.is-active {
  background: #e6007e;
  border-color: #e6007e;
  color: #fff;
}

.ar-book {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  border-radius: 4px;
  background: #1c1c19;
}

.ar-book-kicker {
  margin: 0 0 12px;
  color: #9d263e;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 2px;
}

.ar-book h3 {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  color: #f4f0e9;
}

.ar-book p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
}

.ar-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 4px;
  background: #e6007e;
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 0.25s ease;
}

.ar-book-btn:hover {
  filter: brightness(0.95);
}

.ar-related {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 80px var(--inset-x) 100px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ar-related-kicker {
  margin: 0 0 12px;
  color: #e6007e;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 2px;
}

.ar-related h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 400;
  color: #1c1c19;
}

.ar-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ar-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ar-card:hover {
  border-color: rgba(230, 0, 126, 0.35);
  box-shadow: 0 10px 28px rgba(28, 28, 25, 0.06);
}

.ar-card:hover .ar-card-more {
  color: #e6007e;
}

.ar-card-media {
  height: 220px;
  overflow: hidden;
  background: #fdfbf7;
}

.ar-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ar-card:hover .ar-card-media img {
  transform: scale(1.04);
}

.ar-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 20px 20px;
}

.ar-card-tag {
  margin: 0;
  color: #e6007e;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ar-card-body h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #1c1c19;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ar-card-date {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}

.ar-card-more {
  font-weight: 700;
  font-size: 13px;
  color: #1c1c19;
  transition: color 0.25s ease;
}

@media (max-width: 1100px) {
  .ar-header,
  .ar-cover,
  .ar-layout,
  .ar-related {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ar-header h1 {
    font-size: clamp(28px, 7vw, 36px);
    line-height: 1.15;
    letter-spacing: -1px;
  }

  .ar-cover img {
    height: 320px;
  }

  .ar-layout {
    grid-template-columns: 1fr;
  }

  .ar-aside {
    position: static;
    width: 100%;
  }

  .ar-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ar-header,
  .ar-cover,
  .ar-layout,
  .ar-related {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ar-header h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }

  .ar-meta-sep {
    display: none;
  }

  .ar-cover img,
  .ar-inline {
    height: 220px;
  }

  .ar-cta {
    width: 100%;
    padding: 16px 24px;
    text-align: center;
  }
}
