:root {
  --pink: #ee3b81;
  --pink-dark: #d92a70;
  --blush: #fff8fa;
  --paper: #ffffff;
  --lavender: #9687e0;
  --gray: #a1a1a1;
  --ink: #625d63;
  --line: #ee3b81;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Josefin Sans", Arial, sans-serif;
  font-weight: 400;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  color: var(--pink);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: 56px;
  line-height: 1.5;
}

h2 {
  font-size: 55px;
  line-height: 1.5;
}

h3 {
  font-size: 27px;
  line-height: 1.5;
}

p {
  line-height: 2;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.narrow {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-nav {
  position: relative;
  z-index: 100;
  top: 0;
  height: 130px;
  background: rgba(255, 255, 255, 0.98);
}

.nav-inner {
  width: min(1208px, calc(100% - 48px));
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
}

.logo-link {
  flex: 0 0 auto;
}

.logo-link img {
  width: 165px;
  height: 87px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 50px;
}

.nav-links a:not(.button) {
  color: var(--pink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:not(.button):hover,
.footer-links a:hover {
  color: var(--lavender);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  width: 100%;
  height: 2px;
  display: block;
  margin: 5px 0;
  background: var(--pink);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.nav-button,
.button-pink,
.button-dark {
  background: var(--pink);
  color: #fff;
}

.nav-button:hover,
.button-pink:hover,
.button-dark:hover {
  background: var(--pink-dark);
}

.nav-button {
  min-width: 180px;
  min-height: 53px;
}

.button-outline-pink,
.button-light {
  border-color: var(--pink);
  background: transparent;
  color: var(--pink);
}

.button-outline-pink:hover,
.button-light:hover {
  background: var(--pink);
  color: #fff;
}

.button-outline {
  border-color: #fff;
  color: #fff;
}

.button-outline:hover {
  background: #fff;
  color: var(--pink);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  align-items: center;
}

.button-row.centered {
  justify-content: center;
}

.hero {
  position: relative;
  z-index: 1;
  height: 647px;
  overflow: hidden;
  background: #dceef0;
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: opacity 1200ms ease, transform 7000ms linear;
}

.hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1.08);
}

.community-section {
  position: relative;
  z-index: 2;
  height: 775px;
  display: flex;
  align-items: center;
  overflow: visible;
  background: var(--blush);
  scroll-margin-top: 20px;
}

.section-copy {
  position: relative;
  z-index: 3;
  padding-top: 30px;
  text-align: center;
}

.section-copy h1 {
  letter-spacing: 0.04em;
}

.section-copy p {
  max-width: 645px;
  margin: 27px auto 38px;
  color: var(--pink);
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.title-rule {
  width: 110px;
  height: 1px;
  display: block;
  margin: 12px auto 0;
  background: var(--pink);
}

.welcome-tile,
.decor,
.founder-tile,
.contact-tile {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.brand-tile {
  aspect-ratio: 338 / 392;
}

.brand-tile img {
  position: absolute;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.brand-tile-base {
  inset: 0;
  width: 100%;
  height: 100%;
}

.brand-tile .brand-tile-mark {
  top: 39%;
  left: 50%;
  width: 44%;
  display: none;
  transform: translate(-50%, -50%);
}

.welcome-tile {
  width: 420px;
  aspect-ratio: 420 / 446;
  top: -214px;
  left: 50%;
  transform: translateX(-50%);
}

.welcome-tile .brand-tile-base {
  inset: auto;
  top: 10.24%;
  left: 13.62%;
  width: 72.86%;
  height: auto;
  transform: rotate(-23deg);
}

.welcome-tile .brand-tile-mark {
  top: 46.11%;
  left: 38.38%;
  width: 19.29%;
  display: block;
  transform: rotate(-23deg);
}

.decor-left {
  width: 237px;
  left: 18px;
  bottom: -8px;
  transform: translateY(var(--parallax-y, 0));
}

.decor-right {
  width: 283px;
  right: -4px;
  bottom: -55px;
  transform: translateY(var(--parallax-y, 0));
}

.section-heading {
  margin-bottom: 72px;
}

.centered-heading {
  text-align: center;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--lavender);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-transform: uppercase;
}

.events-section {
  position: relative;
  height: 800px;
  overflow: hidden;
  background: #fff;
  scroll-margin-top: 20px;
}

.events-parallax {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.08);
  will-change: transform;
}

.events-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

.events-section .section-heading {
  margin-bottom: 58px;
}

.events-section .section-heading h2 {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

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

.events-carousel {
  position: relative;
}

.events-carousel-controls {
  display: none;
}

.events-carousel-controls[hidden] {
  display: none;
}

.event-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 38px 34px 30px;
  border-radius: 8px;
  background: var(--pink);
  box-shadow: 12px 12px 8px rgba(238, 59, 129, 0.14);
  color: #fff;
}

.event-card:only-child {
  width: min(350px, 100%);
  grid-column: 1 / -1;
  justify-self: center;
}

.event-top,
.event-bottom,
.events-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.event-date,
.event-level,
.event-time {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.event-level {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}

.event-card h3 {
  margin: 28px 0 16px;
  color: #fff;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.event-card > p {
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.65;
}

.event-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 11px;
  line-height: 1.4;
}

.event-bottom {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.event-card .button {
  min-height: 40px;
  padding: 0 17px;
  border-color: #fff;
  background: #fff;
  color: var(--pink);
  font-size: 10px;
}

.events-footer {
  margin-top: 28px;
}

.events-note {
  margin: 0;
  color: var(--gray);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: #bbb5bb;
}

.status-dot.is-live {
  background: var(--pink);
}

.text-link {
  color: var(--pink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mahjoin-embed {
  width: 100%;
  min-height: 620px;
  grid-column: 1 / -1;
  border: 1px solid var(--pink);
  border-radius: 7px;
  background: #fff;
}

.founder-section {
  height: 800px;
  display: flex;
  align-items: center;
  background: #fff;
}

.founder-mobile-intro,
.contact-mobile-title,
.mobile-photo-carousel {
  display: none;
}

.founder-grid {
  display: grid;
  grid-template-columns: 430px minmax(0, 557px);
  gap: 76px;
  align-items: center;
  justify-content: center;
}

.founder-photo {
  position: relative;
  width: 386px;
}

.founder-slide {
  position: absolute;
  inset: 0;
  width: 386px;
  height: 586px;
  border-radius: 58px 8px 58px 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 10px 0 5px rgba(238, 59, 129, 0.45);
  opacity: 0;
  transition: opacity 900ms ease;
}

.founder-slide:first-child {
  position: relative;
}

.founder-slide.is-active {
  opacity: 1;
}

.founder-tile {
  width: 259px;
  right: -92px;
  bottom: -25px;
  filter: drop-shadow(4px 7px 4px rgba(70, 50, 60, 0.22));
  transform: translateY(var(--parallax-y, 0));
}

.founder-copy h2 {
  margin-bottom: 13px;
  font-size: 55px;
  letter-spacing: 0.08em;
}

.founder-copy > p:not(.eyebrow) {
  margin: 31px 0 45px;
  color: var(--pink);
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.services-section {
  height: 879px;
  padding-top: 70px;
  background: var(--blush);
  scroll-margin-top: 20px;
}

.services-section .section-heading {
  margin-bottom: 58px;
}

.services-section h2,
.gallery-section h2 {
  font-size: 35px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

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

.service-card {
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 34px 30px;
  border: 1px solid var(--pink);
  border-radius: 8px;
  text-align: center;
}

.service-card img {
  width: 145px;
  height: 175px;
  object-fit: contain;
  filter: drop-shadow(4px 6px 3px rgba(71, 53, 61, 0.18));
}

.service-card h3 {
  margin-top: 12px;
  font-size: 27px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-label {
  margin: 2px 0 8px;
  color: var(--lavender);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-transform: uppercase;
}

.service-card > p:not(.service-label) {
  margin-bottom: 17px;
  color: var(--gray);
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.service-card .button {
  min-width: 180px;
  margin-top: auto;
}

.gallery-section {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 95px 0 115px;
  background: #fff;
}

.gallery-heading {
  margin-bottom: 58px;
}

.gallery-heading .section-heading {
  margin-bottom: 0;
}

.photo-wall {
  width: min(1032px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
  overflow: visible;
}

.photo-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translate3d(0, var(--column-shift, 0), 0);
  will-change: transform;
}

.photo-column:nth-child(even) {
  padding-top: 160px;
}

.photo-column img {
  width: 100%;
  height: 300px;
  flex: 0 0 auto;
  object-fit: cover;
}

.photo-column img.is-landscape {
  height: 145px;
}

.contact-section {
  min-height: 1116px;
  padding: 90px 0 80px;
  background: var(--blush);
  scroll-margin-top: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 458px minmax(0, 566px);
  gap: 76px;
  align-items: start;
  justify-content: center;
}

.contact-photo {
  position: relative;
  margin-top: 10px;
}

.contact-photo > img:first-child {
  width: 458px;
  height: 652px;
  border-radius: 8px 58px 8px 58px;
  object-fit: cover;
  box-shadow: 11px 0 5px rgba(238, 59, 129, 0.45);
}

.contact-tile {
  width: 300px;
  left: -150px;
  bottom: -95px;
  filter: drop-shadow(4px 7px 4px rgba(70, 50, 60, 0.2));
  transform: translateY(var(--parallax-y, 0));
}

.contact-copy h2 {
  margin-bottom: 19px;
  font-size: 55px;
  letter-spacing: 0.08em;
  line-height: 1.28;
  text-transform: uppercase;
}

.contact-copy > .eyebrow {
  margin-bottom: 42px;
}

.contact-copy > p:not(.eyebrow) {
  margin-bottom: 35px;
  color: var(--pink);
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-form label {
  display: block;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--pink);
  border-radius: 0;
  outline: none;
  color: var(--pink);
  background: transparent;
  font-size: 15px;
  letter-spacing: 0.18em;
}

.contact-form input {
  height: 59px;
  padding: 0 12px;
}

.contact-form textarea {
  height: 137px;
  padding: 15px 12px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(238, 59, 129, 0.55);
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 0 2px rgba(150, 135, 224, 0.35);
}

.contact-form .button {
  width: 180px;
  margin-top: 1px;
}

.form-status {
  min-height: 24px;
  margin: -10px 0 0;
  color: var(--lavender);
  font-size: 12px;
  line-height: 1.6;
}

.site-footer {
  min-height: 420px;
  padding: 35px 0 22px;
  color: #fff;
  background: var(--pink);
}

.footer-stack {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.footer-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.footer-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.footer-nav {
  display: grid;
  grid-template-columns: 135px 1fr auto;
  gap: 32px;
  align-items: center;
}

.footer-nav > img {
  width: 120px;
  filter: brightness(0) invert(1);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.footer-links a,
.footer-nav > a {
  font-size: 17px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.footer-credit {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.site-credit {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Blog */
.section-border {
  border-bottom: 1px solid #f4c4d7;
}

.blog-hero {
  padding: 90px 0;
  background: var(--blush);
}

.blog-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}

.blog-hero-copy h1 {
  font-size: 56px;
  line-height: 1.15;
}

.blog-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 26px 0;
  font-size: 17px;
}

.photo-frame {
  overflow: hidden;
  border-radius: 8px;
}

.blog-hero-photo {
  height: 500px;
}

.blog-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 720px);
  gap: 70px;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.blog-meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--lavender);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-content p,
.blog-content li {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.75;
}

.blog-content h2 {
  margin: 50px 0 20px;
  font-size: 40px;
  line-height: 1.2;
}

.blog-content .lede {
  color: var(--pink-dark);
  font-size: 22px;
}

.blog-callout {
  margin: 44px 0;
  padding: 32px;
  border: 1px solid var(--pink);
  border-radius: 8px;
  background: var(--blush);
}

.blog-callout h3 {
  margin-bottom: 18px;
  font-size: 30px;
}

.blog-callout ul {
  margin-bottom: 0;
}

.footer-cta {
  padding: 24px 0 36px;
  text-align: center;
}

.footer-cta h2 {
  margin-bottom: 28px;
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.footer-bottom img {
  width: 130px;
  filter: brightness(0) invert(1);
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1080px) {
  .nav-links {
    gap: 25px;
  }

  .nav-links a:not(.button) {
    font-size: 10px;
  }

  .nav-button {
    min-width: 145px;
  }

  .founder-grid,
  .contact-grid {
    width: min(900px, calc(100% - 48px));
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 55px;
  }

  .founder-photo,
  .founder-slide,
  .contact-photo > img:first-child {
    width: 100%;
  }

  .events-grid,
  .services-grid {
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .container,
  .narrow {
    width: min(100% - 36px, 600px);
  }

  h1 {
    font-size: 39px;
    line-height: 1.2;
  }

  h2,
  .founder-copy h2 {
    font-size: 42px;
  }

  .site-nav,
  .nav-inner {
    height: 86px;
  }

  .nav-inner {
    width: calc(100% - 28px);
  }

  .logo-link img {
    width: 115px;
    height: 62px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 86px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: 10px 18px 22px;
    border-bottom: 1px solid #f4c4d7;
    background: #fff;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a:not(.button) {
    padding: 13px 4px;
    font-size: 11px;
  }

  .nav-button {
    margin-top: 8px;
  }

  .hero {
    height: 500px;
  }

  .hero-slide {
    object-position: center;
  }

  .community-section {
    height: 720px;
    overflow: hidden;
    scroll-margin-top: 86px;
  }

  .welcome-tile {
    width: 280px;
    top: -150px;
  }

  .section-copy {
    padding-top: 35px;
  }

  .section-copy p {
    font-size: 15px;
    line-height: 1.8;
  }

  .decor-left {
    width: 145px;
    left: -15px;
  }

  .decor-right {
    width: 145px;
    right: -10px;
    bottom: -10px;
  }

  .button-row {
    gap: 14px;
  }

  .events-section,
  .founder-section,
  .services-section,
  .contact-section {
    height: auto;
    min-height: 0;
    scroll-margin-top: 86px;
  }

  .events-section {
    padding: 74px 0;
  }

  .events-parallax {
    width: 180%;
    max-width: none;
    left: -40%;
  }

  .events-content {
    padding-top: 0;
  }

  .section-heading,
  .events-section .section-heading,
  .services-section .section-heading {
    margin-bottom: 42px;
  }

  .events-grid,
  .services-grid,
  .founder-grid,
  .contact-grid,
  .blog-hero-grid,
  .blog-body {
    grid-template-columns: 1fr;
  }

  .event-card,
  .event-card:only-child {
    width: 100%;
    min-height: 360px;
  }

  .events-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .founder-section {
    padding: 80px 0 100px;
  }

  .founder-grid,
  .contact-grid {
    width: min(100% - 36px, 600px);
    gap: 75px;
  }

  .founder-photo {
    width: calc(100% - 28px);
  }

  .founder-slide {
    height: 540px;
  }

  .founder-tile {
    width: 190px;
    right: -45px;
  }

  .founder-copy > p:not(.eyebrow),
  .contact-copy > p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.85;
  }

  .services-section {
    padding: 75px 0;
  }

  .services-section h2,
  .gallery-section h2,
  .events-section .section-heading h2 {
    font-size: 31px;
  }

  .service-card {
    height: 540px;
  }

  .gallery-section {
    min-height: 0;
    padding: 80px 0;
  }

  .photo-wall {
    width: calc(100% - 36px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .photo-column {
    gap: 12px;
  }

  .photo-column:nth-child(even) {
    padding-top: 80px;
  }

  .photo-column:nth-child(n + 3) {
    display: none;
  }

  .photo-column img {
    height: 245px;
  }

  .photo-column img.is-landscape {
    height: 130px;
  }

  .contact-section {
    padding: 90px 0 100px;
  }

  .contact-photo {
    width: calc(100% - 24px);
    margin-left: auto;
  }

  .contact-photo > img:first-child {
    height: 560px;
  }

  .contact-tile {
    width: 190px;
    left: -65px;
    bottom: -55px;
  }

  .contact-copy h2 {
    font-size: 47px;
  }

  .footer-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .footer-gallery img:nth-child(n + 4) {
    display: none;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-links {
    gap: 18px;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .blog-hero {
    padding: 64px 0;
  }

  .blog-hero-copy h1 {
    font-size: 42px;
  }

  .blog-hero-photo {
    height: 380px;
  }

  .blog-body {
    gap: 36px;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .blog-meta {
    flex-flow: row wrap;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 35px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .hero {
    height: 430px;
  }

  .event-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-card .button {
    width: 100%;
  }

  .founder-slide,
  .contact-photo > img:first-child {
    height: 500px;
  }
}

@media (max-width: 760px) {
  .home-page.menu-open {
    height: 100%;
    overflow: hidden;
  }

  .home-page .site-nav,
  .home-page .nav-inner {
    height: 228px;
  }

  .home-page .site-nav {
    background: #fff;
  }

  .home-page .nav-inner {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .home-page .logo-link {
    position: absolute;
    z-index: 3;
    top: 69px;
    left: 15px;
  }

  .home-page .logo-link img {
    width: 182px;
    height: 90px;
    object-fit: fill;
  }

  .home-page .menu-toggle {
    position: absolute;
    z-index: 1002;
    top: 92px;
    right: 14px;
    display: block;
  }

  .home-page .menu-toggle > span:not(.sr-only) {
    height: 3px;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .home-page .menu-toggle[aria-expanded="true"] {
    position: fixed;
    top: 153px;
    right: 50px;
    outline: none;
  }

  .home-page .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  .home-page .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .home-page .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .home-page.menu-open .logo-link {
    visibility: hidden;
  }

  .home-page .nav-links {
    position: fixed;
    z-index: 1000;
    inset: 0;
    height: 100dvh;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 229px 52px 0;
    border: 0;
    background-color: #f8b2cc;
    background-image: url("/assets/showit-pattern.png");
    background-repeat: repeat;
    background-position: center;
    background-size: 700px auto;
  }

  .home-page .nav-links::before {
    position: absolute;
    z-index: -1;
    top: 199px;
    left: 50%;
    width: 286px;
    height: 451px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 10px 11px 7px rgba(238, 59, 129, 0.35);
    content: "";
    transform: translateX(-50%);
  }

  .home-page .nav-links.is-open {
    display: flex;
  }

  .home-page .nav-links a:not(.button) {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 12px;
  }

  .home-page .nav-button {
    width: 195px;
    min-width: 0;
    min-height: 45px;
    margin-top: 24px;
  }

  .home-page .hero {
    height: 617px;
    background: var(--blush);
  }

  .home-page .hero-slides {
    inset: 0 0 auto;
    height: 540px;
  }

  .home-page .hero-slide {
    height: 540px;
    object-position: center;
    transition: opacity 500ms ease, transform 5000ms linear;
  }

  .home-page .community-section {
    height: 672px;
    overflow: visible;
    scroll-margin-top: 0;
  }

  .home-page .brand-tile-mark {
    display: block;
  }

  .home-page .welcome-tile {
    width: 204.5px;
    aspect-ratio: 338 / 392;
    top: -143px;
    left: 54%;
    transform: translateX(-50%) rotate(34deg);
  }

  .home-page .welcome-tile .brand-tile-base {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .home-page .welcome-tile .brand-tile-mark {
    top: 48.9%;
    left: 45.7%;
    width: 43%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .home-page .decor {
    display: none;
  }

  .home-page .section-copy {
    width: 360px;
    padding-top: 91px;
    transform: translateY(-6px);
  }

  .home-page .section-copy h1 {
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.45;
  }

  .home-page .title-rule {
    width: 136px;
    margin-top: -5px;
  }

  .home-page .section-copy p {
    width: 360px;
    margin: 29px auto 45px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2.15;
  }

  .home-page .section-copy .button-row {
    align-items: center;
    flex-direction: column;
    gap: 52px;
  }

  .home-page .section-copy .button {
    width: 195px;
    min-height: 59px;
    padding: 0 22px;
    font-size: 11px;
  }

  .home-page .events-section {
    height: 1110px;
    padding: 0;
    overflow: hidden;
    scroll-margin-top: 0;
  }

  .home-page .events-section::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 248.05%;
    height: 150px;
    background-image: url("/assets/bamboo-frame.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  .home-page .events-parallax {
    inset: 0 0 auto;
    right: auto;
    left: 50%;
    width: 248.05%;
    height: auto;
    max-width: none;
    object-fit: contain;
    object-position: top center;
    transform: translate3d(-50%, var(--parallax-y, 0), 0);
  }

  .home-page .events-content {
    width: 100%;
    padding-top: 263px;
  }

  .home-page .events-section .section-heading {
    margin-bottom: 74px;
  }

  .home-page .events-section .eyebrow {
    margin-bottom: 30px;
  }

  .home-page .events-section .section-heading h2 {
    font-size: 31px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }

  .home-page .events-grid {
    --event-carousel-edge: calc((100vw - 210px) / 2);
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    gap: 24px;
    margin: 0;
    padding: 0 var(--event-carousel-edge) 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: var(--event-carousel-edge);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 60px, #000 calc(100% - 60px), transparent);
    mask-image: linear-gradient(to right, transparent, #000 60px, #000 calc(100% - 60px), transparent);
  }

  .home-page .events-grid::-webkit-scrollbar {
    display: none;
  }

  .home-page .event-card,
  .home-page .event-card:only-child {
    width: 210px;
    flex: 0 0 210px;
    min-height: 312px;
    height: 312px;
    padding: 28px 20px 22px;
    border-radius: 18px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    text-align: center;
  }

  .home-page .events-carousel-controls {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 22px auto 0;
  }

  .home-page .events-carousel-controls[hidden] {
    display: none;
  }

  .home-page .events-carousel-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 0;
    border: 1px solid var(--pink);
    border-radius: 50%;
    color: var(--pink);
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 19px;
    line-height: 1;
  }

  .home-page .events-carousel-button:disabled {
    cursor: default;
    opacity: 0.35;
  }

  .home-page .events-carousel-dots {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .home-page .events-carousel-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    padding: 0;
    border: 1px solid var(--pink);
    border-radius: 50%;
    background: transparent;
  }

  .home-page .events-carousel-dot.is-active {
    background: var(--pink);
  }

  .home-page .events-carousel-button:focus-visible,
  .home-page .events-carousel-dot:focus-visible {
    outline: 2px solid var(--lavender);
    outline-offset: 3px;
  }

  .home-page .event-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    text-align: left;
  }

  .home-page .event-card h3 {
    margin: 20px 0 14px;
    font-size: 15px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .home-page .event-card > p,
  .home-page .event-details {
    display: none;
  }

  .home-page .event-bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .home-page .event-card .button {
    width: 100%;
    min-height: 40px;
  }

  .home-page .events-footer {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 18px;
    padding: 0 20px;
    text-align: center;
  }

  .home-page .events-note {
    display: none;
  }

  .home-page .events-footer .text-link {
    display: inline-flex;
    font-size: 10px;
  }

  .home-page .founder-section {
    height: 1152px;
    display: block;
    padding: 70px 0 0;
    scroll-margin-top: 0;
  }

  .home-page .founder-grid {
    width: 100%;
    display: block;
  }

  .home-page .founder-mobile-intro {
    display: block;
    text-align: center;
  }

  .home-page .founder-mobile-intro h2 {
    font-size: 31px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .home-page .founder-mobile-intro .eyebrow {
    margin: 6px 0 0;
  }

  .home-page .founder-photo {
    width: 296px;
    margin: 34px 0 0 44px;
  }

  .home-page .founder-slide {
    width: 296px;
    height: 484px;
  }

  .home-page .founder-tile {
    width: 200px;
    height: 238px;
    right: -56px;
    bottom: -73px;
    object-fit: contain;
    transform: rotate(24deg);
  }

  .home-page .founder-copy h2,
  .home-page .founder-copy > .eyebrow {
    display: none;
  }

  .home-page .founder-copy > p:not(.eyebrow) {
    width: 276px;
    margin: 105px auto 36px;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
  }

  .home-page .founder-copy .button {
    width: 195px;
    min-height: 45px;
    display: flex;
    margin: 0 auto;
  }

  .home-page .services-section {
    position: relative;
    height: 2146px;
    padding: 33px 0 0;
    overflow: visible;
    scroll-margin-top: 0;
  }

  .home-page .services-section::before {
    position: absolute;
    top: -68px;
    left: -10%;
    width: 120%;
    height: 110px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: var(--blush);
    content: "";
  }

  .home-page .services-section > .container {
    position: relative;
    width: 100%;
  }

  .home-page .services-section .section-heading {
    width: 360px;
    margin: 0 auto 80px;
  }

  .home-page .services-section .eyebrow {
    margin-bottom: 31px;
  }

  .home-page .services-section h2 {
    width: 330px;
    margin: 0 auto;
    font-size: 31px;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }

  .home-page .services-grid {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 70px;
    transform: translateX(-4px);
  }

  .home-page .service-card {
    width: 307px;
    height: 500px;
    padding: 30px 25px 25px;
    border-radius: 18px;
  }

  .home-page .service-card img {
    width: 145px;
    height: 180px;
    transform: scale(1.6);
  }

  .home-page .service-card h3 {
    font-size: 27px;
  }

  .home-page .service-label {
    font-size: 16px;
  }

  .home-page .service-card > p:not(.service-label) {
    font-size: 17px;
    line-height: 1.8;
  }

  .home-page .service-card .button {
    min-width: 195px;
  }

  .home-page .gallery-section {
    height: 739px;
    min-height: 739px;
    padding: 54px 0 0;
    overflow: hidden;
  }

  .home-page .gallery-heading {
    width: 360px;
    margin: 0 auto 40px;
  }

  .home-page .gallery-heading .eyebrow {
    margin-bottom: 41px;
  }

  .home-page .gallery-section h2 {
    width: 240px;
    margin: 0 auto;
    font-size: 31px;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }

  .home-page .photo-wall {
    width: 100%;
    display: block;
    margin: 0;
  }

  .home-page .photo-column {
    display: none;
  }

  .home-page .mobile-photo-carousel {
    width: 100%;
    height: 355px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-page .mobile-photo-carousel::-webkit-scrollbar {
    display: none;
  }

  .home-page .mobile-photo-track {
    width: max-content;
    height: 355px;
    display: flex;
    gap: 14px;
    padding: 0 84px;
  }

  .home-page .mobile-photo-track img {
    width: 222px;
    height: 355px;
    max-width: none;
    flex: 0 0 222px;
    border-radius: 18px;
    object-fit: cover;
    scroll-snap-align: center;
  }

  .home-page .contact-section {
    height: 1723px;
    min-height: 1723px;
    padding: 0;
    scroll-margin-top: 0;
  }

  .home-page .contact-grid {
    width: 100%;
    display: block;
  }

  .home-page .contact-mobile-title {
    display: block;
    margin: 0;
    padding-top: 62px;
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.48;
    text-align: center;
    text-transform: uppercase;
  }

  .home-page .contact-photo {
    width: 273px;
    margin: 62px 0 0 38px;
  }

  .home-page .contact-photo > img:first-child {
    width: 273px;
    height: 410px;
    border-radius: 8px 20px 8px 20px;
  }

  .home-page .contact-tile {
    width: 204.5px;
    right: -87px;
    bottom: -99px;
    left: auto;
    transform: rotate(34deg);
  }

  .home-page .contact-tile .brand-tile-mark {
    top: 48.3%;
    left: 46%;
    width: 43%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .home-page .contact-copy h2 {
    display: none;
  }

  .home-page .contact-copy > .eyebrow {
    width: 360px;
    margin: 94px auto 25px;
    line-height: 1.9;
  }

  .home-page .contact-copy > p:not(.eyebrow) {
    width: 360px;
    margin: 0 auto 38px;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
  }

  .home-page .contact-form {
    width: 360px;
    gap: 26px;
    margin: 0 auto;
  }

  .home-page .contact-form label:nth-of-type(-n + 2) {
    width: 330px;
  }

  .home-page .contact-form input {
    height: 40px;
  }

  .home-page .contact-form textarea {
    height: 397px;
    resize: none;
  }

  .home-page .contact-form .button {
    width: 195px;
    min-height: 45px;
    margin: 23px 0 0 5px;
  }

  .home-page .home-footer {
    height: 954px;
    min-height: 954px;
    padding: 62px 0 0;
    overflow: hidden;
  }

  .home-page .home-footer .footer-stack {
    width: 100%;
    gap: 0;
  }

  .home-page .home-footer .footer-gallery {
    width: max-content;
    display: flex;
    gap: 8px;
    transform: translateX(-50px);
  }

  .home-page .home-footer .footer-gallery img,
  .home-page .home-footer .footer-gallery img:nth-child(n + 4) {
    width: 106px;
    height: 106px;
    display: block;
    flex: 0 0 106px;
  }

  .home-page .home-footer .footer-nav {
    display: contents;
  }

  .home-page .home-footer .footer-nav > img {
    display: none;
  }

  .home-page .home-footer .footer-nav > a {
    order: 2;
    width: 100%;
    margin-top: 2px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .home-page .home-footer .footer-links {
    width: 273px;
    display: flex;
    order: 3;
    align-items: center;
    flex-direction: column;
    gap: 26px;
    margin: 44px auto 0;
    padding-top: 43px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }

  .home-page .home-footer .footer-links a {
    font-size: 17px;
    line-height: 1.8;
    text-transform: uppercase;
  }

  .home-page .home-footer .footer-credit {
    width: 273px;
    order: 4;
    margin: 46px auto 0;
    padding-top: 37px;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 2;
    text-transform: none;
  }

  .home-page .home-footer .footer-location,
  .home-page .home-footer .footer-credit-separator {
    display: none;
  }
}

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

  .hero-slide {
    transition: opacity 250ms linear;
  }
}
