@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Crays Lato";
  src: url("https://cdn.prod.website-files.com/64427620b70e49196db5e0d3/64427620b70e4997ceb5e114_Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Crays Lato";
  src: url("https://cdn.prod.website-files.com/64427620b70e49196db5e0d3/64427620b70e49bbe4b5e10a_Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Crays Lato";
  src: url("https://cdn.prod.website-files.com/64427620b70e49196db5e0d3/64427620b70e495166b5e110_Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Crays Krona";
  src: url("https://cdn.prod.website-files.com/64427620b70e49196db5e0d3/64427620b70e49a4a6b5e2d2_KronaOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #051823;
  --navy-2: #08111f;
  --coral: #f31248;
  --red: #f31248;
  --cream: #e4ebf3;
  --paper: #f5f7fa;
  --blue: #123f83;
  --green: #4b8f78;
  --gold: #fba81a;
  --line: rgba(150, 163, 181, 0.34);
  --crays-ink: #051823;
  --crays-midnight: #07101d;
  --crays-ocean: #0d3674;
  --crays-sky: #dce7f4;
  --crays-mist: #f5f7fa;
  --crays-red: #f31248;
  --crays-graphite: #32343a;
  --crays-muted: #687584;
  --crays-glass: rgba(255, 255, 255, 0.13);
  --crays-glass-strong: rgba(255, 255, 255, 0.2);
  --crays-shadow: 0 28px 80px rgba(5, 24, 35, 0.22);
  --font-body: "Montserrat", "Crays Lato", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Montserrat", "Crays Lato", "Helvetica Neue", Arial, sans-serif;
  --font-code: "Crays Krona", "Crays Lato", "Helvetica Neue", Arial, sans-serif;
}

html {
  background: var(--crays-midnight);
}

body {
  background:
    linear-gradient(180deg, #ffffff 0, var(--crays-mist) 34%, #eef3f8 100%);
  color: var(--crays-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.18;
  text-rendering: geometricPrecision;
}

body::selection {
  background: rgba(243, 18, 72, 0.22);
}

a,
button,
input,
textarea,
select {
  font-family: inherit;
}

img {
  background: #dfe7f0;
}

.ticker {
  top: 0;
  height: 54px;
  border-bottom: 1px solid rgba(5, 24, 35, 0.1);
  background: rgba(255, 255, 255, 0.94);
  color: var(--crays-ink);
  font-family: var(--font-code);
  font-size: clamp(12px, 1vw, 16px);
  backdrop-filter: blur(16px);
}

.ticker-track {
  min-height: 54px;
  gap: 42px;
  animation-duration: 54s;
}

.ticker-red,
.wallet-link,
.footer-title:hover,
.footer-legal a:hover,
.footer-imprint:hover {
  color: var(--crays-red);
}

.ticker-green {
  color: var(--green);
}

.ticker-blue {
  color: var(--crays-ocean);
}

.ticker-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
}

.ticker-favicon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  background: transparent;
}

.hero {
  min-height: 100svh;
  background: var(--crays-midnight);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 54px 0 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 24, 35, 0.93) 0%, rgba(7, 16, 29, 0.72) 42%, rgba(18, 63, 131, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 24, 35, 0.12), rgba(5, 24, 35, 0.82));
}

.hero::after {
  content: "BALEARICS / GLOBAL TRAVELERS / COFFEE";
  position: absolute;
  z-index: 4;
  right: clamp(18px, 3vw, 56px);
  bottom: 132px;
  max-width: min(420px, 38vw);
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: rgba(5, 24, 35, 0.34);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-code);
  font-size: clamp(11px, 0.85vw, 14px);
  line-height: 1.4;
  backdrop-filter: blur(18px);
  box-shadow: var(--crays-shadow);
}

.hero-img {
  filter: saturate(0.96) contrast(1.08);
  transform-origin: 50% 50%;
}

.hero-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 24, 35, 0.72), rgba(5, 24, 35, 0.16)),
    linear-gradient(180deg, rgba(5, 24, 35, 0.2), rgba(5, 24, 35, 0.74));
}

.hero-title {
  z-index: 4;
  top: clamp(126px, 20vh, 230px);
  left: clamp(22px, 4.2vw, 72px);
  right: auto;
  display: flex;
  flex-direction: column;
  width: min(1050px, 84vw);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(68px, 9.7vw, 166px);
  font-weight: 900;
  line-height: 0.82;
  text-transform: none;
  text-wrap: balance;
}

.pop-word {
  display: inline-flex;
  width: max-content;
  margin: 0;
  text-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
}

.pop-word:first-child .hero-letter {
  color: var(--crays-red);
}

.pop-word + .pop-word {
  margin-left: 0;
}

.hero-label {
  z-index: 4;
  padding: 0.64rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(5, 24, 35, 0.28);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-code);
  font-size: clamp(10px, 0.84vw, 13px);
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.label-life,
.label-among,
.label-people {
  top: 92px;
}

.label-life {
  left: clamp(18px, 4vw, 70px);
}

.label-among {
  left: clamp(160px, 17vw, 300px);
}

.label-people {
  right: auto;
  left: clamp(315px, 31vw, 560px);
}

.label-coffee,
.label-culture,
.label-kiez {
  top: auto;
  bottom: 246px;
}

.label-coffee {
  left: clamp(18px, 4vw, 70px);
}

.label-culture {
  left: clamp(160px, 17vw, 300px);
}

.label-kiez {
  right: auto;
  left: clamp(315px, 31vw, 560px);
}

.ghost-mark {
  z-index: 3;
  top: auto;
  right: -12vw;
  bottom: -5vh;
  left: auto;
  width: min(74vw, 1180px);
  color: rgba(243, 18, 72, 0.4);
  mix-blend-mode: screen;
}

.crays-path {
  stroke-width: 104;
}

.floating-nav {
  z-index: 2147483000;
  bottom: 26px;
  width: min(760px, calc(100vw - 42px));
  min-height: 66px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(5, 24, 35, 0.86);
  color: #fff;
  box-shadow: 0 22px 64px rgba(5, 24, 35, 0.32);
  backdrop-filter: blur(18px);
  isolation: isolate;
  will-change: transform;
}

.nav-logo {
  flex: 0 0 128px;
  width: 128px;
  min-width: 128px;
  height: 40px;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.nav-logo img {
  display: block;
  width: 116px;
  max-width: calc(100% - 12px);
  height: auto;
  opacity: 1;
  background: transparent;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.32));
}

.menu-button {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.menu-button span,
.menu-button span:nth-child(2) {
  background: #fff;
  box-shadow: 0 6px 0 #fff;
}

.nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 700;
}

.nav-link:hover {
  color: #fff;
}

.order-link,
.lap-yellow-button,
.newsletter-submit,
.lap-form button[type="submit"],
.amount-grid button.is-active,
.gift-tabs button.is-active,
.location-primary,
.location-filter.is-active,
.preorder-filter.is-active {
  border-color: var(--crays-red);
  background: var(--crays-red);
  color: #fff;
}

.order-link:hover,
.lap-yellow-button:hover,
.newsletter-submit:hover,
.lap-form button[type="submit"]:hover,
.location-primary:hover {
  border-color: #fff;
  background: #fff;
  color: var(--crays-ink);
}

.lap-yellow-button {
  min-height: 56px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 900;
  text-transform: none;
}

.lap-yellow-button.outline,
.location-directions,
.preorder-filter,
.gift-tabs button,
.amount-grid button {
  border: 1px solid rgba(5, 24, 35, 0.2);
  background: transparent;
  color: var(--crays-ink);
}

