:root {
  --bg: #140d0b;
  --text: #f7ece4;
  --muted: rgba(247, 236, 228, 0.7);
  --ember: #d64822;
  --ember-soft: rgba(214, 72, 34, 0.18);
  --display: "Archivo", sans-serif;
  --serif: "Cormorant Garamond", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--display);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  color: var(--muted);
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  isolation: isolate;
}

/* Frosted strip + blur; feathered at bottom so no hard edge vs page content */
.site-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% + 3rem);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.24s ease;
  background: linear-gradient(
    180deg,
    rgba(12, 9, 7, 0.55) 0%,
    rgba(12, 9, 7, 0.28) 42%,
    rgba(12, 9, 7, 0.08) 72%,
    rgba(12, 9, 7, 0) 100%
  );
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 18%,
    rgba(0, 0, 0, 0.94) 44%,
    rgba(0, 0, 0, 0.5) 68%,
    rgba(0, 0, 0, 0.16) 86%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 18%,
    rgba(0, 0, 0, 0.94) 44%,
    rgba(0, 0, 0, 0.5) 68%,
    rgba(0, 0, 0, 0.16) 86%,
    transparent 100%
  );
}

.site-nav.is-scrolled::before {
  opacity: 1;
}

.site-nav > * {
  position: relative;
  z-index: 1;
}

.nav-left {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  margin-top: 0.18rem;
}

.lang-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.52em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.12rem 0.16rem;
  cursor: pointer;
}

.lang-btn.is-active {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 0.24em;
}

.home-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
  background: #1a1310;
}

.home-shell::before,
.home-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-shell::before {
  z-index: 0;
  background:
    radial-gradient(circle at 72% 16%, rgba(214, 72, 34, 0.08), transparent 16%),
    radial-gradient(circle at 18% 62%, rgba(214, 72, 34, 0.12), transparent 24%),
    radial-gradient(circle at 82% 74%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(20, 13, 11, 0.18) 0%, rgba(22, 15, 12, 0.34) 28%, rgba(22, 15, 12, 0.6) 58%, rgba(24, 17, 14, 0.92) 100%);
}

.home-shell::after {
  inset: 0 0 auto 0;
  height: 168vh;
  z-index: 0;
  background: url("assets/uma-studio.jpeg") 58% top / cover no-repeat;
  filter: contrast(1.03) saturate(0.78) brightness(0.72);
  opacity: 0.92;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.92) 28%, rgba(0, 0, 0, 0.64) 52%, rgba(0, 0, 0, 0.2) 76%, transparent 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.92) 28%, rgba(0, 0, 0, 0.64) 52%, rgba(0, 0, 0, 0.2) 76%, transparent 100%);
}

.editorial-stage {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  isolation: isolate;
}

.home-shell > .editorial-stage {
  z-index: 1;
}

/* Desktop only: floated listen strip overlaps hero tail; needs stacking over places. */
@media (min-width: 921px) {
  .home-shell > .editorial-stage.player-stage {
    z-index: 6;
  }
}

.bg-studio,
.bg-shade,
.geometry,
.piece {
  position: absolute;
}

.bg-studio {
  inset: 0;
  background: url("assets/uma-studio.jpeg") center center / cover no-repeat;
  transform: scale(1.04);
  z-index: 0;
}

.dimmed {
  filter: grayscale(100%) contrast(1.06) brightness(0.42);
}

.b-home .bg-studio {
  display: none;
}

.b-home .bg-shade {
  display: none;
}

.bg-shade {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 16, 13, 0.78) 0%, rgba(24, 16, 13, 0.46) 38%, rgba(24, 16, 13, 0.08) 100%),
    linear-gradient(180deg, rgba(34, 22, 18, 0.04) 0%, rgba(34, 22, 18, 0.08) 72%, rgba(28, 19, 16, 0.42) 100%),
    radial-gradient(circle at 18% 48%, var(--ember-soft), transparent 26%);
  z-index: 0;
}

.services-shade {
  background:
    linear-gradient(180deg, rgba(24, 16, 13, 0.78), rgba(24, 16, 13, 0.34) 34%, rgba(24, 16, 13, 0.82) 100%);
}

.geometry {
  z-index: 1;
  fill: none;
  stroke: rgba(214, 72, 34, 0.34);
  stroke-width: 0.42;
}

.geometry-studio {
  top: 18vh;
  right: 10vw;
  width: min(28rem, 44vw);
  opacity: 0.52;
}

.geometry-places {
  top: 18vh;
  left: 8vw;
  width: min(26rem, 40vw);
  opacity: 0.36;
}

