:root {
  color-scheme: light;
  --ink: #161615;
  --muted: #65625c;
  --paper: #fbfaf6;
  --warm: #f1eadf;
  --line: rgba(22, 22, 21, 0.13);
  --gold: #a96f1f;
  --blue: #4f7194;
  --sage: #71856d;
  --black: #121313;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 13px clamp(18px, 4vw, 46px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 246, 0.86);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.trust-row,
.site-footer,
.site-footer nav {
  display: flex;
  align-items: center;
}

body.modal-open {
  overflow: hidden;
}

.brand {
  gap: 10px;
  flex: 0 0 auto;
  font-weight: 800;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
}

.nav-links {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  gap: clamp(14px, 3vw, 30px);
  overflow-x: auto;
  padding: 4px 2px;
  color: var(--muted);
  font-size: 0.93rem;
  white-space: nowrap;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  flex: 0 0 auto;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
}

.nav-cta {
  flex: 0 0 auto;
  padding: 0 17px;
  background: var(--black);
  color: #fff;
}

.button {
  padding: 0 21px;
  border: 1px solid var(--line);
  font: inherit;
  cursor: pointer;
}

.button.primary {
  border-color: var(--black);
  background: var(--black);
  color: #fff;
}

.button.secondary {
  background: #fff;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(32px, 6vw, 82px);
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) clamp(18px, 5vw, 72px) clamp(48px, 6vw, 76px);
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 6.4vw, 6.7rem);
  line-height: 0.94;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4.3vw, 4.8rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.18;
}

.hero-copy > p:not(.eyebrow),
.subscription-copy p,
.section-heading > p:not(.eyebrow),
.chat-band p,
.approach-section p,
.program-copy p,
.work-intro p,
.work-card p,
.work-decision p,
.work-faq p,
.writing-section p,
.lead-section p,
.faq-section p,
.event-copy p,
.event-reading p,
.archive-copy p,
.archive-page-hero p,
.reading-extra p,
.sample-grid p,
.report-strip p,
.event-grid p,
.automation-section li {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  font-size: 1.22rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.trust-row span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #4c4944;
  font-size: 0.92rem;
  font-weight: 750;
}

.hero-visual {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.2)),
    var(--warm);
}

.hero-visual img {
  width: 100%;
  border-radius: 8px;
}

.report-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 36px) clamp(54px, 7vw, 82px);
}

.report-strip article,
.event-grid article,
.sample-grid article,
.chat-card,
.event-feature,
.moment-preview,
.automation-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.report-strip article {
  min-height: 246px;
  padding: 24px;
}

.report-strip span,
.event-grid span,
.tag {
  display: block;
  margin-bottom: 30px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-strip a,
.event-copy a {
  color: var(--ink);
  font-weight: 900;
}

.share-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto clamp(54px, 7vw, 82px);
  padding: 18px clamp(18px, 4vw, 36px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.share-strip h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.share-actions button,
.share-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.share-status {
  grid-column: 1 / -1;
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.moment-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: clamp(68px, 9vw, 116px) max(clamp(18px, 5vw, 72px), calc((100vw - var(--max)) / 2));
  background: #171918;
  color: #f8f5ed;
}

.moment-copy {
  max-width: 760px;
}

.moment-copy p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(248, 245, 237, 0.72);
  font-size: 1.16rem;
  line-height: 1.64;
}

.refresh-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 2px 0 18px;
  color: rgba(248, 245, 237, 0.74);
  font-weight: 750;
}

.refresh-note strong {
  color: #f8f5ed;
}

.moment-section .button.primary {
  margin-top: 18px;
  border-color: #f8f5ed;
  background: #f8f5ed;
  color: #171918;
}

.moment-preview {
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 18px;
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.moment-preview img {
  width: 100%;
  border-radius: 6px;
  background: #111;
}

.moment-preview span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.moment-preview strong {
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
}

.moment-preview small {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.social-card-band {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) clamp(18px, 4vw, 36px);
}

.social-card-copy {
  max-width: 600px;
}

.social-card-copy h2 {
  font-size: clamp(2rem, 3.8vw, 4.2rem);
}

.social-card-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.social-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.story-card-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.story-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  aspect-ratio: 9 / 16;
  min-height: 0;
  overflow: hidden;
  padding: clamp(18px, 2.3vw, 26px);
  border-radius: 8px;
  color: #f8f5ed;
  background:
    linear-gradient(180deg, rgba(23, 25, 24, 0.92), rgba(23, 25, 24, 0.72)),
    #171918;
}

