/* ==========================================================================
   Crosswise — Method / About / Subscribe / Premium / Archive
   ========================================================================== */

/* Shared simple hero (Method / About) */
.cw-simple-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 48px 0;
}
.cw-simple-hero h1 { font-size: 46px; line-height: 1.1; margin-bottom: 18px; }
.cw-simple-hero .cw-hero-desc { font-size: 16px; margin-bottom: 10px; max-width: 48ch; }
@media (max-width: 900px) { .cw-simple-hero { grid-template-columns: 1fr; } }

/* Method page: hero rendered from the page's own content */
.cw-method-hero-content h1,
.cw-method-hero-content h2 {
  font-family: var(--cw-font-serif);
  font-size: 44px;
  line-height: 1.12;
  color: var(--cw-ink);
  margin-bottom: 16px;
}
.cw-method-hero-content h1 em, .cw-method-hero-content h1 i,
.cw-method-hero-content h2 em, .cw-method-hero-content h2 i { font-style: normal; color: var(--cw-red); }
.cw-method-hero-content p { font-size: 16px; color: var(--cw-body); max-width: 48ch; margin-bottom: 10px; }
.cw-method-hero-content { margin-bottom: 20px; }

/* ---- Method page: 5 numbered cards ---- */
.cw-method-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.cw-method-card {
  border: 1px solid var(--cw-border);
  border-radius: var(--cw-radius-s);
  padding: 22px 18px;
  text-align: center;
}
.cw-method-card .cw-step-num { font-family: var(--cw-font-serif); color: var(--cw-red); font-size: 28px; display: block; margin-bottom: 10px; }
.cw-method-card svg,
.cw-method-card img.cw-icon { width: 26px; height: 26px; margin: 0 auto 12px; color: var(--cw-ink); display: block; }
.cw-method-card h4 { font-family: var(--cw-font-sans); font-weight: 700; font-size: 15px; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 8px; }
.cw-method-card p { font-size: 14px; color: var(--cw-body-4); margin: 0; }
@media (max-width: 900px) { .cw-method-cards { grid-template-columns: repeat(2, 1fr); } }

/* ---- Method page: "How we..." 4-col panel ---- */
.cw-howwe-panel {
  border: 1px solid var(--cw-border);
  border-radius: var(--cw-radius-s);
  padding: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.cw-howwe-item svg,
.cw-howwe-item img.cw-icon { width: 30px; height: 30px; color: var(--cw-ink); margin-bottom: 14px; display: block; }
.cw-howwe-item h4 { font-family: var(--cw-font-sans); font-weight: 700; font-size: 16px; letter-spacing: 0.03em; text-transform: uppercase; color: var(--cw-red); margin-bottom: 10px; }
.cw-howwe-item p { font-size: 13.5px; color: var(--cw-body); margin: 0; }
.cw-howwe-item + .cw-howwe-item { border-left: 1px solid var(--cw-border); padding-left: 28px; }
@media (max-width: 900px) {
  .cw-howwe-panel { grid-template-columns: repeat(2, 1fr); }
  .cw-howwe-item + .cw-howwe-item { border-left: none; padding-left: 0; }
}

/* ---- About page: right-hand feature list ---- */
.cw-feature-list { display: flex; flex-direction: column; gap: 28px; }
/* About page: intro rendered from the page's own content */
.cw-about-content h1,
.cw-about-content h2 { font-size: 40px; line-height: 1.15; margin-bottom: 18px; }
.cw-about-content h1 em, .cw-about-content h1 i,
.cw-about-content h2 em, .cw-about-content h2 i { font-style: normal; color: var(--cw-red); }
.cw-about-content p { font-size: 14px; color: var(--cw-body-2); margin-bottom: 12px; }
.cw-about-content p:first-of-type { font-size: 16px; color: var(--cw-body); }
.cw-about-content { margin-bottom: 20px; }
/* About page: feature list rendered from the about-features page (h4 + p pairs) */
.cw-feature-list-content h4 {
  font-family: var(--cw-font-sans); font-weight: 700; font-size: 14px;
  letter-spacing: 0.02em; text-transform: uppercase; color: var(--cw-ink);
  position: relative; padding-left: 36px; margin: 26px 0 6px;
}
.cw-feature-list-content h4:first-child { margin-top: 0; }
.cw-feature-list-content h4::before {
  content: "";
  position: absolute; left: 0; top: -2px;
  width: 22px; height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A32620' stroke-width='1.6'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3C/svg%3E") center / contain no-repeat;
}
.cw-feature-list-content p { font-size: 13.5px; color: var(--cw-body-4); margin: 0 0 0 36px; }
.cw-feature-list-item { display: flex; gap: 14px; }
.cw-feature-list-item svg { width: 22px; height: 22px; color: var(--cw-red); flex-shrink: 0; }
.cw-feature-list-item h4 { font-family: var(--cw-font-sans); font-weight: 700; font-size: 14px; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 6px; }
.cw-feature-list-item p { font-size: 13.5px; color: var(--cw-body-4); margin: 0; }

.cw-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 40px;
  align-items: start;
  padding: 48px 0;
}
.cw-about-grid h1 { font-size: 44px; margin-bottom: 18px; }
.cw-about-grid .cw-photo { aspect-ratio: 4 / 5; }
@media (max-width: 1000px) { .cw-about-grid { grid-template-columns: 1fr; } }

