:root {
  --yellow: #d8bd4c;
  --yellow-deep: #cfae25;
  --cream: #fff7d4;
  --cream-soft: rgba(255, 248, 214, 0.72);
  --ink: #151515;
  --muted: rgba(21, 21, 21, 0.63);
  --white: #fffdf4;
  --blue: #075c74;
  --shadow: rgba(82, 60, 0, 0.24);
  --header-h: 84px;
  --page-pad: clamp(18px, 3.75vw, 99px);
  --radius-pill: 999px;
  --font-heading: "Montserrat", var(--font-body);
  --font-display: "Archivo Black", Impact, Haettenschweiler, "Arial Black", sans-serif;
  --font-body: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px) 0 0 / 22vw 100%,
    radial-gradient(circle at 83% 42%, rgba(255,255,255,0.16), transparent 22rem),
    #d8bd4c;
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
}

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

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 50;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  color: var(--white);
  background: var(--ink);
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: var(--header-h);
  background: rgba(255, 246, 199, 0.76);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(40, 35, 10, 0.06);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(150px, 285px) 1fr minmax(210px, auto) auto;
  align-items: center;
  gap: clamp(20px, 4vw, 70px);
  width: min(2220px, 100%);
  min-height: var(--header-h);
  margin: 0 auto;
  padding: 0 var(--page-pad);
}

.header-booking {
  display: grid;
  gap: 1px;
  color: var(--ink);
  font-size: clamp(10px, 0.66vw, 13px);
  font-style: normal;
  line-height: 1.12;
}

.header-booking strong {
  font-weight: 800;
}

.header-booking a {
  color: rgba(21, 21, 21, 0.72);
  font-weight: 600;
}

.brand img {
  width: clamp(178px, 13.5vw, 285px);
  height: auto;
  filter: brightness(0) drop-shadow(0 2px 0 rgba(255, 255, 255, 0.08));
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 1.8vw, 34px);
  font-weight: 800;
  font-size: clamp(15px, 1vw, 20px);
}

.primary-nav a {
  position: relative;
  padding: 8px 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 4px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.24s ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  color: #000;
  transform: translateY(-1px);
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: clamp(42px, 3.6vw, 54px);
  padding: 0 clamp(18px, 1.9vw, 32px);
  border: 0;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(14px, 0.9vw, 18px);
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(30, 25, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(30, 25, 0, 0.2);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  background: #050505;
}

.button-light {
  color: var(--ink);
  background: rgba(255, 249, 223, 0.92);
}

.button-icon {
  display: inline-grid;
  place-items: center;
  width: 2.55em;
  height: 2.55em;
  font-weight: 800;
}

.svg-icon {
  display: inline-block;
  width: 1.72em;
  height: 1.72em;
  flex: 0 0 auto;
}

.button .svg-icon {
  width: 1.42em;
  height: 1.42em;
}

.button-img-icon {
  display: block;
  width: 1.42em;
  height: 1.42em;
  object-fit: contain;
  mix-blend-mode: multiply;
  flex: 0 0 auto;
}

.image-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.image-button img {
  height: clamp(50px, 3.45vw, 66px);
  width: auto;
}

.image-button:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 16px 28px rgba(30, 25, 0, 0.2));
}

.button-icon-only {
  width: auto;
  padding: 0 clamp(18px, 1.9vw, 32px);
  flex: 0 0 auto;
}

.icon-disc,
.icon-spotify,
.icon-plane,
.icon-instagram,
.icon-youtube,
.icon-whatsapp {
  position: relative;
}

.icon-disc::before {
  content: "";
  width: 0.95em;
  height: 0.95em;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.22em currentColor;
}