.story-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -22% 32%;
  height: 42%;
  border: 1px solid rgba(248, 245, 237, 0.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.story-brand,
.story-label,
.story-card small {
  position: relative;
  z-index: 1;
}

.story-brand {
  font-size: 0.88rem;
  font-weight: 950;
}

.story-label {
  justify-self: start;
  padding: 6px 9px;
  border: 1px solid rgba(248, 245, 237, 0.22);
  border-radius: 999px;
  color: #f0c785;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.story-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(248, 245, 237, 0.18);
  border-radius: 8px;
  background: #0f100f;
}

.story-card strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.28rem, 2vw, 1.85rem);
  line-height: 1.03;
}

.story-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(248, 245, 237, 0.76);
  font-size: clamp(0.82rem, 1.25vw, 1rem);
  line-height: 1.42;
}

.story-card small {
  align-self: end;
  color: rgba(248, 245, 237, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
}

.story-card-event {
  background:
    linear-gradient(180deg, rgba(22, 22, 21, 0.9), rgba(109, 74, 32, 0.78)),
    #241b14;
}

.story-card-actions {
  display: flex;
  gap: 8px;
}

.story-card-actions a {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.share-image-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.share-image-shell img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #171918;
  object-fit: cover;
}

.share-image-square img {
  aspect-ratio: 1;
}

.share-image-x {
  grid-column: 1 / -1;
}

.share-image-x img {
  aspect-ratio: 16 / 9;
}

.share-image-label {
  display: grid;
  gap: 5px;
}

.share-image-label span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.share-image-label strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.22;
}

.channel-share-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.channel-share-panel span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.channel-share-panel strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.24;
}

.channel-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.channel-share-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfaf6;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.channel-share-links .channel-whatsapp {
  border-color: rgba(37, 211, 102, 0.36);
  background: rgba(37, 211, 102, 0.1);
}

.channel-share-links .channel-facebook {
  border-color: rgba(24, 119, 242, 0.28);
  background: rgba(24, 119, 242, 0.08);
}

.channel-share-links .channel-x {
  background: #171918;
  color: #fff;
}

.subscription-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.52fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(66px, 8vw, 104px) clamp(18px, 4vw, 36px);
}

.subscription-copy {
  max-width: 780px;
}

.price-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.price-card span,
.archive-preview-grid span,
.archive-copy span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card strong {
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.92;
}

.price-card p {
  color: var(--muted);
  line-height: 1.55;
}

.price-card .button {
  width: 100%;
}

.daily-chart,
.sample-section {
  padding: clamp(66px, 8vw, 106px) clamp(18px, 4vw, 36px);
  background: #efe6d8;
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto 32px;
}

.section-heading h2 {
  max-width: 830px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 760px;
}

.event-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.05fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 36px);
}

.event-chart {
  display: grid;
  gap: 18px;
  place-items: center;
  min-height: 420px;
  padding: 18px;
  border-radius: 8px;
  background: #171918;
  color: #f7f4ec;
}

.event-chart img {
  width: min(100%, 440px);
  border-radius: 6px;
}

.chart-meta {
  display: grid;
  gap: 5px;
  text-align: center;
}

.chart-meta span {
  color: rgba(247, 244, 236, 0.72);
}

.event-copy {
  max-width: 700px;
}

.event-copy h3 {
  font-size: clamp(2rem, 3.7vw, 3.7rem);
  line-height: 1;
}

.source-line {
  font-size: 0.96rem;
}

.event-notice {
  display: grid;
  gap: 8px;
  margin: 20px 0 22px;
  padding: 0 0 0 16px;
  border-left: 2px solid rgba(169, 111, 31, 0.55);
}

.event-notice span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.event-notice strong {
  color: var(--ink);
  font-size: clamp(1.03rem, 1.5vw, 1.22rem);
  line-height: 1.42;
}

.reading-extra {
  margin-top: 2px;
}

.reading-extra p:last-child {
  margin-bottom: 0;
}

.reading-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid currentColor;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.moment-modal .reading-toggle {
  color: var(--ink);
}

.event-reading {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 52px);
  max-width: var(--max);
  margin: 14px auto 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.moment-modal[hidden] {
  display: none;
}

.moment-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 34px);
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 13, 13, 0.72);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  width: min(100%, 1060px);
  max-height: min(88vh, 840px);
  overflow: auto;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fbfaf6;
  color: var(--ink);
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.modal-chart {
  padding: 14px;
  border-radius: 8px;
  background: #171918;
}

