@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,700&family=Montserrat:wght@400;500;600;700&display=swap");
/* Keep the desktop composition compact and centred, like the WordPress layout. */
@media (min-width: 901px) {
  .site-header {
    width: min(100%, 1400px) !important;
    margin-inline: auto !important;
  }
  body .hero {
    grid-template-columns: 330px 400px 280px !important;
    justify-content: center !important;
    column-gap: 35px !important;
    padding-inline: 0 !important;
  }
  body .hero .portrait {
    width: 400px !important;
    height: 510px !important;
  }
  .about {
    max-width: 1400px !important;
    margin-inline: auto !important;
  }
}
body .hero .portrait img {
  transition: none !important;
  transform: none !important;
}
.hero .reveal {
  opacity: 1 !important;
  transform: none !important;
}
.hero .scroll-cue {
  background: transparent !important;
}
.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border-radius: 50%;
  background: #242223;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s,
    background 0.25s;
}
.to-top:hover {
  background: var(--plum);
  transform: translateY(-5px);
}
.site-header nav a {
  display: grid;
  place-items: center;
}
.site-header nav svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: currentColor;
}
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #231f20;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.phone-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.phone-link:hover {
  color: var(--plum);
}
.logos {
  flex-wrap: nowrap !important;
  gap: 30px !important;
}
.logos img {
  max-width: 110px !important;
  max-height: 62px !important;
}
@media (max-width: 900px) {
  .offer-grid {
    row-gap: 34px !important;
    column-gap: 10px !important;
  }
  .offer article:hover {
    transform: translateY(-14px);
  }
  .logos {
    gap: 10px !important;
  }
  .logos img {
    width: calc((100vw - 86px) / 4) !important;
    max-width: 82px !important;
    max-height: 52px !important;
  }
}