/* ---- Subscribe page ---- */
.cw-subscribe-hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 48px 0 64px;
  position: relative;
}
/* dotted world map behind the middle + signup card */
.cw-subscribe-hero::before {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 64px;
  left: 30%;
  right: 0;
  background: url("../images/world-map-light.png") center / contain no-repeat;
  pointer-events: none;
}
.cw-subscribe-copy,
.cw-subscribe-card { position: relative; z-index: 1; }
.cw-subscribe-copy h1 { font-size: 52px; line-height: 1.1; margin-bottom: 28px; }
.cw-subscribe-copy-content h1,
.cw-subscribe-copy-content h2 {
  font-family: var(--cw-font-serif);
  font-size: 52px;
  line-height: 1.1;
  color: var(--cw-ink);
  margin-bottom: 28px;
  max-width: 12ch;
}
.cw-subscribe-copy-content h1 em, .cw-subscribe-copy-content h1 i,
.cw-subscribe-copy-content h2 em, .cw-subscribe-copy-content h2 i {
  font-style: normal;
  color: var(--cw-red);
}
.cw-subscribe-copy-content ul { list-style: none; padding: 0; margin: 0; }
.cw-subscribe-copy-content ul li {
  position: relative;
  padding: 11px 0 11px 38px;
  font-size: 15px;
  color: var(--cw-body);
}
.cw-subscribe-copy-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A32620' stroke-width='2'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / contain no-repeat;
}
.cw-subscribe-copy .cw-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 11px 0;
  font-size: 15px;
  color: var(--cw-body);
}
.cw-subscribe-copy .cw-checklist li svg { width: 18px; height: 18px; color: var(--cw-red); flex-shrink: 0; margin-top: 1px; }
.cw-subscribe-copy .cw-hero-meta { gap: 18px; }
.cw-subscribe-copy .cw-hero-meta span + span { border-left: 1px solid var(--cw-border); padding-left: 18px; }
.cw-subscribe-map { display: none; }
.cw-subscribe-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--cw-border-3);
  border-radius: 4px;
  padding: 40px 36px;
}
.cw-subscribe-card h3 { font-size: 30px; line-height: 1.15; margin-bottom: 12px; }
.cw-subscribe-card p.cw-subscribe-sub { font-size: 14px; color: var(--cw-body-2); margin-bottom: 26px; }
/* stacked form: full-width filled input, full-width button below (per Figma) */
.cw-subscribe-card .cw-form { flex-direction: column; gap: 16px; }
.cw-subscribe-card .cw-form input[type="email"] {
  flex: none;
  width: 100%;
  border: none;
  background: #ececec;
  border-radius: 2px;
  padding: 17px 16px;
}
.cw-subscribe-card .cw-form .cw-btn {
  width: 100%;
  border-radius: 2px;
  padding: 17px 28px;
}
.cw-subscribe-card .cw-form-note { margin-top: 14px; }
@media (max-width: 1000px) {
  .cw-subscribe-hero { grid-template-columns: 1fr; }
  .cw-subscribe-map { display: none; }
}

