:root {
  --sdk-ink: #10252d;
  --sdk-ink-soft: #37515a;
  --sdk-night: #071d27;
  --sdk-night-2: #0d3b45;
  --sdk-teal: #0f8a83;
  --sdk-cyan: #79d9d0;
  --sdk-amber: #e5ab56;
  --sdk-paper: #f5f3ed;
  --sdk-white: #fffefa;
  --sdk-line: rgba(16, 37, 45, .14);
  --sdk-shadow: 0 24px 70px rgba(7, 29, 39, .12);
}

.spacedk-experience-page {
  background: var(--sdk-paper);
  color: var(--sdk-ink);
}

.spacedk-experience-page main .wp-block-post-title,
.spacedk-experience-page main > .wp-block-group > .wp-block-group > .wp-block-post-title {
  display: none !important;
}

.spacedk-experience-page .wp-block-post-content {
  margin-block-start: 0 !important;
}

.spacedk-experience-page .wp-block-post-content > * {
  max-width: none !important;
}

.spacedk-home,
.spacedk-news-page,
.spacedk-story-view,
.spacedk-news-discussion {
  box-sizing: border-box;
  width: min(1180px, calc(100vw - 40px));
  max-width: none !important;
  margin-inline: auto !important;
  color: var(--sdk-ink);
}

.spacedk-home *,
.spacedk-news-page *,
.spacedk-story-view *,
.spacedk-news-discussion * {
  box-sizing: border-box;
}

.spacedk-home a,
.spacedk-news-page a,
.spacedk-story-view a,
.spacedk-news-discussion a {
  color: inherit;
}

.spacedk-home-eyebrow {
  margin: 0 0 16px;
  color: var(--sdk-teal);
  font: 700 .73rem/1.3 system-ui, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.spacedk-home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  min-height: 620px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 78% 30%, rgba(121, 217, 208, .18), transparent 26%),
    linear-gradient(135deg, var(--sdk-night), var(--sdk-night-2));
  box-shadow: var(--sdk-shadow);
  color: #f8faf7;
}

.spacedk-home-hero::after {
  position: absolute;
  right: -15%;
  bottom: -45%;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  content: "";
}

.spacedk-home-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 790px;
  padding: clamp(58px, 8vw, 108px);
  padding-right: 24px;
}

.spacedk-home-hero .spacedk-home-eyebrow,
.spacedk-home-closing .spacedk-home-eyebrow,
.spacedk-news-hero .spacedk-home-eyebrow {
  color: var(--sdk-cyan);
}

