:root {
  --bg: #fffdf8;
  --paper: #ffffff;
  --ink: #2d2450;
  --muted: #655a85;

  --pink: #f0a0c0;
  --orange: #f0c040;
  --yellow: #f0e050;
  --green: #00c060;
  --teal: #30d080;
  --blue: #5f3dc4;
  --purple: #3000a0;

  --line: #eadff5;
  --line-strong: #c9b4e8;
  --shadow-soft: 0 10px 24px rgba(48, 0, 160, 0.10);
  --shadow-pop: 0 10px 0 rgba(48, 0, 160, 0.18);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Source Sans Pro", system-ui, sans-serif;
  color: var(--ink);
  line-height: 1.55;
  background: #fff;
}

.container { width: min(1120px, 92%); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 3px solid var(--yellow);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  padding: .8rem 0;
}

.brand-logo {
  width: min(360px, 74vw);
  max-height: 150px;
  object-fit: contain;
}

.prod-home .nav-wrap {
  justify-content: center;
}

.hero-brand-link {
  display: block;
  width: 100%;
  margin: 0 0 .45rem;
}
.hero-brand-logo {
  width: min(420px, 82vw);
  max-height: 220px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
}

.site-nav .nav-link,
.site-nav .nav-more-btn {
  --nav-color: var(--line-strong);
  text-decoration: none;
  border: 2px solid var(--nav-color);
  border-radius: 999px;
  padding: .44rem .85rem;
  font-weight: 800;
  font-size: .92rem;
  box-shadow: 0 3px 0 rgba(36, 49, 70, 0.1);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease, color .15s ease;
}

.site-nav .nav-link {
  color: #fff;
  background: var(--nav-color);
}
.site-nav .nav-more-btn {
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  border-style: dashed;
  --nav-color: #7643c8;
  display: none;
}


.site-nav .nav-link,
.site-nav .nav-more-btn,
.btn {
  font-family: "Alegreya", Georgia, serif;
}

