﻿@font-face {
  font-family: 'Street Cred';
  src: url('fonts/street_cred/Street%20Cred.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Midflite';
  src: url('fonts/midflite-font/midflite.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -webkit-tap-highlight-color: rgba(214, 143, 163, 0.25);
}

:root {
  --announcement-offset: 0px;
}

body:not(.announcement-dismissed) {
  --announcement-offset: 34px;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  text-transform: lowercase;
  background: #000;
  color: #eee;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
}

a,
a:any-link,
a:-webkit-any-link {
  -webkit-text-fill-color: currentColor;
}

a[x-apple-data-detectors],
a[x-apple-data-detectors]:link,
a[x-apple-data-detectors]:visited,
a[x-apple-data-detectors]:active {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  text-decoration-color: #d68fa3 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #d68fa3;
  outline-offset: 2px;
}

.site-announcement {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 34px;
  padding: 0.4rem 2.4rem 0.4rem 0.9rem;
  border-bottom: 1px solid rgba(214, 143, 163, 0.5);
  background: rgba(0, 0, 0, 0.92);
}

.site-announcement__text {
  margin: 0;
  color: #f4f1e8;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.66rem, 0.88vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-announcement__close {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #d68fa3;
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

body.announcement-dismissed .site-announcement {
  display: none;
}

@media (max-width: 768px) {
  body:not(.announcement-dismissed) {
    --announcement-offset: 30px;
  }

  .site-announcement {
    padding-right: 2rem;
    min-height: 30px;
  }

  .site-announcement__text {
    font-size: 0.63rem;
    letter-spacing: 0.05em;
  }
}

.mobile-menu-nav a,
.mobile-menu-nav a:link,
.mobile-menu-nav a:visited,
.mobile-menu-nav a:hover,
.mobile-menu-nav a:active,
.mobile-menu-nav a:focus,
.bottom-menubar__nav a,
.bottom-menubar__nav a:link,
.bottom-menubar__nav a:visited,
.bottom-menubar__nav a:hover,
.bottom-menubar__nav a:active,
.bottom-menubar__nav a:focus,
.site-footer__links a,
.site-footer__links a:link,
.site-footer__links a:visited,
.site-footer__links a:hover,
.site-footer__links a:active,
.site-footer__links a:focus,
.site-footer__legal a,
.site-footer__legal a:link,
.site-footer__legal a:visited,
.site-footer__legal a:hover,
.site-footer__legal a:active,
.site-footer__legal a:focus,
.site-footer__backtotop,
.site-footer__backtotop:link,
.site-footer__backtotop:visited,
.site-footer__backtotop:hover,
.site-footer__backtotop:active,
.site-footer__backtotop:focus,
.site-footer__credit,
.site-footer__credit:link,
.site-footer__credit:visited,
.site-footer__credit:hover,
.site-footer__credit:active,
.site-footer__credit:focus {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.mobile-menu-toggle,
.mobile-menu-overlay {
  display: none;
}

.mobile-menu-toggle {
  position: fixed;
  top: calc(env(safe-area-inset-top) + 0.7rem + var(--announcement-offset));
  right: 0.75rem;
  z-index: 31000;
  width: 38px;
  height: 38px;
  border: 0;
  background: rgba(0, 0, 0, 0.85);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 18px;
  height: 2px;
  background: #f4f1e8;
  display: block;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 30000;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 1.05rem;
  text-decoration: none;
}

.mobile-menu-brand .bottom-menubar__soul {
  font-size: clamp(2.2rem, 12vw, 4.2rem);
}

.mobile-menu-brand .bottom-menubar__market {
  font-size: clamp(2.3rem, 12.6vw, 4.4rem);
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.mobile-menu-nav a {
  color: #f4f1e8;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 8.4vw, 2.7rem);
  letter-spacing: 0.02em;
  transition: text-decoration-color 0.16s ease;
}

.mobile-menu-nav a:link,
.mobile-menu-nav a:visited,
.mobile-menu-nav a:active,
.mobile-menu-nav a:focus {
  color: #f4f1e8 !important;
  -webkit-text-fill-color: #f4f1e8;
}

.mobile-menu-nav a:hover,
.mobile-menu-nav a:focus-visible {
  text-decoration: underline;
  text-decoration-color: #d68fa3;
  text-underline-offset: 0.12em;
}

body.mobile-menu-open {
  overflow: hidden;
}

body.mobile-menu-open .mobile-menu-overlay {
  visibility: visible;
  pointer-events: auto;
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

body.mobile-menu-open .mobile-menu-toggle span {
  transition: transform 0.18s ease, opacity 0.14s ease;
}

.bottom-menubar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
  height: var(--frame-size);
  background: #000;
  border-top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.65rem;
  padding: 0 clamp(0.8rem, 1.8vw, 1.8rem);
  text-transform: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

body.footer-active .bottom-menubar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
}

.bottom-menubar__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-decoration: none;
}

.bottom-menubar__nav {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.6rem, 1.8vw, 1.4rem);
  min-width: 0;
}

.bottom-menubar__nav--left {
  justify-self: start;
}

.bottom-menubar__nav--right {
  justify-self: end;
}

.bottom-menubar__nav a {
  color: #f4f1e8;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.66rem, 0.92vw, 0.94rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: text-decoration-color 0.16s ease;
}

.bottom-menubar__nav a:link,
.bottom-menubar__nav a:visited,
.bottom-menubar__nav a:active,
.bottom-menubar__nav a:focus {
  color: #f4f1e8 !important;
  -webkit-text-fill-color: #f4f1e8;
}

.bottom-menubar__nav a:hover,
.bottom-menubar__nav a:focus-visible {
  text-decoration: underline;
  text-decoration-color: #d68fa3;
  text-underline-offset: 0.12em;
}

.bottom-menubar__soul {
  font-family: 'Street Cred', 'Manrope', sans-serif;
  font-size: clamp(1.1rem, 3.6vw, 2rem);
  line-height: 1;
  color: #fff;
}

.bottom-menubar__market {
  font-family: 'Midflite', 'Manrope', sans-serif;
  font-size: clamp(1.16rem, 3.8vw, 2.15rem);
  line-height: 1;
  color: #fff;
}

@media (max-width: 480px) {
  .bottom-menubar {
    gap: 0.25rem;
  }
}

::selection {
  background: #d68fa3;
  color: #000;
}

::-moz-selection {
  background: #d68fa3;
  color: #000;
}

:root {
  --frame-size: 42px;
  accent-color: #d68fa3;
}

@media (min-width: 1025px) {
  :root {
    --frame-size: 64px;
  }
}

.gallery-wrap {
  position: relative;
  width: 100%;
  min-height: 100svh;
  min-height: 100dvh;
  height: 100vh;
  border: var(--frame-size) solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
}

.gallery__item {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  flex: none;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gallery--bento {
  display: grid;
  gap: 1vh;
  grid-template-columns: repeat(3, 32.5vw);
  grid-template-rows: repeat(4, 23vh);
  justify-content: center;
  align-content: center;
}

.gallery--final.gallery--bento {
  grid-template-columns: repeat(3, 100vw);
  grid-template-rows: repeat(4, 49.5vh);
  gap: 1vh;
}

.gallery--bento .gallery__item:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.gallery--bento .gallery__item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.gallery--bento .gallery__item:nth-child(3) { grid-area: 2 / 2 / 4 / 3; }
.gallery--bento .gallery__item:nth-child(4) { grid-area: 1 / 3 / 3 / 4; }
.gallery--bento .gallery__item:nth-child(5) { grid-area: 3 / 1 / 4 / 2; }
.gallery--bento .gallery__item:nth-child(6) { grid-area: 3 / 3 / 5 / 4; }
.gallery--bento .gallery__item:nth-child(7) { grid-area: 4 / 1 / 5 / 2; }
.gallery--bento .gallery__item:nth-child(8) { grid-area: 4 / 2 / 5 / 3; }

.instagram-feed {
  position: relative;
  z-index: 35;
  background:
    radial-gradient(circle at 10% 0%, rgba(214, 143, 163, 0.18), rgba(214, 143, 163, 0) 38%),
    radial-gradient(circle at 90% 100%, rgba(214, 143, 163, 0.12), rgba(214, 143, 163, 0) 40%),
    #000;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.instagram-feed__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem 1rem;
  align-items: end;
  margin-bottom: clamp(1rem, 2.8vw, 1.9rem);
}

.instagram-feed__kicker {
  grid-column: 1 / -1;
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.instagram-feed__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}

.instagram-feed__cta,
.instagram-feed__cta:link,
.instagram-feed__cta:visited,
.instagram-feed__cta:active,
.instagram-feed__cta:focus {
  justify-self: end;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.72rem, 0.92vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.instagram-feed__cta:hover,
.instagram-feed__cta:focus-visible {
  color: #d68fa3 !important;
  -webkit-text-fill-color: #d68fa3 !important;
  text-decoration: underline;
  text-decoration-color: #d68fa3;
  text-underline-offset: 0.12em;
}

.instagram-feed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.5rem, 1.6vw, 1.25rem);
}

.instagram-post,
.instagram-post:link,
.instagram-post:visited,
.instagram-post:active,
.instagram-post:focus {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #000;
  aspect-ratio: 4 / 5;
}

.instagram-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.instagram-post::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.04) 45%, rgba(0, 0, 0, 0));
}