.geometry-services-b {
  inset: 20vh auto auto 8vw;
  width: min(32rem, 52vw);
  opacity: 0.42;
}

.geometry-contact {
  top: 20vh;
  left: 8vw;
  width: min(24rem, 34vw);
  opacity: 0.34;
}

.piece {
  z-index: 2;
  margin: 0;
}

.top-left,
.top-right,
.contact-left,
.contact-right {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.top-left {
  top: 9vh;
  left: 8vw;
}

.top-right {
  top: 9vh;
  right: 8vw;
}

.title-stretch {
  top: 27vh;
  left: 6vw;
  font-size: clamp(5.8rem, 19vw, 15rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.9;
}

.center-line {
  top: 58vh;
  left: 8vw;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3.2vw, 2.4rem);
  max-width: 24rem;
}

.low-left,
.low-right {
  bottom: 2vh;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.low-left {
  left: 8vw;
}

.low-right {
  right: 8vw;
  text-align: right;
}

.contact-left,
.contact-right {
  bottom: 8vh;
}

.contact-left {
  left: 8vw;
}

.contact-right {
  right: 8vw;
}

.hero-stage {
  background: transparent;
}

.hero-stage::before {
  display: none;
}

.hero-stage::after {
  content: "";
  position: absolute;
  left: -2vw;
  right: -2vw;
  bottom: -6vh;
  height: 34vh;
  background: url("assets/uma-studio.jpeg") 58% center / cover no-repeat;
  filter: blur(38px) saturate(0.68) brightness(0.64);
  opacity: 0.56;
  transform: scale(1.08);
  transform-origin: center bottom;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.62) 28%, rgba(0, 0, 0, 0.92) 68%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.62) 28%, rgba(0, 0, 0, 0.92) 68%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}

.player-stage {
  position: absolute;
  top: 94vh;
  left: 0;
  right: 0;
  min-height: 52vh;
  height: 52vh;
  background: transparent;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2vh;
  padding-top: 13.8vh;
  box-sizing: border-box;
}

.player-stage::before {
  display: none;
}

