
:root {
  --bg: #f5f5f1;
  --surface: #ffffff;
  --surface-soft: #f7f7f4;
  --surface-strong: #0d6f69;
  --text: #212833;
  --muted: #66727a;
  --accent: #f1a22d;
  --accent-deep: #0d6f69;
  --line: rgba(33, 40, 51, 0.08);
  --shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
  --radius: 28px;
  --content-width: 1280px;
  --hero-teal: #8eb4b0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: #ffffff;
  color: var(--text);
}

a {
  color: inherit;
}

img,
video {
  max-width: 100%;
  display: block;
}

.announce-bar,
.site-header,
.site-footer,
.banner-panel {
  width: min(calc(100% - 32px), var(--content-width));
  margin: 0 auto;
}

main {
  width: 100%;
  margin: 0;
}

.announce-bar {
  width: 100%;
  background: var(--surface-strong);
  color: #eef8f6;
  min-height: 47px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 1.12rem;
  font-weight: 400;
  text-align: center;
}

.announce-bar a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.announce-bar a::after {
  content: "  ->";
  border-bottom: 0;
}

.site-header {
  width: 100%;
  max-width: none;
  min-height: 136px;
  display: grid;
  grid-template-columns: 185px 1fr auto;
  grid-template-rows: 58px 56px;
  align-items: center;
  column-gap: 34px;
  padding: 14px 45px 8px;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  position: relative;
  z-index: 30;
}

.brand {
  display: block;
  text-decoration: none;
  flex: 0 0 auto;
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: start;
}

.brand-mark {
  display: block;
  width: 274px;
  min-width: 274px;
  height: 48px;
  font-size: 0;
  background: url("/assets/vendor/wp-content/uploads/elementor/thumbs/WhatsApp-Image-2024-09-13-at-15.23.53-e1726291086961-qwxy07xw8l99n8jzndwroc8vnurez4yytvltjkpjpc.jpeg") left center / contain no-repeat;
}

.main-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  grid-column: 2;
  grid-row: 2;
}

.main-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.94rem;
  white-space: nowrap;
  color: var(--text);
}

.main-nav a.is-active {
  color: #ff990f;
}

.nav-item {
  position: relative;
}

.main-nav a.has-children::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.nav-item:hover > a.has-children::after,
.nav-item:focus-within > a.has-children::after {
  transform: rotate(225deg) translateY(-1px);
}

.submenu {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  min-width: 210px;
  padding: 12px;
  display: grid;
  gap: 2px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 50;
}

.submenu a {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.submenu a:hover {
  background: #f4f4f0;
  color: #ff990f;
}

.nav-item:hover .submenu,
.nav-item:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 0.68rem;
  grid-column: 3;
  grid-row: 2;
}

.header-socials a {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0f1ed;
  color: var(--surface-strong);
  text-decoration: none;
  font-weight: 700;
}

.hero,
.section-shell,
.page-intro,
.site-footer,
.banner-panel {
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  min-height: 736px;
  padding: 80px 0 84px;
  overflow: hidden;
  background: var(--hero-teal);
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 86px;
  background: url("/assets/vendor/wp-content/uploads/elementor/thumbs/img_13-qwxxq9tdwpn6ws7h1epnchd9g7btw82l8op6b1f11c.png") center bottom / cover no-repeat;
  z-index: 2;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: 640px;
  min-height: 640px;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  padding: 116px 94px 92px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
}

.eyebrow {
  color: #313844;
  font-size: clamp(1rem, 1.65vw, 1.2rem);
  font-weight: 500;
  margin: 0.8rem 0 0;
}

h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.9rem, 5vw, 4.2rem);
  letter-spacing: -0.06em;
  line-height: 0.93;
  margin: 0;
}

h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4.3vw, 4.4rem);
  line-height: 1.02;
  margin: 0 0 12px;
}

h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.9rem;
  line-height: 1.1;
  margin: 0 0 12px;
}

.hero-text,
.section-heading p,
.page-intro p:last-child {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.hero-actions .secondary {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.button.primary {
  background: var(--accent-deep);
  color: white;
}

.button.secondary {
  border: 1px solid var(--line);
}

.button.tertiary {
  background: var(--surface-strong);
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.2;
  filter: saturate(0.85) brightness(1.04);
}

.section-shell,
.page-intro {
  margin-top: 24px;
  padding: 48px 28px;
  background: var(--surface-soft);
}

.section-shell.alt {
  background: #eef1ee;
}

.section-shell {
  width: min(calc(100% - 32px), var(--content-width));
  margin: 0 auto;
  padding: 74px 18px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.card-grid,
.feature-grid {
  display: grid;
  gap: 24px;
  margin-top: 22px;
}

.safe-haven-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.85fr);
  gap: 36px;
  align-items: center;
}

.article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.feature-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(33, 40, 51, 0.06);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04);
}

.info-card p,
.feature-card p {
  line-height: 1.65;
  color: var(--muted);
}