.culture-section,
.kiez-section,
.locations-slider-section,
.map-section,
.newsletter {
  background:
    linear-gradient(180deg, #fff 0%, var(--crays-mist) 100%);
  color: var(--crays-ink);
}

.culture-section {
  padding-top: clamp(90px, 11vw, 150px);
  border-radius: 0;
}

.culture-copy h2,
.coffee-copy h2,
.digital-copy h2,
.kiez-copy h2,
.newsletter h2,
.subpage-hero h1,
.drink-section h2,
.proud-grid h2,
.cup-story h2,
.ideas-callout h2,
.legal-shell h1 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.culture-copy h2 {
  max-width: 1180px;
  color: var(--crays-ink);
  font-size: clamp(58px, 8vw, 132px);
  line-height: 0.88;
}

.culture-copy h2::first-line,
.coffee-copy h2::first-line,
.digital-copy h2::first-line,
.kiez-copy h2::first-line,
.newsletter h2::first-line {
  color: var(--crays-red);
}

.culture-copy p,
.coffee-copy p,
.digital-copy p,
.kiez-copy p,
.newsletter-copy,
.subpage-intro,
.proud-grid p,
.cup-grid p,
.legal-shell p {
  color: rgba(5, 24, 35, 0.74);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.18;
}

.culture-controls {
  margin-bottom: 38px;
}

.culture-button,
.location-arrow {
  border-color: rgba(5, 24, 35, 0.28);
  background: rgba(255, 255, 255, 0.74);
  color: var(--crays-ink);
  box-shadow: 0 12px 34px rgba(5, 24, 35, 0.08);
}

.culture-button:hover,
.location-arrow:hover {
  border-color: var(--crays-red);
  color: var(--crays-red);
}

.culture-card,
.drink-card,
.preorder-card,
.lap-location-card,
.gift-panel,
.lap-form,
.proud-grid article,
.cup-grid article,
.wallet-badge {
  border-radius: 18px;
}

.culture-card-media,
.drink-card img,
.preorder-card img,
.lap-location-image,
.proud-grid img,
.cup-grid img {
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(5, 24, 35, 0.13);
}

.culture-card-body {
  margin-top: 0.72rem;
}

.culture-card-meta,
.preorder-meta,
.lap-location-meta {
  color: var(--crays-red);
  font-family: var(--font-code);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.culture-card-title,
.drink-card h3,
.preorder-card h2,
.proud-grid h3,
.cup-grid h3 {
  color: var(--crays-ink);
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 900;
  line-height: 1.05;
}

.coffee-section {
  min-height: 980px;
  background:
    linear-gradient(145deg, #06111f 0%, #0d3674 48%, #203c67 100%);
  color: #fff;
}

.coffee-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(243, 18, 72, 0.16), rgba(255, 255, 255, 0) 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 110px);
}

.coffee-copy {
  max-width: 1120px;
}

.coffee-copy h2 {
  color: #fff;
  font-size: clamp(62px, 7.1vw, 126px);
  line-height: 0.92;
}

.coffee-copy h2::first-line {
  color: var(--crays-red);
}

.coffee-copy p {
  max-width: 860px;
  margin-top: 44px;
  color: rgba(255, 255, 255, 0.82);
}

.coffee-copy a {
  color: #fff;
  text-decoration-color: var(--crays-red);
  text-decoration-thickness: 2px;
}

.coffee-photo {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  filter: saturate(0.95) contrast(1.02);
}

.digital-section {
  min-height: 1040px;
  background:
    linear-gradient(180deg, #f7f9fb 0%, #e4ebf3 100%);
  color: var(--crays-ink);
}

.digital-copy h2 {
  max-width: 1100px;
  font-size: clamp(60px, 7.4vw, 132px);
  line-height: 0.9;
}

.wallet-badges {
  gap: 16px;
}

.wallet-badge {
  min-height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--crays-midnight);
  box-shadow: 0 18px 48px rgba(5, 24, 35, 0.18);
}

.wallet-badge strong {
  font-weight: 900;
}

.digital-visual {
  border-radius: 24px 24px 0 0;
  background: var(--crays-midnight);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.digital-cover {
  filter: saturate(0.82) contrast(1.08);
}

.digital-cover-tint {
  background:
    linear-gradient(90deg, rgba(243, 18, 72, 0.85), rgba(13, 54, 116, 0.52) 54%, rgba(5, 24, 35, 0.1)),
    linear-gradient(180deg, rgba(5, 24, 35, 0), rgba(5, 24, 35, 0.48));
}

.wallet-phone {
  border-color: var(--crays-midnight);
  background: #f7f9fb;
  box-shadow: 0 30px 80px rgba(5, 24, 35, 0.28);
}

.phone-camera {
  background: var(--crays-midnight);
}

.phone-pass {
  border-color: rgba(5, 24, 35, 0.14);
  border-radius: 18px;
  background: #fff;
}

.phone-pass-head {
  color: var(--crays-ink);
  font-family: var(--font-code);
  font-size: 15px;
}

.phone-stamps span {
  color: var(--crays-red);
  font-weight: 900;
}

.phone-stamps span:nth-child(2),
.phone-stamps span:nth-child(5) {
  color: var(--crays-ocean);
}

.phone-stamps span:nth-child(3) {
  color: var(--crays-ink);
}

.kiez-section {
  padding-top: clamp(96px, 11vw, 150px);
}

.kiez-copy h2 {
  color: var(--crays-ink);
  font-size: clamp(58px, 7.4vw, 128px);
}

.location-filter,
.preorder-filter {
  border: 1px solid rgba(5, 24, 35, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--crays-ink);
  font-weight: 700;
}

.location-filter:hover,
.preorder-filter:hover {
  border-color: var(--crays-red);
  background: rgba(243, 18, 72, 0.1);
  color: var(--crays-red);
}

.lap-location-card,
.preorder-card,
.drink-card,
.gift-panel,
.proud-grid article,
.cup-grid article {
  border: 1px solid rgba(5, 24, 35, 0.1);
  background: #fff;
  color: var(--crays-ink);
  box-shadow: 0 18px 54px rgba(5, 24, 35, 0.09);
}

.lap-location-card {
  background: var(--crays-midnight);
  color: #fff;
}

.lap-location-info h3,
.lap-location-meta,
.lap-location-info {
  color: #fff;
}

.location-directions {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.location-directions:hover {
  border-color: #fff;
  background: #fff;
  color: var(--crays-ink);
}

.map-wrapper {
  border: 1px solid rgba(5, 24, 35, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(5, 24, 35, 0.12);
}

.newsletter {
  min-height: 760px;
  border-top: 1px solid rgba(5, 24, 35, 0.08);
}

.newsletter-inner {
  max-width: 1120px;
}

.newsletter h2 {
  color: var(--crays-ink);
  font-size: clamp(54px, 7.2vw, 126px);
  line-height: 0.92;
}

.newsletter-form {
  border: 1px solid rgba(5, 24, 35, 0.12);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(5, 24, 35, 0.09);
}

.newsletter-form input {
  color: var(--crays-ink);
}

.newsletter-form input::placeholder {
  color: rgba(5, 24, 35, 0.42);
}

.newsletter-privacy {
  color: rgba(5, 24, 35, 0.56);
}

.footer {
  background:
    linear-gradient(135deg, var(--crays-midnight) 0%, #081a2a 68%, #131c2b 100%);
  color: #fff;
}

.footer-title {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
}

.footer-mark {
  color: var(--crays-red);
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.74);
}

.subpage {
  background: var(--crays-mist);
}

.subpage-hero {
  min-height: 620px;
  background:
    linear-gradient(130deg, rgba(5, 24, 35, 0.95), rgba(13, 54, 116, 0.76)),
    url("assets/optimized/hero-main.jpg") center / cover;
  color: #fff;
  overflow: hidden;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(243, 18, 72, 0.18), transparent 42%),
    linear-gradient(180deg, transparent, rgba(5, 24, 35, 0.62));
}

.subpage-hero > * {
  position: relative;
  z-index: 1;
}

.subpage-hero h1 {
  color: #fff;
  font-size: clamp(56px, 8.8vw, 142px);
  line-height: 0.92;
}

.subpage-hero h1::first-line {
  color: var(--crays-red);
}

.subpage-words {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-code);
  font-size: 12px;
}

.menu-tabs,
.gift-tabs {
  border-radius: 999px;
}

.menu-tabs a,
.gift-tabs button,
.preorder-filter {
  min-height: 48px;
  border-radius: 999px;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 900;
  text-transform: none;
}

.menu-page,
.preorder-shell,
.gift-shell,
.contact-shell,
.wallet-form-section,
.sustainability-shell,
.legal-shell,
.utility-shell {
  max-width: 1440px;
  margin-inline: auto;
}

.drink-grid,
.preorder-grid,
.cup-grid {
  gap: 22px;
}

.drink-card,
.preorder-card,
.proud-grid article,
.cup-grid article {
  padding: 14px;
}

.drink-card div,
.preorder-card-body {
  padding: 4px 2px 2px;
}

.drink-card span {
  color: var(--crays-red);
  font-weight: 900;
}

.lap-form {
  border: 1px solid rgba(5, 24, 35, 0.12);
  background: #fff;
  box-shadow: 0 24px 80px rgba(5, 24, 35, 0.12);
}

.lap-form h2 {
  color: var(--crays-ink);
  font-family: var(--font-display);
  font-weight: 900;
}

.lap-form label span {
  color: var(--crays-muted);
  font-family: var(--font-code);
  font-size: 11px;
  text-transform: uppercase;
}

.lap-form input,
.lap-form textarea,
.lap-form select {
  border: 1px solid rgba(5, 24, 35, 0.14);
  border-radius: 14px;
  background: var(--crays-mist);
  color: var(--crays-ink);
}

.wallet-steps {
  display: grid;
  gap: 0.55rem;
  width: min(760px, calc(100vw - 40px));
  margin: 34px auto 0;
  padding: 18px 24px 18px 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(5, 24, 35, 0.34);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.45vw, 20px);
  line-height: 1.18;
  text-align: left;
  backdrop-filter: blur(16px);
}

.wallet-steps li {
  padding-left: 0.2rem;
}

.digital-copy.motion-reveal,
.wallet-badges.motion-reveal,
.culture-copy.motion-reveal,
.coffee-copy.motion-reveal,
.newsletter-inner.motion-reveal {
  opacity: 1;
  transform: none;
}

.cookie-panel {
  background: rgba(5, 24, 35, 0.5);
  backdrop-filter: blur(10px);
}

.cookie-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: var(--crays-midnight);
  color: #fff;
}

.cookie-card h2 {
  color: #fff;
  font-family: var(--font-display);
}

.cookie-card p,
.cookie-card a,
.cookie-options {
  color: rgba(255, 255, 255, 0.76);
}

.cookie-actions button {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.cookie-actions .cookie-primary {
  border-color: #fff;
  background: #fff;
  color: var(--crays-ink);
}

.has-motion .culture-card,
.has-motion .lap-location-card,
.has-motion .drink-card,
.has-motion .preorder-card,
.has-motion .proud-grid article,
.has-motion .cup-grid article,
.has-motion .wallet-badge,
.has-motion .gift-panel,
.has-motion .lap-form {
  transition:
    transform 260ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 260ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 260ms cubic-bezier(0.19, 1, 0.22, 1);
}

.has-motion .culture-card.is-hovered,
.has-motion .lap-location-card.is-hovered,
.has-motion .drink-card.is-hovered,
.has-motion .preorder-card.is-hovered,
.has-motion .proud-grid article.is-hovered,
.has-motion .cup-grid article.is-hovered,
.has-motion .wallet-badge.is-hovered,
.has-motion .gift-panel.is-hovered,
.has-motion .lap-form.is-hovered {
  box-shadow: 0 30px 90px rgba(5, 24, 35, 0.18);
}

@media (max-width: 980px) {
  .hero::after {
    display: none;
  }

  .hero-title {
    top: 150px;
    width: calc(100vw - 34px);
    font-size: clamp(58px, 16vw, 112px);
  }

  .hero-label {
    display: none;
  }

  .ghost-mark {
    width: 118vw;
    right: -38vw;
    bottom: 6vh;
  }

  .floating-nav {
    width: calc(100vw - 24px);
  }

  .nav-logo {
    flex-basis: 116px;
    width: 116px;
    min-width: 116px;
  }

  .nav-logo img {
    width: 104px;
  }

  .culture-copy h2,
  .coffee-copy h2,
  .digital-copy h2,
  .kiez-copy h2,
  .newsletter h2,
  .subpage-hero h1 {
    font-size: clamp(48px, 13vw, 90px);
  }

  .coffee-section,
  .digital-section {
    min-height: 850px;
  }
}

/* User review pass: tighten spacing, labels, collage balance and footer icons. */
.be-long {
  display: inline-flex;
  gap: 0.035em;
  align-items: baseline;
}

.label-coffee,
.label-culture,
.label-kiez {
  bottom: 294px;
}

#coffee-title {
  white-space: normal;
}

#coffee-title br {
  display: block;
}

