/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
}
:root {
  --ink: #0c2236;
  --blue: #08688e;
  --bright: #00a2b8;
  --coral: #ef5b45;
  --sand: #f4f0e7;
  --paper: #fffdf8;
  --line: #cad7dc;
  --muted: #58707f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}
.topline {
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  letter-spacing: .035em;
}
.topline-inner {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topline p {
  margin: 0;
  font-weight: 700;
}
.top-links {
  display: flex;
  gap: 24px;
  color: #d8e5eb;
}
.top-links a:hover, .section-nav a:hover {
  color: var(--coral);
}
.masthead {
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.menu-button {
  width: 44px;
  height: 44px;
  padding: 11px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.menu-button span {
  height: 2px;
  background: var(--ink);
  border-radius: 5px;
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: .88;
}
.brand-name {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -.055em;
}
.brand-name::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  border-radius: 50%;
  background: var(--coral);
}
.brand-place {
  margin-top: 12px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .45em;
}
.masthead-meta {
  justify-self: end;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 12px;
  line-height: 1.45;
}
.masthead-meta span {
  color: var(--muted);
}
.section-nav {
  border-block: 1px solid var(--ink);
}
.section-nav-inner {
  min-height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 3.3vw, 48px);
  overflow-x: auto;
  scrollbar-width: none;
}
.section-nav a {
  position: relative;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
}
.section-nav a.active::after {
  content: '';
  position: absolute;
  height: 3px;
  background: var(--coral);
  inset: 27px 0 auto;
}
.breaking {
  border-bottom: 1px solid var(--line);
  background: #edf7f8;
}
.breaking-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
}
.breaking strong {
  padding: 5px 9px;
  background: var(--coral);
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.breaking a {
  margin-left: auto;
  color: var(--blue);
  font-weight: 800;
}
.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(280px, .75fr);
  gap: 44px;
  padding-block: 40px 54px;
}
.lead-story {
  min-width: 0;
}
.lead-image-wrap {
  position: relative;
  min-height: 405px;
  overflow: hidden;
  background: #bdd9df;
}
.lead-image-wrap::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(5, 30, 46, .5));
  pointer-events: none;
}
.lead-image {
  display: block;
  width: 100%;
  height: 405px;
  object-fit: cover;
  transition: transform 500ms ease;
}
.lead-story:hover .lead-image {
  transform: scale(1.018);
}
.image-tag {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 18px;
  padding: 8px 12px;
  background: var(--paper);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.lead-copy {
  padding-top: 24px;
}
.kicker {
  margin: 0 0 8px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.lead-copy h1 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: .99;
  letter-spacing: -.047em;
}
.standfirst {
  max-width: 790px;
  margin: 18px 0 0;
  color: #385466;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.45;
}
.byline-row {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.byline-row div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
}
.byline-row span {
  color: var(--muted);
}
.read-link {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
.read-link span {
  color: var(--coral);
}
.most-read {
  border-top: 5px solid var(--ink);
}
.aside-heading {
  padding: 20px 0 15px;
  border-bottom: 1px solid var(--line);
}
.aside-heading span {
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.aside-heading h2 {
  margin: 5px 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
}
.most-read ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.most-read li {
  padding: 19px 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  border-bottom: 1px solid var(--line);
}
.most-read li > span {
  color: var(--bright);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 26px;
  line-height: 1;
}
.most-read li a {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}
.most-read li a:hover {
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-underline-offset: 4px;
}
.all-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
@media (max-width: 800px) {
  .shell {
    width: min(100% - 30px, 680px);
  }
  .top-links, .masthead-meta {
    display: none;
  }
  .masthead {
    min-height: 92px;
    grid-template-columns: 44px 1fr 44px;
  }
  .brand {
    grid-column: 2;
  }
  .brand-name {
    font-size: 29px;
  }
  .brand-name::after {
    width: 7px;
    height: 7px;
  }
  .section-nav-inner {
    justify-content: flex-start;
  }
  .breaking-inner {
    padding-block: 10px;
    align-items: flex-start;
  }
  .breaking a {
    display: none;
  }
  .lead-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 24px;
  }
  .lead-image-wrap, .lead-image {
    height: 54vw;
    min-height: 260px;
  }
  .lead-copy h1 {
    font-size: clamp(36px, 10.2vw, 52px);
  }
  .byline-row {
    align-items: flex-end;
  }
}
@media (max-width: 460px) {
  .topline p {
    font-size: 10px;
  }
  .brand-name {
    font-size: 25px;
  }
  .standfirst {
    font-size: 17px;
  }
  .read-link {
    max-width: 90px;
    text-align: right;
  }
}
button, input {
  font: inherit;
}
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 3px solid rgba(239, 91, 69, .45);
  outline-offset: 3px;
}
.masthead-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}
.search-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.search-button span {
  display: block;
  transform: rotate(-15deg);
  font-size: 28px;
  line-height: 1;
}
.utility-panel {
  position: relative;
  z-index: 10;
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: #fff;
}
.panel-inner {
  padding-block: 28px;
}
.mobile-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.mobile-menu a {
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.16);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
  font-weight: 700;
}
.mobile-menu a:hover {
  background: rgba(255,255,255,.06);
  color: #6de1e9;
}
.mobile-menu span {
  float: right;
  color: var(--coral);
}
.search-panel {
  max-width: 780px;
  margin-inline: auto;
}
.search-panel > label {
  display: block;
  margin-bottom: 12px;
  color: #9dccd6;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.search-field {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 2px solid #fff;
}
.search-field input {
  min-width: 0;
  padding: 10px 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
}
.search-field input::placeholder {
  color: rgba(255,255,255,.42);
}
.search-field button {
  border: 0;
  background: transparent;
  color: #6de1e9;
  cursor: pointer;
}
.search-results {
  padding-top: 18px;
}
.search-results > p {
  color: #9dccd6;
  font-size: 12px;
}
.search-results a {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.search-results a span {
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.lead-actions {
  flex-direction: row !important;
  align-items: center;
  gap: 16px !important;
}
.share-story {
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: none;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.latest-section {
  padding-block: 58px 76px;
  border-top: 1px solid var(--ink);
}
.section-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-heading p {
  margin: 0 0 4px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.section-heading h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -.035em;
}
.section-heading > a {
  padding-bottom: 7px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.story-card {
  min-width: 0;
  border-bottom: 1px solid var(--ink);
}
.card-image {
  height: 232px;
  display: block;
  overflow: hidden;
  background: #cce2e5;
}
.card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 450ms ease;
}
.story-card:hover .card-image img {
  transform: scale(1.035);
}
.card-copy {
  padding: 19px 0 17px;
}
.card-copy > p {
  margin: 0 0 8px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.card-copy h3 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.card-copy h3 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--bright);
  text-underline-offset: 4px;
}
.story-summary {
  display: block;
  margin-top: 12px;
  color: #4e6675;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.45;
}
.card-meta {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}
.explainer-band {
  padding-block: 64px;
  background: var(--sand);
  border-block: 1px solid #d8d0c0;
}
.explainer-grid {
  display: grid;
  grid-template-columns: .7fr 1.6fr .8fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}
.explainer-label {
  padding-top: 9px;
}
.explainer-label > span {
  display: inline-block;
  padding: 7px 9px;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.explainer-label p {
  max-width: 190px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.explainer-grid article h2 {
  max-width: 600px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(35px, 4.1vw, 54px);
  line-height: 1;
  letter-spacing: -.045em;
}
.explainer-grid article > p:not(.kicker) {
  max-width: 680px;
  margin: 20px 0;
  color: #405967;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.52;
}
.explainer-grid article a {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
.explainer-grid article a span {
  color: var(--coral);
}
.explainer-facts {
  border-top: 4px solid var(--coral);
}
.explainer-facts div {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  border-bottom: 1px solid #cfc6b5;
}
.explainer-facts strong {
  color: var(--blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
}
.explainer-facts span {
  color: #546a75;
  font-size: 11px;
  line-height: 1.35;
}
.agenda-section {
  padding-block: 76px;
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.5fr);
  gap: clamp(48px, 8vw, 110px);
}
.agenda-intro {
  border-top: 5px solid var(--ink);
  padding-top: 24px;
}
.agenda-intro h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 4vw, 54px);
  letter-spacing: -.04em;
}
.agenda-intro > p:not(.kicker) {
  color: var(--muted);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.45;
}
.agenda-intro a {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
.agenda-list {
  border-top: 1px solid var(--ink);
}
.agenda-list article {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 26px;
  border-bottom: 1px solid var(--line);
}
.agenda-list time {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.agenda-list time strong {
  color: var(--coral);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 40px;
  line-height: .95;
}
.agenda-list article p {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.agenda-list h3 {
  margin: 0 0 8px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 23px;
  line-height: 1.18;
}
.agenda-list article div > span {
  color: var(--muted);
  font-size: 11px;
}
.community-section {
  padding-block: 78px;
  background: var(--ink);
  color: #fff;
}
.community-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(55px, 10vw, 150px);
  align-items: center;
}
.eyebrow-light {
  margin: 0 0 12px;
  color: #6de1e9;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.community-copy h2 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}
.community-copy > p:not(.eyebrow-light) {
  max-width: 620px;
  margin: 23px 0 28px;
  color: #bdd5de;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.5;
}
.light-button {
  display: inline-block;
  padding: 13px 17px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.light-button:hover {
  background: #fff;
  color: var(--ink);
}
.community-notes {
  border-top: 1px solid rgba(255,255,255,.3);
}
.community-notes article {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.community-notes article > span {
  color: var(--coral);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
}
.community-notes strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
}
.community-notes p {
  margin: 7px 0 0;
  color: #a9c5cf;
  font-size: 12px;
  line-height: 1.45;
}
.social-section {
  padding-block: 82px;
  display: grid;
  grid-template-columns: 1fr minmax(330px, .78fr);
  gap: clamp(55px, 10vw, 140px);
  align-items: center;
}
.social-intro h2 {
  max-width: 650px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -.045em;
}
.social-intro > p:not(.kicker) {
  max-width: 580px;
  color: var(--muted);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.5;
}
.social-buttons {
  margin: 26px 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.social-buttons button {
  padding: 11px 14px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
.social-buttons button:hover {
  background: var(--ink);
  color: #fff;
}
.social-intro small {
  display: block;
  max-width: 520px;
  color: #728590;
  font-size: 10px;
  line-height: 1.4;
}
.social-preview {
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 14px 14px 0 var(--sand);
}
.post-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 12px;
  font-weight: 900;
}
.post-head div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 11px;
}
.post-head div span {
  color: var(--muted);
}
.social-preview > p {
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.5;
}
.post-link-card {
  overflow: hidden;
  border: 1px solid var(--line);
}
.post-link-card img {
  width: 100%;
  height: 175px;
  display: block;
  object-fit: cover;
}
.post-link-card div {
  padding: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.post-link-card span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .09em;
}
.post-link-card strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
}
.post-stats {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}
.newsletter-section {
  padding-block: 60px;
  background: var(--bright);
}
.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.newsletter-inner > div:first-child {
  position: relative;
  padding-left: 78px;
}
.newsletter-mark {
  position: absolute;
  left: 0;
  top: 2px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 900;
}
.newsletter-inner p {
  margin: 0 0 6px;
  color: #063d52;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}
.newsletter-inner h2 {
  max-width: 520px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 3.5vw, 47px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.newsletter-inner form > label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
}
.newsletter-inner form > div {
  display: grid;
  grid-template-columns: 1fr auto;
}
.newsletter-inner input {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--ink);
  background: #fff;
}
.newsletter-inner button {
  padding: 14px 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.newsletter-inner form small {
  display: block;
  margin-top: 8px;
  color: #134f62;
  font-size: 10px;
}
.success-message {
  padding: 22px;
  border: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.success-message strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 27px;
}
.site-footer {
  padding-top: 58px;
  background: #071826;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 45px;
}
.footer-brand > strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 26px;
  letter-spacing: -.04em;
}
.footer-brand > strong span {
  color: var(--coral);
}
.footer-brand p {
  max-width: 290px;
  color: #9fb7c2;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 14px;
  line-height: 1.5;
}
.footer-grid nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  color: #adc0c9;
  font-size: 11px;
}
.footer-grid nav strong {
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.footer-grid nav button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #adc0c9;
  font-size: 11px;
  cursor: pointer;
}
.footer-grid nav a:hover, .footer-grid nav button:hover {
  color: #6de1e9;
}
.footer-bottom {
  padding-block: 18px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #718d9a;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.toast {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 24px;
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  font-size: 12px;
  font-weight: 800;
}
@media (max-width: 900px) {
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-card:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .story-card:last-child .card-image {
    height: 100%;
  }
  .explainer-grid {
    grid-template-columns: 1fr 2fr;
  }
  .explainer-facts {
    grid-column: 2;
  }
  .community-grid, .social-section {
    grid-template-columns: 1fr;
  }
  .social-preview {
    max-width: 620px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .masthead-actions {
    grid-column: 3;
  }
  .mobile-menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .latest-section {
    padding-block: 44px 58px;
  }
  .lead-actions {
    align-items: flex-end !important;
  }
  .agenda-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .story-grid {
    grid-template-columns: 1fr;
  }
  .story-card:last-child {
    grid-column: auto;
    display: block;
  }
  .story-card:last-child .card-image {
    height: 232px;
  }
  .section-heading > a {
    display: none;
  }
  .explainer-grid {
    grid-template-columns: 1fr;
  }
  .explainer-label p {
    max-width: 300px;
  }
  .explainer-facts {
    grid-column: auto;
  }
  .community-section, .social-section {
    padding-block: 58px;
  }
  .newsletter-inner > div:first-child {
    padding-left: 0;
    padding-top: 72px;
  }
  .newsletter-mark {
    top: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 25px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 460px) {
  .mobile-menu {
    grid-template-columns: 1fr;
  }
  .search-field input {
    font-size: 21px;
  }
  .lead-actions {
    gap: 8px !important;
  }
  .share-story {
    display: none;
  }
  .agenda-list article {
    grid-template-columns: 62px 1fr;
    gap: 18px;
  }
  .agenda-list time {
    padding-right: 14px;
  }
  .social-preview {
    padding: 16px;
  }
  .newsletter-inner form > div {
    grid-template-columns: 1fr;
  }
  .newsletter-inner button {
    margin-top: 8px;
  }
  .footer-bottom {
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