.icon-spotify::before {
  content: "";
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-spotify::after {
  content: "";
  position: absolute;
  width: 0.58em;
  height: 0.28em;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(0.08em) rotate(8deg);
  box-shadow: 0 -0.18em 0 -1px currentColor, 0 0.18em 0 -1px currentColor;
}

.icon-plane::before {
  content: "";
  width: 1.08em;
  height: 1.08em;
  background: currentColor;
  clip-path: polygon(0 42%, 100% 0, 67% 100%, 45% 58%, 21% 78%, 31% 52%);
}

.icon-facebook {
  display: inline-grid;
  place-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.icon-instagram::before {
  content: "";
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-radius: 32%;
}

.icon-instagram::after {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0.32em -0.32em 0 -0.16em currentColor;
}

.icon-youtube::before {
  content: "";
  width: 1.12em;
  height: 0.78em;
  border-radius: 0.22em;
  background: currentColor;
}

.icon-youtube::after {
  content: "";
  position: absolute;
  margin-left: 0.08em;
  width: 0;
  height: 0;
  border-block: 0.2em solid transparent;
  border-left: 0.34em solid var(--yellow);
}

.icon-whatsapp::before {
  content: "";
  width: 1.05em;
  height: 1.05em;
  border: 2px solid currentColor;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%, 16% 86%, 22% 68%, 0 68%);
}

.icon-whatsapp::after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 0.34em 0;
  transform: rotate(-25deg);
}

.icon-tiktok {
  display: inline-grid;
  place-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.section-panel {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  padding: clamp(57px, 6.75vw, 112px) var(--page-pad);
  isolation: isolate;
  scroll-margin-top: calc(var(--header-h) + 18px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(292px, 0.9fr) minmax(465px, 1.35fr);
  align-items: center;
  gap: 0;
  padding-top: clamp(39px, 5.25vw, 93px);
  padding-bottom: clamp(40px, 5.25vw, 82px);
}

.hero::before,
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 68% 58%, rgba(255,255,255,0.2), transparent 30rem);
  opacity: 0.75;
}

.hero-copy {
  z-index: 2;
  max-width: 960px;
  margin-left: clamp(126px, 7.6vw, 172px);
}

.hero h1,
.section-copy h2,
.contact h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(58px, 5.4vw, 148px);
  text-shadow: 0 4px 0 rgba(76, 68, 20, 0.11), 0 8px 14px rgba(78, 54, 0, 0.1);
}

.hero-copy > p {
  margin: clamp(28px, 3vw, 52px) 0 clamp(24px, 2.25vw, 40px);
  color: rgba(36, 34, 18, 0.74);
  font-weight: 700;
  font-size: clamp(15px, 0.98vw, 19px);
  white-space: nowrap;
}

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

.hero .button-row {
  gap: 16px;
}

.hero .button-row .button {
  min-width: clamp(172px, 10vw, 194px);
  min-height: clamp(50px, 3.45vw, 66px);
  font-size: clamp(15px, 0.92vw, 18px);
}

.hero .button-row .button .svg-icon {
  width: 1.42em;
  height: 1.42em;
}

.hero .button-row .hero-buy-button {
  min-width: clamp(172px, 10vw, 194px);
}

.hero .button-row .hero-buy-button .button-icon {
  width: 1.42em;
  height: 1.42em;
  font-size: 1em;
}

.order-buttons {
  flex-wrap: nowrap;
  gap: 13px;
  justify-content: center;
}

.order-buttons .button {
  min-height: 43px;
  padding: 0 19px;
  font-size: 15px;
}

.order-buttons .button .svg-icon,
.order-buttons .button-img-icon {
  width: 1.36em;
  height: 1.36em;
}

.scroll-cue {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: clamp(44px, 4.8vw, 72px);
  padding-left: 30px;
  color: rgba(35, 35, 25, 0.55);
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease, transform 0.2s ease;
}

.scroll-cue:hover {
  color: var(--ink);
  transform: translateY(3px);
}

.hero-art {
  position: relative;
  min-height: 390px;
  perspective: 1200px;
}

.banana-stage {
  position: absolute;
  left: clamp(110px, 11vw, 250px);
  top: 36%;
  width: min(39vw, 760px);
  transform: translateY(-50%);
  transform-style: preserve-3d;
  transition: filter 0.25s ease;
  filter: drop-shadow(80px 110px 42px rgba(88, 56, 0, 0.34));
}

.hero-banana {
  width: 100%;
  transform: translate3d(var(--banana-x, 0), var(--banana-y, 0), 0) rotateX(var(--banana-rx, 0deg)) rotateY(var(--banana-ry, 0deg)) rotateZ(var(--banana-rz, 0deg));
  transform-origin: 52% 48%;
  will-change: transform;
  transition: transform 0.18s ease-out;
}

.section-copy {
  max-width: 1280px;
}

.section-copy.centered {
  margin-inline: auto;
  text-align: center;
}

