/* Homepage composition. Shared site styles live in theme.css. */
.home {
  --lavender: #eee8f3;
  --lavender-light: #f3edf6;
  --lavender-line: #d9cde3;
  --lavender-ink: #655174;
  --photo-spread-max: clamp(18px, calc(18px + (100vw - 1280px) * 0.4), 44px);
  --photo-rise-max: 32px;
  --photo-tilt-max: 2.5deg;
  --gallery-rise-max: 24px;
}
.home h1, .home h2, .home h3 { font-weight: 400; letter-spacing: -0.045em; }
.home h2 em { color: var(--accent); font-weight: 400; }
.home .eyebrow {
  display: block;
  margin-bottom: 20px;
  color: var(--accent);
  font: 500 11px/1.5 var(--font-body);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.home .home-text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 16px;
  padding-block: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #a5aa96;
  text-underline-offset: 5px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}
.home .home-text-link:hover { color: var(--clay); text-decoration-color: var(--clay); }
.home .home-text-link > span { font-size: 19px; }

/* Two equally sized photographs, with a bee and butterfly at their edges. */
.home .hero { padding: 60px 0 0; overflow: clip; }
.home .hero::before { content: none; }
.home .hero-grid { grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.home .hero-copy { padding-block: 14px; }
.home .hero-eyebrow {
  gap: 10px;
  padding: 0;
  margin-bottom: 27px;
  background: transparent;
  box-shadow: none;
  color: var(--accent);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.home .hero-eyebrow > span { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }
.home .hero h1 { font-size: clamp(48px, 5vw, 72px); line-height: 1.09; margin-bottom: 24px; letter-spacing: -0.022em; word-spacing: 0.055em; }
.home .hero h1 em { color: var(--accent); font-weight: 400; }
.home .hero-copy > p { font-size: 16px; line-height: 1.85; max-width: 42ch; margin-bottom: 28px; }
.home .hero-actions { align-items: center; gap: 12px 24px; }
.home .hero-actions .home-text-link { font-size: 12px; gap: 9px; }
.home .hero-review-summary { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 17px; padding-block: 5px; font-size: 13px; color: var(--accent-strong); }
.home .hero-review-summary:hover [data-review-label] { text-decoration: underline; text-underline-offset: 4px; }
.home .hero-review-score { color: #7b5929; font-weight: 600; }
.home .hero-review-score[hidden] { display: none; }
.home .hero .hero-note { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 16px; margin: 29px 0 0; font-size: 10px; }
.home .hero-note a { font-weight: 500; text-decoration: none; }
.home .hero-note a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home .hero-note a span { margin-left: 6px; }
.home .hero-note > span { padding-left: 16px; border-left: 1px solid #bfc3b6; }
.home .hero-art { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; width: 100%; max-width: none; margin: 0; position: relative; }
.home .hero-art figure { min-width: 0; }
.home .hero-art .media-img { width: 100%; height: 400px; border-radius: 90px 90px 5px 5px; background: var(--beige); }
.home .hero-garden img { object-position: 50% 56%; }
.home .hero-art figcaption { padding: 13px 2px 0; color: #5b614f; font-family: "Caveat", cursive; font-size: 22px; line-height: 1.2; text-align: center; }
.home .hero-art figcaption a { display: block; margin-bottom: 6px; font: 500 14px/1.4 var(--font-body); color: var(--ink); }
.home .hero-art figcaption a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home .hero-art figcaption a span { margin-left: 5px; }
.home .hero-caption { grid-column: 1 / -1; text-align: center; font-size: 10px; letter-spacing: 0.035em; color: var(--ink-soft); }
.home .hero-bee { position: absolute; top: -29px; left: 60%; width: 42px; height: 42px; pointer-events: none; transform: rotate(-8deg); }
.home.home-motion-enabled .hero-bee { animation: home-bee-drift 9s ease-in-out infinite; }
@keyframes home-bee-drift {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  40% { transform: translate(9px, -7px) rotate(4deg); }
  70% { transform: translate(-3px, -3px) rotate(-3deg); }
}
.home .hero-garden, .home .hero-room { position: relative; }
.home .hero-butterfly { position: absolute; z-index: 1; top: 28px; right: -11px; width: 42px; height: 42px; pointer-events: none; transform: rotate(22deg); }
.home .hero-butterfly img { display: block; width: 100%; height: 100%; filter: hue-rotate(65deg) saturate(0.65); }
.home.home-motion-enabled .hero-butterfly { animation: home-butterfly-flight 12s ease-in-out infinite; }
.home.home-motion-enabled .hero-butterfly img { animation: home-butterfly-wings 12s ease-in-out infinite; }
@keyframes home-butterfly-flight {
  0%, 14%, 90%, 100% { transform: translate(0, 0) rotate(22deg); }
  26% { transform: translate(-8px, -16px) rotate(-8deg); }
  44% { transform: translate(-34px, -34px) rotate(-24deg); }
  60% { transform: translate(-46px, -16px) rotate(8deg); }
  76% { transform: translate(-18px, 4px) rotate(30deg); }
}
@keyframes home-butterfly-wings {
  0%, 14%, 26%, 38%, 50%, 62%, 74%, 86%, 100% { transform: scaleX(1); }
  20%, 32%, 44%, 56%, 68%, 80% { transform: scaleX(0.55); }
}
.home .home-at-a-glance { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 30px; align-items: center; margin-top: 72px; padding: 31px 0; border-block: 1px solid var(--line); }
.home .hero .home-small-note { margin: 0; font: 400 20px/1.45 var(--font-head); color: var(--ink); }
.home .home-small-note em { color: var(--accent); }
.home .home-at-a-glance > div { padding-left: 30px; border-left: 1px solid var(--line); }
.home .home-at-a-glance strong { display: block; font-weight: 500; font-size: 14px; }
.home .home-at-a-glance div > span { display: block; margin-top: 4px; font-size: 13px; color: var(--ink-soft); }

/* Slow, decorative ribbon. Motion is optional and can be paused. */
.home .home-ribbon { position: relative; display: flex; align-items: center; border-block: 1px solid var(--lavender-line); background: var(--lavender-light); }
.home .home-ribbon-window { min-width: 0; flex: 1; overflow: hidden; padding-block: 22px; }
.home .home-ribbon-track { display: flex; width: max-content; }
.home .home-ribbon-group { display: flex; align-items: center; gap: 66px; padding-right: 66px; }
.home .home-ribbon-group > span { display: inline-flex; align-items: center; gap: 12px; color: var(--lavender-ink); font: 400 19px/1.4 var(--font-head); white-space: nowrap; }
.home .home-ribbon-group img { width: 22px; height: 22px; }
.home.home-motion-enabled .home-ribbon-track { animation: home-ribbon-drift 100s linear infinite; }
.home.home-motion-paused .hero-bee, .home.home-motion-paused .hero-butterfly,
.home.home-motion-paused .hero-butterfly img, .home.home-motion-paused .home-ribbon-track,
.home .home-ribbon-window:hover .home-ribbon-track { animation-play-state: paused; }
.home .home-motion-toggle { flex-shrink: 0; width: 36px; height: 36px; margin: 10px 18px; border: 1px solid var(--lavender-ink); border-radius: 50%; background: transparent; color: var(--lavender-ink); cursor: pointer; font-size: 15px; }
.home .home-motion-toggle:hover { background: #e0d4e8; }
.home .home-motion-toggle[hidden] { display: none; }
@keyframes home-ribbon-drift { to { transform: translateX(-50%); } }

/* Locations read as a pair, with clear enrollment states. */
.home .section, .home .location-chooser { padding-block: 92px; }
.home #locations, .home #programs, .home .location-choice { scroll-margin-top: 110px; }
.home .location-chooser-head { text-align: left; max-width: none; margin-bottom: 38px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 0 64px; align-items: end; }
.home .location-chooser-head .eyebrow { grid-column: 1 / -1; margin-bottom: 18px; font-size: 11px; font-weight: 500; }
.home .location-chooser-head h2 { font-size: clamp(32px, 3.1vw, 45px); line-height: 1.16; margin: 0; }
.home .location-chooser-head > p { font-size: 14px; line-height: 1.8; max-width: 34ch; margin-bottom: 6px; }
.home .location-choice-grid { gap: 24px; }
.home .location-choice { padding: 32px; border: 1px solid #dfe1d5; border-radius: 6px; box-shadow: none; }
.home .location-choice::after { content: none; }
.home .location-choice--midcity { background: #eef0e6; }
.home .location-choice--playa { background: #f3ede4; border-color: #e7ded1; }
.home .location-choice-top { margin-bottom: 30px; }
.home .location-status { padding: 0; background: transparent; font-size: 13px; font-weight: 500; letter-spacing: 0.01em; text-transform: none; }
.home .location-status::before { width: 6px; height: 6px; margin-right: 3px; }
.home .location-status--wait { color: #825c42; }
.home .location-type { font-size: 13px; font-weight: 400; }
.home .location-choice h3 { font-size: 35px; margin-bottom: 7px; }
.home .location-age { margin-bottom: 18px; color: var(--ink); text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 500; }
.home .location-choice > p:not(.location-age) { font-size: 15px; line-height: 1.8; max-width: 52ch; }
.home .location-facts { gap: 6px 22px; font-size: 13px; font-weight: 400; margin: 20px 0 28px; }
.home .location-facts li::before { font-size: 10px; font-weight: 400; }
.home .location-choice-actions { padding-top: 22px; border-top: 1px solid #d5d9cb; gap: 12px 22px; }
.home .location-choice--playa .location-choice-actions { border-color: #dfd5c7; }
.home .location-choice-actions .btn { min-height: 44px; font-size: 14px; padding: 11px 19px; }
.home .location-text-link { font-size: 13px; font-weight: 500; text-underline-offset: 4px; padding-block: 10px; }
.home .location-text-link:hover { color: var(--clay); }

/* Open, photographic program columns. */
.home .home-programs { padding-top: 14px; }
.home .section-head { max-width: 1280px; text-align: left; margin-bottom: 38px; }
.home .section-head .eyebrow { font-size: 11px; font-weight: 500; margin-bottom: 17px; }
.home .section-head h2 { font-size: clamp(32px, 3.1vw, 45px); margin-bottom: 16px; }
.home .section-head p { font-size: 14px; }
.home .program-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.home .program { overflow: visible; border-radius: 0; text-align: left; background: transparent; box-shadow: none; }
.home .program .media { position: relative; width: 100%; height: auto; aspect-ratio: 1.45; border-radius: 5px; outline: none; margin-bottom: 23px; box-shadow: none; }
.home .program .media-img { border-radius: 0; transition: transform 450ms ease; }
@media (hover: hover) { .home .program:hover .media-img { transform: scale(1.025); } }
.home .program .body { align-items: flex-start; position: relative; padding: 0; }
.home .program .age { align-self: flex-start; padding: 0; margin-bottom: 11px; border-radius: 0; background: transparent; color: var(--ink-soft); font-size: 13px; font-weight: 400; letter-spacing: 0; }
.home .program h3 { font-size: 27px; margin-bottom: 13px; }
.home .program p { font-size: 14px; line-height: 1.85; margin: 0 0 18px; }
.home .program .home-text-link { width: 100%; border-top: 1px solid var(--line); padding-top: 15px; justify-content: space-between; text-decoration: none; }
.home .program .status-full { position: absolute; top: 12px; right: 12px; margin: 0; padding: 5px 10px; border-radius: 3px; font-size: 11px; color: #825c42; background: var(--cream); text-transform: none; letter-spacing: 0; font-weight: 500; }
.home .program .status-full::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 7px; vertical-align: middle; background: currentColor; border-radius: 50%; }

/* A personal note on soft lavender paper. */
.home .founder-note.section { padding-block: 64px; background: var(--lavender); }
.home .founder-card { padding: 0; background: transparent; border-radius: 0; box-shadow: none; max-width: none; }
.home .founder-grid { grid-template-columns: 220px 1fr; gap: 68px; text-align: left; }
.home .founder-photo .media-img { width: 220px; height: 264px; border-radius: 100px 100px 5px 5px; box-shadow: none; object-position: center 35%; }
.home .founder-body .eyebrow { color: var(--lavender-ink); margin-bottom: 22px; }
.home .founder-quote p { font-size: clamp(21px, 2.15vw, 30px); line-height: 1.5; font-weight: 400; font-style: normal; letter-spacing: -0.025em; }
.home .founder-sign { margin-top: 23px; gap: 6px 20px; }
.home .founder-signature { font-size: 33px; color: var(--lavender-ink); }
.home .founder-role { font-size: 11px; font-weight: 400; }
.home .founder-link { flex-basis: 100%; margin: 8px 0 0; font-size: 11px; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; }
.home .founder-badges { border-top: 1px solid var(--lavender-line); padding-top: 27px; margin-top: 38px; justify-content: space-between; font-size: 11px; font-weight: 400; }
.home .founder-badges .check { color: var(--lavender-ink); font-weight: 400; margin-right: 5px; }

/* A gallery that works with buttons, touch, or keyboard scrolling. */
.home .home-section-heading { display: grid; grid-template-columns: 1.25fr 1fr; align-items: end; gap: 64px; margin-bottom: 38px; }
.home .home-section-heading h2 { font-size: clamp(32px, 3.1vw, 45px); line-height: 1.16; }
.home .home-section-aside p { max-width: 40ch; font-size: 14px; line-height: 1.85; margin-bottom: 14px; color: var(--ink-soft); }
.home .home-photo-strip { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #bfc7b1 transparent; padding-bottom: 16px; }
.home .home-photo-strip figure { flex: 0 0 41%; min-width: 0; scroll-snap-align: start; }
.home .home-photo-strip figure:nth-child(2n) { flex-basis: 32%; }
.home .home-photo-strip img { width: 100%; height: 320px; object-fit: cover; border-radius: 5px; background: var(--beige); }
.home .home-photo-strip figcaption { display: flex; justify-content: space-between; gap: 12px; padding-top: 13px; font-size: 11px; }
.home .home-photo-strip figcaption > span:last-child { color: var(--ink-soft); font-size: 10px; }
/* Scroll movement follows the page without changing the document layout. */
.home .hero-art figure { transform-origin: 50% 75%; }
.home.home-motion-enabled .hero-garden { transform: translate3d(calc(-1 * var(--hero-scroll-progress, 0) * var(--photo-spread-max)), calc(-1 * var(--hero-scroll-progress, 0) * var(--photo-rise-max)), 0) rotate(calc(-1 * var(--hero-scroll-progress, 0) * var(--photo-tilt-max))); }
.home.home-motion-enabled .hero-room { transform: translate3d(calc(var(--hero-scroll-progress, 0) * var(--photo-spread-max)), calc(-1 * var(--hero-scroll-progress, 0) * var(--photo-rise-max)), 0) rotate(calc(var(--hero-scroll-progress, 0) * var(--photo-tilt-max))); }
.home .home-photo-strip { padding-bottom: 44px; }
.home.home-motion-enabled .home-photo-strip figure { transform: translate3d(0, calc(var(--gallery-scroll-offset, 0) * var(--gallery-rise-max)), 0); }
.home.home-motion-enabled .home-photo-strip figure:nth-child(even) { transform: translate3d(0, calc(var(--gallery-scroll-offset, 0) * var(--gallery-rise-max) * 0.5), 0); }
.home .home-gallery-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 14px; }
.home .home-gallery-bottom > p { color: var(--ink-soft); font: italic 18px var(--font-head); }
.home .home-gallery-controls { display: flex; gap: 8px; }
.home .home-gallery-controls[hidden] { display: none; }
.home .home-arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #adb69c; border-radius: 50%; background: transparent; color: var(--ink); font-size: 19px; cursor: pointer; transition: background-color 180ms ease; }
.home .home-arrow:hover:enabled { background: #e6eadc; }
.home .home-arrow:disabled { opacity: 0.3; cursor: default; }

/* Keep the existing live reviews, surrounded by quieter typography. */
.home .reviews { padding-block: 56px 62px; background: transparent; scroll-margin-top: 110px; }
.home .reviews .section-head { text-align: center; }
.home .reviews .section-head p { font-size: 13px; }
.home .reviews .container > p { font-size: 12px !important; }
.home .reviews .es-text-shortener-control { color: var(--accent-strong); }
.home .reviews .es-review-info-date { color: var(--ink-soft); }
.home #family-reviews-widget .es-main-container,
.home #family-reviews-widget .es-main-container :where(div, span, a, button) { font-family: var(--font-body) !important; }
.home #family-reviews-widget .es-review-background-container { background: #f5f0e5 !important; border: 1px solid #e3dccd !important; border-radius: 8px !important; box-shadow: none !important; }
.home #family-reviews-widget .es-review-content-text-container { color: var(--ink) !important; font-size: 15px !important; line-height: 1.7 !important; }
.home #family-reviews-widget .es-review-author-name { color: var(--ink) !important; font-weight: 600 !important; }
.home #family-reviews-widget .es-review-source-container { background: var(--cream) !important; }
.home #family-reviews-widget .es-tab-container { color: var(--ink) !important; }
.home #family-reviews-widget .es-tab-title { font-size: 14px !important; font-weight: 500 !important; }
.home #family-reviews-widget .es-tabs-slider-item-active .es-tab-container { border-color: var(--accent) !important; }
.home #family-reviews-widget .es-carousel-arrow-control { background: var(--accent) !important; box-shadow: none !important; }
.home #family-reviews-widget .es-bullets-control-item-active { background: var(--accent) !important; }

/* Practical guidance for families, linked from the homepage. */
.home .home-parent-tips { background: var(--lavender-light); border-block: 1px solid var(--lavender-line); }
.home .home-parent-tips .home-section-heading { margin-bottom: 0; }

/* An invitation, followed by a light, useful footer. */
.home .home-next { padding-block: 0 70px; }
.home .cta-band { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: center; padding: 60px; background: #3e4c36; border-radius: 7px; box-shadow: none; text-align: left; }
.home .cta-band::after { content: none; }
.home .cta-band .eyebrow { color: #ccd3bc; margin-bottom: 24px; }
.home .cta-band h2 { color: #faf8f2; font-size: clamp(34px, 3.4vw, 49px); line-height: 1.15; margin: 0; }
.home .cta-band h2 em { color: #e2d3ed; }
.home .cta-band .btn-cream { background: var(--lavender); }
.home .cta-band .btn-cream:hover { background: #e0d4e8; }
.home .cta-band p { color: #e0e4d7; font-size: 13px; line-height: 1.85; margin: 0 0 25px; max-width: 40ch; }

@media (max-width: 1100px) {
  .home { --photo-spread-max: 18px; --photo-tilt-max: 2deg; }
  .home .hero-grid { gap: 35px; }
  .home .hero h1 { font-size: clamp(40px, 5vw, 58px); }
  .home .hero-art { gap: 15px; }
  .home .hero-art .media-img { height: 345px; }
  .home .hero-art figcaption { font-size: 19px; }
  .home .hero-actions { gap: 10px 18px; }
  .home .hero-actions .home-text-link { font-size: 11px; }
  .home .hero .hero-note { font-size: 10px; }
  .home .home-at-a-glance { gap: 20px; }
  .home .home-at-a-glance > div { padding-left: 20px; }
  .home .location-choice { padding: 25px; }
  .home .founder-grid { gap: 40px; }
  .home .cta-band { padding: 45px; gap: 40px; }
}

@media (max-width: 899px) {
  .home .hero { padding-top: 42px; }
  .home .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .home .hero h1 { font-size: clamp(36px, 5.35vw, 48px); }
  .home .hero-eyebrow { font-size: 9px; letter-spacing: 0.1em; }
  .home .hero-copy > p { font-size: 14px; }
  .home .hero-art .media-img { height: 295px; border-top-left-radius: 65px; border-top-right-radius: 65px; }
  .home .hero-art figcaption { font-size: 18px; }
  .home .hero-caption { font-size: 9px; }
  .home .hero-bee { width: 35px; height: 35px; }
  .home .hero-butterfly { width: 35px; height: 35px; top: 23px; right: -8px; }
  .home .home-at-a-glance { margin-top: 60px; }
  .home .home-at-a-glance strong { font-size: 13px; }
  .home .hero .home-small-note { font-size: 17px; }
  .home .section, .home .location-chooser { padding-block: 65px; }
  .home .home-programs { padding-top: 5px; }
  .home .location-chooser-head, .home .home-section-heading { gap: 0 35px; }
  .home .location-choice-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .home .location-choice-top { align-items: flex-start; gap: 16px; }
  .home .location-type { max-width: 12ch; }
  .home .program-grid { gap: 20px; }
  .home .program h3 { font-size: 23px; }
  .home .founder-grid { grid-template-columns: 165px 1fr; gap: 35px; }
  .home .founder-photo .media-img { width: 165px; height: 215px; }
  .home .founder-sign { justify-content: flex-start; }
  .home .founder-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .home .home-photo-strip img { height: 255px; }
  .home .reviews { padding-block: 45px; }
  .home .home-next { padding-block: 0 60px; }
}

@media (max-width: 640px) {
  .home { --photo-spread-max: 6px; --photo-rise-max: 12px; --photo-tilt-max: 2deg; --gallery-rise-max: 16px; }
  .home .hero { padding-top: 20px; }
  .home .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .home .hero-copy { padding: 0; }
  .home .hero-eyebrow { font-size: 10px; margin-bottom: 14px; }
  .home .hero h1 { font-size: clamp(30px, 9.2vw, 48px); line-height: 1.15; margin-bottom: 15px; }
  .home .hero-desktop-break { display: none; }
  .home .hero-copy > p { font-size: 15px; line-height: 1.7; max-width: 42ch; margin-bottom: 16px; }
  .home .hero-actions { gap: 11px 20px; }
  .home .hero-actions .btn { min-height: 47px; padding: 12px 18px; gap: 22px; font-size: 12px; }
  .home .hero-actions .home-text-link { font-size: 12px; }
  .home .hero-review-summary { margin-top: 10px; font-size: 13px; }
  .home .hero .hero-note { display: none; }
  .home .hero-art { gap: 16px; max-width: 470px; margin: 8px auto 0; }
  .home .hero-art .media-img { height: clamp(165px, 43vw, 230px); }
  .home .hero-art figcaption { padding-top: 8px; }
  .home .hero-art figcaption > span, .home .hero-caption { display: none; }
  .home .hero-art figcaption a { font-size: 14px; margin-bottom: 0; }
  .home .hero-bee { top: -25px; }
  .home .home-at-a-glance { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 20px; padding-block: 16px; }
  .home .hero .home-small-note { display: none; }
  .home .home-at-a-glance > div { padding-left: 0; border: 0; }
  .home .home-at-a-glance strong { font-size: 13px; }
  .home .home-at-a-glance div > span { font-size: 12px; }
  .home .section, .home .location-chooser { padding-block: 55px; }
  .home .location-chooser-head, .home .home-section-heading { grid-template-columns: 1fr; gap: 0; }
  .home .location-chooser-head h2, .home .section-head h2, .home .home-section-heading h2 { font-size: 35px; line-height: 1.15; }
  .home .location-chooser-head > p { margin-top: 20px; font-size: 13px; max-width: 38ch; }
  .home .location-choice-grid { grid-template-columns: 1fr; }
  .home .location-choice { padding: 27px 23px; }
  .home .location-type { max-width: none; }
  .home .location-choice-top { margin-bottom: 24px; }
  .home .location-choice h3 { font-size: 32px; }
  .home .location-facts { gap: 7px 15px; }
  .home .location-choice-actions { gap: 10px 16px; }
  .home .location-choice-actions .btn { font-size: 14px; }
  .home .location-text-link { font-size: 13px; }
  .home .home-programs { padding-top: 7px; }
  .home .section-head p { font-size: 13px; }
  .home .program-grid { grid-template-columns: 1fr; gap: 38px; }
  .home .program .media { aspect-ratio: 1.5; margin-bottom: 20px; }
  .home .program h3 { font-size: 28px; }
  .home .founder-note.section { padding-block: 45px; }
  .home .founder-grid { grid-template-columns: 1fr; gap: 27px; }
  .home .founder-photo .media-img { width: 130px; height: 155px; margin: 0; }
  .home .founder-quote p { font-size: 24px; }
  .home .founder-body .eyebrow { font-size: 10px; margin-bottom: 18px; }
  .home .founder-sign { gap: 9px 16px; }
  .home .founder-role { font-size: 10px; }
  .home .founder-badges { grid-template-columns: 1fr; justify-content: start; margin-top: 30px; }
  .home .home-section-aside { margin-top: 23px; }
  .home .home-photo-strip { gap: 15px; }
  .home .home-photo-strip figure, .home .home-photo-strip figure:nth-child(2n) { flex-basis: 85%; }
  .home .home-photo-strip img { height: 255px; }
  .home .home-gallery-bottom > p { font-size: 15px; max-width: 21ch; }
  .home .reviews { padding-block: 38px 45px; }
  .home .reviews .section-head { text-align: left; }
  .home .reviews .section-head h2 { font-size: 33px; }
  .home .home-next { padding-block: 0 45px; }
  .home .cta-band { grid-template-columns: 1fr; gap: 26px; padding: 35px 26px; }
  .home .cta-band h2 { font-size: 38px; }
  .home .cta-band .eyebrow { font-size: 10px; margin-bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .home *, .home *::before, .home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .home .hero-garden, .home .hero-room, .home .home-photo-strip figure { transform: none !important; }
}