.instagram-post__meta {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.6rem;
  z-index: 2;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.68rem, 0.9vw, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.instagram-post:hover img,
.instagram-post:focus-visible img {
  transform: scale(1.08);
}

.instagram-post:hover,
.instagram-post:focus-visible {
  border-color: rgba(214, 143, 163, 0.75);
  box-shadow: 0 0 0 1px rgba(214, 143, 163, 0.45);
}

.site-footer {
  position: relative;
  z-index: 40;
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  min-height: calc(100vh - var(--frame-size));
  padding: clamp(2.4rem, 5.2vw, 4.5rem) clamp(1.1rem, 4.4vw, 4rem) clamp(2rem, 4.8vw, 3.8rem);
}

.site-footer__language {
  display: inline-flex;
  gap: 0.35rem;
  margin-bottom: clamp(1rem, 2vw, 1.45rem);
}

.site-footer__language button {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent !important;
  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
  padding: 0.28rem 0.48rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.16s ease, color 0.16s ease;
}

.site-footer__language button:focus,
.site-footer__language button:active,
.site-footer__language button:visited {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
}

.site-footer__language button.is-active,
.site-footer__language button.is-active:focus,
.site-footer__language button.is-active:active,
.site-footer__language button.is-active:focus-visible {
  color: #d68fa3 !important;
  -webkit-text-fill-color: #d68fa3 !important;
  border-color: #d68fa3 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(214, 143, 163, 0.22);
}

.site-footer__language button:hover,
.site-footer__language button:focus-visible {
  border-color: #d68fa3 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.site-footer__language button.is-active {
  border-color: #d68fa3 !important;
  color: #fff !important;
  background: transparent !important;
  -webkit-text-fill-color: #fff !important;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.35rem;
  align-items: start;
  margin-bottom: clamp(1.4rem, 3vw, 2.6rem);
}

.site-footer__links,
.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.site-footer__links a,
.site-footer__legal a {
  color: #fff;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  transition: text-decoration-color 0.16s ease;
}

.site-footer__links a:link,
.site-footer__links a:visited,
.site-footer__links a:active,
.site-footer__links a:focus,
.site-footer__legal a:link,
.site-footer__legal a:visited,
.site-footer__legal a:active,
.site-footer__legal a:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible,
.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  text-decoration: underline;
  text-decoration-color: #d68fa3;
  text-underline-offset: 0.12em;
}