.info-card a,
.feature-card a,
.page-intro a {
  color: var(--accent-deep);
  font-weight: 700;
  text-decoration: none;
}

.safe-haven-visual img {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  border-radius: 12px;
}

[data-id="2fc77d9f"] {
  display: none !important;
}

.benefit-band {
  padding-top: 20px;
}

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

.feature-card {
  text-align: center;
  min-height: 308px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-card.is-featured {
  background: var(--surface-strong);
  color: #fff;
}

.feature-card.is-featured p {
  color: rgba(255, 255, 255, 0.78);
}

.feature-card.is-featured a {
  background: #fff;
  color: var(--surface-strong);
}

.feature-card a {
  align-self: center;
  margin-top: 12px;
  background: var(--surface-strong);
  color: #fff;
  padding: 14px 24px;
  border-radius: 999px;
}

.feature-icon {
  color: #fb8d21;
  font-size: 2rem;
  margin-bottom: 16px;
}

.banner-panel {
  position: relative;
  overflow: hidden;
  margin: 12px auto 0;
  min-height: 520px;
  box-shadow: none;
  border-radius: 0;
}

.banner-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.9);
}

.banner-copy {
  position: absolute;
  inset: auto auto 40px 32px;
  max-width: 560px;
  color: #fff;
}

.banner-copy h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 4.8rem);
  font-weight: 300;
  line-height: 1.04;
}

.banner-copy a {
  display: inline-flex;
  margin-top: 14px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

.patterns-shell {
  padding-top: 70px;
}

.patterns-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 36px;
  align-items: center;
}

.patterns-links {
  display: grid;
  gap: 14px;
}

.patterns-links a {
  color: var(--text);
  text-decoration: none;
  font-size: 1.08rem;
}

.patterns-visual img {
  width: 100%;
  border-radius: 24px;
}

.dual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-page {
  padding-bottom: 36px;
}

.silence-page .silence-hero {
  position: relative;
  width: 100%;
  min-height: 445px;
  margin: 0;
  padding: 0 24px 86px;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(29, 93, 84, 0.42), rgba(29, 93, 84, 0.42)),
    url("/assets/custom/silence-and-self-masthead.jpg") center center / cover no-repeat;
}

.silence-page .silence-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 86px;
  background: #fff;
  clip-path: polygon(0 42%, 7% 51%, 15% 39%, 24% 47%, 34% 36%, 44% 45%, 55% 38%, 66% 49%, 76% 37%, 88% 45%, 100% 35%, 100% 100%, 0 100%);
  z-index: 1;
}

.silence-hero__content {
  position: relative;
  z-index: 2;
  animation: silenceHeroReveal 700ms ease both;
}

.silence-page .silence-hero h1 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3rem, 4.35vw, 4.25rem);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.045em;
  color: #fff;
}

.silence-essay {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  gap: 42px;
  align-items: center;
}

.silence-copy {
  display: grid;
  gap: 18px;
}

.silence-copy h2 {
  max-width: 720px;
  color: var(--text);
}

.silence-copy p {
  margin: 0;
  color: #68757c;
  font-size: 1.06rem;
  line-height: 1.78;
}

.silence-copy .eyebrow {
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.silence-copy .silence-emphasis {
  color: var(--surface-strong);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

.silence-copy .silence-contact-note {
  color: var(--text);
  font-weight: 700;
}

.silence-image-card {
  position: relative;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 26px 58px rgba(26, 58, 52, 0.16);
}

.silence-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(14, 68, 61, 0.2));
  pointer-events: none;
}

.silence-image-card img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.silence-workshops {
  margin-top: 56px;
  padding-top: 28px;
}

.silence-workshops .section-heading {
  margin-bottom: 34px;
}

.silence-workshop-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 36px;
  align-items: start;
}

.silence-cta-card {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
  padding: 34px 30px;
  border-radius: 30px;
  background: var(--surface-strong);
  color: #fff;
  box-shadow: 0 26px 58px rgba(13, 111, 105, 0.2);
}

.silence-cta-card span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--surface-strong);
  font-size: 2.4rem;
  font-weight: 800;
}

.silence-cta-card h3 {
  color: #fff;
  margin-bottom: 0;
}

.silence-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.62;
}