.album .section-copy.centered {
  width: min(1220px, 100%);
  text-align: left;
  padding-left: clamp(540px, 41vw, 610px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 14px;
  color: rgba(20, 20, 20, 0.58);
  font-weight: 800;
  font-size: clamp(11px, 0.75vw, 16px);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: clamp(40px, 3.45vw, 63px);
  height: 4px;
  border-radius: 10px;
  background: currentColor;
}

.section-copy h2,
.contact h2 {
  color: var(--white);
  font-size: clamp(43px, 5vw, 112px);
  white-space: nowrap;
  text-shadow: 0 3px 0 rgba(86, 70, 9, 0.13), 0 7px 12px rgba(78, 54, 0, 0.1);
}

.section-copy p:not(.eyebrow),
.contact-copy p:not(.eyebrow) {
  margin: clamp(28px, 3vw, 54px) 0 0;
  color: rgba(9, 9, 9, 0.82);
  font-size: clamp(16px, 1.16vw, 23px);
  line-height: 1.45;
}

.about {
  display: grid;
  grid-template-columns: minmax(315px, 0.95fr) minmax(465px, 1fr);
  align-items: center;
  overflow: hidden;
}

.about::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 0;
  height: clamp(250px, 22vw, 390px);
  background: #78adb7;
  clip-path: polygon(0 56%, 100% 22%, 100% 100%, 0 100%);
  pointer-events: none;
}

.about-photo {
  position: absolute;
  right: -1.5vw;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: 100%;
  max-width: none;
  filter: contrast(1.04);
}

.about-copy {
  z-index: 2;
  padding-top: 0;
  align-self: center;
  max-width: 980px;
}

.about-copy h2 {
  white-space: nowrap;
  font-size: clamp(54px, 4.25vw, 98px);
}

.about-copy p:not(.eyebrow) {
  max-width: 1180px;
  white-space: normal;
  font-size: clamp(15px, 1vw, 20px);
}

.album {
  padding-top: clamp(42px, 4.2vw, 72px);
  padding-bottom: clamp(36px, 4vw, 60px);
}

.album::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: clamp(330px, 28vw, 500px);
  border-radius: 0;
  background: #78adb7;
  clip-path: polygon(0 0, 100% 0, 100% 56%, 0 35%);
  pointer-events: none;
}

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

.album-grid {
  display: grid;
  grid-template-columns: minmax(500px, 590px) minmax(470px, 610px);
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 2vw, 36px);
  margin-top: clamp(28px, 2.3vw, 42px);
}

.album-cover {
  position: relative;
  display: block;
  aspect-ratio: 1;
  padding: 0;
  border: clamp(8px, 0.75vw, 13px) solid rgba(255, 248, 214, 0.62);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 32px 66px rgba(70, 54, 0, 0.16);
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: box-shadow 0.25s ease;
}

.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(var(--cover-x, 0), var(--cover-y, 0), 0) rotateX(var(--cover-rx, 0deg)) rotateY(var(--cover-ry, 0deg)) scale(var(--cover-scale, 1));
  transform-origin: 52% 48%;
  will-change: transform;
  transition: transform 0.18s ease-out;
}

.order-card,
.content-card,
.shows-card {
  background:
    radial-gradient(circle at 80% 25%, rgba(255,255,255,0.44), transparent 20rem),
    rgba(255, 247, 212, 0.71);
  box-shadow: 0 22px 60px rgba(83, 62, 0, 0.11);
}

.order-card {
  padding: clamp(30px, 2.7vw, 48px) clamp(32px, 3vw, 52px);
  text-align: center;
}

.order-card h3,
.content-card h3,
.shows-card h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.98;
  letter-spacing: 0;
}

.order-card h3 {
  font-size: clamp(30px, 2.25vw, 46px);
  white-space: nowrap;
}

.order-card p {
  max-width: 680px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: clamp(16px, 1.11vw, 22px);
  font-weight: 400;
  line-height: 1.65;
}

.divider {
  width: 72%;
  height: 2px;
  margin: 24px auto;
  background: rgba(255, 255, 255, 0.65);
}

.creation {
  min-height: auto;
  overflow: hidden;
  padding-bottom: clamp(92px, 8vw, 148px);
}

.creation::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 0;
  height: clamp(210px, 18vw, 330px);
  background: #78adb7;
  clip-path: polygon(0 60%, 100% 36%, 100% 100%, 0 100%);
  pointer-events: none;
}

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