/* Laptop windows narrower than 1100px use the safe responsive hero layout. */
@media (max-width: 1100px) {
  .site-header {
    height: auto;
    padding: 18px 22px !important;
  }

  .site-header .brand img {
    width: 70px !important;
    height: 70px !important;
  }

  .site-header .brand strong {
    font-size: 27px !important;
  }

  .site-header .brand span {
    gap: 8px !important;
    font-size: 12px !important;
  }

  body .hero {
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
    gap: 35px !important;
    padding: 75px 28px !important;
    text-align: center;
  }

  body .hero .portrait {
    width: min(330px, 100%) !important;
    height: 500px !important;
  }

  .hero-copy p {
    font-size: 25px !important;
  }

  .hero-copy .zigzag {
    margin-inline: auto;
  }

  .numbers {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px !important;
    font-size: 13px !important;
  }

  .numbers strong {
    font-size: 42px !important;
  }
}
/* WordPress gallery: copy above the left image, two equal cards on the right. */
@media (min-width: 901px) {
  body .about .gallery-top {
    width: 100% !important;
    margin: calc(-1 * 255px) 0 0 !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 560px 560px !important;
    gap: 50px !important;
  }
  body .about .gallery-top .large {
    grid-column: 1 !important;
    grid-row: 2 !important;
    height: 580px !important;
    transform: translateY(-140px);
  }
  body .about .gallery-top figure:not(.large) {
    grid-column: 2 !important;
    height: 560px !important;
  }
  .hero .scroll-cue {
    background: transparent !important;
  }
}
.offer-grid {
  margin-top: 60px !important;
  gap: 10px !important;
}
@media (max-width: 900px) {
  .offer-grid {
    margin-top: 38px !important;
    gap: 10px !important;
  }
}
.hero {
  position: relative;
  z-index: 2;
}
.about {
  position: relative;
  z-index: 1;
}
.scroll-cue {
  z-index: 10 !important;
}
/* Final WordPress parity adjustments. */
@media (min-width: 901px) {
  .site-header {
    padding-inline: clamp(64px, 5vw, 90px) !important;
  }
  .brand {
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
  }
  .brand img {
    width: 104px !important;
    height: 104px !important;
  }
  .brand span {
    justify-items: center !important;
    gap: 7px !important;
    font-size: 13px !important;
  }
  .brand strong {
    font-size: 26px !important;
  }
  .hero {
    grid-template-columns: 330px 420px 330px !important;
    justify-content: center !important;
    column-gap: 36px !important;
    padding-inline: clamp(40px, 5vw, 76px) !important;
  }
  .hero-copy p {
    white-space: nowrap !important;
  }
  .portrait {
    width: 400px !important;
    height: 510px !important;
  }
}
.hero {
  overflow: visible !important;
}
.scroll-cue {
  bottom: -47px !important;
  width: 80px !important;
  height: 95px !important;
  background: var(--paper) !important;
  animation: arrowFloat 1.8s ease-in-out infinite;
}
.scroll-cue span {
  display: none !important;
}
.scroll-cue svg {
  width: 52px;
  height: 63px;
  fill: none;
  stroke: var(--plum);
  stroke-width: 4;
  stroke-linejoin: round;
}
.scroll-cue svg path {
  fill: none;
}
@keyframes arrowFloat {
  50% {
    transform: translate(-50%, 8px);
  }
}
.offer article > span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 0 !important;
  background: var(--ink);
  mask: center/contain no-repeat;
  -webkit-mask: center/contain no-repeat;
}
.offer article:nth-child(1) > span {
  mask-image: url("../images/icon-baby.svg");
  -webkit-mask-image: url("../images/icon-baby.svg");
}
.offer article:nth-child(2) > span {
  mask-image: url("../images/icon-child.svg");
  -webkit-mask-image: url("../images/icon-child.svg");
}
.offer article:nth-child(3) > span {
  mask-image: url("../images/icon-female.svg");
  -webkit-mask-image: url("../images/icon-female.svg");
}
.offer article:nth-child(4) > span {
  mask-image: url("../images/icon-users.svg");
  -webkit-mask-image: url("../images/icon-users.svg");
}
.offer article:hover > span {
  background: #fff;
}
@media (max-width: 900px) {
  .scroll-cue {
    bottom: -32px !important;
    width: 58px !important;
    height: 72px !important;
  }
  .scroll-cue svg {
    width: 38px;
    height: 48px;
  }
  .offer article > span {
    width: 48px;
    height: 48px;
  }
}
/* Alignment and media refinements from the original desktop composition. */
@media (min-width: 901px) {
  .hero {
    grid-template-columns: minmax(260px, 1fr) 440px minmax(260px, 1fr) !important;
    column-gap: 50px;
    padding-inline: clamp(85px, 9vw, 156px) !important;
    min-height: 630px !important;
  }
  .hero-copy p {
    font-size: 29px !important;
  }
  .hero-copy h1 {
    font-size: 132px !important;
  }
  .portrait {
    height: 520px !important;
    width: 420px !important;
  }
  .numbers {
    gap: 36px !important;
    font-size: 21px !important;
  }
  .numbers strong {
    font-size: 64px !important;
  }
  .about {
    padding-inline: clamp(100px, 9vw, 156px) !important;
  }
  .gallery-top {
    width: 54% !important;
    margin-top: -285px !important;
    gap: 48px !important;
  }
  .gallery-top .large {
    height: 1048px !important;
  }
  .gallery-top figure:not(.large) {
    height: 500px !important;
  }
  .about-intro {
    width: 39% !important;
  }
  .about h2 {
    font-size: 40px !important;
  }
  .help,
  .offer,
  .courses {
    padding-inline: clamp(80px, 8vw, 140px) !important;
  }
}
.hero-copy i {
  display: none !important;
}
.zigzag {
  display: block;
  width: 265px;
  height: auto;
  margin: 35px 0 40px;
}
.scroll-cue {
  position: absolute;
  bottom: -88px;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 90px;
  transform: translateX(-50%);
  background: var(--paper);
  text-decoration: none;
}
.scroll-cue span {
  width: 34px;
  height: 34px;
  border-right: 4px solid var(--plum);
  border-bottom: 4px solid var(--plum);
  transform: rotate(45deg) translate(-5px, -5px);
  border-radius: 3px;
  animation: scrollHint 1.8s ease-in-out infinite;
}
@keyframes scrollHint {
  50% {
    transform: rotate(45deg) translate(1px, 1px);
  }
}
.decorative-mark {
  position: relative;
  display: block;
  --blob-x: -210px;
  width: 180px;
  aspect-ratio: 1 / 0.88;
  margin: -4px auto -42px;
  animation: floatMark 6s ease-in-out infinite;
}
.decorative-mark .blob-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(
    15% 26%,
    25% 7%,
    49% 12%,
    67% 2%,
    89% 16%,
    86% 37%,
    100% 57%,
    83% 80%,
    73% 96%,
    51% 91%,
    33% 100%,
    16% 84%,
    0 64%,
    7% 43%
  );
  animation: blobMorph 7s ease-in-out infinite alternate;
}
.decorative-mark .blob-outline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: blobWobble 7s ease-in-out infinite alternate;
}
@keyframes blobMorph {
  100% {
    clip-path: polygon(
      10% 31%,
      30% 4%,
      52% 16%,
      72% 6%,
      94% 23%,
      82% 42%,
      97% 61%,
      80% 85%,
      67% 94%,
      46% 87%,
      28% 97%,
      13% 80%,
      4% 59%,
      13% 41%
    );
  }
}
@keyframes blobWobble {
  100% {
    transform: scale(0.97, 1.03) rotate(-3deg);
  }
}
@keyframes floatMark {
  0%,
  100% {
    transform: translate(var(--blob-x), 0) rotate(0deg);
  }
  50% {
    transform: translate(var(--blob-x), -14px) rotate(4deg);
  }
}
.video {
  padding: 0 !important;
  overflow: hidden;
  display: block !important;
  background: #f8e6dc;
}
.video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer article {
  min-height: 0 !important;
}
.offer .featured {
  background: #fff !important;
  color: #242426 !important;
}
.offer .featured h3,
.offer .featured > span {
  color: var(--ink) !important;
}
.offer .featured > b {
  color: #eaf0f6 !important;
}
.offer article:hover {
  background: var(--ink) !important;
  color: #fff !important;
}
.offer article:hover h3,
.offer article:hover > span,
.offer article:hover > b {
  color: #fff !important;
}
footer small {
  text-align: center !important;
}
@media (max-width: 900px) {
  .scroll-cue {
    bottom: -45px;
    width: 55px;
    height: 58px;
  }
  .scroll-cue span {
    width: 26px;
    height: 26px;
    border-width: 3px;
  }
  .zigzag {
    width: 230px;
    margin: 28px auto 32px;
  }
  .decorative-mark {
    --blob-x: -72px;
    width: 130px;
    height: auto;
    margin: 12px auto -28px;
  }
  .gallery-top .large {
    height: 300px !important;
  }
  .gallery-top figure:not(.large) {
    height: 240px !important;
  }
}
/* Original site interaction layer: image-card hover, reveal-on-scroll, footer reveal. */
.site-header,
main {
  position: relative !important;
  z-index: 1 !important;
  background: var(--paper) !important;
}
main {
  box-shadow: 0 30px 50px #f2ebec !important;
}
.brand img {
  transition: transform 0.35s ease;
}
.brand:hover img {
  transform: rotate(-4deg) scale(1.03);
}
.site-header nav a {
  transition:
    color 0.25s,
    transform 0.25s;
}
.site-header nav a:hover {
  color: var(--plum);
  transform: translateY(-4px);
}
.portrait img {
  transition: transform 0.7s ease;
}
.portrait:hover img {
  transform: scale(1.04);
}
.gallery figure,
.help-grid figure {
  cursor: pointer;
}
.gallery img,
.help-grid img {
  transition:
    transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.45s;
}
.gallery figcaption,
.help-grid figcaption {
  transition:
    transform 0.4s ease,
    background-color 0.4s ease;
}
.gallery figure:hover img,
.help-grid figure:hover img {
  transform: scale(1.075);
  filter: brightness(0.9);
}
.gallery figure:hover figcaption,
.help-grid figure:hover figcaption {
  transform: translateY(-11px);
  background: #402637ed;
}
.video {
  transition:
    transform 0.35s,
    background 0.35s;
}
.video:hover {
  background: #f2d6c7;
  transform: scale(1.025);
}
.video span {
  display: inline-block;
  transition: transform 0.3s;
}
.video:hover span {
  transform: scale(1.2);
}
.offer article {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.offer article:hover {
  transform: translateY(-14px);
  box-shadow: 0 18px 36px #1a2d4322;
  z-index: 1;
}
.course-list span {
  transition:
    color 0.25s,
    transform 0.25s;
}
.course-list span:hover {
  color: var(--plum);
  transform: translateY(-6px);
}
footer {
  position: sticky !important;
  bottom: 0;
  z-index: 0 !important;
}
.logos img {
  transition: transform 0.3s;
}
.logos img:hover {
  transform: scale(1.06);
}
.scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.scroll-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.gallery figure:nth-child(2),
.services-gallery > *:nth-child(even),
.offer article:nth-child(even) {
  transition-delay: 0.1s;
}
.gallery figure:nth-child(3),
.offer article:nth-child(3) {
  transition-delay: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .scroll-reveal {
    opacity: 1;
    transform: none;
  }
}
:root {
  --ink: #1a2d43;
  --plum: #39203a;
  --blush: #f8e6dc;
  --paper: #f6f1f1;
  --muted: #786468;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
main,
section,
footer {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: #242426;
  font-family: Montserrat, Arial, sans-serif;
}
.site-header {
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(7vw, 36px);
  background: var(--paper);
}
.brand {
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand img {
  width: 124px;
  height: 124px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #eee;
}
.brand span {
  display: grid;
  gap: 14px;
  font-size: 16px;
  font-weight: 600;
}
.brand strong {
  font-size: 34px;
  line-height: 0.8;
}
.site-header nav {
  display: flex;
  gap: 22px;
}
.site-header nav a {
  color: #231f20;
  text-decoration: none;
  font-size: 32px;
  font-weight: 800;
}
.hero {
  min-height: 750px;
  background: var(--blush);
  display: grid;
  grid-template-columns: 1fr minmax(300px, 520px) 1fr;
  align-items: center;
  padding: 50px max(7vw, 36px);
  overflow: hidden;
}
.hero-copy {
  align-self: center;
  color: var(--plum);
}
.hero-copy p {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 36px;
}
.hero-copy h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(94px, 10vw, 176px);
  line-height: 0.75;
  margin: 0;
  font-weight: 800;
}
.hero-copy i {
  display: block;
  width: 250px;
  height: 25px;
  margin: 44px 0;
  background: var(--plum);
  border-radius: 50% 5%;
  transform: skew(-28deg);
}
.hero-copy span {
  font-size: 20px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.portrait {
  align-self: end;
  justify-self: center;
  background: #d2d2d4;
  border-radius: 50% 50% 42% 42%/34% 34% 18% 18%;
  height: 630px;
  width: min(100%, 470px);
  overflow: hidden;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  mix-blend-mode: multiply;
}
.numbers {
  color: var(--muted);
  text-align: center;
  display: grid;
  gap: 50px;
  font-size: 22px;
}
.numbers div {
  display: grid;
  gap: 12px;
}
.numbers strong {
  font-family: "Barlow Condensed";
  font-size: 70px;
  line-height: 0.72;
  color: var(--plum);
}
.section {
  padding: 85px max(8vw, 36px);
}
h2 {
  font-family: "Barlow Condensed";
  font-size: 38px;
  color: var(--ink);
  text-align: center;
  margin: 0 0 70px;
}
.about {
  position: relative;
}
.about-intro {
  width: 42%;
  min-width: 310px;
}
.about h2 {
  text-align: left;
  margin-bottom: 52px;
}
.about p {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.75;
}
.gallery {
  display: grid;
  gap: 48px;
}
.gallery figure,
.help-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
}
.gallery img,
.help-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.gallery figcaption,
.help-grid figcaption {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 8%;
  padding: 16px 28px;
  border-radius: 8px;
  background: #725f62e8;
  color: #fff;
  font-weight: 600;
}
.gallery-top {
  width: 57%;
  margin-left: auto;
  margin-top: -300px;
  grid-template-columns: 1fr 1fr;
}
.gallery-top .large {
  grid-row: span 2;
  height: 570px;
}
.gallery-top figure:not(.large) {
  height: 270px;
}
.help {
  padding-top: 55px;
}
.help > h2,
.offer > h2,
.courses > h2 {
  background: #eef5fa;
  margin: 0 calc(-8vw - 36px);
  padding: 34px 36px 28px;
}
.help-grid {
  max-width: 1050px;
  margin: 95px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.help-grid h3 {
  font-family: "Barlow Condensed";
  font-style: italic;
  color: var(--ink);
  font-size: 37px;
  line-height: 1.35;
  margin: 0 0 40px;
}
.help-grid p {
  line-height: 1.65;
}
.help-grid figure {
  height: 410px;
}
.services-gallery {
  max-width: 1050px;
  margin: auto;
  grid-template-columns: 1fr 1fr;
}
.services-gallery figure {
  height: 310px;
}
.video {
  background: var(--blush);
  border: 0;
  border-radius: 30px;
  min-height: 310px;
  color: var(--plum);
  font-size: 65px;
  cursor: pointer;
}
.video:hover {
  filter: brightness(0.96);
}
.offer {
  padding-top: 0;
}
.offer-grid {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}
.offer article {
  position: relative;
  padding: 70px 42px;
  background: #fff;
  min-height: 650px;
  border: 1px solid #eef0f3;
  border-radius: 20px 20px 0 0;
}
.offer article > span {
  font-size: 55px;
  color: var(--ink);
}
.offer article > b {
  position: absolute;
  top: 80px;
  right: 40px;
  font-family: "Barlow Condensed";
  font-size: 48px;
  color: #eaf0f6;
}
.offer h3 {
  font-family: "Barlow Condensed";
  color: var(--ink);
  font-size: 31px;
  line-height: 1.15;
}
.offer ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.65;
}
.offer li::before {
  content: "✓ ";
}
.offer .featured {
  background: var(--ink);
  color: #fff;
}
.offer .featured h3,
.offer .featured > span {
  color: #fff;
}
.offer .featured > b {
  color: #fff;
}
.courses {
  padding-top: 0;
}
.course-list {
  padding: 55px 0 85px;
  display: flex;
  justify-content: center;
  gap: 42px;
  align-items: center;
  text-align: center;
  color: #837d7d;
  font-family: "Barlow Condensed";
  font-size: 25px;
  font-weight: 700;
}
footer {
  background: #eef5fa;
  text-align: center;
  padding: 38px max(8vw, 36px) 16px;
  color: #706a6c;
  font-size: 14px;
}
.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  margin: 70px auto;
  max-width: 950px;
}
.logos img {
  max-height: 105px;
  max-width: 180px;
  object-fit: contain;
}
footer small {
  display: block;
  text-align: left;
  color: #222;
  font-weight: 600;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.75s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .site-header {
    height: auto;
    padding: 18px 22px;
  }
  .brand img {
    width: 70px;
    height: 70px;
  }
  .brand strong {
    font-size: 27px;
  }
  .brand span {
    font-size: 12px;
    gap: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    text-align: center;
    padding: 75px 28px;
  }
  .hero-copy p {
    font-size: 25px;
  }
  .hero-copy i {
    margin: 30px auto;
  }
  .portrait {
    height: 500px;
    width: 330px;
  }
  .numbers {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .numbers {
    font-size: 13px;
  }
  .numbers strong {
    font-size: 42px;
  }
  .section {
    padding: 60px 28px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 45px;
  }
  .about-intro {
    width: auto;
  }
  .gallery-top {
    width: auto;
    margin: 40px 0 0;
    grid-template-columns: 1fr;
  }
  .gallery-top .large {
    grid-row: auto;
    height: 300px;
  }
  .gallery-top figure:not(.large) {
    height: 240px;
  }
  .help > h2,
  .offer > h2,
  .courses > h2 {
    margin: 0 -28px;
    padding: 28px;
  }
  .help-grid {
    margin: 55px 0;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .help-grid h3 {
    font-size: 31px;
  }
  .services-gallery {
    grid-template-columns: 1fr;
  }
  .services-gallery figure,
  .video {
    height: 260px;
    min-height: 260px;
  }
  .offer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .offer article {
    min-height: 0;
    padding: 45px 24px;
  }
  .offer article > b {
    top: 50px;
    right: 25px;
  }
  .course-list {
    flex-wrap: wrap;
    gap: 28px;
    font-size: 20px;
  }
  .logos {
    gap: 22px;
    flex-wrap: wrap;
    margin: 40px auto;
  }
  .logos img {
    max-width: 120px;
    max-height: 75px;
  }
}
@media (max-width: 520px) {
  .site-header {
    gap: 10px;
  }
  .site-header .brand span {
    display: none;
  }
  .phone-link {
    gap: 5px;
    font-size: 13px;
  }
  .phone-link svg {
    width: 18px;
    height: 18px;
  }
  .site-header nav {
    gap: 12px;
  }
  .site-header nav a {
    font-size: 24px;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy h1 {
    font-size: 105px;
  }
  .numbers strong {
    font-size: 36px;
  }
  .portrait {
    height: 420px;
    width: 280px;
  }
}

/* Final responsive guard: prevents desktop rules from overflowing narrow windows. */
/* Section strips must align with the section padding, not extend beyond the page. */
.help > h2,
.offer > h2,
.courses > h2 {
  margin-inline: calc(-1 * max(8vw, 36px)) !important;
}

@media (max-width: 1100px) {
  html,
  body,
  main,
  .site-header,
  .hero {
    width: 100% !important;
    max-width: none !important;
    overflow-x: hidden;
  }

  .site-header {
    height: auto !important;
    padding: 18px 22px !important;
  }

  .site-header .brand {
    flex-direction: row !important;
    gap: 12px !important;
  }

  .site-header .brand img {
    width: 64px !important;
    height: 64px !important;
  }

  .site-header .brand span {
    gap: 6px !important;
    font-size: 11px !important;
  }

  .site-header .brand strong {
    font-size: 24px !important;
  }

  body .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-content: stretch !important;
    align-items: center !important;
    gap: 32px !important;
    min-height: auto !important;
    padding: 64px 28px 76px !important;
    text-align: center !important;
  }

  body .hero > *:not(.scroll-cue) {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body .hero .portrait {
    width: min(330px, 100%) !important;
    height: 500px !important;
    justify-self: center !important;
  }

  .hero-copy p {
    font-size: 25px !important;
    white-space: normal !important;
  }

  .hero-copy h1 {
    font-size: min(30vw, 132px) !important;
  }

  .hero-copy .zigzag {
    width: min(230px, 75%) !important;
    margin: 28px auto 32px !important;
  }

  .numbers {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    font-size: 13px !important;
  }

  .numbers strong {
    font-size: 42px !important;
  }

  .scroll-cue {
    bottom: -34px !important;
    width: 56px !important;
    height: 68px !important;
    background: transparent !important;
  }

  .scroll-cue svg {
    width: 38px !important;
    height: 48px !important;
  }
}

@media (max-width: 900px) {
  .help > h2,
  .offer > h2,
  .courses > h2 {
    margin-inline: -28px !important;
  }
}

@media (max-width: 900px) {
  .section,
  .about-intro,
  .about h2,
  .about p,
  .help-grid,
  .help-grid h3,
  .help-grid p,
  .offer article,
  .courses,
  .course-list,
  .gallery figcaption,
  .blob-outline,
  .help-grid figcaption {
    text-align: center;
  }

  .about p,
  .help-grid p {
    margin-inline: auto;
  }

  .offer article > span {
    margin-inline: auto;
  }

  .offer ul {
    display: inline-block;
    text-align: left;
  }

  .read-more {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.offer-grid {
  align-items: start !important;
}

.offer article {
  height: 750px;
  overflow: hidden;
}

.offer article.expandable ul {
  max-height: none;
  margin-bottom: 15px;
}

.offer article.expandable:not(.is-expanded) li:nth-child(n + 13) {
  display: none;
}

.read-more {
  position: absolute;
  right: 32px;
  bottom: 30px;
  border: 0;
  border-bottom: 2px solid currentColor;
  padding: 4px 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.offer article:hover .read-more {
  color: #fff;
}

.offer article.expandable.is-expanded {
  height: auto;
  min-height: 650px;
}

.offer article.expandable.is-expanded ul {
  padding-bottom: 55px;
}

@media (max-width: 900px) {
  .offer article {
    height: 650px;
  }

  .offer article.expandable.is-expanded {
    min-height: 650px;
  }

  .read-more {
    right: 24px;
    bottom: 24px;
  }
}