.modal-chart img {
  width: 100%;
  border-radius: 6px;
}

.modal-copy {
  padding-right: 18px;
}

.modal-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4.4rem);
}

.modal-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.66;
}

.modal-refresh {
  color: var(--muted);
}

.modal-refresh strong {
  color: var(--ink);
}

.archive-preview {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(66px, 8vw, 104px) clamp(18px, 4vw, 36px);
}

.archive-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.archive-preview-grid a {
  display: grid;
  align-content: space-between;
  min-height: 180px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.archive-preview-grid strong {
  display: block;
  margin-top: 32px;
  font-size: 1.3rem;
  line-height: 1.14;
}

.archive-link {
  margin-top: 18px;
}

.masters-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 92px) clamp(18px, 4vw, 36px);
  border-top: 1px solid var(--line);
}

.masters-teaser h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.6vw, 4rem);
}

.masters-teaser p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.archive-page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(62px, 8vw, 108px) clamp(18px, 4vw, 36px) 34px;
}

.archive-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(62px, 8vw, 108px) clamp(18px, 4vw, 36px) 34px;
}

.archive-page-hero h1,
.archive-hero h1,
.masters-hero h1 {
  font-size: clamp(3.1rem, 6vw, 6.4rem);
}

.archive-page-hero p,
.archive-hero p,
.masters-hero p {
  max-width: 760px;
}

.archive-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.archive-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 36px) clamp(70px, 9vw, 120px);
}

.post-card {
  min-width: 0;
}

.post-card a {
  display: grid;
  align-content: start;
  gap: 14px;
  height: 100%;
  min-height: 240px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.post-card time {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.post-card h2 {
  margin: 0;
  font-size: clamp(1.42rem, 2.1vw, 2rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.post-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.featured-post {
  grid-column: span 2;
}

.featured-post h2 {
  font-size: clamp(2rem, 3.3vw, 3.6rem);
}

.masters-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(62px, 8vw, 108px) clamp(18px, 4vw, 36px) 34px;
}

.event-archive-list {
  display: grid;
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 36px) clamp(70px, 9vw, 120px);
}

.archive-dynamic {
  display: grid;
  gap: 18px;
}

.archive-dynamic[hidden] {
  display: none;
}

.archive-section-heading {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 36px) 8px;
}

.archive-section-heading h2 {
  max-width: 780px;
  font-size: clamp(2.1rem, 4vw, 4.4rem);
}

.archive-section-heading p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.65;
}

.archive-event.archive-event-latest {
  grid-template-columns: 1fr;
  align-items: start;
  border-color: rgba(169, 111, 31, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 250, 246, 0.96)),
    #fff;
  box-shadow: 0 16px 42px rgba(22, 22, 21, 0.055);
}

.archive-event.archive-event-latest .archive-chart {
  padding: 10px;
  align-self: start;
}

.archive-event.archive-event-featured {
  padding-block: clamp(24px, 4vw, 42px);
}

.archive-event {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 50px);
  align-items: center;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.archive-chart {
  padding: 14px;
  border-radius: 8px;
  background: #171918;
}

.archive-chart img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 6px;
}

.archive-chart-placeholder {
  display: grid;
  min-height: 260px;
  place-items: center;
  color: #f7f4ec;
  font-weight: 800;
  text-align: center;
}

.archive-copy h2 {
  font-size: clamp(2rem, 3.8vw, 4rem);
}

.archive-event-latest .archive-copy h2 {
  max-width: 760px;
  font-size: clamp(2.05rem, 3.2vw, 3.6rem);
}

.archive-event-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: clamp(18px, 3.5vw, 42px);
  align-items: start;
}

.archive-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 11px;
  border: 1px solid rgba(169, 111, 31, 0.26);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.masters-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 36px) clamp(70px, 9vw, 120px);
}

.master-card {
  display: grid;
  align-content: start;
  min-height: 420px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.master-card span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.master-card h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}

.master-card p,
.masters-hero p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.62;
}

.master-card strong {
  color: var(--ink);
}

.magazine-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 96px) clamp(18px, 5vw, 72px) clamp(44px, 6vw, 72px);
}

.magazine-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.8vw, 6.2rem);
}