.coffee-section {
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 0.74fr);
  gap: clamp(30px, 4.8vw, 78px);
  padding-top: clamp(122px, 8.8vw, 152px);
  padding-bottom: clamp(126px, 9vw, 166px);
}

.coffee-copy h2 {
  font-size: clamp(58px, 6.15vw, 112px);
  line-height: 0.92;
}

.coffee-copy p {
  margin-top: clamp(22px, 2.5vw, 34px);
  line-height: 1.18;
}

.coffee-signal-grid {
  margin-top: clamp(16px, 2vw, 28px);
  margin-bottom: clamp(76px, 6vw, 106px);
}

.coffee-signal-grid span {
  min-height: 72px;
  padding: 12px 14px;
}

.coffee-gallery {
  justify-self: center;
  align-self: center;
  width: min(560px, 100%);
  min-height: clamp(500px, 56vh, 620px);
  margin-block: clamp(26px, 3vw, 46px);
}

.coffee-photo-1 {
  grid-column: 1 / 3;
  grid-row: 2 / 8;
}

.coffee-photo-2 {
  grid-column: 3 / 5;
  grid-row: 1 / 7;
}

.coffee-photo-3 {
  grid-column: 5 / 7;
  grid-row: 2 / 8;
}

.coffee-photo-4 {
  grid-column: 1 / 3;
  grid-row: 8 / 13;
}

.coffee-photo-5 {
  grid-column: 3 / 7;
  grid-row: 8 / 12;
}

.digital-section {
  padding-bottom: clamp(64px, 5.6vw, 96px);
}

.kiez-section {
  min-height: auto;
  padding-top: clamp(60px, 6vw, 92px);
  padding-bottom: clamp(82px, 7vw, 118px);
}

.kiez-copy h2 {
  font-size: clamp(58px, 6.2vw, 116px);
}

.kiez-copy p {
  margin-top: clamp(30px, 3vw, 44px);
}

.kiez-map-link {
  margin-top: clamp(24px, 2.6vw, 38px);
}

.newsletter {
  padding-top: clamp(40px, 4.6vw, 66px);
  padding-bottom: clamp(44px, 4.8vw, 72px);
}

.newsletter-inner {
  grid-template-columns: minmax(270px, 0.82fr) minmax(500px, 1fr);
  gap: clamp(22px, 3.8vw, 58px);
}

.newsletter h2 {
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 0.96;
}

.newsletter-copy {
  font-size: clamp(16px, 1.05vw, 19px);
}

.newsletter-form {
  grid-template-columns: minmax(0, 1fr) minmax(178px, 238px);
  gap: 12px;
  margin-top: 8px;
  padding: 14px 10px;
}

.newsletter-form input,
.newsletter-submit {
  height: 48px;
}

.newsletter-privacy,
.newsletter .newsletter-privacy {
  margin-top: 8px;
  font-size: 11.5px;
  line-height: 1.25;
}

.footer-social {
  gap: 9px;
}

.social-button {
  width: 52px;
  height: 52px;
  overflow: visible;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    #111820;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 10px 22px rgba(0, 0, 0, 0.28);
}

.social-button::before {
  display: none;
}

.social-button img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 1;
  filter: none !important;
  mix-blend-mode: normal;
}

.social-button:hover,
.social-button:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.3);
}

@media (max-width: 980px) {
  .label-coffee,
  .label-culture,
  .label-kiez {
    bottom: clamp(172px, 22vh, 204px);
  }

  .newsletter-inner {
    grid-template-columns: 1fr;
  }

  .newsletter {
    padding-top: 58px;
    padding-bottom: 104px;
  }

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

  .kiez-section {
    padding-top: 56px;
  }
}

@media (max-width: 720px) {
  .coffee-section {
    padding-bottom: 142px;
  }

  .coffee-signal-grid {
    margin-bottom: 18px;
  }

  .coffee-gallery {
    margin-block: 18px 32px;
  }

  .kiez-copy h2 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .social-button {
    width: 46px;
    height: 46px;
  }

  .social-button img {
    width: 29px;
    height: 29px;
  }
}

@media (max-width: 620px) {
  .ticker {
    height: 44px;
  }

  .ticker-track {
    min-height: 44px;
  }

  .hero::before {
    inset: 44px 0 0;
  }

  .hero-title {
    top: 118px;
    font-size: clamp(48px, 18vw, 78px);
  }

  .floating-nav {
    min-height: 60px;
    padding: 0 10px;
  }

  .nav-logo {
    flex-basis: 112px;
    width: 112px;
    min-width: 112px;
  }

  .nav-logo img {
    width: 100px;
  }

  .nav-link:not(.order-link),
  .menu-button {
    display: none;
  }

  .order-link {
    min-width: 118px;
  }

  .culture-section,
  .kiez-section {
    padding-inline: 16px;
  }

  .culture-slider-track {
    padding-inline: 0;
  }

  .coffee-photo {
    opacity: 0.72;
  }

  .newsletter-form {
    border-radius: 24px;
  }
}

/* Clean-up pass: readable event captions, safe image zones and lazy map reveal. */
.culture-card-body {
  gap: 0.44rem;
  margin-top: 1rem;
  padding-inline: 0.06rem;
}

.culture-card-meta {
  flex-wrap: wrap;
  gap: 0.34rem;
  color: var(--crays-red);
  font-family: var(--font-body);
  font-size: clamp(14px, 0.96vw, 17px);
  font-weight: 900;
  line-height: 1.08;
}

.culture-card-title {
  display: block;
  color: var(--crays-ink);
  font-size: clamp(20px, 1.42vw, 26px);
  font-weight: 900;
  line-height: 1.04;
  text-decoration: none;
}

.coffee-section {
  min-height: 980px;
  padding-inline: clamp(18px, 2vw, 34px);
  overflow: hidden;
}

.coffee-copy,
.coffee-menu-link {
  position: relative;
  z-index: 4;
}

.coffee-copy {
  max-width: 920px;
  padding: clamp(108px, 12vh, 156px) 0 clamp(48px, 6vh, 76px);
}

.coffee-copy h2 {
  max-width: 920px;
  margin-inline: auto;
}

.coffee-copy p {
  max-width: 790px;
}

.coffee-gallery {
  z-index: 1;
  inset: 0;
}

.coffee-photo {
  border-radius: 18px;
}

.coffee-photo-1 {
  top: clamp(84px, 11vh, 132px);
  left: clamp(24px, 5vw, 104px);
  width: clamp(132px, 12vw, 220px);
  height: clamp(170px, 15vw, 286px);
}

.coffee-photo-2 {
  top: clamp(74px, 9vh, 118px);
  right: clamp(24px, 5vw, 112px);
  left: auto;
  width: clamp(136px, 13vw, 238px);
  height: clamp(172px, 16vw, 296px);
}

.coffee-photo-3 {
  top: auto;
  bottom: clamp(94px, 13vh, 152px);
  left: clamp(18px, 3.3vw, 68px);
  width: clamp(142px, 12vw, 232px);
  height: clamp(190px, 18vw, 342px);
}

.coffee-photo-4 {
  top: auto;
  right: clamp(18px, 4vw, 86px);
  bottom: clamp(88px, 12vh, 146px);
  left: auto;
  width: clamp(140px, 11vw, 214px);
  height: clamp(176px, 15vw, 292px);
}

.coffee-photo-5 {
  top: auto;
  bottom: -44px;
  left: calc(50% - clamp(122px, 11vw, 218px));
  display: none;
  width: clamp(244px, 22vw, 436px);
  height: clamp(156px, 15vw, 284px);
}

.map-section[hidden] {
  display: none !important;
}

.map-section-collapsible {
  padding-top: 0;
  padding-bottom: clamp(48px, 7vw, 104px);
}

.map-section-collapsible.is-open {
  display: block;
  animation: crays-map-open 360ms cubic-bezier(0.19, 1, 0.22, 1);
}

.map-section-collapsible .map-wrapper {
  overflow: hidden;
  min-height: clamp(360px, 54vw, 620px);
}

.map-section-collapsible iframe {
  display: block;
}