.site-nav .nav-link:nth-of-type(1) { --nav-color: #f0a0c0; }
.site-nav .nav-link:nth-of-type(2) { --nav-color: #30d080; }
.site-nav .nav-link:nth-of-type(3) { --nav-color: #4c8ce4; }
.site-nav .nav-link:nth-of-type(4) { --nav-color: #ff8b5a; }
.site-nav .nav-link:nth-of-type(5) { --nav-color: #F13E93; }
.site-nav .nav-link:nth-of-type(6) { --nav-color: #00c060; }

.site-nav .nav-link:hover,
.site-nav .nav-more-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 0 rgba(36, 49, 70, 0.14);
}

.site-nav .nav-link.active {
  background: #fff;
  color: var(--nav-color);
  border-color: var(--nav-color);
  transform: translateY(-1px);
  box-shadow: 0 5px 0 rgba(36, 49, 70, 0.14);
}

h1, h2, h3 {
  font-family: "Alegreya", Georgia, serif;
  line-height: 1.12;
  margin: .2rem 0 .62rem;
  letter-spacing: .01em;
}

h1 { font-size: clamp(2rem, 5vw, 3.35rem); }
h2 { font-size: clamp(1.7rem, 4vw, 2.36rem); }

.lead { font-size: 1.08rem; max-width: 66ch; }
.small { color: var(--muted); font-size: .93rem; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: 3.3rem 0 2.4rem;
}
.hero::before,
.hero::after {
  content: none;
  display: none;
}
.hero .container { position: relative; z-index: 2; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1.2rem;
  align-items: center;
}

.btn {
  border: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  padding: .82rem 1.16rem;
  transition: transform .12s ease, box-shadow .12s ease;
}

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

.btn.primary {
  background: linear-gradient(135deg, var(--pink), var(--orange));
  color: #fff;
  border: 2px solid #fff;
  box-shadow: var(--shadow-pop);
}

.btn.ghost {
  border: 2px solid var(--blue);
  color: var(--blue);
  background: #fff;
  box-shadow: 0 5px 0 rgba(74, 132, 255, 0.12);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
  align-items: center;
}

.subscribe-section-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.subscribe-band {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 1.6rem;
  background: #3EBF8F;
  padding: 60px 0;
}

.subscribe-band-inner {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.subscribe-shell {
  width: 19rem;
  max-width: 100%;
  height: 3.35rem;
  padding: 4px;
  background: rgba(255,255,255,.97);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(118, 67, 200, 0.14);
  border: 2px solid rgba(118, 67, 200, 0.12);
  overflow: hidden;
  transition: width .4s cubic-bezier(.68,-0.55,.27,1.55);
}

.subscribe-shell.is-expanded {
  width: 30rem;
}

.subscribe-cta {
  position: relative;
  width: 100%;
  height: 100%;
}

.subscribe-trigger,
.subscribe-input-container,
.subscribe-success {
  position: absolute;
  inset: 0;
}

.subscribe-trigger,
.subscribe-success,
.subscribe-input-container,
.subscribe-submit-button,
.subscribe-cta-input {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.subscribe-trigger.shown,
.subscribe-success.shown,
.subscribe-input-container.shown,
.subscribe-submit-button.shown,
.subscribe-cta-input.shown {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.subscribe-trigger {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 999px;
  background: #F13E93;
  color: #fff;
  font-family: "Alegreya", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .4s ease;
}

.subscribe-input-container {
  transition: all .4s ease .4s;
}

.subscribe-cta-input {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: .98rem;
  padding: 0 28% 0 5%;
  transition: all .4s ease .4s;
}

.subscribe-cta-input::placeholder {
  color: rgba(36,49,70,.55);
}

.subscribe-submit-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 9rem;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  color: #fff;
  font-family: "Alegreya", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .4s ease .4s;
}

.subscribe-success {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #49a564;
  font-family: "Alegreya", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s ease .4s;
}

.subscribe-cta-status {
  min-height: 1.3rem;
  margin: .5rem 0 0;
  color: var(--muted);
  font-size: .93rem;
}

.subscribe-cta-status.is-error {
  color: #b42318;
}

.subscribe-shell.is-error {
  border-color: rgba(180, 35, 24, 0.28);
}

.subscribe-cta-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.subscribe-intro-title {
  margin: 0 0 .25rem;
  font-family: "Alegreya", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.subscribe-intro-copy {
  margin: 0 0 .8rem;
  color: rgba(255,255,255,.96);
  text-align: center;
  font-size: 1.04rem;
  max-width: 36rem;
}

.subscribe-meta-fields {
  margin-top: .65rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: .5rem;
  width: min(100%, 22rem);
}

.subscribe-meta-fields label {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  font-size: .84rem;
  color: #fff;
  font-weight: 800;
}

.subscribe-band .subscribe-cta-status {
  color: rgba(255,255,255,.96);
}

.subscribe-band .subscribe-cta-status.is-error {
  color: #ffe6e5;
}

.subscribe-meta-fields select {
  border: 1.5px solid rgba(255,255,255,.92);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.95) 50%),
    linear-gradient(135deg, rgba(255,255,255,.95) 50%, transparent 50%);
  background-position:
    calc(100% - 16px) calc(50% - 2px),
    calc(100% - 10px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  font: inherit;
  font-size: .94rem;
  font-weight: 700;
  padding: .52rem 2rem .52rem .65rem;
  min-height: 40px;
}

.subscribe-meta-fields select:focus {
  outline: 2px solid rgba(255,255,255,.45);
  outline-offset: 1px;
  border-color: #fff;
}

.subscribe-band .subscribe-meta-fields select option {
  color: var(--ink);
  background: #fff;
}

.color-card {
  background: transparent;
  border-radius: 18px;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}

.block {
  border-radius: 14px;
  min-height: 84px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: .4rem;
  color: rgba(255,255,255,.95);
  font-weight: 800;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  border: 2px solid rgba(255,255,255,.55);
}

.b1 { background: linear-gradient(135deg, #f0a0c0, #f0c040); }
.b2 { background: linear-gradient(135deg, #00c060, #30d080); }
.b3 { background: linear-gradient(135deg, #f0c040, #f0e050); color: #453f35; }
.b4 { background: linear-gradient(135deg, #7643c8, #b077e8); }
.b5 { background: linear-gradient(135deg, #5f3dc4, #3000a0); }
.b6 { background: linear-gradient(135deg, #00d060, #00c060); }

.placeholder-reference-wrap { margin: 0; }

.placeholder-reference {
  width: 100%;
  display: block;
  border-radius: 16px;
  border: 2px solid var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.section { padding: 2.7rem 0; }

.section.alt {
  background: #fff;
}

.cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}
.cards::before,
.cards::after {
  content: none;
  display: none;
}

.card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--paper);
  border: 2px solid var(--line);
  border-radius: 18px;
  padding: 1.15rem 1rem 1rem;
  box-shadow: var(--shadow-soft);
  transition: transform .16s ease, box-shadow .16s ease;
}
.card:hover {
  transform: translateY(-4px) rotate(-.3deg);
  box-shadow: 0 14px 28px rgba(36, 65, 120, 0.13);
}
.card:nth-child(3n+1) { border-color: #ffbed8; transform: rotate(-.45deg); }
.card:nth-child(3n+2) { border-color: #bde7ff; transform: rotate(.45deg); }
.card:nth-child(3n+3) { border-color: #c9f0d2; transform: rotate(-.2deg); }

.card-chip {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: .64rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  border: 2px solid #fff;
  border-radius: 999px;
  padding: .16rem .46rem;
  box-shadow: 0 4px 0 rgba(147, 88, 255, .2);
}
.card h3 { margin-top: 1.45rem; }

.link-arrow {
  text-decoration: none;
  font-weight: 900;
  color: var(--blue);
  border-bottom: 2px dashed rgba(74,132,255,.5);
}
.link-arrow:hover {
  color: var(--purple);
  border-bottom-color: rgba(147,88,255,.55);
}

.image-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 1rem;
}

.section.alt .image-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}
.section.alt .gallery-img {
  height: 220px;
}

.instagram-feed-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .8rem;
  flex-wrap: wrap;
}

.instagram-feed-header h2 {
  margin: 0;
}

.instagram-follow-link {
  color: #8a4fff;
  font-weight: 700;
  text-decoration: none;
}

.instagram-follow-link:hover {
  text-decoration: underline;
}

.ig-latest-strip {
  margin-top: 1.15rem;
}

.ig-latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
  margin-top: .55rem;
}

.ig-post-card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e9edf5;
  box-shadow: 0 8px 20px rgba(36, 49, 70, .1);
  background: #fff;
  aspect-ratio: 1 / 1;
}

.ig-post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .18s ease;
}

.ig-post-card:hover img {
  transform: scale(1.03);
}

.home-scroll-gallery-wrap {
  position: relative;
  margin-top: .55rem;
  margin-bottom: 1.65rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home-scroll-gallery {
  --peek: 36px;
  display: flex;
  align-items: stretch;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.home-scroll-gallery::-webkit-scrollbar {
  display: none;
}

.home-scroll-card {
  flex: 0 0 calc((100vw - var(--peek) - 24px) / 3);
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e9edf5;
  box-shadow: 0 8px 20px rgba(36, 49, 70, .14);
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}

.home-scroll-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .2s ease, filter .2s ease;
}

.home-scroll-more-link {
  flex: 0 0 auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding-right: 1.15rem;
  color: #5f33d8;
  font-family: "Alegreya", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: .01em;
  text-decoration: underline;
  text-decoration-thickness: 1.7px;
  text-underline-offset: 3px;
  scroll-snap-align: start;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255,255,255,.9);
}

.home-scroll-more-link svg {
  width: 1.12rem;
  height: 1.12rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-scroll-more-link:hover {
  color: #4a24b5;
}

.home-scroll-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  background: rgba(33, 24, 67, .72);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .24);
  cursor: pointer;
  z-index: 4;
}

.home-scroll-nav:hover {
  background: rgba(54, 37, 114, .9);
}

.home-scroll-nav[hidden] {
  display: none !important;
}

.home-scroll-nav-prev {
  left: 10px;
}

.home-scroll-nav-next {
  right: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .home-scroll-card:hover .home-scroll-image {
    transform: scale(1.02);
    filter: brightness(1.05);
  }
}

.about-gallery-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin: 1rem 0 1.2rem;
}
.about-gallery-item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(36, 49, 70, .14);
}
.about-gallery-item .gallery-img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  display: block;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(12, 8, 24, .58);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1.2rem;
  opacity: 0;
  transition: opacity .18s ease;
}
.lightbox.open {
  display: flex;
}
.lightbox.active {
  opacity: 1;
}
.lightbox-stage {
  position: relative;
  z-index: 1;
  transform: scale(.975);
  transition: transform .2s ease;
}
.lightbox.active .lightbox-stage {
  transform: scale(1);
}
.lightbox-image {
  max-width: min(1180px, 88vw);
  max-height: 84vh;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.42);
  border: 2px solid rgba(255,255,255,.66);
  object-fit: contain;
  background: #fff;
}
.lightbox-meta {
  position: absolute;
  left: 50%;
  bottom: .7rem;
  transform: translateX(-50%);
  background: rgba(20, 14, 40, .58);
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: .25rem .62rem;
  font-size: .82rem;
}
.lightbox-btn {
  position: absolute;
  border: 0;
  border-radius: 999px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  background: rgba(48,0,160,.82);
  box-shadow: 0 6px 16px rgba(0,0,0,.26);
  cursor: pointer;
  z-index: 3;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.lightbox-btn:hover {
  background: rgba(95,61,196,.95);
}
.lightbox-btn.prev {
  left: calc(env(safe-area-inset-left, 0px) + 1.4rem);
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-btn.next {
  right: calc(env(safe-area-inset-right, 0px) + 1.4rem);
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-btn.close {
  top: 1rem;
  right: 1rem;
  font-size: 1rem;
  width: 46px;
  height: 46px;
}

.image-ph,
.gallery-img {
  min-height: 126px;
  border-radius: 14px;
  border: 2px solid rgba(255,255,255,.75);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.05), var(--shadow-soft);
}
.image-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  color: rgba(255,255,255,.97);
  padding: .4rem;
}
.gallery-img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  display: block;
  background: #fff;
}

.section-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--pink), var(--teal), var(--orange));
  border-radius: 18px;
  color: #fff;
  padding: 1rem;
  border: 2px solid rgba(255,255,255,.66);
  box-shadow: var(--shadow-soft);
}
.section-banner::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -22px;
  width: 120px;
  height: 120px;
  border-radius: 36% 64% 55% 45% / 45% 42% 58% 55%;
  background: rgba(255,255,255,.22);
}

.form-wrap { max-width: 760px; margin: 0 auto; }

.interest-form {
  margin-top: .8rem;
  display: grid;
  gap: .65rem;
}

.interest-form input,
.interest-form textarea {
  width: 100%;
  border: 2px solid var(--line);
  border-radius: 12px;
  padding: .75rem .85rem;
  font: inherit;
  font-size: 16px;
  background: #fff;
}

.interest-form textarea {
  min-height: 120px;
  resize: vertical;
}

.interest-form .btn { width: fit-content; margin-bottom: .35rem; }

.contact-links {
  display: flex;
  justify-content: center;
  gap: .45rem;
  flex-wrap: wrap;
  margin-top: .95rem;
}

.contact-links a {
  white-space: nowrap;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}


.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  margin-top: .9rem;
}

.home-social-links {
  margin-top: 1.25rem;
}

.social-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #243146;
  text-decoration: none;
  transition: transform .12s ease, color .12s ease, opacity .12s ease;
}

.social-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.social-icon.facebook {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.social-icon.instagram {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.social-icon.is-placeholder {
  opacity: .6;
  cursor: default;
}

.social-icon:hover {
  transform: translateY(-1px);
  color: #0f172a;
}

.site-footer {
  border-top: 2px solid #e3ecfb;
  text-align: center;
  padding: 1rem 0;
  font-size: .92rem;
  background: rgba(255,255,255,.68);
}

.site-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-address {
  margin: 0 0 .5rem;
  text-align: center;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.5;
}

.footer-subscribe-wrap {
  width: min(100%, 34rem);
  margin: .1rem auto .5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.footer-subscribe-title {
  margin: 0 0 .35rem;
  font-family: "Alegreya", Georgia, serif;
  font-size: .98rem;
  font-weight: 800;
  color: var(--ink);
}

.footer-subscribe-copy {
  display: none;
}

.footer-subscribe-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .45rem;
  align-items: center;
}

.footer-subscribe-input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d0ddfb;
  border-radius: 999px;
  padding: 0 .9rem;
  font: inherit;
  font-size: .95rem;
  color: var(--ink);
  background: #fff;
}

.footer-subscribe-input:focus {
  outline: 2px solid rgba(241,62,147,.28);
  outline-offset: 1px;
  border-color: rgba(241,62,147,.6);
}

.footer-subscribe-button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 1rem;
  background: #F13E93;
  color: #fff;
  font-family: "Alegreya", Georgia, serif;
  font-weight: 800;
  font-size: .95rem;
  cursor: pointer;
}

.footer-subscribe-button:disabled {
  opacity: .7;
  cursor: wait;
}

.footer-subscribe-status {
  margin: .45rem 0 0;
  min-height: 1.15rem;
  font-size: .86rem;
  color: var(--muted);
}

.footer-subscribe-status.is-error {
  color: #b42318;
}

.footer-credit {
  margin-top: .25rem;
  font-size: .86rem;
  color: var(--muted);
}
.footer-credit a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px dashed rgba(74,132,255,.45);
}
.footer-credit a:hover {
  color: var(--purple);
  border-bottom-color: rgba(147,88,255,.5);
}

@keyframes floatBlobA {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(-8px, 10px, 0); }
}
@keyframes floatBlobB {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(9px, -9px, 0); }
}
@keyframes floatBlobC {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(7px, -8px, 0); }
}
@keyframes floatBlobD {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(-7px, 9px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after,
  .cards::before,
  .cards::after {
    animation: none;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .cards,
  .image-strip {
    grid-template-columns: 1fr 1fr;
  }
  .section.alt .image-strip {
    grid-template-columns: 1fr 1fr;
  }
  .section.alt .gallery-img {
    height: 180px;
  }
  .feature-gallery {
    grid-template-columns: 1fr .82fr 1fr;
    grid-template-rows: 240px 240px;
  }
  .fg-left { grid-column: 1; grid-row: 1 / span 2; }
  .fg-mid-top { grid-column: 2; grid-row: 1; }
  .fg-mid-bottom { grid-column: 2; grid-row: 2; }
  .fg-right { grid-column: 3; grid-row: 1 / span 2; }
  .about-gallery-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ig-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .card:nth-child(3n+1),
  .card:nth-child(3n+2),
  .card:nth-child(3n+3) {
    transform: none;
  }
}

@media (max-width: 860px) {

  .interest-form .btn {
    margin-bottom: .7rem;
  }

  .contact-links {
    margin-top: 1.15rem;
  }

  .nav-wrap {
    flex-direction: column;
    align-items: center;
    gap: .52rem;
    padding: .62rem 0;
  }

  .brand-logo {
    width: min(430px, 88vw);
    max-height: 210px;
  }
  .hero-brand-logo {
    width: min(360px, 84vw);
    max-height: 195px;
  }

  .site-nav {
    width: 100%;
    justify-content: center;
    gap: .42rem;
  }
  .site-nav .nav-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .site-nav .nav-link {
    display: none;
  }
  .site-nav .nav-priority,
  .site-nav .nav-link.active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .site-nav.expanded .nav-link {
    display: inline-flex;
  }

  body.header-compact .nav-wrap {
    gap: .34rem;
    padding: .38rem 0;
  }
  body.header-compact .brand-logo {
    width: min(260px, 58vw);
    max-height: 100px;
  }
  body.header-compact .site-nav .nav-link,
  body.header-compact .site-nav .nav-more-btn {
    padding: .34rem .66rem;
    font-size: .84rem;
  }
}

@media (max-width: 520px) {
  .about-gallery-row {
    grid-template-columns: 1fr;
  }
  .about-gallery-item .gallery-img {
    height: 200px;
  }
  .hero-brand-logo {
    width: min(500px, 95vw);
    max-height: 260px;
  }

  .ig-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .52rem;
  }

  .ig-post-card {
    border-radius: 12px;
  }

  .instagram-feed-header {
    flex-direction: column;
    align-items: flex-start;
    gap: .35rem;
  }

  .site-nav {
    gap: .38rem;
  }
}

.parties-two-pane {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1.1rem;
  align-items: center;
}
.parties-two-pane__content p {
  margin: 0 0 .7rem;
}
.parties-two-pane__media {
  margin: 0;
  border: 1px solid #e6ebf5;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}
.parties-two-pane__media img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 900px) {
  .parties-two-pane {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .subscribe-band {
    padding: 54px 0;
  }

  .home-scroll-nav {
    display: none;
  }
}

@media (max-width: 560px) {
  .subscribe-band {
    padding: 48px 0;
  }

  .cta-row {
    flex-wrap: wrap;
  }

  .subscribe-shell,
  .subscribe-shell.is-expanded {
    width: 100%;
  }

  .subscribe-submit-button {
    width: 7.5rem;
  }

  .subscribe-cta-input {
    padding-right: 34%;
  }

  .subscribe-meta-fields {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-subscribe-form {
    grid-template-columns: 1fr;
  }

  .footer-subscribe-button {
    width: 100%;
  }

  .cards,
  .image-strip,
  .color-grid {
    grid-template-columns: 1fr;
  }
  .section.alt .image-strip {
    grid-template-columns: 1fr;
  }
  .section.alt .gallery-img {
    height: 170px;
  }
  .home-scroll-gallery {
    --peek: 40px;
    gap: 10px;
  }

  .home-scroll-card {
    flex-basis: calc(100vw - var(--peek));
    height: 300px;
    border-radius: 14px;
  }

  .home-scroll-more-link {
    font-size: 1.02rem;
    padding-right: .7rem;
  }
  .about-gallery-row {
    gap: .55rem;
  }
  .about-gallery-item .gallery-img {
    height: 145px;
  }
  .ig-post-card img {
    height: 140px;
  }
  .lightbox-btn {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
  }
  .lightbox-btn.prev {
    left: calc(env(safe-area-inset-left, 0px) + 1.25rem);
  }
  .lightbox-btn.next {
    right: calc(env(safe-area-inset-right, 0px) + 1.25rem);
  }
  .lightbox-btn.close {
    width: 46px;
    height: 40px;
  }

  .cta-row .btn,
  .interest-form .btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .contact-links {
    flex-direction: column;
    align-items: center;
    gap: .2rem;
  }

  .contact-links span[aria-hidden="true"] {
    display: none;
  }
}
