:root {
  --zds-ink: #034c8c;
  --zds-text: #263b49;
  --zds-muted: #5a6d7c;
  --zds-rose: #f27798;
  --zds-rose-text: #a22f59;
  --zds-green: #038c65;
  --zds-green-text: #00704f;
  --zds-yellow: #f2b705;
  --zds-orange: #f28705;
  --zds-pink-soft: #fde7ee;
  --zds-blue-soft: #e7f0f8;
  --zds-green-soft: #e5f4ef;
  --zds-yellow-soft: #fff4cb;
  --zds-orange-soft: #fff0dc;
  --zds-cream: #faf8f5;
  --zds-white: #fff;
  --zds-line: #dfe7eb;
  --zds-shadow: 0 24px 70px rgba(3, 76, 140, 0.12);
  --zds-radius: 28px;
  --zds-radius-small: 18px;
  --zds-shell: min(1180px, calc(100% - 40px));
  --zds-serif: Georgia, "Times New Roman", serif;
  --zds-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  background: var(--zds-cream);
  color: var(--zds-text);
  font-family: var(--zds-sans);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.zds-menu-open {
  overflow: hidden;
}

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

a {
  color: var(--zds-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: #023663;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--zds-ink);
  outline-offset: 4px;
}

::selection {
  background: var(--zds-pink-soft);
  color: var(--zds-ink);
}

h1,
h2,
h3,
h4 {
  color: var(--zds-ink);
  font-family: var(--zds-serif);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 0.55em;
}

h1 {
  font-size: clamp(2.9rem, 7vw, 5.8rem);
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2.2rem, 4.7vw, 4.15rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 1.25em;
}

.zds-shell {
  margin-inline: auto;
  width: var(--zds-shell);
}

.zds-shell--narrow {
  max-width: 790px;
}

.zds-main {
  min-height: 60vh;
  overflow: hidden;
}

.zds-skip-link {
  background: var(--zds-ink);
  border-radius: 0 0 10px 10px;
  color: var(--zds-white);
  left: 20px;
  padding: 10px 16px;
  position: fixed;
  top: -100px;
  z-index: 9999;
}

.zds-skip-link:focus {
  color: var(--zds-white);
  top: 0;
}

.zds-eyebrow {
  color: var(--zds-rose-text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 1.35rem;
  text-transform: uppercase;
}

.zds-lead {
  color: var(--zds-muted);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  max-width: 650px;
}

.zds-highlight {
  color: var(--zds-rose-text);
}

.zds-button-row,
.wp-block-buttons.zds-button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 2rem;
}

.zds-button,
.wp-block-button .wp-block-button__link {
  align-items: center;
  background: var(--zds-ink);
  border: 2px solid var(--zds-ink);
  border-radius: 999px;
  color: var(--zds-white);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 750;
  justify-content: center;
  line-height: 1.25;
  min-height: 52px;
  padding: 13px 25px;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.zds-button:hover,
.wp-block-button .wp-block-button__link:hover {
  background: #023b6d;
  border-color: #023b6d;
  color: var(--zds-white);
  transform: translateY(-2px);
}

.zds-button--pink,
.wp-block-button.is-style-zds-pink .wp-block-button__link {
  background: var(--zds-rose);
  border-color: var(--zds-rose);
  color: #34212a;
}

.zds-button--pink:hover,
.wp-block-button.is-style-zds-pink .wp-block-button__link:hover {
  background: #eb5d84;
  border-color: #eb5d84;
  color: #24171c;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: var(--zds-ink);
  color: var(--zds-ink);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--zds-blue-soft);
  color: var(--zds-ink);
}

.zds-button--small {
  min-height: 44px;
  padding: 10px 20px;
}

.zds-text-link {
  align-items: center;
  color: var(--zds-ink);
  display: inline-flex;
  font-weight: 750;
  gap: 0.4rem;
  text-decoration: none;
}

.zds-text-link::after {
  background: currentColor;
  content: "";
  height: 1px;
  transition: width 180ms ease;
  width: 28px;
}

.zds-text-link:hover::after {
  width: 42px;
}

/* Header */
.zds-header {
  background: rgba(250, 248, 245, 0.96);
  border-bottom: 1px solid rgba(3, 76, 140, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.admin-bar .zds-header {
  top: 32px;
}

.zds-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 94px;
}

.zds-brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}

.zds-brand:hover {
  color: inherit;
}

.zds-brand__name {
  color: var(--zds-rose-text);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zds-brand__meta {
  color: var(--zds-ink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  margin-top: 8px;
  text-transform: uppercase;
}

.zds-brand__logo .custom-logo-link,
.zds-brand__logo .custom-logo {
  display: block;
}

.zds-brand__logo .custom-logo {
  height: auto;
  max-height: 60px;
  width: auto;
}

.zds-nav {
  align-items: center;
  display: flex;
  gap: 20px;
}

.zds-menu {
  align-items: center;
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.zds-menu li {
  margin: 0;
  position: relative;
}

.zds-menu a {
  border-radius: 999px;
  color: var(--zds-muted);
  display: block;
  font-size: 0.86rem;
  font-weight: 650;
  padding: 10px 11px;
  text-decoration: none;
}

.zds-menu a:hover,
.zds-menu .current-menu-item > a,
.zds-menu .current_page_item > a {
  background: var(--zds-blue-soft);
  color: var(--zds-ink);
}

.zds-menu .sub-menu {
  background: var(--zds-white);
  border: 1px solid var(--zds-line);
  border-radius: 16px;
  box-shadow: var(--zds-shadow);
  display: none;
  left: 0;
  list-style: none;
  min-width: 230px;
  padding: 8px;
  position: absolute;
  top: 100%;
}

.zds-menu li:hover > .sub-menu,
.zds-menu li:focus-within > .sub-menu {
  display: block;
}

.zds-menu__cta {
  display: none;
}

.zds-nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--zds-ink);
  cursor: pointer;
  display: none;
  gap: 10px;
  padding: 8px;
}

.zds-nav-toggle__label {
  font-size: 0.83rem;
  font-weight: 750;
}

.zds-nav-toggle__icon {
  display: grid;
  gap: 6px;
  width: 26px;
}

.zds-nav-toggle__icon span {
  background: var(--zds-ink);
  display: block;
  height: 2px;
  transition: transform 180ms ease;
  width: 100%;
}

.zds-nav-toggle[aria-expanded="true"] .zds-nav-toggle__icon span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.zds-nav-toggle[aria-expanded="true"] .zds-nav-toggle__icon span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

/* Homepage hero */
.zds-hero {
  background:
    radial-gradient(circle at 87% 22%, rgba(229, 244, 239, 0.95) 0 120px, transparent 121px),
    radial-gradient(circle at 92% 82%, rgba(231, 240, 248, 0.92) 0 165px, transparent 166px),
    linear-gradient(135deg, var(--zds-pink-soft), var(--zds-yellow-soft));
  padding: clamp(70px, 9vw, 125px) 0;
  position: relative;
}

.zds-hero::after {
  border-right: 5px solid rgba(242, 135, 5, 0.68);
  border-top: 5px solid rgba(242, 183, 5, 0.7);
  border-radius: 0 100% 0 0;
  content: "";
  height: 175px;
  position: absolute;
  right: 2.5%;
  top: 44px;
  transform: rotate(12deg);
  width: 190px;
}

.zds-hero__grid,
.zds-about__grid,
.zds-first__grid,
.zds-guide__grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  position: relative;
  z-index: 1;
}

.zds-hero h1 {
  max-width: 720px;
}

.zds-dialog-card {
  background: var(--zds-white);
  border: 1px solid rgba(3, 76, 140, 0.09);
  border-radius: var(--zds-radius);
  box-shadow: var(--zds-shadow);
  overflow: hidden;
}

.zds-dialog-card__top {
  align-items: center;
  background: var(--zds-blue-soft);
  display: flex;
  gap: 13px;
  padding: 20px 24px;
}

.zds-dialog-card__avatar {
  background: var(--zds-rose);
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
}

.zds-dialog-card__avatar::after {
  border-bottom: 5px solid var(--zds-rose);
  border-left: 5px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 1px;
  transform: rotate(-18deg);
}

.zds-dialog-card__top strong {
  color: var(--zds-ink);
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zds-dialog-card__top small {
  color: var(--zds-muted);
  display: block;
}

.zds-dialog-card__body {
  padding: 30px;
}

.zds-bubble {
  border-radius: 20px;
  font-family: var(--zds-serif);
  font-size: 1.13rem;
  line-height: 1.48;
  margin-bottom: 18px;
  padding: 17px 20px;
}

.zds-bubble--visitor {
  background: var(--zds-cream);
  margin-right: 14%;
}

.zds-bubble--andreea {
  background: var(--zds-pink-soft);
  margin-left: 14%;
}

.zds-dialog-card__question {
  color: var(--zds-green-text);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 28px 0 12px;
  text-transform: uppercase;
}

.zds-dialog-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.zds-chip {
  background: var(--zds-green-soft);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--zds-ink);
  font-size: 0.75rem;
  padding: 8px 12px;
}

.zds-chip:nth-child(2) {
  background: var(--zds-yellow-soft);
}

.zds-chip:nth-child(3) {
  background: var(--zds-blue-soft);
}

.zds-chip:nth-child(4) {
  background: var(--zds-white);
  border-color: var(--zds-rose);
}

/* Entry questions */
.zds-starting-points {
  background: var(--zds-white);
  padding: clamp(58px, 7vw, 92px) 0;
}

.zds-starting-points__head {
  margin-bottom: 34px;
  max-width: 850px;
}

.zds-starting-points h2 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
}

.zds-starting-points__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.zds-start-card {
  align-items: center;
  background: var(--zds-pink-soft);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--zds-ink);
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 12px;
  min-height: 62px;
  padding: 11px 18px;
  text-decoration: none;
}

