.anm-home {
  --anm-indigo: #22134e;
  --anm-indigo-deep: #160c35;
  --anm-purple: #5d36b1;
  --anm-gold: #f4d63e;
  --anm-coral: #ef6f61;
  --anm-ink: #171321;
  --anm-muted: #5f596a;
  --anm-cream: #fbf8ef;
  --anm-white: #ffffff;
  --anm-border: #ddd7ca;
  --anm-max: 1240px;
  width: 100vw;
  max-width: none !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden;
  background: var(--anm-cream);
  color: var(--anm-ink);
  font-family: "Avenir Next", Avenir, "Century Gothic", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

.anm-home > *,
.anm-home .wp-block-group,
.anm-home .wp-block-columns,
.anm-home figure,
.anm-home p,
.anm-home h1,
.anm-home h2,
.anm-home h3,
.anm-home ul {
  margin-block-start: 0;
}

.anm-home .wp-block-group,
.anm-home .wp-block-column,
.anm-home .wp-block-columns {
  min-width: 0;
}

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

.anm-home a {
  color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.anm-home a:focus-visible {
  outline: 3px solid var(--anm-coral);
  outline-offset: 4px;
}

.anm-home__header {
  position: relative;
  z-index: 20;
  margin: 0 !important;
  border-bottom: 1px solid rgba(34, 19, 78, 0.14);
  background: var(--anm-cream);
}

.anm-home__header-inner {
  width: min(calc(100% - 3rem), var(--anm-max));
  min-height: 88px;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.anm-home__brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex: 0 0 auto;
}

.anm-home .anm-home__logo {
  width: 55px;
  margin: 0 !important;
}

.anm-home__logo img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.anm-home__brand-copy {
  display: grid;
  gap: 0.2rem;
  margin: 0 !important;
  line-height: 1.05;
}

.anm-home__brand-name,
.anm-home__brand-sub {
  margin: 0 !important;
}

.anm-home__brand-name {
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.anm-home__brand-sub {
  color: var(--anm-purple);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.anm-home__nav {
  margin: 0 0 0 auto !important;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.1rem);
  font-size: 0.9rem;
  font-weight: 700;
}

.anm-home__nav a {
  text-decoration: none;
}

.anm-home__nav a:hover {
  color: var(--anm-purple);
}

.anm-home .wp-block-buttons {
  margin: 0;
  gap: 0.8rem;
}

.anm-home__header-action {
  flex: 0 0 auto;
}

.anm-home .anm-home__button .wp-block-button__link {
  min-height: 52px;
  padding: 0.85rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--anm-indigo);
  border-radius: 999px;
  background: var(--anm-indigo);
  color: var(--anm-white);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.anm-home .anm-home__button .wp-block-button__link:hover {
  transform: translateY(-2px);
  background: transparent;
  color: var(--anm-indigo);
}

.anm-home .anm-home__button--small .wp-block-button__link {
  min-height: 44px;
  padding: 0.65rem 1rem;
  font-size: 0.82rem;
}

.anm-home__hero {
  width: min(calc(100% - 3rem), var(--anm-max));
  min-height: 720px;
  margin: 0 auto !important;
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.anm-home__hero-columns {
  min-height: 100%;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center !important;
  gap: clamp(3rem, 7vw, 7rem) !important;
}

.anm-home__eyebrow {
  margin: 0 0 1.2rem !important;
  color: var(--anm-purple);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.anm-home__hero-title,
.anm-home__section-title,
.anm-home__vision-title,
.anm-home__big-number {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.anm-home__hero-title {
  max-width: 680px;
  margin: 0 0 1.7rem !important;
  color: var(--anm-ink);
  font-size: clamp(4.1rem, 7.2vw, 7rem);
  line-height: 0.98;
}

.anm-home__hero-title em {
  color: var(--anm-purple);
  font-style: italic;
}

.anm-home__hero-intro {
  max-width: 610px;
  margin: 0 0 2rem !important;
  color: var(--anm-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.anm-home__actions {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3rem;
}

.anm-home__text-link {
  margin: 0 !important;
  font-weight: 800;
}

.anm-home__text-link a {
  color: var(--anm-indigo);
  text-decoration: underline;
}

.anm-home__text-link a:hover {
  color: var(--anm-purple);
}

.anm-home__hero-note {
  margin: 2.25rem 0 0 !important;
  color: var(--anm-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-transform: uppercase;
}

.anm-home__hero-note strong {
  margin: 0 0.5rem;
  color: var(--anm-coral);
}

.anm-home__hero-visual {
  position: relative;
}

.anm-home .anm-home__hero-image {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 48% 48% 1.4rem 1.4rem;
  background: var(--anm-purple);
  box-shadow: 26px 28px 0 var(--anm-gold);
}

.anm-home__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.anm-home__stamp {
  position: absolute;
  right: -1.5rem;
  bottom: 3.5rem;
  width: 150px;
  aspect-ratio: 1;
  margin: 0 !important;
  display: grid;
  place-content: center;
  transform: rotate(7deg);
  border: 3px solid var(--anm-indigo);
  border-radius: 50%;
  background: var(--anm-cream);
  box-shadow: 0 0 0 8px var(--anm-gold);
  color: var(--anm-indigo);
  text-align: center;
  line-height: 1.05;
}

.anm-home__stamp p {
  margin: 0 !important;
}

.anm-home__stamp strong {
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.anm-home__stamp span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.anm-home__belief {
  margin: 0 !important;
  background: var(--anm-indigo);
  color: var(--anm-white);
}

.anm-home__belief-inner {
  width: min(calc(100% - 3rem), var(--anm-max));
  min-height: 140px;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center !important;
  gap: 2.5rem !important;
}

.anm-home__belief p {
  max-width: 520px;
  margin: 0 !important;
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.35;
}

.anm-home__belief .wp-block-column:last-child p {
  margin-left: auto !important;
}

.anm-home__belief-star p {
  color: var(--anm-gold);
  font-size: 2rem;
}

.anm-home__section {
  width: min(calc(100% - 3rem), var(--anm-max));
  margin: 0 auto !important;
  padding: clamp(5.5rem, 10vw, 9.5rem) 0;
}

.anm-home__about-columns {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  align-items: center !important;
  gap: clamp(4rem, 9vw, 9rem) !important;
}

.anm-home__about-visual {
  position: relative;
  max-width: 500px;
}

.anm-home .anm-home__portrait {
  margin: 0 !important;
}

.anm-home__portrait img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 12rem 12rem 1rem 1rem;
}

.anm-home__image-caption {
  position: absolute;
  right: -3rem;
  bottom: 2rem;
  width: min(260px, 62%);
  margin: 0 !important;
  padding: 1.25rem 1.4rem;
  background: var(--anm-gold);
  box-shadow: 0 18px 40px rgba(34, 19, 78, 0.18);
  color: var(--anm-indigo);
}

.anm-home__image-caption p {
  margin: 0 !important;
  font-family: Georgia, serif;
  font-size: 1.16rem;
  line-height: 1.35;
}

.anm-home__section-copy {
  max-width: 650px;
  color: var(--anm-muted);
}

.anm-home__section-title {
  margin: 0 0 1.5rem !important;
  color: var(--anm-ink);
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.anm-home__lead {
  color: var(--anm-indigo);
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.anm-home__commitments {
  width: 100% !important;
  margin: 2.25rem 0 !important;
  padding: 0;
  border-top: 1px solid var(--anm-border);
  list-style: none;
}

.anm-home__commitments li {
  position: relative;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0.9rem 0 0.9rem 3.25rem !important;
  display: block !important;
  border-bottom: 1px solid var(--anm-border);
  color: var(--anm-ink);
  font-weight: 700;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.anm-home__commitments strong {
  position: absolute;
  top: 1.05rem;
  left: 0;
  width: 2.5rem;
  color: var(--anm-coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.anm-home__section-heading {
  margin: 0 0 3.25rem !important;
  display: grid !important;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: end !important;
  gap: 4rem !important;
}

.anm-home__section-heading .anm-home__section-title {
  margin-bottom: 0 !important;
}

.anm-home__section-heading > .wp-block-column:last-child {
  color: var(--anm-muted);
}

.anm-home__work-grid {
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.anm-home__work-card {
  min-height: 580px;
  margin: 0 !important;
  display: grid;
  grid-template-rows: 280px 1fr;
  overflow: hidden;
  border: 1px solid var(--anm-border);
  background: var(--anm-white);
}

.anm-home__work-card--wide {
  grid-column: 1 / -1;
  min-height: 480px;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: 1fr;
}

.anm-home__work-card > figure {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.anm-home__work-card > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anm-home__work-card:nth-child(3) > figure img {
  object-position: center 45%;
}

.anm-home__card-copy {
  margin: 0 !important;
  padding: clamp(1.6rem, 4vw, 2.7rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.anm-home__card-number {
  margin: 0 0 1.75rem !important;
  color: var(--anm-coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.anm-home__card-copy h3 {
  margin: 0 0 0.75rem !important;
  color: var(--anm-indigo);
  font-family: Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.1;
}

.anm-home__card-copy > p:not(.anm-home__card-number):not(.anm-home__card-link) {
  color: var(--anm-muted);
}

.anm-home__card-link {
  margin: auto 0 0 !important;
  font-weight: 800;
}

.anm-home__focus {
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  background: var(--anm-indigo);
  color: var(--anm-white);
}

.anm-home__focus::after {
  position: absolute;
  right: -13vw;
  bottom: -36vw;
  width: 60vw;
  aspect-ratio: 1;
  border: 1px solid rgba(244, 214, 62, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(244, 214, 62, 0.05), 0 0 0 14vw rgba(244, 214, 62, 0.04);
  content: "";
}

.anm-home__focus-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 3rem), var(--anm-max));
  margin: 0 auto !important;
  padding: clamp(6rem, 11vw, 10rem) 0;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: clamp(4rem, 9vw, 9rem) !important;
}

.anm-home__eyebrow--light {
  color: var(--anm-gold);
}

.anm-home__focus .anm-home__section-title,
.anm-home__join .anm-home__section-title {
  color: var(--anm-white);
}

.anm-home__focus-intro > p:not(.anm-home__eyebrow) {
  max-width: 560px;
  color: #d8d0e8;
}

.anm-home .anm-home__button--gold .wp-block-button__link {
  margin-top: 1rem;
  border-color: var(--anm-gold);
  background: var(--anm-gold);
  color: var(--anm-indigo);
}

.anm-home .anm-home__button--gold .wp-block-button__link:hover {
  background: transparent;
  color: var(--anm-gold);
}

.anm-home__focus-list {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.anm-home__focus-item {
  margin: 0 !important;
  padding: 1.65rem 0;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.anm-home__focus-item > p {
  padding-top: 0.3rem;
  color: var(--anm-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.anm-home__focus-item h3 {
  margin: 0 0 0.5rem !important;
  color: var(--anm-white);
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 500;
}

.anm-home__focus-item p {
  margin-bottom: 0 !important;
  color: #d8d0e8;
  font-size: 0.94rem;
}

.anm-home__vision-columns {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch !important;
  gap: clamp(3rem, 7vw, 7rem) !important;
}

.anm-home__vision-image {
  min-height: 570px;
  overflow: hidden;
  border-radius: 1rem 12rem 1rem 1rem;
}

.anm-home__vision-image figure {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.anm-home__vision-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anm-home__vision-copy {
  align-self: center;
  color: var(--anm-muted);
}

.anm-home__big-number {
  margin: 0 0 0.25rem !important;
  color: var(--anm-purple);
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.98;
}

.anm-home__vision-title {
  margin: 0 0 1.5rem !important;
  color: var(--anm-ink);
  font-size: clamp(2.15rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.anm-home__join {
  margin: 0 !important;
  padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100vw - var(--anm-max)) / 2));
  overflow: hidden;
  background: var(--anm-purple);
  color: var(--anm-white);
}

.anm-home__join-columns {
  min-height: 560px;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center !important;
  gap: clamp(2rem, 7vw, 7rem) !important;
}

.anm-home__join-mark {
  opacity: 0.96;
}

.anm-home__join-mark figure {
  margin: 0 !important;
}

.anm-home__join-mark img {
  width: min(390px, 100%);
  filter: drop-shadow(0 20px 38px rgba(14, 7, 32, 0.24));
}

.anm-home__join-copy {
  max-width: 720px;
}

.anm-home__join-copy > p:not(.anm-home__eyebrow):not(.anm-home__text-link) {
  max-width: 640px;
  color: #eee9f8;
  font-size: 1.08rem;
}

.anm-home .anm-home__text-link--light a {
  color: var(--anm-white);
}

.anm-home .anm-home__text-link--light a:hover {
  color: var(--anm-gold);
}

.anm-home__footer {
  margin: 0 !important;
  padding: 4rem max(1.5rem, calc((100vw - var(--anm-max)) / 2)) 1.2rem;
  background: var(--anm-indigo-deep);
  color: var(--anm-white);
}

.anm-home__footer-main {
  margin: 0 0 3.5rem !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 4rem !important;
}

.anm-home .anm-home__footer-logo {
  width: 100px;
  margin: 0 !important;
}

.anm-home__footer-logo img {
  width: 100px;
  height: auto;
}

.anm-home__footer-tagline {
  margin: 1.25rem 0 0 !important;
  color: #bfb6d1;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
}

.anm-home__footer-links {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem !important;
}

.anm-home__footer-links h3 {
  margin: 0 0 0.6rem !important;
  color: var(--anm-gold);
  font-family: inherit;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.anm-home__footer-links p {
  color: #ded8e9;
  line-height: 2;
}

.anm-home__footer-links a {
  text-decoration: none;
}

.anm-home__footer-links a:hover {
  color: var(--anm-gold);
}

.anm-home__footer-bottom {
  margin: 0 !important;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #a79dbb;
  font-size: 0.78rem;
}

.anm-home__footer-bottom p {
  margin: 0 !important;
}

.anm-home__footer-bottom a {
  color: var(--anm-white);
  font-weight: 700;
  text-decoration: none;
}

.editor-styles-wrapper .anm-home,
.block-editor-writing-flow .anm-home {
  width: auto;
  margin-left: 0 !important;
}

@media (max-width: 1020px) {
  .anm-home__nav,
  .anm-home__header-action {
    display: none !important;
  }

  .anm-home__hero-columns {
    grid-template-columns: 1fr 0.95fr;
    gap: 3rem !important;
  }

  .anm-home__hero-title {
    font-size: clamp(3.6rem, 7vw, 5.2rem);
  }

  .anm-home__about-columns,
  .anm-home__focus-inner {
    gap: 4.5rem !important;
  }

  .anm-home__focus-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 781px) {
  .anm-home__header-inner,
  .anm-home__hero,
  .anm-home__belief-inner,
  .anm-home__section,
  .anm-home__focus-inner {
    width: min(calc(100% - 2rem), var(--anm-max));
  }

  .anm-home__brand-name {
    font-size: 0.76rem;
  }

  .anm-home__brand-sub {
    font-size: 0.67rem;
  }

  .anm-home__hero {
    min-height: auto;
    padding: 4rem 0 5rem;
  }

  .anm-home__hero-columns,
  .anm-home__about-columns,
  .anm-home__section-heading,
  .anm-home__focus-inner,
  .anm-home__vision-columns,
  .anm-home__join-columns,
  .anm-home__footer-main {
    grid-template-columns: 1fr;
  }

  .anm-home__hero-title {
    font-size: clamp(3.5rem, 17vw, 5.1rem);
  }

  .anm-home__hero-intro {
    font-size: 1.05rem;
  }

  .anm-home__hero-visual {
    width: calc(100% - 1rem);
    margin-top: 1rem;
  }

  .anm-home .anm-home__hero-image {
    aspect-ratio: 4 / 4.7;
    box-shadow: 14px 16px 0 var(--anm-gold);
  }

  .anm-home__stamp {
    right: -0.8rem;
    bottom: 2rem;
    width: 118px;
  }

  .anm-home__stamp strong {
    font-size: 1rem;
  }

  .anm-home__belief-inner {
    min-height: 0;
    padding: 2.6rem 0;
    grid-template-columns: 1fr;
    gap: 1rem !important;
  }

  .anm-home__belief .wp-block-column:last-child p {
    margin-left: 0 !important;
  }

  .anm-home__belief-star p {
    font-size: 1.25rem;
  }

  .anm-home__about-columns {
    gap: 5rem !important;
  }

  .anm-home__about-visual {
    width: calc(100% - 1.75rem);
  }

  .anm-home__image-caption {
    right: -1.75rem;
  }

  .anm-home__section-heading {
    gap: 1rem !important;
  }

  .anm-home__work-grid {
    grid-template-columns: 1fr;
  }

  .anm-home__work-card,
  .anm-home__work-card--wide {
    grid-column: auto;
    min-height: 560px;
    grid-template-columns: 1fr;
    grid-template-rows: 280px 1fr;
  }

  .anm-home__focus-inner {
    gap: 4rem !important;
  }

  .anm-home__vision-image {
    min-height: 430px;
    border-radius: 1rem 8rem 1rem 1rem;
  }

  .anm-home__join {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .anm-home__join-columns {
    min-height: 0;
  }

  .anm-home__join-mark {
    max-width: 210px;
  }

  .anm-home__footer-main {
    gap: 3rem !important;
  }
}

@media (max-width: 440px) {
  .anm-home .anm-home__logo,
  .anm-home__logo img {
    width: 46px;
    height: 46px;
  }

  .anm-home__brand-copy {
    max-width: 180px;
  }

  .anm-home__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .anm-home__hero-note {
    line-height: 2;
  }

  .anm-home__footer-links {
    grid-template-columns: 1fr;
  }

  .anm-home__footer-bottom {
    flex-direction: column;
  }
}

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