.silence-cta-card a {
  display: inline-flex;
  justify-content: center;
  margin-top: 6px;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.page-intro h1 {
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-family: "Cormorant Garamond", serif;
}

@keyframes silenceHeroReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-shell .elementor-element-2fc77d9f {
  display: none !important;
}

.site-footer {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

.footer-inner {
  position: relative;
  display: grid;
  gap: 30px;
  padding: 54px 45px 34px;
  overflow: hidden;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 26px;
  max-width: 640px;
  position: relative;
  z-index: 1;
}

.footer-columns nav {
  display: grid;
  gap: 10px;
}

.footer-columns a,
.footer-links {
  color: var(--text);
  text-decoration: none;
}

.footer-art {
  position: absolute;
  right: 9%;
  top: 30px;
  width: min(260px, 26vw);
  opacity: 0.9;
  pointer-events: none;
}

.footer-art img {
  width: 100%;
  height: auto;
}

.newsletter {
  display: grid;
  gap: 12px;
  max-width: 460px;
  position: relative;
  z-index: 1;
}

.newsletter label {
  font-size: 1.1rem;
  font-weight: 600;
}

.newsletter div {
  display: flex;
  gap: 10px;
}

.newsletter input {
  min-width: 0;
  flex: 1 1 auto;
  border: 1px solid rgba(33, 40, 51, 0.18);
  border-radius: 999px;
  padding: 13px 16px;
  font: inherit;
}

.newsletter button {
  border: 0;
  border-radius: 999px;
  background: var(--surface-strong);
  color: #fff;
  padding: 13px 20px;
  font: inherit;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.silence-page .site-footer {
  width: 100%;
  max-width: none;
  margin-top: 54px;
  background: var(--surface-strong);
  color: #fff;
}

.silence-page .footer-inner {
  width: min(calc(100% - 104px), var(--content-width));
  margin: 0 auto;
  padding: 84px 0 26px;
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1fr) minmax(320px, 1fr);
  column-gap: 58px;
  row-gap: 54px;
  align-items: center;
}

.footer-brand {
  position: relative;
  z-index: 1;
  display: block;
  width: min(300px, 100%);
  height: 56px;
  background: url("/assets/vendor/wp-content/uploads/2024/09/the_safe_space_white-1-removebg-preview-e1727616429233.png") left center / contain no-repeat;
  text-decoration: none;
}

.footer-brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.silence-page .footer-columns {
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  max-width: none;
}

.silence-page .footer-columns a,
.silence-page .footer-links,
.silence-page .footer-bottom p {
  color: rgba(255, 255, 255, 0.92);
}

.silence-page .footer-columns a {
  font-size: 0.95rem;
}

.silence-page .newsletter {
  max-width: none;
}

.silence-page .newsletter label {
  color: #fff;
}

.silence-page .newsletter div {
  gap: 0;
}

.silence-page .newsletter input {
  border: 0;
  border-radius: 999px 0 0 999px;
  background: #fff;
}

.silence-page .newsletter button {
  border-radius: 0 999px 999px 0;
  background: #ff9638;
  min-width: 140px;
}

.silence-page .footer-art {
  right: -48px;
  top: -30px;
  width: 210px;
}

.silence-page .footer-bottom {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.silence-page .footer-bottom p {
  margin: 0;
  margin-left: auto;
}

.silence-page .footer-links {
  order: -1;
  gap: 10px;
}

.silence-page .footer-links a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 74, 67, 0.42);
  color: #fff;
  font-size: 0;
  text-decoration: none;
}

.silence-page .footer-links a:nth-child(1)::before {
  content: "f";
}

.silence-page .footer-links a:nth-child(2)::before {
  content: "◎";
}

.silence-page .footer-links a:nth-child(3)::before {
  content: "𝕏";
}

.silence-page .footer-links a:nth-child(4)::before {
  content: "in";
}

.silence-page .footer-links a::before {
  font-size: 0.95rem;
  font-weight: 800;
}

@media (max-width: 960px) {
  .announce-bar {
    flex-direction: column;
    gap: 8px;
    padding: 12px 18px;
  }

  .site-header,
  .site-footer,
  .safe-haven-grid,
  .patterns-layout,
  .triad-grid,
  .dual-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }
  
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    display: flex;
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 1.3rem;
  }

  .header-socials {
    margin-top: 6px;
  }

  .hero {
    min-height: auto;
    padding: 40px 0 64px;
  }

  .hero-copy {
    width: min(calc(100% - 32px), 520px);
    min-height: auto;
    margin: 0 auto;
    border-radius: 34px;
    padding: 38px 28px;
  }

  h1 {
    font-size: clamp(3rem, 12vw, 4.4rem);
  }

  .banner-copy {
    right: 24px;
    left: 24px;
    bottom: 28px;
  }

  .section-shell,
  .page-intro {
    padding-left: 16px;
    padding-right: 16px;
  }

  .silence-essay,
  .silence-workshop-grid {
    grid-template-columns: 1fr;
  }

  .silence-image-card img {
    min-height: 360px;
  }

  .silence-cta-card {
    position: static;
  }

  .silence-page .footer-inner {
    width: min(calc(100% - 40px), var(--content-width));
    grid-template-columns: 1fr;
    padding: 54px 0 28px;
  }

  .silence-page .footer-columns {
    grid-template-columns: 1fr;
  }

  .silence-page .newsletter div {
    gap: 10px;
  }

  .silence-page .newsletter input,
  .silence-page .newsletter button {
    border-radius: 999px;
  }

  .silence-page .footer-bottom p {
    margin-left: 0;
  }

  .footer-columns,
  .footer-bottom,
  .newsletter div {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-art {
    position: static;
    width: min(220px, 65vw);
    opacity: 0.55;
  }
}