.site-footer__newsletter {
  margin-bottom: clamp(1.6rem, 3.5vw, 3rem);
}

.site-footer__newsletter-title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.86rem, 1.2vw, 1.02rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 0.65rem;
}

.site-footer__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.site-footer__label {
  font-family: 'Manrope', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer__form input {
  min-width: min(100%, 330px);
  flex: 1 1 230px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: #000;
  color: #fff;
  padding: 0.66rem 0.78rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  text-align: center;
  caret-color: #fff;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.site-footer__form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__form input:focus {
  text-align: left;
  border-color: #d68fa3;
  color: #d68fa3;
  background: rgba(214, 143, 163, 0.08);
  box-shadow: 0 0 0 2px rgba(214, 143, 163, 0.22);
  outline: none;
}

.site-footer__form input:focus::placeholder {
  color: transparent;
}

.site-footer__form input:not(:placeholder-shown) {
  border-color: #d68fa3;
  color: #d68fa3;
  background: rgba(214, 143, 163, 0.08);
  box-shadow: 0 0 0 2px rgba(214, 143, 163, 0.18);
}

.site-footer__form button {
  min-height: 44px;
  border: 1px solid #d68fa3;
  background: #d68fa3;
  color: #000;
  padding: 0.64rem 0.9rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease;
}

.site-footer__form button:hover,
.site-footer__form button:focus-visible {
  background: #000;
  color: #d68fa3;
}

.newsletter-status {
  margin: 0.55rem 0 0;
  min-height: 1.1rem;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.7rem, 0.9vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
}

.newsletter-status.is-success {
  color: #fff;
}

.newsletter-status.is-error {
  color: #d68fa3;
}

.site-footer__backtotop {
  display: inline-block;
  margin: 0 0 1rem;
  color: #fff;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.045em;
}

.site-footer__backtotop:link,
.site-footer__backtotop:visited,
.site-footer__backtotop:active,
.site-footer__backtotop:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.site-footer__backtotop::after {
  content: " \2191";
}

.site-footer__backtotop:hover,
.site-footer__backtotop:focus-visible {
  text-decoration: underline;
  text-decoration-color: #d68fa3;
  text-underline-offset: 0.12em;
}

.site-footer__credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  position: relative;
  z-index: 21010;
  margin: 0 0 0.55rem;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.64rem, 0.92vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: text-decoration-color 0.16s ease;
}