.spacedk-home-hero h1 {
  max-width: 880px;
  margin: 0 0 26px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.6vw, 6rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.spacedk-home-hero-copy > p:not(.spacedk-home-eyebrow) {
  max-width: 67ch;
  margin: 0;
  color: rgba(248,250,247,.78);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.85;
}

.spacedk-home-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.spacedk-home-buttons a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  color: #fff;
  font: 700 .9rem/1.2 system-ui, sans-serif;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.spacedk-home-buttons a:hover {
  transform: translateY(-2px);
  border-color: #fff;
}

.spacedk-home-buttons .is-primary {
  border-color: var(--sdk-cyan);
  background: var(--sdk-cyan);
  color: var(--sdk-night);
}

.spacedk-home-orbit {
  position: relative;
  z-index: 1;
  align-self: center;
  aspect-ratio: 1;
  width: min(340px, 80%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.spacedk-home-orbit::before,
.spacedk-home-orbit::after,
.spacedk-home-orbit span {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  content: "";
  transform: rotate(34deg) scaleY(.48);
}

.spacedk-home-orbit::after { inset: 28%; transform: rotate(-24deg) scaleY(.62); }
.spacedk-home-orbit span { inset: 41%; background: radial-gradient(circle at 35% 30%, #ffe7ad, var(--sdk-amber) 42%, #8d521a); border: 0; transform: none; box-shadow: 0 0 75px rgba(229,171,86,.35); }
.spacedk-home-orbit i { position: absolute; top: 29%; right: 8%; width: 12px; height: 12px; border-radius: 50%; background: var(--sdk-cyan); box-shadow: 0 0 22px var(--sdk-cyan); }

.spacedk-home-section {
  padding: clamp(72px, 10vw, 124px) clamp(8px, 4vw, 48px);
}

.spacedk-home-heading {
  max-width: 760px;
  margin-bottom: 50px;
}

.spacedk-home-heading h2,
.spacedk-home-manifesto h2,
.spacedk-home-principles h2 {
  margin: 0 0 20px;
  color: var(--sdk-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.spacedk-home-heading > p:not(.spacedk-home-eyebrow),
.spacedk-home-manifesto > p:not(.spacedk-home-eyebrow) {
  margin: 0;
  color: var(--sdk-ink-soft);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.85;
}

.spacedk-home-manifesto {
  display: grid;
  grid-template-columns: .72fr 1.3fr;
  gap: 38px 72px;
  align-items: start;
  border-bottom: 1px solid var(--sdk-line);
}

.spacedk-home-manifesto .spacedk-home-eyebrow { grid-column: 1 / -1; }
.spacedk-home-manifesto h2 { margin: 0; }
.spacedk-home-manifesto > p:not(.spacedk-home-eyebrow) { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.22rem, 2.1vw, 1.65rem); line-height: 1.72; }

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

.spacedk-path-card {
  position: relative;
  min-height: 330px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--sdk-line);
  border-radius: 24px;
  background: rgba(255,254,250,.76);
  box-shadow: 0 10px 30px rgba(16,37,45,.04);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.spacedk-path-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15,138,131,.45);
  box-shadow: 0 24px 55px rgba(16,37,45,.1);
}

.spacedk-path-card > span {
  color: var(--sdk-teal);
  font: 700 .75rem/1 system-ui, sans-serif;
  letter-spacing: .13em;
}

.spacedk-path-card h3 {
  margin: 64px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.08;
}

.spacedk-path-card p { max-width: 55ch; margin: 0 0 28px; color: var(--sdk-ink-soft); line-height: 1.75; }
.spacedk-path-card strong { position: absolute; left: clamp(28px, 4vw, 46px); bottom: 34px; font: 700 .9rem/1.2 system-ui, sans-serif; }

.spacedk-home-timescale {
  border-block: 1px solid var(--sdk-line);
}

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

.spacedk-time-grid article {
  padding: 28px 34px 12px;
  border-left: 1px solid var(--sdk-line);
}

.spacedk-time-grid article:first-child { border-left: 0; padding-left: 0; }
.spacedk-time-grid article:last-child { padding-right: 0; }
.spacedk-time-grid span { color: var(--sdk-teal); font: 700 .75rem/1 system-ui, sans-serif; letter-spacing: .13em; }
.spacedk-time-grid h3 { margin: 46px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.spacedk-time-grid p { margin: 0; color: var(--sdk-ink-soft); line-height: 1.78; }

.spacedk-home-news { background: linear-gradient(180deg, transparent, rgba(121,217,208,.08), transparent); }

.spacedk-news-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.spacedk-news-preview-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px 14px;
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--sdk-line);
  border-radius: 18px;
  background: var(--sdk-white);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.spacedk-news-preview-card:hover { transform: translateY(-3px); border-color: var(--sdk-teal); }
.spacedk-preview-rank { grid-row: 1 / span 2; color: var(--sdk-teal); font: 700 .8rem/1 system-ui, sans-serif; }
.spacedk-preview-meta { color: #6a7b80; font: 700 .7rem/1.35 system-ui, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.spacedk-news-preview-card strong { grid-column: 2; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.35; }
.spacedk-home-centered-link { margin-top: 34px; text-align: center; }
.spacedk-home-centered-link a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--sdk-ink); font-weight: 700; text-decoration: none; }

.spacedk-home-principles {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
  border-radius: 28px;
  background: var(--sdk-white);
  box-shadow: var(--sdk-shadow);
}

.spacedk-principle-grid { display: grid; gap: 0; }
.spacedk-principle-grid article { display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 26px 0; border-top: 1px solid var(--sdk-line); }
.spacedk-principle-grid article:first-child { border-top: 0; }
.spacedk-principle-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.spacedk-principle-grid p { margin: 0; color: var(--sdk-ink-soft); line-height: 1.7; }

.spacedk-home-closing {
  margin: clamp(74px, 10vw, 130px) 0 24px;
  padding: clamp(56px, 9vw, 104px);
  border-radius: 30px;
  background: var(--sdk-night);
  color: #fff;
  text-align: center;
}

.spacedk-home-closing h2 { max-width: 900px; margin: 0 auto 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 5vw, 4.7rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.spacedk-home-closing > p:not(.spacedk-home-eyebrow) { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.72); line-height: 1.8; }
.spacedk-home-closing .spacedk-home-buttons { justify-content: center; }

/* Global news */
.spacedk-news-page { padding-bottom: 72px; }

.spacedk-news-hero {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 36px;
  align-items: end;
  margin-top: 20px;
  padding: clamp(48px, 8vw, 92px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 12%, rgba(121,217,208,.22), transparent 30%),
    linear-gradient(135deg, var(--sdk-night), var(--sdk-night-2));
  box-shadow: var(--sdk-shadow);
  color: #fff;
}

.spacedk-news-hero h1 {
  max-width: 790px;
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1;
}

.spacedk-news-hero-copy > p:not(.spacedk-home-eyebrow) { max-width: 65ch; margin: 0; color: rgba(255,255,255,.74); font-size: 1.08rem; line-height: 1.8; }
.spacedk-news-edition { justify-self: end; min-width: 230px; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.spacedk-news-edition span,.spacedk-news-edition small { display: block; color: rgba(255,255,255,.64); font: 600 .74rem/1.4 system-ui, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.spacedk-news-edition strong { display: block; margin: 7px 0; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }

.spacedk-news-method {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 22px 0 70px;
  overflow: hidden;
  border: 1px solid var(--sdk-line);
  border-radius: 18px;
  background: rgba(255,254,250,.7);
}

.spacedk-news-method div { padding: 20px 22px; border-left: 1px solid var(--sdk-line); }
.spacedk-news-method div:first-child { border-left: 0; }
.spacedk-news-method strong,.spacedk-news-method span { display: block; }
.spacedk-news-method strong { margin-bottom: 4px; color: var(--sdk-teal); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 500; }
.spacedk-news-method span { color: var(--sdk-ink-soft); font-size: .82rem; }

.spacedk-news-toolbar {
  position: sticky;
  z-index: 20;
  top: 10px;
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid var(--sdk-line);
  border-radius: 999px;
  background: rgba(245,243,237,.9);
  box-shadow: 0 10px 30px rgba(16,37,45,.08);
  backdrop-filter: blur(12px);
}

.spacedk-news-toolbar button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--sdk-ink-soft);
  cursor: pointer;
  font: 700 .8rem/1 system-ui, sans-serif;
}

.spacedk-news-toolbar button:hover,.spacedk-news-toolbar .is-active { background: var(--sdk-ink); color: #fff; }

.spacedk-news-list { display: grid; gap: 14px; }
.spacedk-news-card { display: grid; grid-template-columns: 80px 1fr; border: 1px solid var(--sdk-line); border-radius: 20px; background: var(--sdk-white); box-shadow: 0 8px 30px rgba(16,37,45,.035); transition: transform .2s ease, box-shadow .2s ease; }
.spacedk-news-card:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(16,37,45,.08); }
.spacedk-news-card[hidden] { display: none; }
.spacedk-news-rank { padding: 30px 18px; border-right: 1px solid var(--sdk-line); color: var(--sdk-teal); font: 700 .8rem/1 system-ui, sans-serif; text-align: center; }
.spacedk-news-card-body { padding: 28px 32px 24px; }
.spacedk-news-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; color: #6c7b80; font: 650 .72rem/1.3 system-ui, sans-serif; }
.spacedk-news-meta span:not(.spacedk-news-category)::before { margin-right: 12px; color: #b7c0c2; content: "·"; }
.spacedk-news-category { padding: 5px 9px; border-radius: 999px; background: rgba(15,138,131,.1); color: var(--sdk-teal); text-transform: uppercase; }
.spacedk-news-card h2 { max-width: 900px; margin: 14px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.5vw, 2.1rem); font-weight: 500; line-height: 1.2; }
.spacedk-news-card h2 a { text-decoration: none; }
.spacedk-news-card h2 a:hover { color: var(--sdk-teal); }
.spacedk-news-summary { max-width: 88ch; margin: 0 0 20px; color: var(--sdk-ink-soft); line-height: 1.7; }

.spacedk-news-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.spacedk-news-action { display: inline-flex; min-height: 36px; align-items: center; gap: 6px; padding: 8px 13px; border: 1px solid var(--sdk-line); border-radius: 999px; background: transparent; color: var(--sdk-ink-soft); cursor: pointer; font: 700 .76rem/1 system-ui, sans-serif; text-decoration: none; }
.spacedk-news-action:hover { border-color: var(--sdk-teal); color: var(--sdk-teal); }
.spacedk-news-action-primary { border-color: var(--sdk-ink); background: var(--sdk-ink); color: #fff; }
.spacedk-news-action-primary:hover { border-color: var(--sdk-teal); background: var(--sdk-teal); color: #fff; }
.spacedk-share-button.is-copied { border-color: var(--sdk-teal); color: var(--sdk-teal); }
.spacedk-news-disclaimer { max-width: 90ch; margin: 40px auto 0; color: #66787e; font-size: .83rem; line-height: 1.65; text-align: center; }
.spacedk-news-empty { padding: 70px 24px; border: 1px dashed var(--sdk-line); border-radius: 20px; text-align: center; }

/* Story and comments */
.spacedk-story-view { margin-top: 20px !important; padding: clamp(42px, 8vw, 90px); border-radius: 30px; background: var(--sdk-white); box-shadow: var(--sdk-shadow); }
.spacedk-story-back { display: inline-block; margin-bottom: 70px; color: var(--sdk-teal) !important; font: 700 .84rem/1 system-ui, sans-serif; text-decoration: none; }
.spacedk-story-kicker { color: var(--sdk-teal); font: 700 .74rem/1.3 system-ui, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.spacedk-story-view h1 { max-width: 980px; margin: 18px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 6vw, 5.6rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.spacedk-story-time { color: #718087; font-size: .85rem; }
.spacedk-story-summary { max-width: 78ch; margin: 42px 0; color: var(--sdk-ink-soft); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.18rem, 2vw, 1.5rem); line-height: 1.7; }
.spacedk-story-source-note { max-width: 760px; margin-top: 46px; padding: 22px 24px; border-left: 3px solid var(--sdk-teal); background: rgba(15,138,131,.06); }
.spacedk-story-source-note strong { font-size: .85rem; }
.spacedk-story-source-note p { margin: 6px 0 0; color: var(--sdk-ink-soft); font-size: .87rem; line-height: 1.6; }

.spacedk-news-discussion { margin-top: 24px !important; padding: clamp(38px, 7vw, 78px); border: 1px solid var(--sdk-line); border-radius: 28px; background: rgba(255,254,250,.76); }
.spacedk-discussion-heading { max-width: 760px; margin-bottom: 42px; }
.spacedk-discussion-heading h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; line-height: 1.1; }
.spacedk-discussion-heading > p:not(.spacedk-home-eyebrow) { color: var(--sdk-ink-soft); line-height: 1.7; }
.spacedk-comment-list { display: grid; gap: 12px; margin: 0 0 50px; padding: 0; list-style: none; }
.spacedk-comment-list li { padding: 22px 24px; border: 1px solid var(--sdk-line); border-radius: 16px; background: #fff; }
.spacedk-comment-author { font-weight: 750; }
.spacedk-comment-date { margin-top: 2px; color: #718087; font-size: .76rem; }
.spacedk-comment-content { margin-top: 14px; color: var(--sdk-ink-soft); line-height: 1.7; }
.spacedk-comment-content p { margin: 0; }
.spacedk-no-comments { margin: 0 0 38px; padding: 20px; border-radius: 14px; background: rgba(15,138,131,.06); color: var(--sdk-ink-soft); }
.spacedk-news-discussion .comment-respond { max-width: 760px; }
.spacedk-news-discussion .comment-reply-title { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.spacedk-news-discussion .comment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.spacedk-news-discussion .comment-form-comment,.spacedk-news-discussion .comment-notes,.spacedk-news-discussion .form-submit,.spacedk-news-discussion .logged-in-as { grid-column: 1 / -1; }
.spacedk-news-discussion label { display: block; margin-bottom: 7px; font: 700 .78rem/1.2 system-ui, sans-serif; }
.spacedk-news-discussion input[type="text"],.spacedk-news-discussion input[type="email"],.spacedk-news-discussion input[type="url"],.spacedk-news-discussion textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--sdk-line); border-radius: 12px; background: #fff; color: var(--sdk-ink); font: inherit; }
.spacedk-news-discussion textarea { min-height: 150px; resize: vertical; }
.spacedk-news-discussion input:focus,.spacedk-news-discussion textarea:focus { outline: 2px solid rgba(15,138,131,.25); border-color: var(--sdk-teal); }
.spacedk-news-discussion .submit { min-height: 46px; padding: 12px 22px; border: 0; border-radius: 999px; background: var(--sdk-ink); color: #fff; cursor: pointer; font-weight: 750; }
.spacedk-comment-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 900px) {
  .spacedk-home-hero { grid-template-columns: 1fr; min-height: auto; }
  .spacedk-home-hero-copy { padding-right: clamp(42px, 8vw, 74px); }
  .spacedk-home-orbit { position: absolute; right: -10%; bottom: -22%; width: 330px; opacity: .65; }
  .spacedk-home-manifesto,.spacedk-home-principles { grid-template-columns: 1fr; }
  .spacedk-home-manifesto .spacedk-home-eyebrow { grid-column: auto; }
  .spacedk-time-grid { grid-template-columns: 1fr; }
  .spacedk-time-grid article,.spacedk-time-grid article:first-child,.spacedk-time-grid article:last-child { padding: 28px 0; border-top: 1px solid var(--sdk-line); border-left: 0; }
  .spacedk-time-grid article:first-child { border-top: 0; }
  .spacedk-time-grid h3 { margin-top: 20px; }
  .spacedk-news-hero { grid-template-columns: 1fr; }
  .spacedk-news-edition { justify-self: start; }
  .spacedk-news-method { grid-template-columns: 1fr 1fr; }
  .spacedk-news-method div:nth-child(3) { border-top: 1px solid var(--sdk-line); border-left: 0; }
  .spacedk-news-method div:nth-child(4) { border-top: 1px solid var(--sdk-line); }
}

@media (max-width: 640px) {
  .spacedk-home,.spacedk-news-page,.spacedk-story-view,.spacedk-news-discussion { width: min(100% - 24px, 1180px); }
  .spacedk-home-hero,.spacedk-news-hero,.spacedk-story-view,.spacedk-home-principles,.spacedk-home-closing,.spacedk-news-discussion { border-radius: 20px; }
  .spacedk-home-hero-copy { padding: 48px 26px 58px; }
  .spacedk-home-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .spacedk-home-orbit { right: -38%; bottom: -15%; width: 300px; opacity: .42; }
  .spacedk-home-section { padding: 64px 4px; }
  .spacedk-home-manifesto { gap: 20px; }
  .spacedk-path-grid,.spacedk-news-preview-grid { grid-template-columns: 1fr; }
  .spacedk-path-card { min-height: 310px; }
  .spacedk-home-principles { padding-inline: 24px; gap: 30px; }
  .spacedk-principle-grid article { grid-template-columns: 1fr; gap: 9px; }
  .spacedk-home-closing { padding: 54px 24px; }
  .spacedk-home-buttons { flex-direction: column; }
  .spacedk-home-buttons a { width: 100%; }
  .spacedk-news-hero { padding: 48px 24px; }
  .spacedk-news-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .spacedk-news-edition { width: 100%; min-width: 0; }
  .spacedk-news-method { grid-template-columns: 1fr; margin-bottom: 46px; }
  .spacedk-news-method div,.spacedk-news-method div:nth-child(2),.spacedk-news-method div:nth-child(3),.spacedk-news-method div:nth-child(4) { border-top: 1px solid var(--sdk-line); border-left: 0; }
  .spacedk-news-method div:first-child { border-top: 0; }
  .spacedk-news-toolbar { top: 5px; margin-inline: -2px; border-radius: 16px; }
  .spacedk-news-card { grid-template-columns: 1fr; }
  .spacedk-news-rank { padding: 18px 22px 0; border-right: 0; text-align: left; }
  .spacedk-news-card-body { padding: 16px 22px 22px; }
  .spacedk-news-meta span:not(.spacedk-news-category)::before { display: none; }
  .spacedk-news-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .spacedk-news-action { justify-content: center; }
  .spacedk-story-view,.spacedk-news-discussion { padding: 38px 24px; }
  .spacedk-story-back { margin-bottom: 48px; }
  .spacedk-news-discussion .comment-form { grid-template-columns: 1fr; }
  .spacedk-news-discussion .comment-form > * { grid-column: 1 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .spacedk-home *,.spacedk-news-page * { scroll-behavior: auto !important; transition: none !important; }
}

