:root {
  --ink: #201824;
  --muted: #665d69;
  --paper: #f7f3ed;
  --surface: #fffdf9;
  --plum: #451451;
  --plum-2: #62216f;
  --orchid: #ad55bc;
  --orchid-light: #ead8ee;
  --mint: #dceee7;
  --mint-ink: #123f33;
  --sun: #ffd96a;
  --line: #ded6df;
  --shadow: 0 18px 55px rgba(53, 26, 60, .12);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 26%, rgba(173, 85, 188, .08), transparent 22rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; }
button, input { font: inherit; }
.page-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 50; padding: 10px 14px;
  background: #fff; color: var(--plum); font-weight: 800;
}
.skip-link:focus { top: 12px; }

.preview-bar { background: var(--ink); color: #fff; font-size: .78rem; letter-spacing: .02em; }
.preview-bar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.preview-bar__status { display: inline-flex; align-items: center; gap: 7px; color: #d8d0da; }
.preview-bar__status i, .live-dot { width: 7px; height: 7px; border-radius: 50%; background: #54d99b; box-shadow: 0 0 0 4px rgba(84, 217, 155, .13); }

.site-header { background: var(--surface); border-bottom: 1px solid var(--line); }
.site-header__main { min-height: 108px; display: grid; grid-template-columns: auto 1fr minmax(260px, 360px); align-items: center; gap: 24px; }
.wordmark {
  width: 92px; height: 70px; padding: 8px 10px 6px; display: flex; flex-direction: column;
  justify-content: center; background: var(--orchid); color: #fff; text-decoration: none;
  box-shadow: 7px 7px 0 var(--plum);
}
.wordmark span { font-size: 2rem; line-height: .9; letter-spacing: -.06em; font-weight: 850; }
.wordmark small { padding-top: 5px; margin-top: 5px; border-top: 2px solid rgba(255,255,255,.8); font-size: 1rem; line-height: 1; }
.site-header__place { display: flex; flex-direction: column; }
.site-header__place strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.site-header__place span { color: var(--muted); font-size: .9rem; }
.site-search { display: flex; border: 1px solid var(--line); background: #fff; padding: 4px; border-radius: 999px; }
.site-search:focus-within { outline: 3px solid rgba(173, 85, 188, .25); border-color: var(--orchid); }
.site-search input { min-width: 0; flex: 1; border: 0; background: transparent; padding: 8px 12px; outline: 0; }
.site-search button { border: 0; border-radius: 999px; padding: 8px 14px; background: var(--plum); color: #fff; font-size: .86rem; font-weight: 800; cursor: pointer; }

.primary-nav { border-top: 1px solid #ebe5ec; }
.primary-nav__inner { display: flex; gap: 28px; align-items: center; overflow-x: auto; scrollbar-width: none; }
.primary-nav a { position: relative; flex: 0 0 auto; padding: 13px 0 12px; text-decoration: none; color: var(--muted); font-size: .87rem; font-weight: 750; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--plum); }
.primary-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--orchid); }

.pulse { color: #fff; background: var(--plum); }
.pulse__grid { min-height: 72px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: stretch; }
.pulse__intro, .pulse__item { display: grid; align-content: center; }
.pulse__intro { grid-template-columns: auto 1fr; column-gap: 10px; padding-right: 24px; }
.pulse__intro .live-dot { grid-row: 1 / 3; align-self: center; }
.pulse__intro span { font-weight: 850; }
.pulse__intro small { color: #d8c5dc; font-size: .74rem; }
.pulse__item { grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 10px; padding: 0 18px; border-left: 1px solid rgba(255,255,255,.16); text-decoration: none; transition: background .2s ease; }
.pulse__item:hover { background: rgba(255,255,255,.08); }
.pulse__item > span { grid-row: 1 / 3; align-self: center; color: var(--sun); font-size: 1.45rem; }
.pulse__item strong { font-size: .82rem; }
.pulse__item em { color: #d8c5dc; font-size: .73rem; font-style: normal; }

.lead { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-areas: "copy briefing" "story story"; gap: 28px; padding-block: 72px 54px; }
.lead__copy { grid-area: copy; padding: 24px 12px 20px 0; }
.eyebrow { margin: 0 0 14px; color: var(--plum-2); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lead h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; font-weight: 700; }
.lead__standfirst { max-width: 640px; margin: 22px 0 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.55; }
.lead__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border-radius: 5px; text-decoration: none; font-size: .88rem; font-weight: 850; }
.button--primary { background: var(--plum); color: #fff; box-shadow: 4px 4px 0 var(--orchid); }
.button--quiet { border: 1px solid var(--line); background: var(--surface); color: var(--plum); }
.trust-line { display: flex; gap: 8px; align-items: center; margin-top: 24px; color: var(--muted); font-size: .78rem; }
.trust-line span { display: inline-grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--mint); color: var(--mint-ink); font-weight: 900; }

.briefing-card { grid-area: briefing; position: relative; overflow: hidden; padding: 30px; background: var(--surface); border: 1px solid #e7dce9; box-shadow: var(--shadow); }
.briefing-card::before { content: ""; position: absolute; right: -55px; top: -55px; width: 170px; height: 170px; border: 38px solid var(--orchid-light); border-radius: 50%; }
.briefing-card__header { position: relative; display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.briefing-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; line-height: 1.1; }
.edition-badge { padding: 5px 9px; border: 1px solid var(--plum); border-radius: 999px; color: var(--plum); background: #fff; font-size: .72rem; font-weight: 900; }
.briefing-list { margin: 6px 0 20px; padding: 0; list-style: none; counter-reset: briefing; }
.briefing-list li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid #ece5ed; }
.briefing-list li > span { color: var(--orchid); font-family: Georgia, "Times New Roman", serif; font-size: .95rem; font-weight: 700; }
.briefing-list strong { font-size: .9rem; }
.briefing-list p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.text-link { color: var(--plum); font-size: .85rem; font-weight: 900; text-underline-offset: 4px; }

.lead-story { grid-area: story; display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; min-height: 300px; margin-top: 8px; background: var(--surface); border-top: 4px solid var(--orchid); box-shadow: 0 10px 35px rgba(53, 26, 60, .08); }
.lead-story__art { position: relative; min-height: 300px; overflow: hidden; background: var(--orchid-light); }
.lead-story__postmark { position: absolute; left: 30px; top: 26px; z-index: 2; width: 84px; height: 84px; display: grid; place-items: center; border: 2px solid var(--plum); border-radius: 50%; color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 700; transform: rotate(-8deg); }
.lead-story__rings { position: absolute; width: 300px; height: 300px; border: 44px solid rgba(173,85,188,.38); border-radius: 50%; right: -70px; bottom: -110px; }
.lead-story__rings::after { content: ""; position: absolute; inset: 34px; border: 2px solid var(--plum); border-radius: 50%; }
.lead-story__label { position: absolute; left: 30px; bottom: 28px; padding: 6px 10px; background: var(--sun); color: var(--ink); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.lead-story__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 5vw, 64px); }
.story-meta { margin: 0 0 16px; color: var(--muted); font-size: .76rem; }
.story-meta span { margin-right: 8px; padding: 4px 7px; background: var(--mint); color: var(--mint-ink); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.lead-story h2 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3.4vw, 3.1rem); line-height: 1.08; letter-spacing: -.025em; }
.lead-story__body > p:not(.story-meta) { max-width: 650px; color: var(--muted); }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.02; letter-spacing: -.035em; }
.section-heading > p { max-width: 330px; margin: 0; color: var(--muted); font-size: .84rem; }
.section-heading--light .eyebrow, .section-heading--light > p { color: #d9c7dc; }
.section-heading--light h2 { color: #fff; }

.service-band { padding-block: 60px 70px; background: #2a1f2e; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 310px; display: flex; flex-direction: column; padding: 24px; background: #fff; border-top: 5px solid var(--orchid); }
.service-card--weather { color: #fff; background: var(--plum-2); border-top-color: var(--sun); }
.service-card__topline { min-height: 50px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--orchid-light); color: var(--plum); font-size: 1.45rem; font-weight: 900; }
.service-icon--mint { background: var(--mint); color: var(--mint-ink); }
.service-icon--sun { background: var(--sun); color: var(--ink); }
.service-icon--rose { background: #f7dfe3; color: #8b283d; }
.service-kicker { margin: 20px 0 7px; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-card--weather .service-kicker { color: #dbc8df; }
.service-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; line-height: 1.08; }
.service-card > p:not(.service-kicker):not(.weather-reading) { color: var(--muted); font-size: .84rem; }
.service-card .text-link { margin-top: auto; }
.live-label, .feed-label { padding: 4px 7px; border-radius: 999px; background: #f0ebf1; color: var(--muted); font-size: .62rem; font-weight: 850; letter-spacing: .04em; }
.live-label { display: inline-flex; align-items: center; gap: 6px; color: #fff; background: rgba(255,255,255,.12); }
.live-label i { width: 6px; height: 6px; border-radius: 50%; background: #54d99b; }
.weather-reading { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; margin: 0 0 18px; }
.weather-reading strong { font-family: Georgia, "Times New Roman", serif; font-size: 3.3rem; line-height: 1; }
.weather-reading span { color: #eadfec; font-size: .82rem; }
.weather-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 18px; }
.weather-details div { padding-top: 9px; border-top: 1px solid rgba(255,255,255,.18); }
.weather-details dt { color: #d9c9dc; font-size: .6rem; text-transform: uppercase; }
.weather-details dd { margin: 3px 0 0; font-size: .78rem; font-weight: 800; }
.service-card--weather > small { margin-top: auto; color: #d9c9dc; font-size: .65rem; }

.latest { padding-block: 72px; }
.latest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.news-card { min-width: 0; min-height: 300px; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); }
.news-card--wide { grid-column: span 2; }
.news-card--horizontal { display: grid; grid-template-columns: .8fr 1.2fr; }
.news-card--ink { color: #fff; background: var(--ink); border-color: var(--ink); }
.news-card--ink .news-card__body p, .news-card--ink .story-meta { color: #d8ceda; }
.news-card__visual { min-height: 190px; position: relative; overflow: hidden; background: var(--orchid-light); }
.news-card__visual::before, .news-card__visual::after { content: ""; position: absolute; border-radius: 50%; }
.news-card__visual::before { width: 230px; height: 230px; right: -36px; top: -90px; border: 42px solid rgba(98,33,111,.2); }
.news-card__visual::after { width: 100px; height: 100px; left: 34px; bottom: -30px; background: var(--sun); }
.news-card__visual--culture { min-height: 100%; background: var(--mint); }
.news-card__visual--culture::before { border-color: rgba(18,63,51,.2); }
.news-card__visual span { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 5px 8px; background: #fff; color: var(--plum); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.news-card__body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.news-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.12; }
.news-card__body > p:not(.story-meta):not(.news-card__source) { color: var(--muted); font-size: .8rem; }
.news-card__source { margin: auto 0 0; padding-top: 18px; color: var(--muted); font-size: .68rem; font-weight: 800; }
.feed-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.feed-actions p { color: var(--muted); font-size: .75rem; }

.ad-preview { min-height: 130px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 28px; margin-bottom: 72px; padding: 26px 30px; color: #fff; background: var(--plum); border: 1px dashed rgba(255,255,255,.38); }
.ad-preview__label { color: #e3d3e6; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ad-preview__label span { display: block; width: max-content; margin-bottom: 5px; padding: 3px 6px; color: var(--ink); background: var(--sun); }
.ad-preview__message { display: flex; flex-direction: column; }
.ad-preview__message strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.ad-preview__message small { margin-top: 4px; color: #dac8de; }
.ad-preview > a { font-size: .75rem; font-weight: 900; text-underline-offset: 4px; }

.briefing-feature { padding-block: 78px; color: #fff; background: var(--plum); }
.briefing-feature__grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.briefing-feature .eyebrow { color: #dfcde3; }
.briefing-feature h2 { max-width: 740px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4.4vw, 4.2rem); line-height: 1; letter-spacing: -.04em; }
.briefing-feature__copy > p:not(.eyebrow) { max-width: 690px; color: #e2d5e5; }
.check-list { display: grid; gap: 11px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: #f2ebf3; font-size: .86rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sun); font-weight: 900; }
.button--light { color: var(--plum); background: #fff; box-shadow: 4px 4px 0 var(--sun); }
.briefing-sheet { position: relative; min-height: 460px; padding: 34px; color: var(--ink); background: #fffdf8; box-shadow: 18px 18px 0 rgba(255,255,255,.12); transform: rotate(1.3deg); }
.briefing-sheet__top { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 2px solid var(--ink); font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; }
.briefing-sheet__line { height: 8px; margin-top: 12px; background: #e5dfe6; }
.briefing-sheet__line--title { width: 78%; height: 16px; margin-top: 26px; background: var(--plum); }
.briefing-sheet__line--short { width: 58%; }
.briefing-sheet__item { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.briefing-sheet__item > span { color: var(--orchid); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.briefing-sheet__item div { display: flex; flex-direction: column; }
.briefing-sheet__item small { margin-top: 3px; color: var(--muted); }
.briefing-sheet__stamp { position: absolute; right: 28px; bottom: 24px; padding: 6px 9px; color: var(--mint-ink); border: 2px solid var(--mint-ink); font-size: .68rem; font-weight: 900; text-transform: uppercase; transform: rotate(-5deg); }

.community-grid { padding-block: 76px; }
.community-grid__items { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.community-grid__items article { min-height: 270px; padding: 30px; background: var(--surface); }
.community-grid__items article + article { border-left: 1px solid var(--line); }
.community-grid__items article > span { color: var(--orchid); font-family: Georgia, "Times New Roman", serif; font-size: .9rem; }
.community-grid__items h3 { margin: 28px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.community-grid__items p { color: var(--muted); font-size: .83rem; }
.community-grid__items a { display: inline-block; margin-top: 18px; color: var(--plum); font-size: .8rem; font-weight: 850; }

.ad-tiers { padding-block: 70px; background: #eee8ef; }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tier-card { min-height: 260px; padding: 28px; background: var(--surface); border-top: 5px solid var(--orchid-light); }
.tier-card--one { color: #fff; background: var(--plum); border-top-color: var(--sun); }
.tier-card > span { display: inline-block; padding: 4px 7px; background: var(--orchid-light); color: var(--plum); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.tier-card--one > span { color: var(--ink); background: var(--sun); }
.tier-card h3 { margin: 38px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.tier-card p { color: var(--muted); font-size: .84rem; }
.tier-card--one p { color: #e1d4e4; }
.tier-card small { display: block; margin-top: 26px; color: var(--muted); font-weight: 800; }
.tier-card--one small { color: #e1d4e4; }

.site-footer { padding-top: 62px; color: #eee5f0; background: var(--ink); }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 44px; }
.wordmark--footer { width: 76px; height: 62px; box-shadow: 5px 5px 0 rgba(255,255,255,.18); }
.site-footer__grid > div:first-child p, .site-footer__note p { max-width: 280px; color: #bfb3c1; font-size: .78rem; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer__grid > div:not(:first-child):not(.site-footer__note) { display: flex; flex-direction: column; gap: 9px; }
.site-footer__grid a:not(.wordmark) { color: #cfc4d1; font-size: .78rem; text-decoration: none; }
.site-footer__grid a:hover { color: #fff; text-decoration: underline; }
.site-footer__note { padding: 22px; border: 1px solid #4b3f4e; }
.site-footer__note strong { color: var(--sun); }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 46px; padding-block: 18px; color: #9f929f; border-top: 1px solid #443847; font-size: .68rem; }

@media (max-width: 900px) {
  .site-header__main { grid-template-columns: auto 1fr; }
  .site-search { grid-column: 1 / -1; margin-bottom: 18px; }
  .pulse__grid { grid-template-columns: repeat(4, 1fr); }
  .pulse__intro { grid-column: 1 / -1; min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .pulse__item { min-height: 64px; }
  .lead { grid-template-columns: 1fr; grid-template-areas: "copy" "briefing" "story"; padding-top: 44px; }
  .lead__copy { padding-right: 0; }
  .service-grid, .latest-grid { grid-template-columns: repeat(2, 1fr); }
  .briefing-feature__grid { grid-template-columns: 1fr; }
  .briefing-sheet { width: min(100%, 600px); }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .page-shell { width: min(calc(100% - 28px), var(--shell)); }
  .preview-bar__status { display: none; }
  .site-header__main { min-height: 92px; gap: 16px; }
  .wordmark { width: 72px; height: 59px; }
  .wordmark span { font-size: 1.55rem; }
  .site-header__place strong { font-size: 1.05rem; }
  .site-header__place span { font-size: .76rem; }
  .primary-nav__inner { gap: 22px; }
  .pulse__grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .pulse__intro { padding-inline: 16px; }
  .pulse__item { padding-inline: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .lead { gap: 20px; padding-block: 36px; }
  .lead h1 { font-size: 2.65rem; }
  .briefing-card { padding: 24px 20px; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-story__art { min-height: 210px; }
  .lead-story__body { padding: 28px 22px 34px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  .service-grid, .latest-grid, .tier-grid { grid-template-columns: 1fr; }
  .news-card--wide { grid-column: auto; }
  .news-card--horizontal { grid-template-columns: 1fr; }
  .news-card__visual--culture { min-height: 190px; }
  .ad-preview { grid-template-columns: 1fr; gap: 16px; }
  .briefing-sheet { min-height: 430px; padding: 26px 22px; }
  .community-grid__items { grid-template-columns: 1fr; }
  .community-grid__items article + article { border-left: 0; border-top: 1px solid var(--line); }
  .site-footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