@keyframes crays-map-open {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .culture-card-meta {
    font-size: clamp(13px, 2.5vw, 16px);
  }

  .culture-card-title {
    font-size: clamp(19px, 4vw, 24px);
  }

  .coffee-section {
    min-height: auto;
    padding: clamp(86px, 14vw, 124px) 16px clamp(96px, 14vw, 132px);
    gap: 2.2rem;
  }

  .coffee-copy {
    max-width: 760px;
    padding: 0;
  }

  .coffee-copy p {
    max-width: 680px;
  }

  .coffee-gallery {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .coffee-photo,
  .coffee-photo-1,
  .coffee-photo-2,
  .coffee-photo-3,
  .coffee-photo-4,
  .coffee-photo-5 {
    position: relative;
    inset: auto;
    display: block !important;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    animation: none;
    opacity: 1;
  }
}

@media (max-width: 620px) {
  .culture-card-body {
    gap: 0.38rem;
    margin-top: 0.88rem;
  }

  .culture-card-meta {
    font-size: 13px;
  }

  .culture-card-title {
    font-size: 21px;
  }

  .coffee-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coffee-photo-5 {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .map-section-collapsible {
    padding-inline: 12px;
  }
}

/* Wallet section rebuild: calmer Crays layout, no floating media collision. */
.digital-section {
  display: grid;
  grid-template-areas:
    "copy visual"
    "badges visual";
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.68fr);
  align-items: center;
  gap: clamp(22px, 3vw, 38px) clamp(34px, 6vw, 96px);
  min-height: auto;
  padding: clamp(88px, 10vw, 150px) clamp(20px, 5.6vw, 96px);
  overflow: hidden;
}

.digital-copy {
  grid-area: copy;
  align-items: flex-start;
  max-width: 780px;
  margin: 0;
  text-align: left;
}

.digital-copy h2 {
  max-width: 780px;
  font-size: clamp(54px, 6.2vw, 112px);
  line-height: 0.92;
}

.digital-copy p {
  max-width: 560px;
  margin: clamp(24px, 3vw, 38px) 0 0;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.18;
}

.wallet-badges {
  grid-area: badges;
  justify-content: flex-start;
  align-self: start;
  width: 100%;
  margin-top: 0;
}

.wallet-badge {
  grid-template-columns: 52px auto;
  min-width: min(282px, 100%);
  min-height: 70px;
  padding: 9px 16px 9px 10px;
  border-radius: 18px;
}

.wallet-badge-icon {
  width: 52px;
  height: 44px;
}

.wallet-badge strong {
  font-size: clamp(23px, 1.65vw, 30px);
  line-height: 0.95;
}

.digital-visual {
  grid-area: visual;
  justify-self: end;
  display: grid;
  place-items: center;
  width: min(520px, 100%);
  height: auto;
  min-height: 0;
  margin-top: 0;
  padding: clamp(18px, 2vw, 30px);
  overflow: hidden;
  border-radius: 32px;
  background: var(--crays-midnight);
  aspect-ratio: 0.82;
}

.digital-cover,
.digital-cover-tint {
  border-radius: inherit;
}

.digital-cover {
  opacity: 0.3;
  filter: saturate(0.75) contrast(1.08);
}

.digital-cover-tint {
  background:
    linear-gradient(145deg, rgba(243, 18, 72, 0.48), rgba(13, 54, 116, 0.68) 58%, rgba(5, 24, 35, 0.84)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(5, 24, 35, 0.42));
  mix-blend-mode: normal;
}

.wallet-phone {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: min(100%, 410px);
  min-width: 0;
  border-width: 11px;
  border-radius: 46px;
  background: #f7f9fb;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.34);
  transform: none;
}

.wallet-phone.motion-reveal,
.wallet-phone.motion-reveal.is-in-view {
  opacity: 1;
  transform: none;
}

.phone-screen {
  padding: clamp(50px, 4.6vw, 60px) clamp(18px, 2vw, 26px) clamp(18px, 2vw, 26px);
  border-radius: 34px;
}

.phone-status {
  font-size: clamp(14px, 1.1vw, 18px);
}

.phone-camera {
  top: 14px;
  width: clamp(84px, 7vw, 118px);
  height: 20px;
}

.phone-pass {
  margin-top: clamp(24px, 3vw, 34px);
  padding: clamp(14px, 1.4vw, 18px);
}

.phone-pass-head {
  font-size: clamp(13px, 1vw, 16px);
}

.phone-pass-head strong {
  font-size: clamp(22px, 1.5vw, 26px);
}

.phone-stamps {
  gap: 12px;
}

.phone-stamps span {
  min-height: clamp(42px, 3.2vw, 52px);
  font-size: clamp(16px, 1.25vw, 21px);
}

@media (max-width: 980px) {
  .digital-section {
    grid-template-areas:
      "copy"
      "badges"
      "visual";
    grid-template-columns: 1fr;
    padding: clamp(76px, 12vw, 112px) 18px clamp(88px, 12vw, 124px);
  }

  .digital-copy {
    align-items: center;
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .digital-copy h2 {
    max-width: 760px;
    font-size: clamp(46px, 12vw, 86px);
  }

  .digital-copy p {
    max-width: 620px;
    margin-inline: auto;
  }

  .wallet-badges {
    justify-content: center;
  }

  .digital-visual {
    justify-self: center;
    width: min(560px, 100%);
    aspect-ratio: 1.1;
  }

  .wallet-phone {
    width: min(360px, 82vw);
  }
}

@media (max-width: 620px) {
  .wallet-badges {
    display: grid;
    grid-template-columns: 1fr;
    width: min(330px, 100%);
    margin-inline: auto;
  }

  .wallet-badge {
    width: 100%;
  }

  .digital-visual {
    padding: 14px;
    border-radius: 24px;
    aspect-ratio: 0.82;
  }

  .wallet-phone {
    width: min(300px, 82vw);
    border-width: 9px;
    border-radius: 38px;
  }

  .phone-pass {
    margin-top: 20px;
  }
}

/* Wallet polish pass: cleaner hierarchy, no nav collision, mobile-safe composition. */
.digital-section {
  grid-template-areas:
    "copy visual"
    "badges visual";
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  align-items: center;
  gap: clamp(28px, 4vw, 72px) clamp(48px, 7vw, 116px);
  min-height: min(940px, 100svh);
  padding: clamp(108px, 10vw, 160px) clamp(24px, 6vw, 112px) clamp(150px, 11vw, 190px);
  background:
    radial-gradient(circle at 10% 12%, rgba(244, 18, 72, 0.11), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
}

.digital-copy {
  max-width: 720px;
}

.digital-copy h2 {
  max-width: 720px;
  font-size: clamp(56px, 5.7vw, 104px);
  line-height: 0.9;
  letter-spacing: 0;
}

.digital-copy p {
  max-width: 520px;
  color: rgba(5, 24, 35, 0.72);
  font-size: clamp(19px, 1.3vw, 24px);
}

.wallet-badges {
  gap: 14px;
  max-width: 620px;
  align-self: start;
}

.wallet-badge {
  min-width: min(292px, 100%);
  min-height: 76px;
  border: 1px solid rgba(5, 24, 35, 0.1);
  background: #07101d;
  box-shadow: 0 20px 48px rgba(5, 24, 35, 0.16);
}

.wallet-badge strong {
  font-size: clamp(24px, 1.55vw, 30px);
}

.digital-visual {
  width: min(500px, 100%);
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(5, 24, 35, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(7, 16, 29, 0.94), rgba(13, 54, 116, 0.9));
  box-shadow: 0 34px 90px rgba(5, 24, 35, 0.2);
}

.digital-cover {
  opacity: 0.18;
  filter: saturate(0.82) contrast(1.04);
}

.digital-cover-tint {
  background:
    linear-gradient(145deg, rgba(243, 18, 72, 0.25), rgba(13, 54, 116, 0.56) 58%, rgba(5, 24, 35, 0.8));
}

.wallet-phone {
  width: min(100%, 390px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.phone-pass {
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(5, 24, 35, 0.09);
}

@media (max-width: 980px) {
  .digital-section {
    grid-template-areas:
      "copy"
      "badges"
      "visual";
    grid-template-columns: 1fr;
    min-height: auto;
    padding: clamp(82px, 14vw, 120px) 18px clamp(144px, 20vw, 184px);
  }

  .digital-copy,
  .digital-copy h2,
  .digital-copy p {
    max-width: 720px;
  }

  .digital-visual {
    width: min(540px, 100%);
    aspect-ratio: 0.98;
  }

  .wallet-phone {
    width: min(350px, 78vw);
  }
}

@media (max-width: 620px) {
  .digital-section {
    padding-inline: 14px;
    padding-bottom: 142px;
  }

  .digital-copy h2 {
    font-size: clamp(42px, 13vw, 70px);
  }

  .wallet-badges {
    gap: 10px;
  }

  .wallet-badge {
    min-height: 68px;
    border-radius: 16px;
  }

  .wallet-badge strong {
    font-size: 23px;
  }

  .digital-visual {
    width: min(360px, 100%);
    aspect-ratio: 0.78;
    padding: 12px;
    border-radius: 24px;
  }

  .wallet-phone {
    width: min(292px, 82vw);
  }
}

/* Crays Fund footer: manifesto, legal links and colored social buttons. */
.crays-fund-footer {
  display: grid;
  gap: clamp(50px, 6.2vw, 82px);
  min-height: auto;
  padding: clamp(88px, 9.2vw, 136px) clamp(18px, 13vw, 312px) max(136px, env(safe-area-inset-bottom));
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(33, 66, 171, 0.34), transparent 34%),
    radial-gradient(circle at 22% 0%, rgba(244, 18, 72, 0.14), transparent 28%),
    linear-gradient(180deg, #07101d 0%, #02060a 100%);
  background-size:
    72px 72px,
    72px 72px,
    auto,
    auto,
    auto;
  color: #fff;
}

.footer-manifesto {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(52px, 7vw, 112px);
  align-items: center;
  padding-top: clamp(4px, 2vw, 28px);
}

.footer-manifesto h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(42px, 3.4vw, 64px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.footer-manifesto h2::first-line {
  color: #fff;
}

.footer-manifesto p {
  margin: 0;
  padding-left: clamp(28px, 4vw, 64px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.28vw, 24px);
  font-weight: 500;
  line-height: 1.24;
}

.footer-actions {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}

.crays-fund-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

.crays-fund-footer .footer-legal a,
.footer-credit p,
.footer-credit button {
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 800;
  line-height: 1;
}

.crays-fund-footer .footer-legal a {
  text-decoration: none;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.social-button {
  --social-accent: #0d4dff;
  --social-glow: rgba(13, 77, 255, 0.38);
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(4, 13, 23, 0.74);
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 26px var(--social-glow);
  transition:
    transform 220ms cubic-bezier(0.19, 1, 0.22, 1),
    border-color 220ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 220ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

.social-button img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.38));
}

.social-button:hover,
.social-button:focus-visible {
  transform: translateY(-5px) scale(1.04);
  border-color: color-mix(in srgb, var(--social-accent) 60%, rgba(255, 255, 255, 0.28));
  filter: saturate(1.18);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px color-mix(in srgb, var(--social-accent) 30%, transparent),
    0 0 34px var(--social-glow);
}

.social-github { --social-accent: #f31248; --social-glow: rgba(243, 18, 72, 0.38); }
.social-x { --social-accent: #f31248; --social-glow: rgba(243, 18, 72, 0.34); }
.social-open-collective { --social-accent: #7f8cff; --social-glow: rgba(127, 140, 255, 0.5); }
.social-reddit { --social-accent: #ff4500; --social-glow: rgba(255, 69, 0, 0.42); }
.social-telegram { --social-accent: #229ed9; --social-glow: rgba(34, 158, 217, 0.46); }
.social-tiktok { --social-accent: #fe2c55; --social-glow: rgba(254, 44, 85, 0.5); }
.social-youtube { --social-accent: #ff0033; --social-glow: rgba(255, 0, 51, 0.48); }
.social-linkedin { --social-accent: #0a66c2; --social-glow: rgba(10, 102, 194, 0.45); }
.social-instagram { --social-accent: #dd2a7b; --social-glow: rgba(221, 42, 123, 0.52); }
.social-nostr { --social-accent: #7d35ff; --social-glow: rgba(125, 53, 255, 0.5); }
.social-discord { --social-accent: #5865f2; --social-glow: rgba(88, 101, 242, 0.5); }

.footer-credit {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.footer-credit p {
  margin: 0;
}

.footer-credit button {
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.footer-credit button:hover,
.footer-credit button:focus-visible,
.crays-fund-footer .footer-legal a:hover,
.crays-fund-footer .footer-legal a:focus-visible {
  color: var(--crays-red);
}

.cookie-panel {
  z-index: 2147483600;
}

.digital-section {
  align-content: center;
}

@media (max-width: 980px) {
  .crays-fund-footer {
    padding-inline: clamp(18px, 6vw, 56px);
  }

  .footer-manifesto,
  .footer-actions {
    grid-template-columns: 1fr;
  }

  .footer-manifesto p {
    padding-left: 0;
    padding-top: 28px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer-social {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .crays-fund-footer {
    gap: 44px;
    padding-top: 76px;
    padding-bottom: 130px;
  }

  .footer-manifesto h2 {
    font-size: clamp(36px, 12vw, 50px);
  }

  .footer-manifesto p {
    font-size: 17px;
  }

  .social-button {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
}

/* Under-hero Crays energy: editorial signal strip and more tactile culture cards. */
.culture-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(5, 24, 35, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 24, 35, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 14% 18%, rgba(244, 18, 72, 0.16), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(13, 54, 116, 0.14), transparent 34%),
    #f8fafc;
  background-size:
    64px 64px,
    64px 64px,
    auto,
    auto,
    auto;
}

.culture-section::before {
  content: "BALEARICS / GLOBAL TRAVELERS / COFFEE CULTURE / BARRIO / ";
  position: absolute;
  top: clamp(22px, 4vw, 54px);
  left: 0;
  width: max-content;
  color: rgba(244, 18, 72, 0.14);
  font-family: var(--font-display);
  font-size: clamp(54px, 9vw, 150px);
  font-weight: 900;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
  animation: crays-signal-drift 26s linear infinite;
}

.culture-copy {
  position: relative;
  z-index: 1;
}

.culture-copy::before {
  content: "LIVE FROM THE BALEARIC BARRIO";
  display: inline-flex;
  width: fit-content;
  margin: 0 auto clamp(22px, 3vw, 36px);
  padding: 10px 16px;
  border: 1px solid rgba(5, 24, 35, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--crays-red);
  font-family: var(--font-body);
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 42px rgba(5, 24, 35, 0.08);
  backdrop-filter: blur(16px);
}

.culture-slider {
  position: relative;
  z-index: 1;
}

.culture-slider::after {
  content: "";
  position: absolute;
  inset: auto 0 -42px;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0), #f8fafc 72%);
}

.culture-card {
  overflow: hidden;
  border: 1px solid rgba(5, 24, 35, 0.12);
  border-radius: 18px;
  background: #07101d;
  box-shadow: 0 24px 64px rgba(5, 24, 35, 0.16);
}

.culture-card-media {
  border-radius: 17px 17px 0 0;
}

.culture-card-media img {
  transition:
    transform 700ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.culture-card-body {
  padding: 18px 20px 22px;
  background:
    radial-gradient(circle at 15% 0%, rgba(244, 18, 72, 0.18), transparent 44%),
    #07101d;
}

.culture-card-meta {
  color: var(--crays-red);
}

.culture-card-title {
  color: #fff;
}

.culture-card:hover .culture-card-media img,
.culture-card.is-hovered .culture-card-media img {
  transform: scale(1.055);
  filter: saturate(1.12) contrast(1.04);
}

@keyframes crays-signal-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 620px) {
  .culture-section::before {
    top: 20px;
    font-size: 72px;
  }

  .culture-copy::before {
    margin-inline: auto;
  }

  .culture-card {
    border-radius: 14px;
  }
}

/* Crays CI correction pass: closer to crays.fund, less LAP/standard coffee site. */
body {
  background: #051823;
  color: #fff;
}

body,
h1,
h2,
h3,
p,
a,
button,
input {
  font-family: var(--font-body);
}

.culture-section,
.coffee-section,
.digital-section,
.kiez-section,
.locations-slider-section,
.newsletter,
.crays-fund-footer {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 84% 10%, rgba(33, 66, 171, 0.34), transparent 34%),
    radial-gradient(circle at 9% 8%, rgba(243, 18, 72, 0.18), transparent 28%),
    linear-gradient(180deg, #071421 0%, #02070c 100%);
  background-size:
    72px 72px,
    72px 72px,
    auto,
    auto,
    auto;
}

.culture-copy::before {
  content: "COFFEE CULTURE";
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(5, 24, 35, 0.62);
  color: var(--crays-red);
  box-shadow: none;
}

.culture-section::before {
  color: rgba(255, 255, 255, 0.035);
}

.culture-copy h2,
.coffee-copy h2,
.digital-copy h2,
.kiez-copy h2,
.newsletter h2 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}

.culture-copy h2::first-line,
.coffee-copy h2::first-line,
.digital-copy h2::first-line,
.kiez-copy h2::first-line,
.newsletter h2::first-line {
  color: var(--crays-red);
}

.culture-copy p,
.coffee-copy p,
.digital-copy p,
.kiez-copy p,
.newsletter-copy,
.newsletter-privacy {
  color: rgba(255, 255, 255, 0.82);
}

.culture-button,
.location-arrow {
  border-color: rgba(255, 255, 255, 0.28);
  background-color: rgba(5, 24, 35, 0.44);
  color: #fff;
}

.culture-card,
.lap-location-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 4px solid var(--crays-red);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(7, 16, 29, 0.84);
  box-shadow: none;
}

.culture-card-body,
.lap-location-card-info {
  background:
    linear-gradient(180deg, rgba(7, 16, 29, 0.92), rgba(7, 16, 29, 0.98));
}

.coffee-section {
  min-height: auto;
  padding-bottom: clamp(120px, 14vw, 220px);
}

.coffee-gallery {
  opacity: 0.9;
}

.coffee-photo,
.digital-visual,
.wallet-badge,
.newsletter-form {
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.digital-section {
  min-height: auto;
}

.digital-visual {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    rgba(7, 16, 29, 0.82);
}

.wallet-badge {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    #07101d;
}

.kiez-section {
  padding-bottom: clamp(80px, 9vw, 130px);
}

.kiez-map-link,
.coffee-menu-link,
.newsletter-submit,
.lap-yellow-button {
  background: var(--crays-red);
  color: #fff;
}

.location-filter {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(7, 16, 29, 0.7);
  color: #fff;
}

.location-filter.is-active {
  background: var(--crays-red);
  border-color: var(--crays-red);
}

.newsletter {
  min-height: auto;
  padding: clamp(90px, 10vw, 150px) clamp(18px, 11vw, 220px) clamp(92px, 9vw, 140px);
}

.newsletter-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(34px, 6vw, 94px);
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
}

.newsletter h2 {
  margin: 0;
  text-align: left;
  font-size: clamp(44px, 5.3vw, 86px);
  line-height: 0.96;
}

.newsletter-copy {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  max-width: 680px;
  margin: 0;
  padding-left: clamp(26px, 4vw, 58px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  text-align: left;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.24;
}

.newsletter-form {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
  max-width: 680px;
  margin: clamp(34px, 4vw, 56px) 0 0;
  padding: 10px;
  border-radius: 14px;
  background: rgba(7, 16, 29, 0.78);
}

.newsletter-form label {
  display: block;
}

.newsletter-form input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 16px;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.newsletter-submit {
  min-width: 166px;
  height: 56px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-transform: none;
}

.newsletter-privacy {
  grid-column: 2;
  max-width: 680px;
  margin: 18px 0 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.35;
}

.newsletter-privacy a {
  color: #fff;
}

.newsletter .newsletter-copy {
  color: rgba(255, 255, 255, 0.86);
}

.newsletter .newsletter-privacy {
  color: rgba(255, 255, 255, 0.62);
}

.crays-fund-footer {
  padding-top: clamp(82px, 8vw, 126px);
  padding-bottom: max(190px, env(safe-area-inset-bottom));
}

.footer-manifesto {
  align-items: end;
}

.footer-manifesto h2 {
  font-size: clamp(46px, 3.55vw, 68px);
  line-height: 1.03;
}

.footer-manifesto h2 span {
  color: var(--crays-red);
  font-size: clamp(22px, 1.6vw, 29px);
  line-height: 1.1;
}

.footer-manifesto p {
  font-size: clamp(18px, 1.12vw, 22px);
  line-height: 1.42;
}

.footer-actions {
  margin-top: clamp(12px, 2vw, 28px);
}

.social-button {
  width: 50px;
  height: 50px;
  border-radius: 7px;
  border-color: rgba(255, 255, 255, 0.2);
}

.social-button img {
  width: 25px;
  height: 25px;
}

.footer-credit {
  margin-top: -18px;
}

@media (max-width: 980px) {
  .newsletter-inner {
    grid-template-columns: 1fr;
  }

  .newsletter-copy,
  .newsletter-form,
  .newsletter-privacy {
    grid-column: 1;
  }

  .newsletter-copy {
    padding-left: 0;
    padding-top: 24px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 620px) {
  .culture-section,
  .coffee-section,
  .digital-section,
  .kiez-section,
  .locations-slider-section,
  .newsletter,
  .crays-fund-footer {
    background-size:
      48px 48px,
      48px 48px,
      auto,
      auto,
      auto;
  }

  .newsletter {
    padding: 76px 22px 118px;
  }

  .newsletter h2 {
    font-size: clamp(40px, 13vw, 58px);
  }

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

  .newsletter-submit {
    width: 100%;
  }

  .crays-fund-footer {
    padding-bottom: 150px;
  }
}

/* Focus redesign: Coffee Catalyst + Digital Stamp Card as Crays lifestyle modules. */
.section-kicker {
  margin: 0 0 clamp(18px, 2vw, 28px);
  color: var(--crays-red);
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.coffee-section {
  display: grid;
  grid-template-areas:
    "copy gallery"
    "cta gallery";
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: clamp(34px, 5.8vw, 98px);
  align-items: center;
  min-height: 100svh;
  padding: clamp(96px, 9vw, 150px) clamp(22px, 6vw, 116px) clamp(150px, 12vw, 210px);
  overflow: hidden;
}

.coffee-section::before {
  content: "CATALYST";
  position: absolute;
  right: -0.06em;
  bottom: clamp(18px, 4vw, 62px);
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(120px, 19vw, 360px);
  font-weight: 900;
  line-height: 0.75;
  pointer-events: none;
}

.coffee-section::after {
  content: "LOCAL ROAST / QUICK SERVE / LIFE AMONG PEOPLE / BALANCED CUP / ";
  position: absolute;
  left: 0;
  top: clamp(24px, 4vw, 52px);
  width: max-content;
  color: rgba(255, 255, 255, 0.12);
  font-size: clamp(34px, 6vw, 112px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  animation: crays-signal-drift 30s linear infinite;
}

.coffee-copy {
  grid-area: copy;
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 0;
  text-align: left;
}

.coffee-copy h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(68px, 7vw, 132px);
  font-weight: 900;
  line-height: 0.88;
  text-align: left;
}

.coffee-copy p {
  max-width: 720px;
  margin: clamp(30px, 3vw, 46px) 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.22;
  text-align: left;
}

.coffee-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 690px;
  margin-top: clamp(28px, 3vw, 44px);
}

.coffee-signal-grid span {
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 3px solid var(--crays-red);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(7, 16, 29, 0.72);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 800;
}

.coffee-signal-grid strong {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.coffee-menu-link {
  grid-area: cta;
  position: relative;
  z-index: 2;
  justify-self: start;
  width: auto;
  min-width: 190px;
  margin: 0;
  border-radius: 11px;
}

.coffee-gallery {
  grid-area: gallery;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(42px, 1fr));
  gap: 14px;
  width: min(620px, 100%);
  min-height: clamp(600px, 72vh, 760px);
  justify-self: end;
  opacity: 1;
  pointer-events: auto;
}

.coffee-gallery::before {
  content: "";
  position: absolute;
  inset: 8% 12%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(243, 18, 72, 0.22), transparent 32%),
    rgba(255, 255, 255, 0.035);
  transform: rotate(-4deg);
}

.coffee-photo,
.coffee-photo-1,
.coffee-photo-2,
.coffee-photo-3,
.coffee-photo-4,
.coffee-photo-5 {
  position: relative;
  inset: auto;
  display: block !important;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  transition:
    transform 520ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.coffee-photo-1 {
  grid-column: 1 / 4;
  grid-row: 1 / 4;
  transform: rotate(-3deg);
}

.coffee-photo-2 {
  grid-column: 4 / 7;
  grid-row: 2 / 5;
  transform: rotate(2.2deg) translateY(-12px);
}

.coffee-photo-3 {
  grid-column: 1 / 3;
  grid-row: 4 / 8;
  transform: rotate(2deg);
}

.coffee-photo-4 {
  grid-column: 3 / 7;
  grid-row: 5 / 9;
  transform: rotate(-2deg);
}

.coffee-photo-5 {
  grid-column: 3 / 5;
  grid-row: 3 / 6;
  border-radius: 999px;
  transform: rotate(6deg);
}

.coffee-photo:hover {
  transform: translateY(-10px) scale(1.035);
  filter: saturate(1.1) contrast(1.05);
}

.digital-section {
  display: grid;
  grid-template-areas:
    "copy visual"
    "badges visual";
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 0.82fr);
  gap: clamp(34px, 6vw, 104px);
  align-items: center;
  min-height: 100svh;
  padding: clamp(100px, 9vw, 150px) clamp(22px, 6vw, 112px) clamp(150px, 12vw, 210px);
  overflow: hidden;
}

.digital-section::before {
  content: "06+1";
  position: absolute;
  left: clamp(18px, 5vw, 96px);
  bottom: clamp(84px, 9vw, 150px);
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(140px, 21vw, 390px);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.digital-copy {
  grid-area: copy;
  position: relative;
  z-index: 2;
  align-items: flex-start;
  max-width: 820px;
  text-align: left;
}

.digital-copy h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(68px, 7vw, 132px);
  font-weight: 900;
  line-height: 0.88;
}

.digital-copy p {
  max-width: 620px;
  margin: clamp(30px, 3vw, 46px) 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(20px, 1.55vw, 28px);
}

.wallet-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(26px, 3vw, 42px);
}

.wallet-benefits span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.wallet-badges {
  grid-area: badges;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-self: start;
  gap: 14px;
  max-width: 680px;
  margin: 0;
}

.wallet-badge {
  min-width: min(292px, 100%);
  min-height: 74px;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(7, 16, 29, 0.86);
}

.digital-visual {
  grid-area: visual;
  position: relative;
  justify-self: end;
  display: grid;
  place-items: center;
  width: min(560px, 100%);
  min-height: clamp(620px, 72vh, 760px);
  padding: clamp(22px, 2.4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 4px solid var(--crays-red);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(7, 16, 29, 0.78);
  box-shadow: none;
}

.digital-visual::after {
  content: "Tap / collect / return";
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.digital-cover {
  opacity: 0.22;
}

.wallet-phone {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(100%, 390px);
  max-width: 390px;
  border-width: 11px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38);
}

@media (max-width: 1180px) {
  .coffee-section,
  .digital-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "gallery"
      "cta";
    min-height: auto;
  }

  .digital-section {
    grid-template-areas:
      "copy"
      "badges"
      "visual";
  }

  .coffee-gallery,
  .digital-visual {
    justify-self: center;
    width: min(760px, 100%);
  }
}

@media (max-width: 720px) {
  .coffee-section,
  .digital-section {
    padding: 78px 16px 134px;
  }

  .coffee-copy h2,
  .digital-copy h2 {
    font-size: clamp(46px, 15vw, 76px);
  }

  .coffee-copy p,
  .digital-copy p {
    font-size: 16px;
  }

  .coffee-signal-grid {
    grid-template-columns: 1fr;
  }

  .coffee-gallery {
    grid-template-rows: repeat(7, 72px);
    gap: 10px;
    min-height: 520px;
  }

  .coffee-photo-1 {
    grid-column: 1 / 5;
    grid-row: 1 / 3;
  }

  .coffee-photo-2 {
    grid-column: 3 / 7;
    grid-row: 3 / 5;
  }

  .coffee-photo-3 {
    grid-column: 1 / 4;
    grid-row: 5 / 8;
  }

  .coffee-photo-4 {
    grid-column: 4 / 7;
    grid-row: 5 / 8;
  }

  .coffee-photo-5 {
    display: none !important;
  }

  .wallet-badges {
    display: grid;
    grid-template-columns: 1fr;
    width: min(340px, 100%);
  }

  .digital-visual {
    min-height: 520px;
    padding: 14px;
    border-radius: 24px;
  }

  .wallet-phone {
    width: min(308px, 84vw);
  }
}

/* Final composition pass: reduce empty space, protect faces in collages, and align closer to Crays Fund. */
.label-coffee,
.label-culture,
.label-kiez {
  top: auto;
  bottom: 246px;
}

.label-coffee {
  left: clamp(18px, 4vw, 70px);
}

.label-culture {
  left: clamp(160px, 17vw, 300px);
}

.label-kiez {
  right: auto;
  left: clamp(315px, 31vw, 560px);
}

.culture-copy h2 {
  line-height: 1.03;
}

.culture-copy p {
  max-width: 1120px;
  margin-top: clamp(32px, 3.6vw, 50px);
  line-height: 1.18;
}

.culture-section {
  padding-bottom: clamp(26px, 3.2vw, 48px);
}

.culture-slider {
  margin-bottom: 0;
}

.culture-slider::after {
  inset: auto 0 -1px;
  height: clamp(86px, 8.6vw, 126px);
  background: linear-gradient(
    180deg,
    rgba(7, 20, 33, 0) 0%,
    rgba(166, 174, 181, 0.66) 56%,
    #071421 100%
  );
}

.coffee-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.72fr);
  gap: clamp(34px, 5.2vw, 84px);
  min-height: auto;
  margin-top: 0;
  padding: clamp(106px, 8.5vw, 138px) clamp(22px, 6vw, 116px) clamp(116px, 10vw, 166px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 86% 20%, rgba(33, 66, 171, 0.28), transparent 34%),
    radial-gradient(circle at 5% 34%, rgba(243, 18, 72, 0.2), transparent 34%),
    linear-gradient(180deg, #858d96 0%, #17304e 10%, #06111f 36%, #071421 100%);
  background-size:
    72px 72px,
    72px 72px,
    auto,
    auto,
    auto;
}

.coffee-copy .section-kicker {
  margin-bottom: clamp(34px, 3.8vw, 58px);
}

.coffee-copy h2 {
  max-width: 780px;
  font-size: clamp(64px, 6.6vw, 122px);
  line-height: 0.9;
}

.coffee-gallery {
  width: min(590px, 100%);
  min-height: clamp(540px, 62vh, 670px);
  grid-template-rows: repeat(12, minmax(30px, 1fr));
  gap: 12px;
  align-self: center;
}

.coffee-gallery::before {
  inset: 5% 7% 7%;
  border-radius: 28px;
  transform: rotate(-2deg);
}

.coffee-photo,
.coffee-photo-1,
.coffee-photo-2,
.coffee-photo-3,
.coffee-photo-4,
.coffee-photo-5 {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  object-fit: cover;
  transform: none;
}

.coffee-photo-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 7;
  object-position: 50% 32%;
}

.coffee-photo-2 {
  grid-column: 3 / 5;
  grid-row: 2 / 8;
  object-position: 50% 34%;
}

.coffee-photo-3 {
  grid-column: 5 / 7;
  grid-row: 1 / 7;
  object-position: 50% 36%;
}

.coffee-photo-4 {
  grid-column: 1 / 3;
  grid-row: 7 / 13;
  object-position: 50% 32%;
}

.coffee-photo-5 {
  grid-column: 3 / 7;
  grid-row: 8 / 12;
  border-radius: 18px;
  object-fit: cover;
  object-position: 50% 50%;
}

.coffee-photo:hover {
  transform: translateY(-8px) scale(1.02);
}

.digital-section {
  min-height: auto;
  padding: clamp(88px, 8vw, 128px) clamp(22px, 6vw, 112px) clamp(116px, 10vw, 166px);
}

.store-badge {
  grid-template-columns: 42px auto;
  min-width: min(258px, 100%);
  min-height: 70px;
  gap: 12px;
  padding: 10px 16px 10px 12px;
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(7, 16, 29, 0.9);
}

.store-badge-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.store-badge-icon svg {
  display: block;
  width: 29px;
  height: 29px;
  fill: #fff;
}

.store-badge-text {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.store-badge-text small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.store-badge-text strong {
  color: #fff;
  font-size: clamp(21px, 1.45vw, 27px);
  font-weight: 900;
  letter-spacing: 0;
}

.digital-lifestyle-visual {
  width: min(540px, 100%);
  min-height: 0;
  padding: 0;
  aspect-ratio: 0.84;
  overflow: hidden;
}

.digital-lifestyle-image {
  opacity: 1;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}

.digital-lifestyle-visual .digital-cover-tint {
  background:
    linear-gradient(145deg, rgba(243, 18, 72, 0.28), rgba(13, 54, 116, 0.24) 46%, rgba(5, 24, 35, 0.46)),
    linear-gradient(180deg, rgba(5, 24, 35, 0.08), rgba(5, 24, 35, 0.56));
  mix-blend-mode: normal;
}

.digital-lifestyle-visual::after {
  content: none;
}

.digital-lifestyle-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(5, 13, 23, 0.62);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter {
  padding: clamp(54px, 6.2vw, 88px) clamp(18px, 11vw, 220px) clamp(66px, 6.8vw, 98px);
}

.newsletter-inner {
  align-items: center;
  gap: clamp(28px, 4.8vw, 72px);
}

.newsletter h2 {
  font-size: clamp(42px, 4.9vw, 78px);
  line-height: 0.94;
}

.newsletter-copy {
  align-self: center;
  font-size: clamp(17px, 1.2vw, 21px);
}

.newsletter-form {
  margin-top: clamp(26px, 3vw, 44px);
  padding: 20px 10px;
}

.crays-fund-footer {
  gap: clamp(44px, 5vw, 74px);
  padding: clamp(68px, 6.8vw, 108px) clamp(18px, 13vw, 312px) max(132px, env(safe-area-inset-bottom));
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 82% 0%, rgba(33, 66, 171, 0.33), transparent 34%),
    radial-gradient(circle at 18% 10%, rgba(243, 18, 72, 0.15), transparent 30%),
    linear-gradient(180deg, #07101d 0%, #03070b 62%, #000 100%);
  background-size:
    72px 72px,
    72px 72px,
    auto,
    auto,
    auto;
}

.footer-manifesto {
  align-items: center;
  padding-top: 0;
}

.footer-manifesto h2 {
  font-size: clamp(42px, 3.4vw, 60px);
  line-height: 0.98;
}

.footer-manifesto h2 span {
  display: block;
  margin-bottom: 12px;
  color: var(--crays-red);
  font-size: clamp(22px, 1.65vw, 27px);
  line-height: 1;
}

.footer-manifesto p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.22vw, 23px);
  line-height: 1.28;
}

.footer-actions {
  align-items: end;
  padding-top: clamp(30px, 4vw, 52px);
  border-top: 1px solid rgba(243, 18, 72, 0.3);
}

.crays-fund-footer .footer-legal {
  gap: 14px 20px;
}

.crays-fund-footer .footer-legal a,
.footer-credit p,
.footer-credit button {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(13px, 0.96vw, 15px);
  font-weight: 700;
}

.footer-social {
  gap: 8px;
}

.social-button {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 7px;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(9, 15, 24, 0.9);
  box-shadow: none;
}

.social-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 44%, var(--social-glow), transparent 68%);
  opacity: 0.42;
}

.social-button img {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  filter: none;
}

.social-button:hover,
.social-button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.32);
  filter: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.social-github { --social-glow: rgba(243, 18, 72, 0.74); }
.social-x { --social-glow: rgba(243, 18, 72, 0.68); }
.social-open-collective { --social-glow: rgba(91, 141, 255, 0.68); }
.social-reddit { --social-glow: rgba(255, 91, 55, 0.72); }
.social-telegram { --social-glow: rgba(34, 158, 217, 0.7); }
.social-tiktok { --social-glow: rgba(254, 44, 85, 0.7); }
.social-youtube { --social-glow: rgba(255, 0, 51, 0.7); }
.social-linkedin { --social-glow: rgba(10, 102, 194, 0.72); }
.social-instagram { --social-glow: rgba(221, 42, 123, 0.76); }
.social-nostr { --social-glow: rgba(125, 53, 255, 0.7); }
.social-discord { --social-glow: rgba(88, 101, 242, 0.72); }

@media (max-width: 1180px) {
  .coffee-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "gallery"
      "cta";
  }

  .coffee-gallery {
    justify-self: center;
    width: min(680px, 100%);
    min-height: clamp(520px, 62vw, 640px);
  }

  .digital-lifestyle-visual {
    justify-self: center;
    width: min(620px, 100%);
  }
}

@media (max-width: 980px) {
  .label-coffee,
  .label-culture,
  .label-kiez {
    bottom: clamp(152px, 21vh, 188px);
  }

  .newsletter {
    padding: 64px 22px 112px;
  }

  .newsletter-form {
    margin-top: 26px;
  }

  .footer-actions {
    align-items: start;
  }

  .footer-social {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .culture-copy h2 {
    line-height: 1.02;
  }

  .culture-copy p br {
    display: none;
  }

  .coffee-section,
  .digital-section {
    padding: 78px 16px 132px;
  }

  .coffee-gallery {
    display: flex;
    min-height: 0;
    width: calc(100vw - 32px);
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 14px;
    scroll-snap-type: x mandatory;
  }

  .coffee-gallery::before {
    content: none;
  }

  .coffee-photo,
  .coffee-photo-1,
  .coffee-photo-2,
  .coffee-photo-3,
  .coffee-photo-4,
  .coffee-photo-5 {
    flex: 0 0 min(74vw, 292px);
    height: auto;
    aspect-ratio: 2 / 3;
    scroll-snap-align: start;
  }

  .coffee-photo-5 {
    flex-basis: min(84vw, 330px);
    aspect-ratio: 4 / 3;
  }

  .wallet-badges {
    width: min(360px, 100%);
  }

  .store-badge {
    min-width: 0;
    width: 100%;
  }

  .digital-lifestyle-visual {
    width: min(100%, 380px);
    aspect-ratio: 0.82;
  }

  .footer-manifesto h2 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .social-button {
    width: 46px;
    height: 46px;
  }

  .social-button img {
    width: 26px;
    height: 26px;
  }
}

/* Final visual corrections after screenshot pass. */
.culture-section {
  padding-bottom: 0;
}

.culture-slider::after {
  inset: auto 0 -66px;
  height: clamp(142px, 11vw, 182px);
  background: linear-gradient(
    180deg,
    rgba(7, 20, 33, 0) 0%,
    rgba(166, 174, 181, 0.62) 45%,
    #858d96 72%,
    #858d96 100%
  );
}

.coffee-section {
  margin-top: -54px;
  padding-top: clamp(136px, 10vw, 178px);
}

.digital-section {
  row-gap: clamp(18px, 2.4vw, 34px);
  column-gap: clamp(34px, 6vw, 104px);
}

.digital-copy h2 {
  font-size: clamp(60px, 6.15vw, 112px);
}

.digital-copy p {
  margin-top: clamp(22px, 2.5vw, 34px);
}

.wallet-benefits {
  margin-top: clamp(20px, 2.5vw, 32px);
}

.wallet-badges {
  align-self: start;
}

.newsletter-inner {
  min-height: 0;
  row-gap: clamp(16px, 1.8vw, 26px);
  column-gap: clamp(28px, 4.8vw, 72px);
}

.newsletter-form {
  margin-top: clamp(10px, 1.6vw, 22px);
}

.newsletter-privacy {
  margin-top: 2px;
}

.footer-manifesto h2::first-line {
  color: var(--crays-red);
}

.footer-manifesto h2 span {
  color: var(--crays-red);
}

#formNote:empty {
  display: none;
}

#formNote {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 10px 0 0;
}

.newsletter .newsletter-privacy {
  margin: 4px 0 0;
}

.newsletter {
  padding-top: clamp(48px, 5.4vw, 78px);
  padding-bottom: clamp(54px, 5.6vw, 82px);
}

.newsletter h2 {
  grid-column: 1;
  grid-row: 1;
}

.newsletter-copy {
  grid-column: 2;
  grid-row: 1;
}

.newsletter-form {
  grid-row: 2;
}

.newsletter-privacy {
  grid-row: 3;
}

@media (max-width: 980px) {
  .newsletter h2 {
    grid-column: 1;
    grid-row: 1;
  }

  .newsletter-copy {
    grid-column: 1;
    grid-row: 2;
  }

  .newsletter-form {
    grid-column: 1;
    grid-row: 3;
  }

  .newsletter-privacy {
    grid-column: 1;
    grid-row: 4;
  }
}

/* Final requested pass: tighter hero labels, compact Catalyst controls, lower blocks, fund-like footer icons. */
.be-long {
  display: inline;
  white-space: nowrap;
}

.be-long span + span {
  margin-left: 0.035em;
}

.headline-red-line {
  color: var(--crays-red);
  white-space: nowrap;
}

.title-nowrap {
  white-space: nowrap;
}

.culture-copy h2::first-line,
.newsletter h2::first-line {
  color: inherit;
}

.culture-copy h2 .headline-red-line,
.newsletter h2 .headline-red-line {
  color: var(--crays-red);
}

.label-coffee,
.label-culture,
.label-kiez {
  bottom: 278px;
}

.coffee-section {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.72fr);
  gap: clamp(32px, 4.7vw, 76px);
  padding-top: clamp(98px, 7.4vw, 124px);
  padding-bottom: clamp(92px, 7vw, 124px);
  align-items: center;
}

.coffee-copy .section-kicker {
  margin-bottom: clamp(22px, 2.6vw, 36px);
}

.coffee-copy h2 {
  max-width: 860px;
  font-size: clamp(60px, 6vw, 110px);
  line-height: 0.88;
}

.coffee-copy p {
  max-width: 790px;
  margin-top: clamp(22px, 2.3vw, 34px);
  font-size: clamp(18px, 1.22vw, 24px);
  line-height: 1.18;
}

.coffee-signal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 790px;
  margin-top: clamp(22px, 2vw, 30px);
  margin-bottom: 0;
}

.coffee-signal-grid span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  min-height: 50px;
  padding: 10px 16px;
  border-top-width: 2px;
  border-radius: 999px;
  font-size: clamp(13px, 0.9vw, 15px);
  white-space: nowrap;
}

.coffee-signal-grid strong {
  display: inline;
  margin: 0;
  font-size: 12px;
}

.coffee-gallery {
  width: min(560px, 100%);
  min-height: clamp(500px, 55vh, 620px);
  margin-block: clamp(22px, 2.4vw, 38px);
  align-self: center;
}

.digital-section {
  min-height: auto;
  padding-top: clamp(72px, 6.4vw, 98px);
  padding-bottom: clamp(68px, 5.6vw, 92px);
}

.digital-copy h2 {
  font-size: clamp(54px, 5.4vw, 96px);
}

.digital-copy p {
  margin-top: clamp(18px, 2vw, 28px);
}

.digital-lifestyle-visual {
  width: min(470px, 100%);
  aspect-ratio: 1.05;
}

.kiez-section {
  margin-top: -1px;
  padding-top: clamp(44px, 4.4vw, 66px);
  padding-bottom: clamp(106px, 7.4vw, 132px);
}

.kiez-copy h2 {
  font-size: clamp(54px, 5.9vw, 104px);
}

.kiez-copy p {
  max-width: 980px;
  margin-top: clamp(18px, 1.9vw, 28px);
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.16;
}

.kiez-map-link {
  margin-top: clamp(18px, 1.9vw, 28px);
}

.newsletter {
  padding-top: clamp(46px, 4.5vw, 70px);
  padding-bottom: clamp(48px, 4.8vw, 74px);
}

.newsletter-inner {
  grid-template-columns: minmax(310px, 0.88fr) minmax(470px, 1fr);
  align-items: center;
  column-gap: clamp(34px, 5.2vw, 84px);
  row-gap: clamp(12px, 1.6vw, 20px);
}

.newsletter h2 {
  grid-column: 1;
  grid-row: 1 / span 3;
  font-size: clamp(42px, 4.4vw, 70px);
  line-height: 0.94;
}

.newsletter-copy {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  font-size: clamp(17px, 1.1vw, 20px);
  line-height: 1.14;
}

.newsletter-form {
  grid-column: 2;
  grid-row: 2;
  margin-top: clamp(8px, 1.1vw, 16px);
  padding: 10px;
}

.newsletter-form input,
.newsletter-submit {
  height: 50px;
}

.newsletter-privacy,
.newsletter .newsletter-privacy {
  grid-column: 2;
  grid-row: 3;
  margin-top: 8px;
  font-size: 11.5px;
  line-height: 1.25;
}

.crays-fund-footer {
  gap: clamp(42px, 4.6vw, 66px);
  padding-top: clamp(68px, 6.3vw, 96px);
}

.footer-actions {
  align-items: center;
  padding-top: clamp(26px, 3.4vw, 44px);
}

.footer-social {
  gap: 10px;
  align-items: center;
}

.social-button {
  width: 50px;
  height: 50px;
  overflow: visible;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035)),
    #111821;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 10px 22px rgba(0, 0, 0, 0.24);
}

.social-button::before {
  display: none;
}

.social-button img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 1;
  filter: none !important;
  mix-blend-mode: normal;
}

@media (max-width: 1180px) {
  .coffee-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "gallery"
      "cta";
    padding-bottom: clamp(104px, 8vw, 136px);
  }

  .coffee-copy {
    max-width: 900px;
  }

  .coffee-signal-grid {
    justify-content: flex-start;
  }

  .coffee-gallery {
    width: min(660px, 100%);
  }

  .digital-section {
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.68fr);
  }
}

@media (max-width: 980px) {
  .label-coffee,
  .label-culture,
  .label-kiez {
    bottom: clamp(166px, 22.5vh, 204px);
  }

  .digital-section {
    grid-template-columns: 1fr;
    padding-top: clamp(66px, 10vw, 92px);
    padding-bottom: clamp(72px, 11vw, 104px);
  }

  .kiez-section {
    padding-top: 48px;
    padding-bottom: 132px;
  }

  .newsletter {
    padding: 58px 22px 104px;
  }

  .newsletter-inner {
    grid-template-columns: 1fr;
  }

  .newsletter h2,
  .newsletter-copy,
  .newsletter-form,
  .newsletter-privacy,
  .newsletter .newsletter-privacy {
    grid-column: 1;
  }

  .newsletter h2 {
    grid-row: 1;
  }

  .newsletter-copy {
    grid-row: 2;
  }

  .newsletter-form {
    grid-row: 3;
  }

  .newsletter-privacy,
  .newsletter .newsletter-privacy {
    grid-row: 4;
  }
}

@media (max-width: 720px) {
  .coffee-section {
    padding-top: 72px;
    padding-bottom: 132px;
  }

  .coffee-copy h2 {
    font-size: clamp(47px, 12.8vw, 66px);
  }

  .coffee-copy p {
    font-size: clamp(19px, 5vw, 24px);
  }

  .coffee-signal-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 8px;
  }

  .coffee-signal-grid span {
    flex: 0 0 auto;
  }

  .digital-section {
    padding-top: 64px;
    padding-bottom: 92px;
  }

  .kiez-copy h2 {
    font-size: clamp(44px, 13.5vw, 64px);
  }

  .newsletter h2 {
    font-size: clamp(42px, 12.5vw, 58px);
  }

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

  .newsletter-submit {
    width: 100%;
  }

  .social-button {
    width: 45px;
    height: 45px;
  }

  .social-button img {
    width: 29px;
    height: 29px;
  }
}