.magazine-hero p:not(.eyebrow),
.magazine-today .section-heading p,
.magazine-radar .section-heading p,
.magazine-reading-sample p,
.magazine-lanes .section-heading p,
.magazine-sources p,
.birthday-grid p,
.radar-card p,
.lane-grid p {
  color: var(--muted);
  font-size: 1.07rem;
  line-height: 1.62;
}

.magazine-hero > div {
  max-width: 780px;
}

.magazine-visual {
  margin: 0;
}

.magazine-visual img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(22, 22, 21, 0.14);
}

.magazine-today,
.magazine-radar,
.magazine-reading-sample,
.magazine-lanes,
.magazine-sources {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) clamp(18px, 4vw, 36px);
  border-top: 1px solid var(--line);
}

.birthday-grid,
.radar-grid,
.lane-grid {
  display: grid;
  gap: 14px;
}

.birthday-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.birthday-grid article,
.radar-card,
.lane-grid article,
.magazine-sample-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.birthday-grid article {
  min-height: 310px;
  padding: 22px;
}

.birthday-grid span,
.radar-card span,
.magazine-sample-panel span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.birthday-grid h3,
.radar-card h3,
.magazine-sample-panel h3 {
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
}

.radar-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.88fr) minmax(0, 0.88fr);
}

.radar-card {
  min-height: 360px;
  padding: clamp(22px, 3vw, 30px);
}

.radar-card.feature {
  background: #171918;
  color: #f8f5ed;
}

.radar-card.feature p {
  color: rgba(248, 245, 237, 0.74);
}

.magazine-reading-sample {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
}

.magazine-reading-sample h2 {
  font-size: clamp(2rem, 3.8vw, 4rem);
}

.magazine-sample-panel {
  padding: clamp(22px, 3vw, 30px);
  background: #f1eadf;
}

.lane-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lane-grid article {
  min-height: 210px;
  padding: 22px;
}

.lane-grid strong {
  display: block;
  margin-bottom: 16px;
  font-size: 1.24rem;
  line-height: 1.18;
}

.magazine-sources {
  padding-top: 36px;
}

.magazine-sources > p:not(.eyebrow) {
  max-width: 760px;
}

.magazine-sources div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.magazine-sources a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.reading-intro h3 {
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1;
}

.reading-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reading-grid section {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.reading-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reading-grid p {
  margin-bottom: 0;
}

.reading-wide {
  grid-column: 1 / -1;
}

.event-grid,
.sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 14px auto 0;
}

.event-grid article,
.sample-grid article {
  min-height: 218px;
  padding: 22px;
}

.chat-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: clamp(70px, 9vw, 118px) max(clamp(18px, 5vw, 72px), calc((100vw - var(--max)) / 2));
  background: #171918;
  color: #f8f5ed;
}

.chat-band > div:first-child {
  max-width: 760px;
}

.chat-band p {
  color: rgba(248, 245, 237, 0.72);
}

.chat-band .button {
  margin-top: 18px;
  background: #f8f5ed;
  color: #171918;
  border-color: #f8f5ed;
}

.chat-offer {
  display: grid;
  gap: 6px;
  max-width: 460px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.chat-offer span {
  color: rgba(248, 245, 237, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.chat-offer strong {
  color: #f8f5ed;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.chat-offer small {
  color: rgba(248, 245, 237, 0.72);
  font-size: 0.96rem;
  line-height: 1.45;
}

.chat-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.chat-card p {
  margin: 0;
  padding: 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.chat-card .user {
  margin-left: auto;
  background: #a96f1f;
  color: #fff;
}

.sample-section {
  background: var(--paper);
}

.automation-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  max-width: var(--max);
  margin: clamp(66px, 8vw, 106px) auto;
  padding: clamp(24px, 4vw, 38px);
}

.automation-section ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 22px;
}

.approach-section,
.program-section,
.audience-section,
.lead-section,
.faq-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(66px, 8vw, 104px) clamp(18px, 4vw, 36px);
}

.approach-section,
.program-section,
.lead-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.approach-section h2,
.program-section h2,
.lead-section h2,
.audience-section h2,
.faq-section h2 {
  max-width: 820px;
}

.quote-grid {
  display: grid;
  gap: 14px;
}

.quote-grid blockquote {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 850;
  line-height: 1.04;
}

.program-section,
.faq-section {
  background: #efe6d8;
  max-width: none;
  padding-inline: max(clamp(18px, 5vw, 72px), calc((100vw - var(--max)) / 2));
}

.program-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.program-summary span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 0.92rem;
  font-weight: 850;
}