.site-footer__credit:link,
.site-footer__credit:visited,
.site-footer__credit:active,
.site-footer__credit:focus {
  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72);
}

.site-footer__credit-text {
  display: inline-block;
}

.site-footer__credit-logo {
  display: inline-block;
  height: clamp(1.2rem, 2.6vw, 2rem);
  width: auto;
  vertical-align: middle;
}

.site-footer__credit:hover,
.site-footer__credit:focus-visible {
  color: #fff;
}

.site-footer__credit:hover .site-footer__credit-text,
.site-footer__credit:focus-visible .site-footer__credit-text {
  text-decoration: underline;
  text-decoration-color: #d68fa3;
  text-underline-offset: 0.12em;
}

.site-footer__logo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: auto;
  justify-content: stretch;
  align-items: flex-end;
  gap: 0;
  text-decoration: none;
  line-height: 1;
}

.site-footer__logo .bottom-menubar__soul {
  font-size: clamp(4.8rem, 18.5vw, 14.5rem);
  letter-spacing: -0.03em;
  justify-self: start;
  text-align: left;
}

.site-footer__logo .bottom-menubar__market {
  font-size: clamp(5.1rem, 20vw, 15.2rem);
  letter-spacing: -0.03em;
  justify-self: end;
  text-align: right;
}

.section {
  padding: 2rem 5rem;
}

@media (max-width: 768px) {
  :root {
    --frame-size: clamp(20px, 6vw, 34px);
  }

  .bottom-menubar {
    display: none;
  }

  .bottom-menubar {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-menu-toggle,
  .mobile-menu-overlay {
    display: inline-flex;
  }

  .mobile-menu-overlay {
    display: flex;
  }

  .site-footer {
    min-height: auto;
    padding: clamp(2rem, 6vw, 2.8rem) 1rem calc(var(--frame-size) + 2.2rem);
  }

  .instagram-feed {
    padding: clamp(1.8rem, 5.8vw, 2.6rem) 1rem;
  }

  .instagram-feed__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .instagram-feed__cta,
  .instagram-feed__cta:link,
  .instagram-feed__cta:visited,
  .instagram-feed__cta:active,
  .instagram-feed__cta:focus {
    justify-self: start;
  }

  .instagram-feed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .site-footer__language {
    justify-content: center;
  }

  .site-footer__links,
  .site-footer__legal {
    justify-content: center;
  }

  .site-footer__newsletter-title {
    text-align: center;
  }

  .site-footer__form {
    justify-content: center;
  }

  .site-footer__label {
    width: 100%;
    text-align: center;
  }

  .site-footer__form input {
    min-width: 0;
    width: min(100%, 420px);
    flex-basis: 100%;
  }

  .site-footer__backtotop {
    display: block;
    text-align: center;
  }

  .site-footer__logo {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    gap: 0;
  }

  .site-footer__logo .bottom-menubar__soul {
    font-size: clamp(4.8rem, 18.5vw, 14.5rem);
    letter-spacing: -0.03em;
    justify-self: start;
    text-align: left;
  }

  .site-footer__logo .bottom-menubar__market {
    font-size: clamp(5.1rem, 20vw, 15.2rem);
    letter-spacing: -0.03em;
    justify-self: end;
    text-align: right;
  }

  .section {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  :root {
    --frame-size: clamp(16px, 5.2vw, 26px);
  }

  .section {
    padding: 1.5rem 1rem;
  }

  .instagram-feed__grid {
    gap: 0.5rem;
  }

  .instagram-post {
    aspect-ratio: 1 / 1.1;
  }
}

#grain {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.06;
  mix-blend-mode: overlay;
  image-rendering: pixelated;
}

#vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
}