.player-label {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.embed-shell {
  position: relative;
  pointer-events: auto;
}

.sound-shell {
  width: min(40rem, calc(100vw - 4rem));
  height: 166px;
  box-shadow: 0 24px 48px rgba(8, 5, 4, 0.24);
}

.bandcamp-shell {
  width: min(40rem, calc(100vw - 4rem));
  height: 120px;
  box-shadow: 0 24px 48px rgba(8, 5, 4, 0.18);
}

.sound-banner,
.bandcamp-banner {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.places-stage {
  --places-shift: 34vh;
  min-height: 138vh;
  background: transparent;
  overflow: visible;
}

.places-stage .piece {
  transform: translateY(var(--places-shift));
}

.places-stage .geometry-places {
  transform: translateY(var(--places-shift));
}

.home-footer {
  position: relative;
  z-index: 1;
  min-height: 18vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 4.5vh 8vw;
}

.home-mark {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.places-label {
  top: 14vh;
  right: 8vw;
  font-size: 0.92rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.country {
  font-size: clamp(1.45rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.country-copy,
.work-copy,
.contact-line {
  font-family: var(--serif);
  line-height: 1.22;
}

.country-copy {
  max-width: 22rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.5rem);
}

.c1 {
  top: 24vh;
  left: 10vw;
}

.cc1 {
  top: 30vh;
  left: 10vw;
}

.c2 {
  top: 22vh;
  right: 12vw;
}

.cc2 {
  top: 28vh;
  right: 8vw;
  max-width: 24rem;
  text-align: right;
}

.c3 {
  top: 50vh;
  left: 16vw;
}

.cc3 {
  top: 56vh;
  left: 16vw;
}

.c4 {
  top: 62vh;
  right: 20vw;
}

.cc4 {
  top: 68vh;
  right: 14vw;
  text-align: right;
}

.c5 {
  bottom: 44vh;
  left: 44vw;
}

.cc5 {
  bottom: 36vh;
  left: 44vw;
}

.title-work {
  top: 12vh;
  left: 7vw;
  color: rgba(245, 232, 222, 0.08);
  font-size: clamp(6rem, 20vw, 16rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.work-item {
  font-family: var(--serif);
  font-size: clamp(2rem, 6vw, 4.8rem);
}

.work-copy {
  max-width: 19rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.w1 {
  top: 28vh;
  right: 12vw;
}

.wc1 {
  top: 37vh;
  right: 9vw;
  text-align: right;
}

.w2 {
  top: 42vh;
  left: 12vw;
}

.wc2 {
  top: 51vh;
  left: 12vw;
}

.w3 {
  top: 58vh;
  right: 8vw;
}

.wc3 {
  top: 67vh;
  right: 8vw;
  text-align: right;
}

.w4 {
  top: 74vh;
  left: 18vw;
}

.wc4 {
  top: 83vh;
  left: 18vw;
}

.contact-stage {
  background:
    radial-gradient(circle at 16% 30%, rgba(214, 72, 34, 0.12), transparent 20%),
    #17100d;
}

.contact-shade {
  background:
    linear-gradient(90deg, rgba(24, 16, 13, 0.84) 0%, rgba(24, 16, 13, 0.6) 36%, rgba(24, 16, 13, 0.18) 100%);
}

.title-contact {
  top: 24vh;
  left: 8vw;
  font-size: clamp(5rem, 13vw, 10rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.contact-line {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.cl1 {
  top: 50vh;
  left: 8vw;
}

.cl2 {
  top: 61vh;
  left: 12vw;
}

.cl3 {
  top: 72vh;
  left: 16vw;
  color: var(--muted);
}

.contact-link-inline {
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cli1 {
  left: 8vw;
  bottom: 8vh;
}

.cli2 {
  left: 20vw;
  bottom: 8vh;
}

.live-photo {
  top: 16vh;
  right: 6vw;
  width: min(26rem, 34vw);
  filter: grayscale(100%) contrast(1.08);
  mix-blend-mode: screen;
}

@media (max-width: 920px) {
  .site-nav {
    gap: 0.6rem;
    font-size: 1rem;
    letter-spacing: 0.12em;
  }

  .nav-left {
    gap: 0.45rem;
  }

  /* Listen / embeds: reserved band, content vertically centered */
  .player-stage {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    min-height: clamp(20rem, 46vh, 24rem);
    --home-embeds-pad-bottom: clamp(1.1rem, 3.5vw, 2rem);
    padding-top: clamp(1.35rem, 4.5vw, 2.35rem);
    padding-bottom: var(--home-embeds-pad-bottom);
    gap: clamp(0.85rem, 2.2vh, 1.35rem);
    justify-content: center;
    box-sizing: border-box;
  }

  .home-shell > .editorial-stage.player-stage {
    z-index: 1;
  }

  .places-stage {
    --places-shift: 0;
    /* Match prior visual inset: section padding + piece offset (one symmetric edge) */
    --places-edge: calc(max(8vw, 1rem) * 2);
    /* Title ↔ description (country + copy): flex gap only */
    --places-inner-gap: calc(clamp(0.75rem, 2.15vh, 1.15rem) + 0.55rem);
    /* Label→first country and copy→next country (same step); not added between title and copy */
    --places-between-blocks: clamp(0.5rem, 1.5vh, 0.95rem);
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--places-inner-gap);
    padding-top: clamp(1.25rem, 3.5vh, 2rem);
    padding-right: var(--places-edge);
    padding-bottom: clamp(2.5rem, 6vh, 3.5rem);
    padding-left: var(--places-edge);
    box-sizing: border-box;
  }

  .places-stage .geometry-places {
    position: absolute;
    top: clamp(3rem, 10vh, 6rem);
    left: 0;
    width: min(70vw, 18rem);
    right: auto;
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
    transform: none;
  }

  .places-stage .piece {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: min(22rem, 100%);
    box-sizing: border-box;
    transform: none;
    z-index: 2;
    margin: 0;
    text-align: left;
  }

  /* Odd country titles left, even right — full width inside --places-edge; alignment only */
  .places-stage .country:nth-child(4n + 3) {
    align-self: stretch;
    text-align: left;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .places-stage .country:nth-child(4n + 5) {
    align-self: stretch;
    text-align: right;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .places-stage .country-copy:nth-child(4n + 4) {
    align-self: stretch;
    text-align: left;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .places-stage .country-copy:nth-child(4n + 6) {
    align-self: stretch;
    text-align: right;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .places-stage .country {
    margin-top: var(--places-between-blocks);
  }

  .editorial-stage-services {
    --services-inline: max(1.45rem, 8vw);
    min-height: 122vh;
  }

  /* Services: pin titles + copy to the same horizontal stripe (avoids shrink-to-fit bleeding past gutters) */
  body.b-services .editorial-stage-services .title-work {
    left: var(--services-inline, max(1.45rem, 8vw));
    right: var(--services-inline, max(1.45rem, 8vw));
    width: auto;
    box-sizing: border-box;
  }

  body.b-services .editorial-stage-services .work-item {
    left: var(--services-inline, max(1.45rem, 8vw));
    right: var(--services-inline, max(1.45rem, 8vw));
    width: auto;
    box-sizing: border-box;
  }

  .geometry-studio,
  .geometry-services-b,
  .geometry-places,
  .geometry-contact {
    width: 70vw;
    right: auto;
    left: 10vw;
  }

  .title-stretch {
    top: 31vh;
    left: 8vw;
  }

  .center-line {
    top: 60vh;
    right: 8vw;
    left: 8vw;
    max-width: min(22rem, calc(100vw - 1.5rem));
    font-size: clamp(1.28rem, 3.6vw, 1.9rem);
    line-height: 1.28;
  }

  .sound-shell {
    width: min(40rem, calc(100vw - 2rem));
  }

  .bandcamp-shell {
    width: min(40rem, calc(100vw - 2rem));
  }

  .country-copy,
  .work-copy {
    max-width: 20rem;
  }

  .editorial-stage-services .work-copy {
    font-size: clamp(1.08rem, 2.85vw, 1.42rem);
    line-height: 1.28;
    left: var(--services-inline, max(1.45rem, 8vw));
    right: var(--services-inline, max(1.45rem, 8vw));
    width: auto;
    max-width: none;
    box-sizing: border-box;
  }

  .contact-stage .contact-line {
    font-size: var(--contact-line-size);
    max-width: min(22rem, calc(100vw - 1.5rem));
    line-height: 1.28;
    overflow-wrap: anywhere;
  }

  body.b-contact .contact-link-inline,
  body.b-contact .top-left {
    font-size: var(--contact-line-size);
  }

  .low-right,
  .w1,
  .w2,
  .w3,
  .w4,
  .c1,
  .c2,
  .c3,
  .c4,
  .c5 {
    left: 8vw;
    right: auto;
    text-align: left;
  }

  .cc1,
  .cc2,
  .cc3,
  .cc4,
  .cc5,
  .wc1,
  .wc2,
  .wc3,
  .wc4 {
    left: 8vw;
    right: auto;
    text-align: left;
  }

  .low-left {
    bottom: 5vh;
  }

  .low-right {
    bottom: 1vh;
  }

  .w1 {
    top: 30vh;
  }

  .wc1 {
    top: 38vh;
  }

  .w2 {
    top: 48vh;
  }

  .wc2 {
    top: 56vh;
  }

  .w3 {
    top: 66vh;
  }

  .wc3 {
    top: 74vh;
  }

  .w4 {
    top: 84vh;
  }

  .wc4 {
    top: 92vh;
  }

  /* Odd work titles left, even right (matches main child order) */
  .editorial-stage-services .work-item:nth-child(4n + 5) {
    text-align: left;
  }

  .editorial-stage-services .work-item:nth-child(4n + 7) {
    text-align: right;
  }

  .editorial-stage-services .work-copy:nth-child(4n + 6) {
    text-align: left;
  }

  .editorial-stage-services .work-copy:nth-child(4n + 8) {
    text-align: right;
  }

  .title-contact {
    top: 18vh;
    font-size: clamp(2.2rem, 7.5vw, 5.25rem);
    letter-spacing: 0.045em;
    left: max(0.75rem, 3vw);
    right: max(0.75rem, 3vw);
    max-width: calc(100vw - 1.5rem);
    line-height: 1.06;
    box-sizing: border-box;
  }

  body.b-contact {
    /* Match home .center-line at ≤920px */
    --contact-line-size: clamp(1.28rem, 3.6vw, 1.9rem);
  }

  body.b-contact .contact-stage {
    overflow: visible;
  }

  .cl1 {
    top: 46vh;
  }

  .cl2 {
    top: 56vh;
    left: 8vw;
  }

  .cl3 {
    top: 66vh;
    left: 8vw;
  }

  .cli1 {
    left: 8vw;
  }

  .cli2 {
    left: 28vw;
  }

  .live-photo {
    top: 14vh;
    right: 8vw;
    width: 40vw;
  }
}

@media (max-width: 560px) {
  .player-stage {
    min-height: clamp(20rem, 48vh, 24.5rem);
    --home-embeds-pad-bottom: clamp(1rem, 3.2vw, 1.85rem);
    padding-top: clamp(1.2rem, 4.2vw, 2.05rem);
    padding-bottom: var(--home-embeds-pad-bottom);
    gap: clamp(0.65rem, 1.8vh, 1.05rem);
    justify-content: center;
  }

  .places-stage {
    /* Was: padding H max(8vw,1rem) + piece left max(6vw,0.85rem) */
    --places-edge: calc(max(8vw, 1rem) + max(6vw, 0.85rem));
    --places-inner-gap: calc(clamp(0.65rem, 2vh, 1.05rem) + 0.55rem);
    --places-between-blocks: clamp(0.48rem, 1.45vh, 0.9rem);
    gap: var(--places-inner-gap);
    padding-top: clamp(1rem, 3vh, 1.65rem);
    padding-right: var(--places-edge);
    padding-bottom: clamp(2rem, 5.5vh, 3rem);
    padding-left: var(--places-edge);
  }

  .places-stage .geometry-places {
    top: clamp(2rem, 8vh, 4.5rem);
    left: 0;
    opacity: 0.24;
  }

  .places-stage .piece {
    max-width: min(22rem, 100%);
  }

  .editorial-stage-services {
    --services-inline: max(1.65rem, 9.5vw);
    min-height: 128vh;
  }

  .top-left,
  .top-right,
  .contact-left,
  .contact-right,
  .low-left,
  .low-right {
    font-size: 0.72rem;
  }

  .bg-studio {
    background-position: 62% center;
  }

  .title-stretch,
  .title-work {
    font-size: clamp(4.4rem, 26vw, 8rem);
  }

  /* Shorter word + Spanish "CONTACTO"; keep inside viewport vs WORK title */
  .title-contact {
    font-size: clamp(2rem, 9.2vw, 4.25rem);
    letter-spacing: 0.04em;
    left: max(0.75rem, 3vw);
    right: max(0.75rem, 3vw);
    max-width: calc(100vw - 1.5rem);
    line-height: 1.06;
    box-sizing: border-box;
  }

  body.b-contact {
    /* Match home .center-line at ≤560px */
    --contact-line-size: clamp(1.38rem, 4.8vw, 2.05rem);
  }

  .center-line {
    top: 60vh;
    font-size: clamp(1.38rem, 4.8vw, 2.05rem);
    max-width: min(22rem, calc(100vw - 1.5rem));
    line-height: 1.28;
  }

  .low-left {
    bottom: 5vh;
  }

  .low-right {
    bottom: 1vh;
  }

  .player-label {
    font-size: 0.72rem;
  }

  .sound-shell {
    width: calc(100vw - 1rem);
  }

  .sound-shell {
    box-shadow: 0 16px 32px rgba(8, 5, 4, 0.22);
  }

  .bandcamp-shell {
    width: calc(100vw - 1rem);
  }

  .country-copy,
  .work-copy,
  .contact-line {
    font-size: 1.05rem;
    max-width: 14rem;
  }

  .editorial-stage-services .work-copy {
    font-size: clamp(1.14rem, 3.95vw, 1.48rem);
    line-height: 1.3;
    left: var(--services-inline, max(1.65rem, 9.5vw));
    right: var(--services-inline, max(1.65rem, 9.5vw));
    width: auto;
    max-width: none;
    box-sizing: border-box;
  }

  /* Match home .center-line (same breakpoint) */
  .contact-stage .contact-line {
    font-size: var(--contact-line-size);
    max-width: min(22rem, calc(100vw - 1.5rem));
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  body.b-contact .contact-link-inline {
    font-size: var(--contact-line-size);
    letter-spacing: 0.12em;
  }

  body.b-contact .top-left {
    font-size: var(--contact-line-size);
  }

  .site-nav {
    font-size: clamp(1rem, 4.2vw, 1.2rem);
    gap: 0.45rem;
  }

  .places-stage .country {
    font-size: clamp(1.65rem, 6.2vw, 2.5rem);
  }

  .places-stage .country-copy {
    font-size: clamp(1.18rem, 4.1vw, 1.55rem);
    max-width: min(22rem, calc(100vw - 2rem));
  }

  .lang-btn {
    padding: 0.1rem 0.12rem;
  }

  .home-mark {
    font-size: 0.68rem;
  }

  .home-footer {
    min-height: 5vh;
    padding: 0 0 2vh max(1rem, 8vw);
  }

  .live-photo {
    position: absolute;
    top: 14vh;
    right: 6vw;
    width: 44vw;
  }

  .cli2 {
    left: 42vw;
  }
}

/* --- Scroll reveal (opacity + motion only; no blur for perf) --- */
@media (prefers-reduced-motion: no-preference) {
  html.js-reveal .reveal-on-scroll {
    transition:
      opacity 0.65s cubic-bezier(0.18, 1, 0.28, 1),
      transform 0.65s cubic-bezier(0.18, 1, 0.28, 1);
  }

  html.js-reveal .reveal-on-scroll:not(.reveal-visible) {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  html.js-reveal .reveal-on-scroll.reveal-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
  }
}