/* ---- Premium page ---- */
.cw-premium-hero {
  background: #061019;
  color: #fff;
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.cw-premium-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cw-premium-hero .cw-eyebrow--lock { display: flex; align-items: center; gap: 8px; }
.cw-premium-hero .cw-eyebrow--lock .cw-icon { width: 15px; height: 15px; }
.cw-premium-hero h1 { color: #fff; font-size: 48px; line-height: 1.12; max-width: 14ch; margin: 14px 0 18px; }
.cw-premium-hero p { color: var(--cw-muted-dark); font-size: 15px; line-height: 1.55; max-width: 42ch; }
.cw-premium-hero-map {
  position: absolute;
  inset: 0;
  background-image: url("../images/world-map.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.cw-premium-hero ul.cw-checklist li { color: #e8e6e2; font-size: 14px; padding: 6px 0; display: flex; gap: 10px; }
.cw-premium-hero ul.cw-checklist li svg { width: 15px; height: 15px; color: var(--cw-red-bright); margin-top: 3px; flex-shrink: 0; }
.cw-premium-hero ul.cw-checklist strong { color: #fff; }

/* Premium hero rendered from the page's own content */
.cw-premium-hero-content h1,
.cw-premium-hero-content h2 {
  font-family: var(--cw-font-serif);
  color: #fff;
  font-size: 48px;
  line-height: 1.12;
  max-width: 14ch;
  margin: 14px 0 18px;
}
.cw-premium-hero-content p { color: var(--cw-muted-dark); font-size: 15px; line-height: 1.55; max-width: 42ch; margin-bottom: 10px; }
.cw-premium-hero-content ul { list-style: none; padding: 0; margin: 14px 0 0; }
.cw-premium-hero-content ul li {
  position: relative;
  color: #e8e6e2;
  font-size: 14px;
  padding: 6px 0 6px 26px;
}
.cw-premium-hero-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D64541' stroke-width='2'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / contain no-repeat;
}
.cw-premium-hero-content ul li strong { color: #fff; }

.cw-featured-row {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.cw-featured-card {
  border: 1px solid var(--cw-border);
  border-radius: var(--cw-radius-s);
  overflow: hidden;
  background: var(--cw-white);
}
.cw-featured-card .cw-eyebrow { margin-bottom: 20px; font-size: 17px; }
.cw-featured-card h4 { font-size: 30px; line-height: 1.2; margin: 0 0 10px; }
.cw-featured-card p { font-size: 16px; line-height: 1.5; color: var(--cw-body-2); max-width: 34ch; }
.cw-featured-card-body {
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cw-featured-card-body .cw-locked-meta { margin-top: auto; padding-top: 18px; }
.cw-featured-card--narint { display: grid; grid-template-columns: 1.1fr 1fr; }
.cw-featured-card--narint .cw-photo { height: 100%; min-height: 220px; }
.cw-featured-card--narint .cw-photo img { position: absolute; inset: 0; width: 100%; height: 100%; }
.cw-featured-card--editorial .cw-photo { aspect-ratio: 16 / 4.5; }
.cw-featured-card--editorial .cw-featured-card-body { padding-bottom: 20px; }
.cw-featured-card--editorial h4 { font-size: 22px; }
.cw-locked-meta { display: flex; gap: 14px; font-size: 13px; color: var(--cw-body-2); margin: 10px 0 14px; }
.cw-locked-meta span { display: inline-flex; align-items: center; gap: 5px; }

@media (max-width: 900px) {
  .cw-premium-hero-inner { grid-template-columns: 1fr; }
  .cw-featured-row, .cw-featured-card--narint { grid-template-columns: 1fr; }
  .cw-featured-card--narint .cw-photo { order: -1; min-height: 220px; }
}

.cw-howpremium {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.cw-howpremium-card {
  border: 1px solid var(--cw-border);
  border-radius: var(--cw-radius-s);
  padding: 26px 28px;
}
.cw-howpremium-card .cw-eyebrow { margin-bottom: 10px; font-size: 14px; }
.cw-howpremium-card .cw-eyebrow span { color: var(--cw-ink); }
.cw-howpremium-steps {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 4px;
  margin: 20px 0;
}
.cw-howpremium-steps .cw-mini-step { text-align: center; font-size: 11px; line-height: 1.3; color: var(--cw-body-2); flex: 1 1 0; }
.cw-howpremium-steps .cw-mini-step svg { width: 22px; height: 22px; margin: 0 auto 8px; color: var(--cw-ink); display: block; }
.cw-howpremium-steps .cw-mini-arrow { color: var(--cw-red); flex: 0 0 auto; margin-top: 6px; }
.cw-howpremium-steps .cw-mini-arrow svg { width: 13px; height: 13px; }
.cw-howpremium-card p { font-size: 14px; line-height: 1.6; color: var(--cw-body); }
.cw-howpremium-card .cw-link-arrow { text-transform: uppercase; font-size: 12.5px; letter-spacing: 0.03em; margin-top: 6px; }
@media (max-width: 900px) { .cw-howpremium { grid-template-columns: 1fr; } }

.cw-editorials-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--cw-border);
  border-radius: var(--cw-radius-s);
  overflow: hidden;
}
.cw-editorials-list .cw-recent-card { padding: 22px 18px; }
.cw-editorials-list .cw-recent-card h4 { font-size: 18px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.01em; }
@media (max-width: 900px) { .cw-editorials-list { grid-template-columns: repeat(2, 1fr); } }

.cw-narint-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--cw-border);
  border-radius: var(--cw-radius-s);
  padding: 16px;
}
.cw-narint-row .cw-photo { aspect-ratio: 16/10; border-radius: 4px; }
.cw-narint-row h4 { font-size: 16px; margin: 6px 0; }
.cw-narint-lock {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--cw-cream-4);
  display: flex; align-items: center; justify-content: center;
  color: var(--cw-body-4);
}
.cw-narint-lock svg { width: 18px; height: 18px; }

.cw-unlock-strip {
  background: var(--cw-cream);
  border-radius: var(--cw-radius-s);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border-left: 4px solid var(--cw-red);
}
.cw-unlock-strip h3 { font-size: 22px; margin-bottom: 4px; }
.cw-unlock-strip p { font-size: 13.5px; color: var(--cw-body-2); margin: 0; }
.cw-unlock-strip .cw-unlock-icon { width: 30px; height: 30px; color: var(--cw-body-4); }
.cw-unlock-signin { font-size: 12.5px; color: var(--cw-body-2); margin-top: 6px; }
.cw-unlock-signin a { color: var(--cw-red); font-weight: 600; }

/* ---- Archive page ---- */
.cw-archive-head { padding: 48px 0 24px; border-bottom: 1px solid var(--cw-border); }
.cw-archive-head h1 { font-size: 40px; margin-bottom: 10px; }
.cw-archive-head p { color: var(--cw-body-2); font-size: 15px; max-width: 60ch; }

.cw-archive-filters {
  display: flex; gap: 10px; flex-wrap: wrap;
  padding: 24px 0;
}
.cw-archive-filters a {
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase;
  padding: 8px 16px; border: 1px solid var(--cw-border); border-radius: 999px; color: var(--cw-body);
}
.cw-archive-filters a:hover, .cw-archive-filters a.is-active { background: var(--cw-ink); border-color: var(--cw-ink); color: #fff; }

.cw-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 8px 0 48px;
}
.cw-archive-card { display: flex; flex-direction: column; }
.cw-archive-card .cw-photo { aspect-ratio: 16/10; border-radius: 4px; margin-bottom: 16px; }
.cw-archive-card .cw-recent-date { font-size: 13px; font-weight: 700; color: var(--cw-label-2); margin-bottom: 8px; }
.cw-archive-card h3 { font-family: var(--cw-font-sans); font-weight: 400; font-size: 19px; letter-spacing: -0.01em; margin-bottom: 8px; }
.cw-archive-card p { font-size: 13.5px; color: var(--cw-body-3); margin-bottom: 10px; }
.cw-archive-card .cw-read-time { font-size: 12.5px; color: var(--cw-red); font-weight: 500; }
@media (max-width: 900px) { .cw-archive-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cw-archive-grid { grid-template-columns: 1fr; } }

.cw-pagination {
  display: flex; justify-content: center; gap: 8px; padding-bottom: 56px;
}
.cw-pagination a, .cw-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 10px;
  border: 1px solid var(--cw-border); border-radius: 4px;
  font-size: 13px; font-weight: 600;
}
.cw-pagination a:hover { border-color: var(--cw-ink); }
.cw-pagination .is-current { background: var(--cw-ink); color: #fff; border-color: var(--cw-ink); }

/* ---- Post (single story) fallback template ---- */
.cw-post-head { padding: 48px 0 24px; max-width: 820px; margin: 0 auto; }
.cw-post-head .cw-eyebrow { margin-bottom: 14px; }
.cw-post-head h1 { font-size: 42px; line-height: 1.15; }
.cw-post-head .cw-hero-meta { margin-top: 16px; }
.cw-post-feature-image { max-width: var(--cw-container); margin: 0 auto 40px; padding: 0 24px; }
.cw-post-feature-image .cw-photo { aspect-ratio: 16/9; border-radius: 4px; }

.cw-post-audio { max-width: 720px; margin: 0 auto 24px; }

.cw-post-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px 64px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--cw-body);
}
.cw-post-content h2 { font-size: 28px; margin-top: 1.6em; }
.cw-post-content h3 { font-size: 22px; margin-top: 1.4em; }
.cw-post-content p { margin-bottom: 1.2em; }
.cw-post-content a { color: var(--cw-red); text-decoration: underline; }
.cw-post-content blockquote {
  margin: 1.6em 0; padding: 4px 0 4px 20px;
  border-left: 3px solid var(--cw-red);
  font-family: var(--cw-font-serif); font-size: 20px; color: var(--cw-ink);
}
.cw-post-content img { border-radius: 4px; margin: 1.6em 0; }
.cw-post-content hr { border: none; border-top: 1px solid var(--cw-border); margin: 2.4em 0; }
.cw-post-content figcaption { font-size: 13px; color: var(--cw-body-4); margin-top: 8px; }

/* Koenig editor card width classes */
.kg-width-wide {
  width: 100%;
  max-width: calc(var(--cw-container) - 48px);
  margin-left: 50%;
  transform: translateX(-50%);
}
.kg-width-full {
  width: 100%;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.kg-width-full img,
.kg-width-wide img { width: 100%; height: auto; border-radius: 0; }