.content-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(21px, 1.5vw, 28px);
  margin-top: clamp(38px, 3vw, 58px);
}

.content-card {
  display: flex;
  min-height: clamp(248px, 19.5vw, 351px);
  padding: clamp(26px, 2.25vw, 39px);
  border-radius: 32px;
  flex-direction: column;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.content-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(69, 51, 0, 0.16);
  background-color: rgba(255, 249, 221, 0.86);
}

.content-card-video {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.content-card-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.26), rgba(0,0,0,0.58));
}

.content-card-video > * {
  position: relative;
  z-index: 1;
}

.video-clip {
  background-image: url("https://img.youtube.com/vi/xQ5aXNdjAes/hqdefault.jpg");
}

.video-live {
  background-image: url("https://img.youtube.com/vi/XZdH7C1EW80/hqdefault.jpg");
}

.video-backstage {
  background-image: url("https://img.youtube.com/vi/HXe-UPVI7-k/hqdefault.jpg");
}

.content-card h3 {
  font-size: clamp(29px, 2.55vw, 52px);
}

.content-card p {
  margin: 24px 0 0;
  color: var(--muted);
  color: rgba(255, 253, 244, 0.84);
  font-size: clamp(15px, 1.08vw, 21px);
  font-weight: 600;
  line-height: 1.55;
}

.content-card .card-link {
  margin-top: auto;
  color: var(--white);
  font-size: clamp(15px, 1vw, 20px);
  font-weight: 800;
  transition: gap 0.2s ease, transform 0.2s ease;
}

.content-card .card-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.content-card:hover .card-link span {
  transform: translateX(8px);
}

.shows {
  display: grid;
  align-items: center;
  padding-top: clamp(26px, 2.7vw, 46px);
  padding-bottom: clamp(32px, 3vw, 52px);
}

.shows::before {
  content: none;
}

.shows-inner {
  position: relative;
  z-index: 1;
  padding: clamp(34px, 3vw, 54px) clamp(32px, 3.75vw, 62px) clamp(28px, 2.8vw, 46px);
  background: transparent;
}

.shows-card {
  margin-top: clamp(46px, 4vw, 70px);
  padding: clamp(28px, 3vw, 48px);
  border: clamp(16px, 1.6vw, 28px) solid rgba(255, 248, 214, 0.46);
  border-radius: 32px;
}

.shows-card h3 {
  font-size: clamp(34px, 3.25vw, 64px);
}

.shows-card .button {
  margin-top: 24px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3.75vw, 60px);
  align-items: center;
  min-height: auto;
  padding-top: clamp(44px, 3.75vw, 68px);
  padding-bottom: clamp(44px, 3.75vw, 68px);
}

.contact h2 {
  font-size: clamp(43px, 5vw, 112px);
}