.program-card,
.work-card,
.price-panel,
.lead-form,
.work-faq details,
.faq-section details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.program-card {
  padding: clamp(22px, 4vw, 32px);
}

.program-card h3 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.program-card ul,
.audience-section ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 20px;
}

.program-card li,
.work-card li,
.audience-section li {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.55;
}

.work-section,
.writing-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(66px, 8vw, 104px) clamp(18px, 4vw, 36px);
}

.work-section {
  border-top: 1px solid var(--line);
}

.work-intro {
  max-width: 860px;
  margin-bottom: 30px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.work-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 360px;
  padding: clamp(22px, 4vw, 32px);
}

.work-card > span,
.writing-grid time {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.work-card h3 {
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
  line-height: 1;
}

.work-card .button {
  align-self: end;
  justify-self: start;
  margin-top: 8px;
}

.featured-work {
  background: #171918;
  color: #f8f5ed;
}

.featured-work p,
.featured-work .program-summary span {
  color: rgba(248, 245, 237, 0.74);
}

.featured-work .program-summary span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.featured-work .button.primary {
  border-color: #f8f5ed;
  background: #f8f5ed;
  color: #171918;
}

.work-decision {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 0.8fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #efe6d8;
}

.work-decision h3,
.work-faq h3 {
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.work-faq {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.work-faq details {
  padding: 18px 20px;
}

.work-faq summary {
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.work-faq details p {
  margin: 12px 0 0;
}

.writing-section {
  border-top: 1px solid var(--line);
}

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

.writing-grid a {
  display: grid;
  align-content: space-between;
  min-height: 240px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.writing-grid strong {
  display: block;
  margin-top: 28px;
  font-size: 1.38rem;
  line-height: 1.12;
}

.writing-grid span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.5;
}

.article-shell {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 42px) clamp(72px, 10vw, 124px);
}

.article-header {
  display: grid;
  gap: 14px;
}

.article-header .back-link,
.article-header time {
  width: fit-content;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-header .back-link {
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(169, 111, 31, 0.38);
}

.article-header h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.93;
}

.article-content {
  display: grid;
  gap: 20px;
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.45vw, 1.25rem);
  line-height: 1.72;
}

.article-content p {
  margin: 0;
}

.article-content > * {
  max-width: 100%;
}

.article-content figure {
  margin: 0;
}

.article-content img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.article-content h2,
.article-content h3 {
  margin: clamp(18px, 4vw, 34px) 0 0;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 1.08;
}

.article-content a {
  color: var(--gold);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.article-cta {
  display: grid;
  gap: 18px;
  max-width: 760px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(169, 111, 31, 0.26);
  border-radius: 8px;
  background: #fff;
}

.article-cta p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.6;
}

.article-cta .button {
  width: fit-content;
}

.audience-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.8fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.price-panel {
  display: grid;
  gap: 10px;
  max-width: 430px;
  margin-top: 22px;
  padding: 22px;
}

.price-panel span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-panel strong {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.92;
}

.price-panel p {
  margin-bottom: 0;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 32px);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
  color: var(--ink);
  font: inherit;
}

.lead-form input {
  min-height: 46px;
  padding: 0 13px;
}

.lead-form select {
  min-height: 46px;
  padding: 0 13px;
}

.lead-form textarea {
  min-height: 110px;
  padding: 12px 13px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(169, 111, 31, 0.24);
  border-color: var(--gold);
}

.form-trap {
  position: absolute;
  left: -100vw;
}

.faq-section {
  display: grid;
  gap: 12px;
}

.faq-section h2 {
  margin-bottom: 10px;
}

.faq-section details {
  padding: 18px 20px;
}

.faq-section summary {
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.faq-section details p {
  margin: 12px 0 0;
}

.site-footer {
  justify-content: center;
  gap: 24px;
  min-height: 86px;
  padding: 24px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer span {
  color: var(--ink);
  font-weight: 900;
}

.site-footer nav {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

@media (max-width: 920px) {
  .site-header {
    flex-wrap: wrap;
    align-items: center;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  .hero-section,
  .magazine-hero,
  .moment-section,
  .social-card-band,
  .subscription-section,
  .event-feature,
  .event-reading,
  .modal-panel,
  .archive-event,
  .chat-band,
  .automation-section,
  .masters-teaser,
  .magazine-reading-sample,
  .share-strip,
  .approach-section,
  .program-section,
  .work-decision,
  .audience-section,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .archive-event.archive-event-latest,
  .archive-event.archive-event-featured {
    grid-template-columns: 1fr;
  }

  .archive-event-body {
    grid-template-columns: 1fr;
  }

  .archive-event.archive-event-latest .archive-chart {
    order: 2;
    max-width: 420px;
    margin: 4px auto 0;
  }

  .hero-visual {
    order: -1;
  }

  .report-strip,
  .birthday-grid,
  .event-grid,
  .social-card-grid,
  .reading-grid,
  .archive-preview-grid,
  .archive-list,
  .sample-grid,
  .masters-list,
  .radar-grid,
  .lane-grid,
  .work-grid,
  .writing-grid {
    grid-template-columns: 1fr;
  }

  .masters-teaser .button {
    justify-self: start;
  }

  .magazine-visual {
    order: -1;
  }

  .share-actions {
    justify-content: flex-start;
  }

  .social-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .channel-share-panel {
    grid-template-columns: 1fr;
  }

  .channel-share-links {
    justify-content: flex-start;
  }

  .featured-post {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
    font-size: 0.94rem;
  }

  .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-links {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    width: 100%;
    overflow: visible;
    padding: 0;
    font-size: 0.78rem;
    white-space: normal;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 34px;
    padding: 6px 7px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    line-height: 1.12;
    text-align: center;
  }

  .nav-cta {
    min-height: 42px;
    padding-inline: 14px;
  }

  .archive-hero {
    padding: 34px 14px 20px;
  }

  .archive-hero h1 {
    font-size: 2.55rem;
    line-height: 0.98;
  }

  .archive-list {
    gap: 10px;
    padding: 0 14px 54px;
  }

  .post-card a {
    min-height: auto;
    padding: 16px;
  }

  .post-card h2,
  .featured-post h2 {
    font-size: clamp(1.45rem, 8vw, 2rem);
    line-height: 1.1;
  }

  .post-card p {
    font-size: 0.98rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }

  .article-shell {
    gap: 24px;
    padding: 34px 14px 64px;
  }

  .article-header {
    gap: 10px;
  }

  .article-header h1 {
    font-size: clamp(2.45rem, 12vw, 3.05rem);
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  .article-content {
    gap: 16px;
    font-size: 1.02rem;
    line-height: 1.62;
  }

  .article-content h2,
  .article-content h3 {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
    line-height: 1.12;
  }

  .article-cta {
    padding: 18px;
  }

  .hero-copy > p:not(.eyebrow),
  .magazine-hero p:not(.eyebrow),
  .magazine-today .section-heading p,
  .magazine-radar .section-heading p,
  .magazine-reading-sample p,
  .magazine-lanes .section-heading p,
  .magazine-sources p,
  .birthday-grid p,
  .radar-card p,
  .lane-grid p,
  .moment-copy p:not(.eyebrow),
  .subscription-copy p,
  .section-heading > p:not(.eyebrow),
  .chat-band p,
  .approach-section p,
  .program-copy p,
  .work-intro p,
  .work-card p,
  .work-decision p,
  .work-faq p,
  .writing-section p,
  .lead-section p,
  .faq-section p,
  .program-card li,
  .audience-section li,
  .event-copy p,
  .archive-copy p,
  .archive-page-hero p,
  .masters-hero p,
  .masters-teaser p:not(.eyebrow),
  .master-card p,
  .reading-extra p,
  .sample-grid p,
  .report-strip p,
  .event-grid p,
  .automation-section li {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    flex: 1 1 180px;
  }

  .event-chart {
    min-height: 340px;
  }

  .social-card-grid {
    grid-template-columns: 1fr;
  }

  .story-card {
    max-width: 360px;
    margin: 0 auto;
  }

  .channel-share-links a {
    flex: 1 1 110px;
  }

  .report-strip article,
  .birthday-grid article,
  .radar-card,
  .lane-grid article,
  .event-grid article,
  .sample-grid article {
    min-height: auto;
  }

  .site-footer {
    flex-wrap: wrap;
  }
}

.nav-links a[href="/olaylar/"],
.nav-links a[href="./olaylar/"],
.nav-links a[href="../olaylar/"],
.gundem-paused .nav-links a[href="./"],
.daily-chart,
.archive-preview,
.archive-dynamic {
  display: none !important;
}

.gundem-paused-notice {
  min-height: 58vh;
}

.gundem-paused-notice .button {
  margin-top: 24px;
}