/* Catalyst block correction: actions belong together, collage stays out of the top ticker band. */
.coffee-section {
  grid-template-areas: "copy gallery";
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 0.72fr);
  align-items: center;
  padding-top: clamp(112px, 8.2vw, 140px);
  padding-bottom: clamp(96px, 7.2vw, 128px);
}

.coffee-actions {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.4vw, 22px);
  margin-top: clamp(28px, 2.8vw, 42px);
}

.coffee-actions .coffee-menu-link {
  grid-area: auto;
  margin: 0;
  min-width: 190px;
  min-height: 56px;
  border-radius: 12px;
  flex: 0 0 auto;
  background: var(--crays-red);
  color: #fff;
  text-decoration: none;
}

.coffee-actions .coffee-menu-link:hover,
.coffee-actions .coffee-menu-link:focus-visible,
.newsletter-submit:hover,
.newsletter-submit:focus-visible {
  border-color: var(--crays-red);
  background: var(--crays-red);
  color: #fff;
}

.coffee-actions .coffee-signal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: none;
  margin: 0;
}

.coffee-actions .coffee-signal-grid span {
  min-height: 56px;
  padding: 10px 15px;
  border-top-width: 2px;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.025)),
    rgba(7, 16, 29, 0.78);
}

.coffee-actions .coffee-signal-grid strong {
  display: inline;
  margin: 0 8px 0 0;
}