#vignette::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.05) 74%, rgba(0, 0, 0, 0.1) 100%);
}

#color-cast {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9997;
  background: rgba(210, 140, 30, 0.07);
  mix-blend-mode: multiply;
}

/* Quick hard override: keep all interactive accents pink */
a,
a:any-link,
a:-webkit-any-link,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: #d68fa3 !important;
  -webkit-text-fill-color: #d68fa3 !important;
  text-decoration-color: #d68fa3 !important;
}

[data-language] {
  color: rgba(255, 255, 255, 0.62) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

[data-language]:hover,
[data-language]:focus,
[data-language]:active,
[data-language].is-active {
  color: #d68fa3 !important;
  -webkit-text-fill-color: #d68fa3 !important;
  border-color: #d68fa3 !important;
}

/* Keep all Soul Market logos white */
.bottom-menubar__brand,
.bottom-menubar__brand:link,
.bottom-menubar__brand:visited,
.bottom-menubar__brand:hover,
.bottom-menubar__brand:active,
.bottom-menubar__brand:focus,
.mobile-menu-brand,
.mobile-menu-brand:link,
.mobile-menu-brand:visited,
.mobile-menu-brand:hover,
.mobile-menu-brand:active,
.mobile-menu-brand:focus,
.site-footer__logo,
.site-footer__logo:link,
.site-footer__logo:visited,
.site-footer__logo:hover,
.site-footer__logo:active,
.site-footer__logo:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.bottom-menubar__brand .bottom-menubar__soul,
.bottom-menubar__brand .bottom-menubar__market,
.mobile-menu-brand .bottom-menubar__soul,
.mobile-menu-brand .bottom-menubar__market,
.site-footer__logo .bottom-menubar__soul,
.site-footer__logo .bottom-menubar__market {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}


/* ── Origins section ──────────────────────────────────────────────────────── */
.origins {
  background: #000;
  font-family: 'Manrope', sans-serif;
  color: #fff;
  padding: clamp(4rem, 10vw, 8rem) clamp(1.5rem, 8vw, 8rem);
  padding-bottom: calc(var(--frame-size) + clamp(4rem, 10vw, 8rem));
}

.origins__inner {
  max-width: 720px;
}

.origins__headline {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2.45rem, 5.9vw, 4.35rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 2.4rem;
  letter-spacing: -0.02em;
}

.origins__body {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 3rem;
}

.origins__body p {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.28rem, 2.55vw, 1.56rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.65;
  margin: 0;
  max-width: 60ch;
}

.origins__body a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #d68fa3;
  text-underline-offset: 0.12em;
}

.origins__body a:hover,
.origins__body a:focus-visible {
  color: #d68fa3;
}

.origins__logo-soul {
  font-family: 'Street Cred', 'Manrope', sans-serif;
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  line-height: 1;
  color: #fff;
}

.origins__logo-market {
  font-family: 'Midflite', 'Manrope', sans-serif;
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  line-height: 1;
  color: #fff;
}

.origins__location {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.8rem, 1.4vw, 0.95rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 768px) {
  .origins__inner {
    margin-inline: auto;
    text-align: center;
  }

  .origins__body p {
    margin-inline: auto;
  }
}