.contact-copy {
  max-width: 1260px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.contact-actions .button {
  min-height: clamp(54px, 4.5vw, 68px);
  padding-inline: clamp(28px, 2.7vw, 42px);
  font-size: clamp(17px, 1.12vw, 22px);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(470px, auto);
  align-items: center;
  gap: clamp(36px, 5vw, 88px);
  padding: clamp(26px, 3vw, 48px) var(--page-pad);
  background: rgba(132, 128, 92, 0.54);
  backdrop-filter: blur(16px);
}

.site-footer p,
.site-footer address {
  margin: 0;
  color: rgba(255, 249, 223, 0.76);
  font-size: clamp(14px, 0.9vw, 18px);
  font-style: normal;
  line-height: 1.35;
}

.footer-name {
  color: var(--white) !important;
  font-family: var(--font-display);
  font-size: clamp(21px, 1.95vw, 39px) !important;
}

.site-footer address {
  display: grid;
  gap: 2px;
}

.site-footer address strong {
  color: var(--white);
}

.site-footer a:hover {
  text-decoration: underline;
}

.socials {
  display: flex;
  gap: clamp(14px, 1.2vw, 20px);
  justify-self: end;
}

.socials a {
  display: grid;
  place-items: center;
  width: clamp(56px, 4vw, 74px);
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 248, 214, 0.14);
  font-size: clamp(19px, 1.36vw, 26px);
  font-weight: 800;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.socials a span {
  display: inline-grid;
  place-items: center;
  width: 1em;
  height: 1em;
}

.socials .icon-facebook {
  font-size: 1.18em;
}

.socials .svg-icon {
  width: 1.1em;
  height: 1.1em;
}

.socials a:hover {
  transform: translateY(-4px) rotate(-3deg);
  background: rgba(255, 248, 214, 0.24);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  :root {
    --header-h: 69px;
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-booking {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 36;
    display: grid;
    gap: 8px;
    width: 58px;
    height: 58px;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background: var(--white);
    transition: transform 0.2s ease;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(5.5px) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 34;
    display: grid;
    justify-items: start;
    gap: 10px;
    padding: calc(var(--header-h) + 26px) var(--page-pad) 38px;
    background: rgba(255, 246, 199, 0.96);
    box-shadow: 0 30px 70px rgba(55, 43, 0, 0.18);
    transform: translateY(-108%);
    transition: transform 0.28s ease;
  }

  .menu-open .primary-nav {
    transform: translateY(0);
  }

  .primary-nav a {
    font-size: clamp(28px, 6vw, 54px);
  }

  .hero,
  .about,
  .album-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .album .section-copy.centered {
    padding-left: 0;
    text-align: center;
  }

  .hero {
    min-height: auto;
    gap: 28px;
  }

  .hero-copy {
    margin-left: 0;
  }

  .hero-art {
    min-height: clamp(210px, 36vw, 390px);
    order: -1;
  }

  .banana-stage {
    left: 50%;
    top: 50%;
    width: min(69vw, 735px);
    transform: translate(-47%, -45%);
    filter: drop-shadow(40px 60px 28px rgba(88, 56, 0, 0.34));
  }

  .about {
    padding-bottom: 0;
  }

  .about-photo {
    position: relative;
    right: auto;
    justify-self: end;
    width: min(92vw, 860px);
    margin-top: 30px;
  }

  .about-copy h2,
  .about-copy p:not(.eyebrow),
  .section-copy h2,
  .contact h2 {
    white-space: normal;
  }

  .content-cards {
    grid-template-columns: 1fr;
  }

  .content-card {
    min-height: 240px;
  }

  .contact-actions {
    justify-content: flex-start;
  }

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

@media (max-width: 680px) {
  :root {
    --header-h: 70px;
    --page-pad: 20px;
  }

  .brand img {
    width: 185px;
  }

  .section-panel {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .hero {
    padding-top: 24px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    text-shadow: 0 4px 0 rgba(76, 68, 20, 0.12), 0 10px 18px rgba(78, 54, 0, 0.12);
  }

  .hero-copy > p,
  .section-copy p:not(.eyebrow),
  .contact-copy p,
  .order-card p {
    font-size: 17px;
  }

  .hero-copy > p {
    white-space: normal;
  }

  .button {
    width: 100%;
    min-height: 58px;
  }

  .order-buttons {
    flex-wrap: wrap;
  }

  .order-buttons .button {
    width: auto;
    flex: 1 1 calc(50% - 9px);
  }

  .order-buttons .button-icon-only {
    flex: 1 1 calc(50% - 9px);
    width: auto;
  }

  .button-row {
    width: 100%;
  }

  .scroll-cue {
    padding-left: 0;
  }

  .section-copy h2,
  .contact h2 {
    font-size: clamp(47px, 15vw, 78px);
    text-shadow: 0 4px 0 rgba(86, 70, 9, 0.16), 0 10px 18px rgba(78, 54, 0, 0.12);
  }

  #album-title {
    font-size: clamp(38px, 11vw, 64px);
    white-space: nowrap;
  }

  .eyebrow {
    gap: 12px;
    font-size: 12px;
  }

  .eyebrow::before {
    width: 44px;
    height: 3px;
  }

  .album-cover {
    border-width: 14px;
    border-radius: 26px;
  }

  .order-card,
  .content-card {
    padding: 30px 24px;
  }

  .order-card h3,
  .content-card h3 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .shows-inner {
    margin-inline: -20px;
    padding-inline: 20px;
  }

  .shows-card {
    margin-top: 40px;
    padding: 28px 20px;
    border-width: 16px;
    border-radius: 28px;
  }

  .shows-card h3 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .site-footer {
    padding-bottom: 42px;
  }

  .socials {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