.coffee-gallery {
  width: min(540px, 100%);
  min-height: clamp(470px, 49vh, 560px);
  align-self: center;
  transform: translateY(clamp(36px, 3.2vw, 54px));
}

.coffee-photo:hover {
  transform: translateY(-6px) scale(1.018);
}

@media (max-width: 1180px) {
  .coffee-section {
    grid-template-areas:
      "copy"
      "gallery";
    grid-template-columns: 1fr;
  }

  .coffee-gallery {
    width: min(620px, 100%);
    transform: none;
  }
}

@media (max-width: 720px) {
  .coffee-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .coffee-actions .coffee-menu-link {
    width: min(220px, 100%);
  }

  .coffee-actions .coffee-signal-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 8px;
  }

  .coffee-actions .coffee-signal-grid span {
    flex: 0 0 auto;
  }
}

/* Footer merge: fund-style manifesto with the newsletter on the same row. */
.crays-fund-footer {
  gap: clamp(34px, 4vw, 58px);
  padding-top: clamp(86px, 7.6vw, 122px);
  padding-bottom: max(150px, env(safe-area-inset-bottom));
}

.crays-fund-footer .footer-manifesto {
  grid-template-columns: minmax(310px, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(42px, 6.4vw, 108px);
  align-items: start;
  padding-top: 0;
}

.crays-fund-footer .footer-manifesto h2 {
  align-self: start;
  font-size: clamp(44px, 3.75vw, 70px);
  line-height: 0.98;
}

.crays-fund-footer .footer-manifesto h2 span {
  color: var(--crays-red);
}

.crays-fund-footer .footer-manifesto h2 > span {
  display: block;
  margin-bottom: clamp(10px, 1vw, 14px);
  font-size: clamp(22px, 1.65vw, 29px);
  line-height: 1;
}

.crays-fund-footer .footer-manifesto h2 .be-long,
.crays-fund-footer .footer-manifesto h2 .be-long span {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.crays-fund-footer .footer-manifesto h2 .be-long span + span {
  margin-left: 0.2em;
}

.footer-newsletter {
  align-self: start;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 720px;
  margin-top: clamp(78px, 5.4vw, 108px);
  padding-left: clamp(28px, 4.4vw, 70px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-manifesto .footer-newsletter .newsletter-copy,
.footer-manifesto .footer-newsletter .newsletter-privacy {
  grid-column: auto;
  grid-row: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  font-family: var(--font-body);
}

.footer-manifesto .footer-newsletter .newsletter-copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.18vw, 22px);
  font-weight: 700;
  line-height: 1.18;
}

.footer-newsletter .newsletter-form {
  grid-column: auto;
  grid-row: auto;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 230px);
  gap: 12px;
  width: 100%;
  max-width: none;
  margin: clamp(28px, 2.8vw, 44px) 0 0;
  padding: 10px;
  border-radius: 14px;
  background: rgba(7, 16, 29, 0.7);
}

.footer-newsletter .newsletter-form input,
.footer-newsletter .newsletter-submit {
  height: 54px;
}

.footer-manifesto .footer-newsletter .newsletter-privacy,
.footer-manifesto .footer-newsletter .newsletter-privacy a {
  color: rgba(255, 255, 255, 0.62);
}

.footer-manifesto .footer-newsletter .newsletter-privacy {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.footer-manifesto .footer-newsletter .newsletter-privacy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.crays-fund-footer .footer-actions {
  margin-top: clamp(2px, 1vw, 14px);
}

@media (max-width: 980px) {
  .crays-fund-footer .footer-manifesto {
    grid-template-columns: 1fr;
  }

  .footer-newsletter {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-top: 28px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 620px) {
  .footer-newsletter .newsletter-form {
    grid-template-columns: 1fr;
  }

  .footer-newsletter .newsletter-submit {
    width: 100%;
  }
}