.zds-start-card::before {
  background: var(--zds-rose);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

.zds-start-card:nth-child(2) {
  background: var(--zds-green-soft);
}

.zds-start-card:nth-child(2)::before {
  background: var(--zds-green);
}

.zds-start-card:nth-child(3) {
  background: var(--zds-blue-soft);
}

.zds-start-card:nth-child(3)::before {
  background: var(--zds-ink);
}

.zds-start-card:nth-child(4) {
  background: var(--zds-yellow-soft);
}

.zds-start-card:nth-child(4)::before {
  background: var(--zds-yellow);
}

.zds-start-card:hover {
  border-color: currentColor;
  color: var(--zds-ink);
}

/* Detailed opening dialogue */
.zds-dialog-entry {
  background: var(--zds-blue-soft);
  padding: clamp(72px, 9vw, 120px) 0;
}

.zds-dialog-entry__grid {
  align-items: center;
  display: grid;
  gap: clamp(44px, 8vw, 105px);
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
}

.zds-dialog-entry__intro {
  max-width: 620px;
}

.zds-dialog-entry__questions {
  display: grid;
  gap: 18px;
}

.zds-dialog-question {
  align-items: flex-start;
  background: var(--zds-white);
  border: 1px solid rgba(3, 76, 140, 0.08);
  border-radius: var(--zds-radius-small);
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr;
  padding: 27px 30px;
}

.zds-dialog-question__number {
  align-items: center;
  background: var(--zds-pink-soft);
  border-radius: 50%;
  color: var(--zds-rose-text);
  display: inline-flex;
  font-family: var(--zds-serif);
  font-size: 1.12rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.zds-dialog-question:nth-child(2) .zds-dialog-question__number {
  background: var(--zds-green-soft);
  color: var(--zds-green-text);
}

.zds-dialog-question:nth-child(3) .zds-dialog-question__number {
  background: var(--zds-yellow-soft);
  color: #915e00;
}

.zds-dialog-question h3 {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  margin-bottom: 7px;
}

.zds-dialog-question p {
  color: var(--zds-muted);
  font-size: 0.93rem;
  margin: 0;
}

.zds-dialog-entry__note {
  align-items: center;
  border-left: 3px solid var(--zds-rose);
  display: flex;
  gap: 13px;
  margin-top: 30px;
  padding: 4px 0 4px 18px;
}

.zds-dialog-entry__note span {
  color: var(--zds-rose);
  font-family: var(--zds-serif);
  font-size: 2.2rem;
  line-height: 0.8;
}

.zds-dialog-entry__note p {
  color: var(--zds-ink);
  margin: 0;
}

/* Support cards */
.zds-support {
  background: var(--zds-white);
  padding: clamp(72px, 9vw, 120px) 0;
}

.zds-section-head {
  margin-bottom: 46px;
  max-width: 810px;
}

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

.zds-topic-card {
  background: var(--zds-white);
  border: 1px solid rgba(3, 76, 140, 0.08);
  border-radius: var(--zds-radius-small);
  min-height: 245px;
  padding: 30px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.zds-topic-card:hover {
  box-shadow: 0 18px 45px rgba(3, 76, 140, 0.1);
  transform: translateY(-4px);
}

.zds-topic-card__number {
  align-items: center;
  background: var(--zds-pink-soft);
  border-radius: 50%;
  color: var(--zds-rose-text);
  display: inline-flex;
  font-family: var(--zds-serif);
  font-size: 1.15rem;
  height: 44px;
  justify-content: center;
  margin-bottom: 25px;
  width: 44px;
}

.zds-topic-card:nth-child(2) .zds-topic-card__number,
.zds-topic-card:nth-child(5) .zds-topic-card__number {
  background: var(--zds-green-soft);
  color: var(--zds-green-text);
}

.zds-topic-card:nth-child(3) .zds-topic-card__number,
.zds-topic-card:nth-child(6) .zds-topic-card__number {
  background: var(--zds-yellow-soft);
  color: #915e00;
}

.zds-topic-card h3 {
  font-size: 1.6rem;
}

.zds-topic-card p {
  color: var(--zds-muted);
  font-size: 0.94rem;
  margin: 0;
}

/* Process */
.zds-process {
  background: var(--zds-cream);
  padding: clamp(72px, 9vw, 120px) 0;
}

.zds-process__intro {
  max-width: 820px;
}

.zds-step-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}

.zds-step {
  background: var(--zds-pink-soft);
  border-radius: var(--zds-radius);
  min-height: 220px;
  padding: 34px;
}

.zds-step:nth-child(2) {
  background: var(--zds-green-soft);
}

.zds-step:nth-child(3) {
  background: var(--zds-yellow-soft);
}

.zds-step__number {
  align-items: center;
  background: var(--zds-rose);
  border-radius: 50%;
  color: #34212a;
  display: inline-flex;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  margin-bottom: 24px;
  width: 44px;
}

.zds-step:nth-child(2) .zds-step__number {
  background: var(--zds-green-text);
  color: var(--zds-white);
}

.zds-step:nth-child(3) .zds-step__number {
  background: var(--zds-orange);
  color: #34212a;
}

.zds-step p {
  color: var(--zds-muted);
  margin: 0;
}

/* About */
.zds-about {
  background: var(--zds-green-soft);
  padding: clamp(76px, 9vw, 120px) 0;
}

.zds-about__grid {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.zds-about__photo-wrap {
  margin: 0;
  position: relative;
}

.zds-about__photo-wrap::before {
  background: var(--zds-yellow-soft);
  border-radius: 50%;
  content: "";
  height: 105%;
  left: -10%;
  position: absolute;
  top: -5%;
  width: 105%;
}

.zds-about__photo {
  aspect-ratio: 1 / 1;
  border: 10px solid var(--zds-white);
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.zds-about__copy blockquote {
  border-left: 4px solid var(--zds-rose);
  color: var(--zds-ink);
  font-family: var(--zds-serif);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.35;
  margin: 1.8rem 0;
  padding-left: 24px;
}

.zds-about__copy p:not(.zds-eyebrow) {
  max-width: 720px;
}

/* First session */
.zds-first {
  background: var(--zds-white);
  padding: clamp(70px, 9vw, 115px) 0;
}

.zds-first__grid {
  align-items: start;
  grid-template-columns: 0.95fr 1.05fr;
}

.zds-first__details {
  background: var(--zds-orange-soft);
  border-radius: var(--zds-radius);
  padding: 34px;
}

.zds-first__item {
  border-bottom: 1px solid rgba(242, 135, 5, 0.22);
  display: grid;
  gap: 3px;
  padding: 17px 0;
}

.zds-first__item:first-child {
  padding-top: 0;
}

.zds-first__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.zds-first__item span {
  color: #8d5a14;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zds-first__item strong {
  color: var(--zds-ink);
  font-family: var(--zds-serif);
  font-size: 1.25rem;
  font-weight: 400;
}

/* Resources */
.zds-resources {
  background: var(--zds-yellow-soft);
  padding: clamp(74px, 9vw, 120px) 0;
}

.zds-guide {
  background: var(--zds-white);
  border-radius: var(--zds-radius);
  box-shadow: 0 24px 65px rgba(121, 83, 0, 0.09);
  margin-bottom: 54px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 60px);
}

.zds-guide__grid {
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.32fr);
}

.zds-guide__cover {
  background: linear-gradient(145deg, var(--zds-blue-soft), var(--zds-pink-soft));
  border: 8px solid var(--zds-white);
  box-shadow: 0 18px 50px rgba(3, 76, 140, 0.15);
  margin: 0;
  max-width: 280px;
  transform: rotate(-2deg);
}

.zds-guide__cover img {
  aspect-ratio: 0.707 / 1;
  object-fit: cover;
  width: 100%;
}

.zds-guide__copy h2 {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
}

.zds-resource-list-heading {
  margin-top: 68px;
}

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

.zds-resource-card {
  background: var(--zds-white);
  border: 1px solid rgba(3, 76, 140, 0.08);
  border-radius: var(--zds-radius);
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
  min-height: 310px;
  overflow: hidden;
}

.zds-resource-card__image {
  background: var(--zds-blue-soft);
  display: block;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.zds-resource-card__image img {
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.zds-resource-card__image img[hidden] {
  display: none;
}

.zds-resource-card__placeholder {
  background:
    radial-gradient(circle at 35% 35%, var(--zds-pink-soft) 0 25%, transparent 26%),
    linear-gradient(135deg, var(--zds-blue-soft), var(--zds-green-soft));
  display: block;
  inset: 0;
  position: absolute;
}

.zds-resource-card__body {
  padding: 29px;
}

.zds-resource-card__source {
  color: var(--zds-green-text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.zds-resource-card h3 {
  font-size: clamp(1.4rem, 2vw, 1.75rem);
}

.zds-resource-card h3 a {
  color: inherit;
  text-decoration: none;
}

.zds-resource-card__body > p:not(.zds-resource-card__source) {
  color: var(--zds-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Contact */
.zds-contact-section {
  background: var(--zds-blue-soft);
  padding: clamp(72px, 9vw, 120px) 0;
}

.zds-contact-panel {
  background: var(--zds-white);
  border-radius: var(--zds-radius);
  box-shadow: var(--zds-shadow);
  display: grid;
  gap: 50px;
  grid-template-columns: 1.08fr 0.92fr;
  padding: clamp(32px, 6vw, 68px);
}

.zds-contact-panel__intro h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.zds-contact-panel__details {
  background: var(--zds-pink-soft);
  border-radius: var(--zds-radius-small);
  padding: 28px;
}

.zds-contact-detail {
  border-bottom: 1px solid rgba(242, 119, 152, 0.3);
  display: grid;
  padding: 14px 0;
}

.zds-contact-detail:first-child {
  padding-top: 0;
}

.zds-contact-detail:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.zds-contact-detail > span {
  color: #945069;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.zds-contact-detail a,
.zds-contact-detail strong {
  color: var(--zds-ink);
  font-family: var(--zds-serif);
  font-size: 1.18rem;
  font-weight: 400;
}

.zds-contact-detail small {
  color: var(--zds-muted);
  margin-top: 3px;
}

/* Standard pages */
.zds-page-main {
  background: var(--zds-white);
  padding-bottom: clamp(70px, 8vw, 115px);
}

.zds-page-hero {
  background: linear-gradient(140deg, var(--zds-pink-soft), var(--zds-blue-soft));
  margin-bottom: clamp(50px, 7vw, 90px);
  padding: clamp(64px, 9vw, 110px) 0;
}

.zds-page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.1rem);
}

.zds-entry {
  font-size: 1.05rem;
}

.zds-entry > * + * {
  margin-top: 1.45em;
}

.zds-entry h2,
.zds-entry h3 {
  margin-top: 1.7em;
}

.zds-entry h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.zds-entry blockquote {
  background: var(--zds-green-soft);
  border: 0;
  border-left: 5px solid var(--zds-green);
  border-radius: 0 var(--zds-radius-small) var(--zds-radius-small) 0;
  color: var(--zds-ink);
  font-family: var(--zds-serif);
  font-size: 1.35rem;
  margin: 2.2em 0;
  padding: 24px 30px;
}

.zds-entry ul,
.zds-entry ol {
  padding-left: 1.25em;
}

.zds-entry li {
  margin-bottom: 0.7em;
  padding-left: 0.25em;
}

.zds-safety-note {
  background: var(--zds-pink-soft);
  border-left: 5px solid var(--zds-rose);
  border-radius: 0 var(--zds-radius-small) var(--zds-radius-small) 0;
  color: var(--zds-text);
  margin: 2.2em 0;
  padding: 22px 26px;
}

.zds-editorial-note {
  background: var(--zds-blue-soft);
  border: 1px solid rgba(3, 76, 140, 0.1);
  border-radius: var(--zds-radius-small);
  margin-top: 4rem;
  padding: clamp(24px, 5vw, 42px);
}

.zds-entry .zds-editorial-note h2,
.zds-entry .zds-editorial-note h3 {
  margin-top: 0;
}

.zds-updated {
  color: var(--zds-green-text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zds-source-list {
  color: var(--zds-muted);
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

.zds-source-list a {
  color: var(--zds-ink);
}

.zds-entry .zds-resource-grid,
.zds-entry .zds-contact-panel {
  margin-left: calc((min(1180px, 100vw - 40px) - min(790px, 100vw - 40px)) / -2);
  margin-right: calc((min(1180px, 100vw - 40px) - min(790px, 100vw - 40px)) / -2);
}

.zds-entry .zds-contact-panel h2,
.zds-entry .zds-resource-card h3 {
  margin-top: 0;
}

.zds-article__meta,
.zds-post-card__meta {
  color: var(--zds-muted);
  font-size: 0.82rem;
}

.zds-article__image {
  border-radius: var(--zds-radius);
  margin-bottom: 55px;
  overflow: hidden;
}

.zds-article__image img {
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  width: 100%;
}

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

.zds-post-card {
  background: var(--zds-cream);
  border-radius: var(--zds-radius-small);
  overflow: hidden;
}

.zds-post-card__image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.zds-post-card__body {
  padding: 25px;
}

.zds-post-card h2 {
  font-size: 1.65rem;
}

.zds-post-card h2 a {
  color: inherit;
  text-decoration: none;
}

.zds-not-found {
  margin-bottom: 0;
  min-height: 60vh;
}

/* Footer */
.zds-footer {
  background: var(--zds-cream);
  border-top: 1px solid var(--zds-line);
  color: var(--zds-muted);
  padding: 64px 0 26px;
}

.zds-footer__grid {
  display: grid;
  gap: 45px;
  grid-template-columns: 1.45fr 0.75fr 0.8fr;
}

.zds-footer__brand {
  color: var(--zds-rose-text);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.zds-footer__signature {
  color: var(--zds-ink);
  font-family: var(--zds-serif);
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.zds-footer__role {
  font-size: 0.86rem;
  max-width: 430px;
}

.zds-footer__heading {
  color: var(--zds-ink);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.zds-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zds-footer__links li {
  margin-bottom: 7px;
}

.zds-footer__links a {
  color: var(--zds-muted);
  text-decoration: none;
}

.zds-footer__links a:hover {
  color: var(--zds-ink);
  text-decoration: underline;
}

.zds-footer__grid > div > p:not(.zds-footer__heading, .zds-footer__brand, .zds-footer__signature, .zds-footer__role) {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.zds-footer__bottom {
  border-top: 1px solid var(--zds-line);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.74rem;
  gap: 8px 24px;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 22px;
}

.zds-footer__bottom p {
  margin: 0;
}

.zds-floating-contact {
  align-items: center;
  background: var(--zds-ink);
  border: 4px solid var(--zds-white);
  border-radius: 50%;
  bottom: 22px;
  box-shadow: 0 12px 32px rgba(3, 76, 140, 0.27);
  display: flex;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 22px;
  transition: transform 180ms ease;
  width: 58px;
  z-index: 900;
}

.zds-floating-contact:hover {
  transform: translateY(-3px) scale(1.03);
}

.zds-floating-contact svg {
  fill: var(--zds-white);
  height: 28px;
  width: 28px;
}

/* Core blocks */
.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  width: var(--zds-shell);
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.wp-block-image figcaption {
  color: var(--zds-muted);
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 1120px) {
  .zds-menu a {
    font-size: 0.8rem;
    padding-inline: 8px;
  }

  .zds-nav {
    gap: 10px;
  }

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

  .zds-starting-points__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .admin-bar .zds-header {
    top: 46px;
  }

  .zds-header__inner {
    min-height: 82px;
  }

  .zds-js .zds-nav-toggle {
    display: inline-flex;
  }

  .zds-nav {
    align-items: stretch;
    background: var(--zds-cream);
    border-top: 1px solid var(--zds-line);
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 82px);
    left: 0;
    overflow-y: auto;
    padding: 24px 20px 38px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .zds-js .zds-nav {
    display: none;
  }

  .zds-js .zds-menu-open .zds-nav {
    display: flex;
  }

  .zds-menu {
    align-items: stretch;
    flex-direction: column;
  }

  .zds-menu a {
    border-bottom: 1px solid var(--zds-line);
    border-radius: 0;
    color: var(--zds-ink);
    font-family: var(--zds-serif);
    font-size: 1.35rem;
    font-weight: 400;
    padding: 15px 2px;
  }

  .zds-menu .sub-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    min-width: 0;
    padding: 0 0 0 18px;
    position: static;
  }

  .zds-menu .sub-menu a {
    font-family: var(--zds-sans);
    font-size: 0.95rem;
  }

  .zds-nav__contact {
    margin-top: 12px;
  }

  .zds-hero__grid,
  .zds-about__grid,
  .zds-first__grid,
  .zds-guide__grid,
  .zds-dialog-entry__grid,
  .zds-contact-panel {
    grid-template-columns: 1fr;
  }

  .zds-hero__grid {
    gap: 50px;
  }

  .zds-dialog-card {
    margin-inline: auto;
    max-width: 560px;
    width: 100%;
  }

  .zds-step-grid,
  .zds-post-grid {
    grid-template-columns: 1fr;
  }

  .zds-step {
    min-height: 0;
  }

  .zds-about__photo-wrap {
    margin-inline: auto;
    max-width: 400px;
  }

  .zds-resource-grid {
    grid-template-columns: 1fr;
  }

  .zds-entry .zds-resource-grid,
  .zds-entry .zds-contact-panel {
    margin-left: 0;
    margin-right: 0;
  }

  .zds-footer__grid {
    grid-template-columns: 1.4fr 1fr;
  }

  .zds-footer__grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --zds-shell: min(100% - 30px, 1180px);
    --zds-radius: 22px;
  }

  body {
    font-size: 16px;
  }

  .zds-brand__name {
    font-size: 1.05rem;
  }

  .zds-brand__meta {
    font-size: 0.62rem;
  }

  .zds-hero {
    padding-bottom: 78px;
  }

  .zds-hero::after {
    display: none;
  }

  .zds-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.35rem);
  }

  .zds-dialog-card__body {
    padding: 22px;
  }

  .zds-bubble {
    font-size: 1rem;
  }

  .zds-starting-points__grid,
  .zds-card-grid {
    grid-template-columns: 1fr;
  }

  .zds-dialog-question {
    gap: 16px;
    padding: 23px 20px;
  }

  .zds-dialog-question__number {
    height: 40px;
    width: 40px;
  }

  .zds-start-card {
    border-radius: 18px;
  }

  .zds-topic-card {
    min-height: 0;
  }

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

  .zds-resource-card__image {
    min-height: 210px;
  }

  .zds-resource-card__image img {
    aspect-ratio: 16 / 9;
  }

  .zds-contact-panel {
    padding: 26px 20px;
  }

  .zds-contact-panel__details {
    padding: 22px 18px;
  }

  .zds-footer__grid {
    grid-template-columns: 1fr;
  }

  .zds-footer__grid > div:first-child {
    grid-column: auto;
  }

  .zds-footer__bottom {
    display: grid;
  }

  .zds-floating-contact {
    bottom: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .zds-header,
  .zds-footer,
  .zds-floating-contact,
  .zds-button-row {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .zds-page-main,
  .zds-main {
    padding: 0;
  }
}
