:root {
  color-scheme: dark;
  --bg: #07090a;
  --bg-soft: #0d1112;
  --bg-panel: #121718;
  --text: #f5f3ef;
  --muted: #9fa8a6;
  --muted-strong: #d9dedc;
  --accent: #d6c7b8;
  --accent-soft: #e8cbae;
  --accent-bright: #fff1df;
  --signature: #e8cbae;
  --signature-deep: #9a826c;
  --accent-contrast: #17110d;
  --cool-accent: #b8b2aa;
  --line: rgba(247, 244, 239, 0.14);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  --body-bg: linear-gradient(180deg, #07090a 0%, #0c1011 54%, #060809 100%);
  --texture-line-a: rgba(255, 255, 255, 0.035);
  --texture-line-b: rgba(255, 255, 255, 0.026);
  --texture-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 74%);
  --header-bg: rgba(7, 9, 10, 0.9);
  --header-line: rgba(247, 244, 239, 0.1);
  --control-bg: rgba(255, 255, 255, 0.06);
  --control-hover-bg: rgba(255, 255, 255, 0.05);
  --mark-shadow: 0 10px 28px rgba(232, 203, 174, 0.24);
  --media-filter: grayscale(0.02) saturate(0.92) contrast(1.08) brightness(1.03);
  --hero-overlay:
    radial-gradient(circle at 70% 24%, rgba(232, 203, 174, 0.11), transparent 28%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.62) 30%, rgba(5, 5, 5, 0.14) 60%, rgba(5, 5, 5, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0.06) 58%, rgba(5, 5, 5, 0.14) 100%);
  --hero-overlay-mobile:
    radial-gradient(circle at 68% 18%, rgba(232, 203, 174, 0.11), transparent 34%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.62) 58%, rgba(5, 5, 5, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0.14) 100%);
  --hero-text: #f7f4ef;
  --hero-muted: #e5dfd6;
  --hero-secondary-bg: rgba(255, 255, 255, 0.08);
  --hero-control-border: rgba(247, 244, 239, 0.14);
  --hero-chip-bg: rgba(255, 255, 255, 0.07);
  --hero-chip-text: #d7d2ca;
  --hero-chip-border: rgba(247, 244, 239, 0.14);
  --primary-bg: linear-gradient(135deg, #f1d9bd, #d9b998 58%, #9a826c);
  --primary-text: #17110d;
  --primary-shadow: 0 18px 42px rgba(232, 203, 174, 0.24);
  --primary-border: rgba(255, 255, 255, 0.16);
  --secondary-bg: rgba(255, 255, 255, 0.08);
  --ghost-border: rgba(247, 244, 239, 0.22);
  --chip-bg: rgba(255, 255, 255, 0.07);
  --intro-bg: #0c1011;
  --panel-bg: rgba(255, 255, 255, 0.045);
  --subtle-panel-bg: rgba(255, 255, 255, 0.045);
  --instrument-glow: radial-gradient(circle, rgba(232, 203, 174, 0.16), transparent 68%);
  --checkbox-border: rgba(247, 244, 239, 0.3);
  --selected-border: rgba(232, 203, 174, 0.68);
  --selected-shadow: 0 22px 58px rgba(232, 203, 174, 0.14);
  --selected-check-inset: inset 0 0 0 4px #111112;
  --field-bg: rgba(8, 7, 6, 0.58);
  --field-border: rgba(247, 244, 239, 0.16);
  --focus-ring: rgba(232, 203, 174, 0.78);
  --quote-color: var(--accent-soft);
  --footer-link: var(--accent-soft);
  --max: 1180px;
  --font-body:
    "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
}

:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f2f5f4;
  --bg-soft: #f8faf9;
  --bg-panel: #ffffff;
  --text: #151b1d;
  --muted: #647074;
  --muted-strong: #303a3d;
  --accent: #c4cbca;
  --accent-soft: #80664d;
  --accent-bright: #edf1ef;
  --signature: #80664d;
  --signature-deep: #574431;
  --accent-contrast: #111719;
  --cool-accent: #526970;
  --line: rgba(22, 30, 33, 0.13);
  --shadow: 0 18px 46px rgba(19, 29, 32, 0.1);
  --body-bg: linear-gradient(180deg, #f7f9f8 0%, #edf1f0 54%, #f6f8f7 100%);
  --texture-line-a: rgba(31, 44, 48, 0.035);
  --texture-line-b: rgba(31, 44, 48, 0.028);
  --texture-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0.36), transparent 76%);
  --header-bg: rgba(250, 252, 251, 0.94);
  --header-line: rgba(22, 30, 33, 0.1);
  --control-bg: rgba(26, 39, 43, 0.055);
  --control-hover-bg: rgba(26, 39, 43, 0.09);
  --mark-shadow: 0 10px 28px rgba(24, 34, 37, 0.15);
  --media-filter: grayscale(0.02) saturate(0.92) contrast(1.07) brightness(1.02);
  --hero-overlay:
    radial-gradient(circle at 70% 22%, rgba(232, 203, 174, 0.11), transparent 30%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.62) 30%, rgba(5, 5, 5, 0.14) 60%, rgba(5, 5, 5, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.1) 0%, rgba(5, 5, 5, 0.05) 58%, rgba(5, 5, 5, 0.12) 100%);
  --hero-overlay-mobile:
    radial-gradient(circle at 68% 18%, rgba(232, 203, 174, 0.11), transparent 34%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.62) 58%, rgba(5, 5, 5, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.1) 0%, rgba(5, 5, 5, 0.12) 100%);
  --hero-text: #f9fbfa;
  --hero-muted: #e4e9e7;
  --hero-secondary-bg: rgba(5, 5, 5, 0.34);
  --hero-control-border: rgba(249, 251, 250, 0.2);
  --hero-chip-bg: rgba(5, 5, 5, 0.32);
  --hero-chip-text: #f9fbfa;
  --hero-chip-border: rgba(249, 251, 250, 0.18);
  --primary-bg: linear-gradient(135deg, #34474d, #243237 62%, #182125);
  --primary-text: #f9fbfa;
  --primary-shadow: 0 16px 34px rgba(20, 31, 35, 0.24);
  --primary-border: rgba(22, 30, 33, 0.08);
  --secondary-bg: rgba(26, 39, 43, 0.055);
  --ghost-border: rgba(22, 30, 33, 0.17);
  --chip-bg: rgba(255, 255, 255, 0.82);
  --intro-bg: linear-gradient(180deg, #fafcfb, #edf1ef);
  --panel-bg: rgba(255, 255, 255, 0.92);
  --subtle-panel-bg: rgba(26, 39, 43, 0.045);
  --instrument-glow: radial-gradient(circle, rgba(82, 105, 112, 0.12), transparent 68%);
  --checkbox-border: rgba(22, 30, 33, 0.24);
  --selected-border: rgba(128, 102, 77, 0.54);
  --selected-shadow: 0 20px 46px rgba(19, 29, 32, 0.12);
  --selected-check-inset: inset 0 0 0 4px #ffffff;
  --field-bg: rgba(255, 255, 255, 0.94);
  --field-border: rgba(22, 30, 33, 0.16);
  --focus-ring: rgba(128, 102, 77, 0.68);
  --quote-color: #71583f;
  --footer-link: #71583f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--body-bg);
  transition: background 220ms ease, color 220ms ease;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(var(--texture-line-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--texture-line-b) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: var(--texture-mask);
}

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

.whatsapp-mark {
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
  transform: none;
  transform-origin: center;
}

.whatsapp-mark path {
  fill: currentColor;
  stroke: none;
}

.rental-contact-band svg.whatsapp-mark,
.performance-contact-band svg.whatsapp-mark {
  color: var(--signature);
}

button,
input,
textarea {
  font: inherit;
}

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 500;
  text-wrap: balance;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 16px 0;
}

.site-header::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 76px;
  content: "";
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(95, 78, 66, 0.22));
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-family: var(--font-display);
  font-size: clamp(1.06rem, 1vw, 1.18rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav-toggle {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--text);
  cursor: pointer;
  background: var(--control-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  grid-area: 1 / 1;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.nav-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.nav-toggle.is-open span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  color: var(--signature);
  background: var(--control-hover-bg);
  border-color: var(--selected-border);
}

.nav-links a,
.lang-button {
  border: 1px solid transparent;
  border-radius: 8px;
}

.nav-links a {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 0.94rem;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: var(--control-hover-bg);
  border-color: var(--line);
}

.nav-links a.is-active {
  position: relative;
  color: var(--text);
}

.nav-links a.is-active::after {
  position: absolute;
  right: 14px;
  bottom: -6px;
  left: 14px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--signature), transparent);
  box-shadow: 0 0 18px rgba(232, 203, 174, 0.55);
}

.header-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.theme-toggle {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  color: var(--signature);
  cursor: pointer;
  background: var(--control-bg);
  border: 1px solid var(--selected-border);
  border-radius: 8px;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

:root[data-theme="light"] .theme-toggle {
  color: var(--signature-deep);
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: var(--signature-deep);
  background: var(--control-hover-bg);
  border-color: var(--selected-border);
}

.theme-icon {
  position: absolute;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 180ms ease, transform 180ms ease;
}

.theme-icon-sun {
  opacity: 0;
  transform: scale(0.72) rotate(18deg);
}

:root[data-theme="light"] .theme-icon-sun {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

:root[data-theme="light"] .theme-icon-moon {
  opacity: 0;
  transform: scale(0.72) rotate(-18deg);
}

.language-switcher {
  display: flex;
  gap: 6px;
  padding: 4px;
  background: var(--control-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.lang-button {
  min-width: 40px;
  padding: 8px 9px;
  color: var(--muted);
  cursor: pointer;
  background: transparent;
}

.lang-button.is-active {
  color: var(--accent-contrast);
  background: var(--accent-bright);
}

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: var(--media-filter);
}

.hero-overlay {
  z-index: -2;
  background: var(--hero-overlay);
}

.hero-content {
  width: min(100% - 64px, 1440px);
  margin: 0 auto;
  padding: 156px 0 76px;
  color: var(--hero-text);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--signature);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 660px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.35rem, 7vw, 6.4rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0.01em;
}

.hero-lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--hero-muted);
  font-size: clamp(1rem, 1.28vw, 1.16rem);
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--primary-text);
  background: var(--primary-bg);
  border-color: var(--primary-border);
  box-shadow: var(--primary-shadow);
}

.button-secondary {
  color: var(--text);
  background: var(--secondary-bg);
  border-color: var(--line);
}

.hero .button-secondary {
  color: var(--hero-text);
  background: var(--hero-secondary-bg);
  border-color: var(--hero-control-border);
}

.button-ghost {
  color: var(--accent-bright);
  background: transparent;
  border-color: var(--ghost-border);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.hero-facts span {
  padding: 10px 13px;
  color: var(--hero-chip-text);
  background: var(--hero-chip-bg);
  border: 1px solid var(--hero-chip-border);
  border-radius: 8px;
}

.section {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 88px 0;
}

.intro-band {
  width: 100%;
  max-width: none;
  padding-right: max(16px, calc((100vw - var(--max)) / 2));
  padding-left: max(16px, calc((100vw - var(--max)) / 2));
  background: var(--intro-bg);
  border-block: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.intro-grid article,
.instrument-card,
.request-panel,
.contact-whatsapp-panel,
.about-highlights article,
.quote-panel {
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-grid article {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.intro-grid h2,
.split-section h2,
.section-heading h2,
.about-copy h2,
.contact-copy h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro-grid h2 {
  margin-top: 0;
}

.intro-grid p,
.copy-block p,
.section-heading p,
.about-copy p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 56px;
  align-items: start;
}

.copy-block p {
  margin-top: 0;
  font-size: 1rem;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 14px 14px 14px 44px;
  background: var(--subtle-panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.check-list li::before {
  position: absolute;
  left: 15px;
  color: var(--signature);
  content: "✓";
}

.instruments-section {
  position: relative;
  width: min(100% - 48px, 1580px);
  padding-top: 88px;
}

.instruments-section::before {
  position: absolute;
  top: 38px;
  right: 0;
  width: min(28vw, 360px);
  aspect-ratio: 1;
  pointer-events: none;
  content: "";
  background:
    repeating-radial-gradient(circle, rgba(138, 114, 95, 0.16) 0 1px, transparent 2px 12px),
    radial-gradient(circle, rgba(138, 114, 95, 0.16) 0 12%, transparent 13%);
  border-radius: 50%;
  opacity: 0.42;
  transform: translate(18%, -24%);
}

.instruments-section::after {
  position: absolute;
  top: 214px;
  right: 54px;
  max-width: 190px;
  color: rgba(138, 114, 95, 0.42);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.45rem, 2vw, 2.3rem);
  line-height: 0.95;
  text-align: center;
  white-space: pre;
  pointer-events: none;
  content: "Ritmi hisset.\A Anı yaşat.";
  transform: rotate(-5deg);
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.instruments-section .section-heading {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.section-heading .eyebrow::after {
  width: 96px;
  height: 1px;
  content: "";
  background:
    linear-gradient(90deg, currentColor 0 45%, transparent 45% 56%, currentColor 56% 100%);
  opacity: 0.62;
}

.section-heading .eyebrow::before {
  order: 2;
  width: 8px;
  height: 8px;
  content: "";
  background: currentColor;
  transform: rotate(45deg);
}

.section-heading h2 {
  max-width: 780px;
  margin-top: 0;
  font-size: clamp(2.15rem, 3.35vw, 3.75rem);
  line-height: 1;
}

.section-heading p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(0.95rem, 1vw, 1.04rem);
  line-height: 1.55;
}

.instrument-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.instrument-grid-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.instrument-preview-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.instrument-preview-actions .button {
  min-width: min(100%, 260px);
}

.instrument-card {
  --instrument-tone: #d9c0a6;
  --instrument-tone-deep: #8d7662;
  --instrument-tone-soft: rgba(217, 192, 166, 0.16);
  position: relative;
  display: grid;
  min-height: 320px;
  padding: 0;
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.instrument-card:nth-child(2) {
  --instrument-tone: #c7b09a;
  --instrument-tone-deep: #7c6858;
  --instrument-tone-soft: rgba(199, 176, 154, 0.16);
}

.instrument-card:nth-child(3) {
  --instrument-tone: #e3ceb4;
  --instrument-tone-deep: #927963;
  --instrument-tone-soft: rgba(227, 206, 180, 0.18);
}

.instrument-card:nth-child(4) {
  --instrument-tone: #b9a38f;
  --instrument-tone-deep: #756353;
  --instrument-tone-soft: rgba(185, 163, 143, 0.16);
}

.instrument-card:nth-child(5) {
  --instrument-tone: #c9b4a1;
  --instrument-tone-deep: #806b5d;
  --instrument-tone-soft: rgba(201, 180, 161, 0.16);
}

.instrument-card:nth-child(6) {
  --instrument-tone: #dec5a8;
  --instrument-tone-deep: #8b715d;
  --instrument-tone-soft: rgba(222, 197, 168, 0.18);
}

.instrument-card:nth-child(7) {
  --instrument-tone: #aa9a82;
  --instrument-tone-deep: #665b4d;
  --instrument-tone-soft: rgba(170, 154, 130, 0.16);
}

.instrument-card:hover,
.instrument-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(138, 114, 95, 0.34);
  box-shadow: 0 28px 70px rgba(35, 24, 18, 0.16);
}

.instrument-card-link {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  cursor: pointer;
}

.instrument-card-link:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: -5px;
}

.instrument-photo {
  position: relative;
  display: block;
  height: clamp(190px, 13vw, 238px);
  overflow: hidden;
  background: var(--subtle-panel-bg);
}

.instrument-grid-preview .instrument-photo {
  height: clamp(210px, 14.5vw, 260px);
}

.instrument-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(1.08) contrast(1.04) brightness(0.98);
  transition: transform 260ms ease, filter 260ms ease;
}

.instrument-card:hover .instrument-photo img,
.instrument-card:focus-within .instrument-photo img {
  transform: scale(1.035);
  filter: saturate(1.16) contrast(1.06) brightness(1.02);
}

.instrument-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.14));
}

.instrument-icon {
  position: absolute;
  bottom: 14px;
  left: 18px;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fffaf2;
  font-size: 1.16rem;
  font-weight: 600;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, var(--instrument-tone), var(--instrument-tone-deep));
  border: 1px solid rgba(255, 250, 242, 0.24);
  border-radius: 8px;
  box-shadow: 0 16px 30px var(--instrument-tone-soft);
}

.instrument-copy {
  display: block;
  padding: 22px 22px 16px;
}

.instrument-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 1.25vw, 1.48rem);
  line-height: 1.1;
}

.instrument-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.instrument-state {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  padding: 13px 22px 15px;
  color: var(--accent-soft);
  font-size: 0.9rem;
  font-weight: 600;
  border-top: 1px solid var(--line);
}

.instrument-whatsapp {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.instrument-arrow {
  display: grid;
  width: 32px;
  height: 32px;
  margin-left: auto;
  place-items: center;
  color: var(--primary-text);
  font-size: 1.12rem;
  line-height: 1;
  background: linear-gradient(135deg, var(--instrument-tone), var(--instrument-tone-deep));
  border-radius: 50%;
  box-shadow: 0 12px 26px var(--instrument-tone-soft);
}

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 1.12fr) minmax(0, 0.88fr);
  gap: 54px;
  align-items: center;
}

.about-portrait {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: var(--subtle-panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-portrait::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.54) 100%),
    radial-gradient(circle at 22% 18%, rgba(232, 203, 174, 0.18), transparent 34%);
}

.about-portrait img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: 57% center;
  filter: var(--media-filter);
}

.about-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  color: #fffaf2;
  background: rgba(10, 7, 5, 0.66);
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.about-badge strong {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1;
}

.about-badge span {
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}

.about-copy {
  position: relative;
}

.about-copy h2 {
  max-width: 720px;
}

.about-copy p:not(.eyebrow) {
  max-width: 680px;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.about-highlights article {
  display: grid;
  gap: 8px;
  min-height: 136px;
  padding: 18px;
}

.about-highlights strong {
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.18;
}

.about-highlights span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-stats span {
  padding: 9px 13px;
  color: var(--muted-strong);
  font-size: 0.86rem;
  font-weight: 600;
  background: var(--chip-bg);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.quote-panel {
  margin-top: 28px;
  padding: 24px;
}

.quote-panel p {
  margin: 0;
  color: var(--quote-color);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.7vw, 2.2rem);
  line-height: 1.16;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 118px;
}

.faq-heading h2 {
  max-width: 560px;
  margin: 12px 0 18px;
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  line-height: 1.02;
}

.faq-heading p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--signature);
  font-family: var(--font-body);
  font-size: 1.35rem;
  content: "+";
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 0 24px;
  padding-right: 42px;
  color: var(--muted);
  line-height: 1.7;
}

.social-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 40px;
  align-items: center;
}

.social-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.75;
}

.social-copy h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.social-visuals {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 14px;
  min-height: 420px;
}

.social-visuals figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--subtle-panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.social-visuals figure:first-child {
  transform: translateY(34px);
}

.social-visuals img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-visuals figure:first-child img {
  object-position: 68% center;
}

.social-visuals figure:last-child img {
  object-position: 34% center;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.52fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

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

.contact-minimal-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-minimal-points span {
  padding: 10px 14px;
  color: var(--muted-strong);
  background: var(--subtle-panel-bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-whatsapp-panel {
  position: relative;
  display: grid;
  gap: 14px;
  justify-items: start;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
}

.contact-whatsapp-panel::before {
  position: absolute;
  right: -74px;
  bottom: -92px;
  width: 230px;
  height: 230px;
  content: "";
  background:
    repeating-radial-gradient(circle, rgba(232, 203, 174, 0.18) 0 1px, transparent 1px 12px);
  opacity: 0.32;
}

.contact-whatsapp-panel > * {
  position: relative;
  z-index: 1;
}

.contact-whatsapp-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: var(--signature);
  background: rgba(232, 203, 174, 0.1);
  border: 1px solid rgba(232, 203, 174, 0.28);
  border-radius: 50%;
}

.contact-whatsapp-icon svg {
  display: block;
  width: 34px;
  height: 34px;
  stroke-width: 1.7;
}

.contact-whatsapp-panel h3 {
  margin: 2px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.05;
}

.contact-whatsapp-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.contact-whatsapp-panel .button {
  width: 100%;
  margin-top: 8px;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
}

.contact-details div {
  padding: 18px;
  background: var(--subtle-panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-details dt {
  color: var(--signature);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 8px 0 0;
  color: var(--muted-strong);
}

.request-panel {
  padding: 24px;
}

.request-panel h3 {
  margin: 0 0 20px;
  font-size: 1.35rem;
}

.request-panel label,
.request-panel fieldset {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.request-panel span,
.request-panel legend {
  color: var(--muted-strong);
  font-size: 0.88rem;
  font-weight: 600;
}

.request-panel fieldset {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.radio-row {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.request-panel input,
.request-panel textarea {
  width: 100%;
  color: var(--text);
  background: var(--field-bg);
  border: 1px solid var(--field-border);
  border-radius: 8px;
}

.request-panel input {
  height: 44px;
  padding: 0 12px;
}

.request-panel textarea {
  min-height: 110px;
  padding: 12px;
  resize: vertical;
}

.request-panel input:focus,
.request-panel textarea:focus,
.theme-toggle:focus-visible,
.nav-toggle:focus-visible,
.lang-button:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
}

.form-submit {
  width: 100%;
  margin-top: 10px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 32px 0 44px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--footer-link);
}

.powered-by-revoltfix {
  display: flex;
  justify-content: center;
  width: min(100% - 32px, var(--max));
  margin: -18px auto 30px;
}

.powered-by-revoltfix a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.08em;
  opacity: 0.76;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.powered-by-revoltfix a:hover,
.powered-by-revoltfix a:focus-visible {
  color: var(--text);
  opacity: 1;
  transform: translateY(-1px);
}

.powered-by-revoltfix img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.powered-by-name {
  font-weight: 500;
}

.about-page-body {
  --max: 1480px;
  min-height: 100vh;
}

.about-page-main {
  position: relative;
  width: min(100% - 48px, var(--max));
  min-height: calc(100vh - 154px);
  margin: 0 auto;
  padding: 42px 0 54px;
}

.about-page-main::before {
  position: fixed;
  inset: 76px 0 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 18% 20%, rgba(232, 203, 174, 0.16), transparent 25%),
    radial-gradient(circle at 72% 12%, rgba(255, 244, 223, 0.06), transparent 24%),
    linear-gradient(120deg, rgba(5, 4, 3, 0.92), rgba(7, 8, 10, 0.94));
}

:root[data-theme="light"] .about-page-main::before {
  background: linear-gradient(120deg, rgba(248, 250, 249, 0.98), rgba(233, 238, 237, 0.98));
}

.about-page-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 4.2vw, 62px);
  align-items: center;
}

.about-stage-card {
  position: relative;
  min-height: min(720px, calc(100vh - 180px));
  overflow: hidden;
  background: #070605;
  border: 1px solid rgba(232, 203, 174, 0.34);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.about-stage-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.03) 0%, rgba(5, 4, 3, 0.04) 50%, rgba(5, 4, 3, 0.84) 100%),
    radial-gradient(circle at 15% 6%, rgba(232, 203, 174, 0.34), transparent 31%);
}

.about-stage-card img {
  width: 100%;
  height: 100%;
  min-height: min(720px, calc(100vh - 180px));
  object-fit: cover;
  object-position: 51% center;
  filter: saturate(0.78) contrast(1.08) brightness(1.02);
}

.about-stage-name {
  position: absolute;
  right: 42px;
  bottom: 112px;
  left: 42px;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 24px 28px;
  color: #fffaf2;
  background: linear-gradient(180deg, rgba(24, 18, 14, 0.84), rgba(12, 9, 7, 0.78));
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}

.about-stage-name strong {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.4vw, 3.8rem);
  line-height: 0.95;
}

.about-stage-name span {
  color: #e8cbae;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  font-weight: 600;
}

.about-stage-meta {
  position: absolute;
  right: 38px;
  bottom: 28px;
  left: 38px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 250, 242, 0.16);
}

.about-stage-meta > span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
  color: #fffaf2;
}

.about-stage-meta svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #e8cbae;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-stage-meta strong,
.about-stage-meta small {
  display: block;
}

.about-stage-meta strong {
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-stage-meta small {
  margin-top: 3px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.72rem;
  line-height: 1.28;
}

.about-page-copy {
  min-width: 0;
}

.about-page-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
  color: var(--signature);
}

.about-page-copy .eyebrow::after {
  width: 72px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.62;
}

.about-page-copy h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--hero-text);
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 4.2vw, 4.45rem);
  line-height: 1;
  letter-spacing: 0;
}

:root[data-theme="light"] .about-page-copy h1 {
  color: var(--text);
}

.about-page-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--muted-strong);
  font-size: clamp(0.96rem, 1.05vw, 1.04rem);
  line-height: 1.58;
}

.about-page-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.about-page-highlights article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  min-height: 138px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(232, 203, 174, 0.32);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.16);
}

:root[data-theme="light"] .about-page-highlights article {
  background: var(--panel-bg);
  box-shadow: var(--shadow);
}

.about-feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--signature);
  border: 1px solid rgba(232, 203, 174, 0.5);
  border-radius: 50%;
}

.about-feature-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-page-highlights strong,
.about-page-highlights article div > span {
  display: block;
}

.about-page-highlights strong {
  color: var(--hero-text);
  font-size: 0.98rem;
  line-height: 1.15;
}

:root[data-theme="light"] .about-page-highlights strong {
  color: var(--text);
}

.about-page-highlights article div > span {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.about-page-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.about-page-tags span {
  position: relative;
  padding: 11px 36px 11px 20px;
  color: var(--hero-text);
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(232, 203, 174, 0.42);
  border-radius: 999px;
}

:root[data-theme="light"] .about-page-tags span {
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
}

.about-page-tags span::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--signature);
  border-radius: 50%;
  transform: translateY(-50%);
}

.about-page-quote {
  position: relative;
  margin: 28px 0 0;
  padding: 26px 36px 26px 106px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(232, 203, 174, 0.1), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(232, 203, 174, 0.32);
  border-radius: 8px;
}

.about-page-quote::before {
  display: none;
  content: none;
}

.about-page-quote::after {
  position: absolute;
  right: -36px;
  bottom: -88px;
  width: 240px;
  aspect-ratio: 1;
  pointer-events: none;
  content: "";
  background: repeating-radial-gradient(circle, rgba(232, 203, 174, 0.18) 0 1px, transparent 2px 12px);
  border-radius: 50%;
}

.about-page-quote p {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0;
  color: var(--signature);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1.12;
}

.rental-page-body {
  --max: 1680px;
  min-height: 100vh;
}

:root[data-theme="light"] .rental-page-body {
  --body-bg: linear-gradient(180deg, #f7f9f8 0%, #edf1f0 54%, #f6f8f7 100%);
}

.rental-page-main {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 48px 0 52px;
}

.rental-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 0 18px 24px;
}

.rental-hero-panel::before {
  position: absolute;
  top: 44px;
  right: -80px;
  width: min(42vw, 640px);
  height: 220px;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(166deg, rgba(138, 114, 95, 0.14) 0 1px, transparent 2px 8px),
    radial-gradient(ellipse at center, rgba(232, 203, 174, 0.1), transparent 68%);
  border-radius: 50%;
  opacity: 0.48;
  transform: rotate(-8deg);
}

.rental-page-heading {
  position: relative;
  z-index: 1;
  max-width: 770px;
}

.rental-page-heading .eyebrow {
  color: var(--signature);
  font-size: 0.86rem;
  letter-spacing: 0.42em;
}

.rental-page-heading h1 {
  margin: 16px 0 18px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 4.25vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.rental-page-heading p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.08vw, 1.04rem);
  line-height: 1.55;
}

.rental-watermark {
  position: absolute;
  top: 26px;
  right: 12%;
  width: min(24vw, 260px);
  pointer-events: none;
  opacity: 0.08;
}

.rental-watermark img {
  display: block;
  width: 100%;
  height: auto;
}

:root[data-theme="dark"] .rental-watermark {
  opacity: 0.11;
}

.rental-filters {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.rental-filters button {
  min-width: 98px;
  padding: 11px 26px;
  color: var(--muted-strong);
  font-weight: 600;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(138, 114, 95, 0.22);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(45, 31, 22, 0.05);
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

:root[data-theme="dark"] .rental-filters button {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(232, 203, 174, 0.24);
}

.rental-filters button:hover,
.rental-filters button:focus-visible {
  transform: translateY(-1px);
  border-color: var(--signature);
}

.rental-filters button.is-active {
  color: #fffaf2;
  background: linear-gradient(135deg, #a9917a, #8a725f 62%, #5f4e42);
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(138, 114, 95, 0.22);
}

.rental-page-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 30px;
}

.rental-page-card {
  overflow: hidden;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.rental-page-card:hover,
.rental-page-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(138, 114, 95, 0.34);
  box-shadow: 0 24px 58px rgba(45, 31, 22, 0.14);
}

.rental-page-card img {
  display: block;
  width: 100%;
  height: clamp(260px, 18vw, 330px);
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(1.05) contrast(1.02) brightness(1.02);
}

.rental-page-card-copy {
  padding: 18px 24px 22px;
}

.rental-page-card-tag {
  display: inline-flex;
  padding: 4px 10px;
  color: var(--signature);
  font-size: 0.76rem;
  font-weight: 600;
  background: rgba(232, 203, 174, 0.13);
  border-radius: 999px;
}

.rental-page-card h2 {
  margin: 10px 0 8px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 1.4vw, 1.62rem);
  line-height: 1.06;
}

.rental-page-card p {
  min-height: 48px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.rental-page-card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  color: var(--signature);
  font-weight: 600;
  border: 1px solid rgba(138, 114, 95, 0.5);
  border-radius: 8px;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.rental-page-card-button:hover,
.rental-page-card-button:focus-visible {
  color: #fffaf2;
  background: linear-gradient(135deg, #a9917a, #8a725f 62%, #5f4e42);
  border-color: transparent;
}

.rental-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  color: var(--muted);
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.rental-local-guide {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 6vw, 88px);
  width: calc(100% - 36px);
  margin: 32px auto 0;
  padding: 40px 0 38px;
  border-block: 1px solid var(--line);
}

.rental-local-guide h2 {
  max-width: 600px;
  margin: 12px 0 0;
  font-size: clamp(1.9rem, 3.2vw, 3.25rem);
  line-height: 1.04;
}

.rental-local-copy {
  align-self: center;
  max-width: 720px;
}

.rental-local-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.rental-local-copy p + p {
  margin-top: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--signature);
  font-weight: 600;
}

.text-link::after {
  content: "→";
  transition: transform 160ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(4px);
}

.rental-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  padding: 24px 18px;
  background: linear-gradient(90deg, transparent, rgba(232, 203, 174, 0.08), transparent);
  border-block: 1px solid rgba(138, 114, 95, 0.1);
}

.rental-feature-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  color: var(--muted-strong);
  font-size: 1rem;
  font-weight: 600;
}

.rental-feature-strip div + div {
  border-left: 1px solid var(--line);
}

.rental-feature-strip svg,
.rental-contact-band svg {
  display: block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--signature);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.rental-contact-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 20px 28px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.rental-contact-band div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.rental-contact-band p {
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 600;
}

.rental-contact-band .button {
  min-width: min(100%, 350px);
}

.performance-page-body {
  --max: 1680px;
  min-height: 100vh;
}

:root[data-theme="light"] .performance-page-body {
  --body-bg: linear-gradient(180deg, #f7f9f8 0%, #edf1f0 54%, #f6f8f7 100%);
}

.performance-page-main {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 44px 0 52px;
}

.performance-hero-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.68fr) minmax(520px, 1.32fr);
  gap: clamp(32px, 4vw, 58px);
  align-items: center;
}

.performance-page-intro .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--signature);
  font-size: 0.86rem;
  letter-spacing: 0.42em;
}

.performance-page-intro .eyebrow::after {
  width: 68px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.5;
}

.performance-page-intro h1 {
  max-width: 620px;
  margin: 24px 0 18px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 4.15vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.performance-page-intro p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.08vw, 1.04rem);
  line-height: 1.65;
}

.performance-explore {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 13px 22px;
  color: var(--signature);
  font-weight: 600;
  border: 1px solid rgba(138, 114, 95, 0.38);
  border-radius: 8px;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.performance-explore:hover,
.performance-explore:focus-visible {
  color: #fffaf2;
  background: linear-gradient(135deg, #a9917a, #8a725f 62%, #5f4e42);
  border-color: transparent;
}

.performance-explore svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.performance-hero-video {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  background: #070605;
  border: 1px solid rgba(24, 20, 17, 0.14);
  border-radius: 8px;
  box-shadow: 0 26px 72px rgba(45, 31, 22, 0.16);
}

.performance-hero-video::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.78) 100%),
    radial-gradient(circle at 72% 15%, rgba(232, 203, 174, 0.28), transparent 36%);
}

.performance-hero-video img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(1.02) contrast(1.08) brightness(0.98);
}

.performance-hero-play,
.performance-card-play {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
}

.performance-hero-play {
  top: 50%;
  left: 50%;
  width: 98px;
  height: 98px;
  transform: translate(-50%, -50%);
}

.performance-hero-play::before,
.performance-card-play::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--signature);
}

.performance-video-caption {
  position: absolute;
  right: 28px;
  bottom: 52px;
  left: 28px;
  z-index: 2;
  color: #fffaf2;
}

.performance-video-caption h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.65vw, 1.85rem);
  line-height: 1;
}

.performance-video-caption p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 250, 242, 0.84);
  font-size: 0.9rem;
  line-height: 1.45;
}

.performance-video-controls {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 250, 242, 0.9);
  font-weight: 600;
}

.performance-video-controls svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.performance-progress {
  position: relative;
  flex: 1;
  height: 4px;
  overflow: hidden;
  background: rgba(255, 250, 242, 0.34);
  border-radius: 999px;
}

.performance-progress i {
  display: block;
  width: 12%;
  height: 100%;
  background: var(--signature);
}

.performance-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.performance-filters button {
  min-width: 86px;
  padding: 11px 22px;
  color: var(--signature);
  font-weight: 600;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(138, 114, 95, 0.24);
  border-radius: 999px;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

:root[data-theme="dark"] .performance-filters button {
  background: rgba(255, 255, 255, 0.06);
}

.performance-filters button:hover,
.performance-filters button:focus-visible {
  transform: translateY(-1px);
  border-color: var(--signature);
}

.performance-filters button.is-active {
  color: #fffaf2;
  background: linear-gradient(135deg, #a9917a, #8a725f 62%, #5f4e42);
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(138, 114, 95, 0.2);
}

.performance-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 20px;
}

.performance-page-card {
  overflow: hidden;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.performance-page-card:hover,
.performance-page-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(138, 114, 95, 0.34);
  box-shadow: 0 24px 58px rgba(45, 31, 22, 0.14);
}

.performance-card-media {
  position: relative;
  display: block;
  height: 176px;
  overflow: hidden;
  background: #070605;
}

.performance-card-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.58));
}

.performance-card-media img,
.performance-card-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.05) brightness(1.02);
}

.performance-card-media video {
  position: relative;
  z-index: 1;
  background: #070605;
}

.performance-card-1 img,
.performance-card-3 img {
  object-position: 62% center;
}

.performance-card-2 img,
.performance-card-4 img {
  object-position: 46% center;
}

.performance-card-5 img {
  object-position: 72% center;
}

.performance-card-play {
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  background: rgba(255, 253, 249, 0.82);
  transform: translate(-50%, -50%);
}

.performance-card-play::before {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 13px;
}

.performance-card-duration {
  position: absolute;
  right: 10px;
  bottom: 9px;
  z-index: 2;
  padding: 3px 7px;
  color: #fffaf2;
  font-size: 0.86rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.46);
  border-radius: 4px;
}

.performance-card-copy {
  display: grid;
  gap: 8px;
  padding: 16px 20px 18px;
}

.performance-card-copy strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.06rem, 1.18vw, 1.3rem);
  line-height: 1.05;
}

.performance-card-copy small {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.performance-card-copy small::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--signature);
  border-radius: 50%;
  transform: translateY(-50%);
}

.performance-card-full-link {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  padding-top: 12px;
  color: var(--signature);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  border-top: 1px solid var(--line);
}

.performance-card-full-link span {
  flex: 0 0 auto;
  font-size: 1rem;
  transition: transform 160ms ease;
}

.performance-card-full-link:hover span,
.performance-card-full-link:focus-visible span {
  transform: translateX(3px);
}

.performance-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  color: var(--muted);
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.performance-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  overflow: hidden;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.performance-feature-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 30px;
}

.performance-feature-strip article + article {
  border-left: 1px solid var(--line);
}

.performance-feature-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--signature);
  background: rgba(232, 203, 174, 0.08);
  border: 1px solid rgba(138, 114, 95, 0.22);
  border-radius: 50%;
}

.performance-feature-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.performance-feature-strip h2 {
  margin: 0 0 5px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.02rem;
  line-height: 1.1;
}

.performance-feature-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.performance-contact-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 20px 28px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.performance-contact-band > div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.performance-contact-band svg {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--signature);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.performance-contact-band strong,
.performance-contact-band small {
  display: block;
}

.performance-contact-band strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.18vw, 1.22rem);
  line-height: 1.1;
}

.performance-contact-band small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.performance-contact-band .button {
  min-width: min(100%, 220px);
}

.contact-page-body {
  --max: 1500px;
  min-height: 100vh;
}

:root[data-theme="light"] .contact-page-body {
  --body-bg: linear-gradient(180deg, #f7f9f8 0%, #edf1f0 54%, #f6f8f7 100%);
}

.contact-page-main {
  position: relative;
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 38px 0 52px;
}

.contact-page-main::after {
  position: fixed;
  right: -90px;
  bottom: -110px;
  z-index: -1;
  width: 320px;
  height: 320px;
  pointer-events: none;
  content: "";
  background:
    repeating-radial-gradient(circle, rgba(138, 114, 95, 0.12) 0 1px, transparent 2px 12px),
    radial-gradient(circle, rgba(232, 203, 174, 0.08), transparent 64%);
  border-radius: 50%;
  opacity: 0.34;
}

.contact-page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
  min-height: 520px;
  overflow: hidden;
}

.contact-hero-art {
  position: absolute;
  top: 18px;
  left: max(-190px, -13vw);
  z-index: 0;
  width: min(35vw, 430px);
  min-width: 250px;
  pointer-events: none;
  opacity: 0.24;
  transform: rotate(-5deg);
}

:root[data-theme="dark"] .contact-hero-art {
  opacity: 0.14;
}

.contact-hero-art img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.18) saturate(0.8) contrast(0.96);
  border-radius: 999px;
  mask-image: radial-gradient(circle at 50% 50%, black 0 42%, transparent 72%);
}

.contact-page-copy,
.contact-whatsapp-card {
  position: relative;
  z-index: 1;
}

.contact-page-copy {
  padding-left: clamp(0px, 8vw, 118px);
}

.contact-page-copy .eyebrow {
  color: var(--signature);
  letter-spacing: 0.36em;
}

.contact-page-copy h1 {
  margin: 26px 0 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(3.15rem, 6vw, 5.2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.contact-title-mark {
  position: relative;
  display: block;
  width: 150px;
  height: 28px;
  margin: 18px 0 24px;
}

.contact-title-mark::before,
.contact-title-mark::after {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 1px;
  content: "";
  background: var(--signature);
}

.contact-title-mark::before {
  left: 0;
}

.contact-title-mark::after {
  right: 0;
}

.contact-title-mark {
  background: radial-gradient(circle at center, var(--signature) 0 4px, transparent 5px);
}

.contact-page-copy p:not(.eyebrow) {
  max-width: 580px;
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(0.96rem, 1.12vw, 1.06rem);
  line-height: 1.75;
}

.contact-service-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 620px;
  margin-top: 42px;
}

.contact-service-row article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 0 22px;
  color: var(--muted-strong);
  font-family: var(--font-display);
  font-size: 0.96rem;
  line-height: 1.25;
}

.contact-service-row article:first-child {
  padding-left: 0;
}

.contact-service-row article + article {
  border-left: 1px solid rgba(138, 114, 95, 0.26);
}

.contact-service-row svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--signature);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.contact-whatsapp-card {
  display: grid;
  justify-items: center;
  padding: clamp(28px, 5vw, 56px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(232, 203, 174, 0.1), transparent 42%),
    var(--panel-bg);
  border: 1px solid rgba(138, 114, 95, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-whatsapp-orbit {
  position: relative;
  display: grid;
  width: 156px;
  height: 156px;
  place-items: center;
  margin-bottom: 22px;
  color: var(--signature);
  border: 1px solid rgba(138, 114, 95, 0.2);
  border-radius: 50%;
}

.contact-whatsapp-orbit::before,
.contact-whatsapp-orbit::after {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(138, 114, 95, 0.18);
  border-radius: 50%;
}

.contact-whatsapp-orbit::after {
  inset: -14px;
  border-style: dashed;
  opacity: 0.55;
}

.contact-whatsapp-orbit svg {
  position: relative;
  display: block;
  z-index: 1;
  width: 72px;
  height: 72px;
  stroke-width: 1.55;
}

.contact-whatsapp-card p {
  margin: 0 0 12px;
  color: var(--muted-strong);
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 1.22vw, 1.12rem);
}

.contact-phone {
  margin-bottom: 24px;
  color: var(--signature);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.7vw, 2.55rem);
  line-height: 1;
  letter-spacing: 0.04em;
}

.contact-whatsapp-button {
  width: min(100%, 480px);
  min-height: 58px;
  font-size: 1rem;
}

.contact-quick-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-bottom: 8px;
  color: var(--signature);
  font-family: var(--font-display);
  font-size: 0.98rem;
  border-bottom: 1px solid rgba(138, 114, 95, 0.42);
}

.contact-quick-link svg,
.contact-final-button svg {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-process article {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 22px;
  align-items: center;
  min-height: 116px;
  padding: 24px 42px;
}

.contact-process article + article {
  border-left: 1px solid var(--line);
}

.contact-step-number {
  color: var(--signature);
  font-family: var(--font-display);
  font-size: 1.48rem;
}

.contact-step-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: var(--signature);
  background: rgba(232, 203, 174, 0.06);
  border: 1px solid rgba(138, 114, 95, 0.16);
  border-radius: 50%;
}

.contact-step-icon svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-process h2 {
  margin: 0 0 7px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.12;
}

.contact-process p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.contact-final-cta {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 32px;
  text-align: center;
}

.contact-final-cta p {
  margin: 0;
  color: var(--muted-strong);
  font-family: var(--font-display);
  font-size: 1rem;
}

.contact-final-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: min(100%, 520px);
  min-height: 58px;
  padding: 0 28px;
  color: var(--signature);
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.32vw, 1.2rem);
  border: 1px solid rgba(138, 114, 95, 0.5);
  border-radius: 8px;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.contact-final-button::before,
.contact-final-button::after {
  position: absolute;
  top: 50%;
  width: min(28vw, 320px);
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(138, 114, 95, 0.5));
}

.contact-final-button::before {
  right: calc(100% + 34px);
}

.contact-final-button::after {
  left: calc(100% + 34px);
  transform: scaleX(-1);
}

.contact-final-button:hover,
.contact-final-button:focus-visible {
  color: #fffaf2;
  background: linear-gradient(135deg, #a9917a, #8a725f 62%, #5f4e42);
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(138, 114, 95, 0.22);
}

.intro-grid article,
.about-highlights article,
.quote-panel,
.contact-whatsapp-panel,
.about-page-highlights article,
.about-page-tags span,
.about-page-quote,
.rental-page-card,
.rental-feature-strip,
.rental-contact-band,
.performance-page-card,
.performance-feature-strip,
.performance-contact-band,
.contact-whatsapp-card,
.contact-process {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

:root[data-theme="light"] .about-page-highlights article {
  background: transparent;
  box-shadow: none;
}

.intro-grid {
  gap: clamp(24px, 4vw, 64px);
}

.intro-grid article {
  min-height: auto;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.about-portrait,
.about-stage-card,
.performance-hero-video,
.social-visuals figure {
  border: 0;
  border-radius: 4px;
  box-shadow: none;
}

.about-highlights,
.about-page-highlights {
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-highlights article,
.about-page-highlights article {
  min-height: auto;
  padding: 18px 18px 18px 0;
  border: 0;
  border-right: 1px solid var(--line);
}

.about-highlights article:last-child,
.about-page-highlights article:last-child {
  border-right: 0;
}

.about-section .about-highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 46px);
  padding: 24px 0 22px;
}

.about-section .about-highlights article {
  position: relative;
  gap: 9px;
  min-height: 0;
  padding: 0 0 0 21px;
  border: 0;
}

.about-section .about-highlights article::before {
  position: absolute;
  top: 0.48rem;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--signature);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(138, 114, 95, 0.1);
}

.about-section .about-highlights strong {
  max-width: 15rem;
  font-size: clamp(0.82rem, 0.76vw, 0.94rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.about-section .about-highlights span {
  max-width: 17rem;
  font-size: clamp(0.82rem, 0.76vw, 0.94rem);
  line-height: 1.5;
}

.quote-panel,
.about-page-quote {
  padding: clamp(22px, 3vw, 34px) 0 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.about-page-tags span,
.contact-minimal-points span {
  position: relative;
  padding: 0 0 0 16px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.about-page-tags span::before,
.contact-minimal-points span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--signature);
  border-radius: 999px;
  transform: translateY(-50%);
}

.contact-whatsapp-panel {
  padding: 4px 0 4px clamp(24px, 3vw, 44px);
  overflow: visible;
  border: 0;
  border-left: 1px solid var(--line);
}

.contact-whatsapp-panel::before {
  display: none;
}

.contact-whatsapp-icon {
  background: transparent;
  border-color: var(--line);
}

.contact-whatsapp-panel .button {
  width: auto;
  min-width: min(100%, 240px);
}

.instrument-card,
.rental-page-card,
.performance-page-card {
  overflow: visible;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.rental-page-card {
  display: flex;
  flex-direction: column;
}

.instrument-card:hover,
.rental-page-card:hover,
.performance-page-card:hover {
  border-color: var(--line);
  box-shadow: none;
  transform: translateY(-2px);
}

.instrument-photo,
.rental-page-card img,
.performance-card-media {
  border-radius: 4px;
}

.instrument-state,
.instrument-copy,
.rental-page-card-copy,
.performance-card-copy {
  padding-right: 0;
  padding-left: 0;
}

.rental-page-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.instrument-icon {
  border-radius: 4px;
  box-shadow: none;
}

.instrument-arrow {
  box-shadow: none;
}

.rental-page-card-button {
  display: inline-flex;
  align-self: flex-start;
  gap: 12px;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: auto;
  padding: 0 16px;
  color: var(--signature);
  font-size: 0.84rem;
  font-weight: 700;
  background: var(--control-bg);
  border: 1px solid rgba(138, 114, 95, 0.42);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.rental-page-card-button-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  border-left: 1px solid currentColor;
  opacity: 0.72;
  transition: transform 160ms ease;
}

.rental-page-card-button:hover,
.rental-page-card-button:focus-visible {
  color: var(--primary-text);
  text-decoration: none;
  background: var(--primary-bg);
  border-color: transparent;
  box-shadow: var(--primary-shadow);
  transform: translateY(-1px);
}

.rental-page-card-button:hover .rental-page-card-button-icon,
.rental-page-card-button:focus-visible .rental-page-card-button-icon {
  transform: translate(2px, -2px);
}

.rental-page-card-button:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
}

.rental-page-card-button:active {
  box-shadow: none;
  transform: translateY(0);
}

.rental-feature-strip,
.performance-feature-strip,
.contact-process {
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rental-contact-band,
.performance-contact-band {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-whatsapp-card {
  padding-left: clamp(28px, 5vw, 72px);
  border: 0;
  border-left: 1px solid var(--line);
}

.contact-whatsapp-card::before {
  opacity: 0.35;
}

.contact-step-icon,
.contact-whatsapp-orbit {
  background: transparent;
}

@media (max-width: 1260px) {
  .instrument-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rental-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .performance-hero-layout {
    grid-template-columns: 1fr;
  }

  .performance-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-page-hero {
    grid-template-columns: 1fr;
  }

  .contact-page-copy {
    padding-left: 0;
  }

  .contact-whatsapp-card {
    max-width: 760px;
    margin: 0 auto;
  }

  .about-page-layout {
    grid-template-columns: 1fr;
  }

  .about-stage-card,
  .about-stage-card img {
    min-height: 620px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .header-controls {
    grid-column: 2;
    grid-row: 1;
  }

  .nav-toggle {
    display: grid;
    grid-column: 3;
    grid-row: 1;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    right: max(11px, calc((100vw - var(--max)) / 2));
    left: max(11px, calc((100vw - var(--max)) / 2));
    display: grid;
    gap: 4px;
    justify-content: stretch;
    padding: 10px;
    visibility: hidden;
    background: var(--header-bg);
    border: 1px solid var(--header-line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 0;
    backdrop-filter: blur(18px);
    transform: translateY(-8px);
    transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
    pointer-events: none;
  }

  .nav-links.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links a {
    padding: 11px 12px;
    color: var(--muted-strong);
    font-size: 0.95rem;
  }

  .nav-links a.is-active::after {
    right: 12px;
    bottom: 4px;
    left: 12px;
  }

  .hero {
    min-height: 650px;
  }

  .hero-overlay {
    background: var(--hero-overlay-mobile);
  }

  .instruments-section::before,
  .instruments-section::after {
    display: none;
  }

  .section-heading h2 {
    font-size: clamp(1.85rem, 5.2vw, 2.55rem);
  }

  .intro-grid,
  .split-section,
  .about-section,
  .faq-section,
  .social-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    position: static;
  }

  .rental-local-guide {
    grid-template-columns: 1fr;
  }

  .about-portrait,
  .about-portrait img {
    min-height: 420px;
  }

  .instrument-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .instrument-grid-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-page-main {
    width: min(100% - 28px, var(--max));
    padding-top: 28px;
  }

  .about-stage-card,
  .about-stage-card img {
    min-height: 520px;
  }

  .about-page-highlights,
  .about-page-tags {
    grid-template-columns: 1fr;
  }

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

  .rental-contact-band,
  .rental-feature-strip {
    grid-template-columns: 1fr;
  }

  .rental-feature-strip div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .performance-feature-strip,
  .performance-contact-band {
    grid-template-columns: 1fr;
  }

  .performance-feature-strip article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .contact-process {
    grid-template-columns: 1fr;
  }

  .contact-process article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .contact-service-row {
    grid-template-columns: 1fr;
    max-width: 430px;
  }

  .contact-service-row article {
    padding: 16px 0;
  }

  .contact-service-row article + article {
    border-top: 1px solid rgba(138, 114, 95, 0.26);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 22px, var(--max));
    gap: 6px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .language-switcher {
    gap: 2px;
  }

  .header-controls {
    gap: 4px;
  }

  .theme-toggle {
    width: 40px;
    height: 40px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .theme-icon {
    width: 20px;
    height: 20px;
  }

  .lang-button {
    min-width: 34px;
    padding: 7px 6px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding-top: 360px;
    background: #050403;
  }

  .hero-media,
  .hero-overlay {
    top: 0;
    bottom: auto;
    height: 360px;
  }

  .hero-media img {
    object-position: 42% center;
  }

  .hero-content {
    width: min(100% - 22px, var(--max));
    padding: 22px 0 34px;
  }

  .hero .eyebrow {
    margin-bottom: 8px;
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 2.95rem);
    line-height: 0.96;
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .hero .button {
    width: auto;
    min-height: 42px;
    padding: 6px 10px;
    font-size: 0.82rem;
    line-height: 1.18;
    text-align: center;
  }

  .hero-facts {
    gap: 8px;
    margin-top: 16px;
  }

  .hero-facts span {
    flex: 1 1 auto;
    padding: 8px 10px;
    font-size: 0.82rem;
    text-align: center;
  }

  .button {
    width: 100%;
  }

  .section {
    width: min(100% - 22px, var(--max));
    padding: 54px 0;
  }

  .instruments-section {
    width: min(100% - 22px, var(--max));
    padding-top: 72px;
  }

  .section-heading .eyebrow::after {
    width: 72px;
  }

  .intro-band {
    padding-right: 11px;
    padding-left: 11px;
  }

  .intro-grid article,
  .request-panel,
  .contact-whatsapp-panel {
    padding: 20px;
  }

  .about-portrait,
  .about-portrait img {
    min-height: 360px;
  }

  .about-badge {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 15px;
  }

  .about-highlights {
    grid-template-columns: 1fr;
  }

  .about-highlights article {
    min-height: auto;
  }

  .instrument-grid,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-minimal-points {
    margin-top: 22px;
  }

  .contact-minimal-points span {
    width: 100%;
    border-radius: 0;
  }

  .instrument-preview-actions {
    margin-top: 22px;
  }

  .instrument-photo {
    height: clamp(178px, 46vw, 220px);
  }

  .social-visuals {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .social-visuals figure {
    height: 260px;
  }

  .social-visuals figure:first-child {
    transform: none;
  }

  .instrument-card {
    min-height: 320px;
  }

  .about-page-main {
    width: min(100% - 22px, var(--max));
    padding-top: 22px;
  }

  .about-stage-card,
  .about-stage-card img {
    min-height: 520px;
  }

  .about-stage-name {
    right: 16px;
    bottom: 158px;
    left: 16px;
    padding: 18px;
  }

  .about-stage-meta {
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: 1fr;
    gap: 11px;
    padding-top: 16px;
  }

  .about-page-copy h1 {
    font-size: clamp(2rem, 9.6vw, 2.85rem);
  }

  .about-page-highlights article {
    min-height: auto;
  }

  .about-page-quote {
    padding: 24px 0 0;
  }

  .about-page-quote::before {
    display: none;
  }

  .rental-page-main {
    width: min(100% - 22px, var(--max));
    padding: 28px 0 44px;
  }

  .rental-local-guide {
    width: 100%;
    gap: 20px;
    margin-top: 22px;
    padding: 30px 0;
  }

  .rental-local-guide h2 {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .faq-section {
    gap: 24px;
  }

  .faq-list summary {
    padding: 20px 42px 20px 0;
  }

  .faq-list details p {
    padding-right: 18px;
  }

  .rental-hero-panel {
    padding: 0 0 18px;
  }

  .rental-page-heading h1 {
    font-size: clamp(2rem, 9.4vw, 2.8rem);
  }

  .rental-watermark,
  .rental-hero-panel::before {
    display: none;
  }

  .rental-filters {
    gap: 10px;
  }

  .rental-filters button {
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 14px;
  }

  .rental-page-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rental-page-card img {
    height: clamp(238px, 62vw, 320px);
    object-position: center 62%;
  }

  .rental-contact-band {
    padding: 18px;
  }

  .rental-contact-band div {
    align-items: flex-start;
  }

  .performance-page-main {
    width: min(100% - 22px, var(--max));
    padding: 28px 0 44px;
  }

  .performance-page-intro h1 {
    font-size: clamp(2rem, 9.4vw, 2.8rem);
  }

  .performance-hero-video,
  .performance-hero-video img {
    min-height: 340px;
  }

  .performance-hero-play {
    width: 72px;
    height: 72px;
  }

  .performance-video-caption {
    right: 18px;
    bottom: 58px;
    left: 18px;
  }

  .performance-video-controls {
    right: 18px;
    left: 18px;
    gap: 10px;
  }

  .performance-filters {
    gap: 10px;
  }

  .performance-filters button {
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 14px;
  }

  .performance-page-grid {
    grid-template-columns: 1fr;
  }

  .performance-card-media {
    height: 196px;
  }

  .performance-feature-strip article,
  .performance-contact-band {
    padding: 18px;
  }

  .performance-contact-band > div {
    align-items: flex-start;
  }

  .contact-page-main {
    width: min(100% - 22px, var(--max));
    padding: 28px 0 44px;
  }

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

  .contact-hero-art {
    top: -40px;
    left: -130px;
    min-width: 230px;
  }

  .contact-page-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .contact-page-copy p:not(.eyebrow) {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .contact-service-row {
    margin-top: 28px;
  }

  .contact-whatsapp-card {
    padding: 26px 18px;
  }

  .contact-whatsapp-orbit {
    width: 128px;
    height: 128px;
  }

  .contact-whatsapp-orbit svg {
    width: 58px;
    height: 58px;
  }

  .contact-phone {
    font-size: clamp(1.45rem, 7.5vw, 2rem);
  }

  .contact-process article {
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 20px;
  }

  .contact-step-number {
    grid-row: span 2;
    font-size: 1.32rem;
  }

  .contact-step-icon {
    width: 58px;
    height: 58px;
  }

  .contact-final-button {
    gap: 12px;
    min-height: 56px;
    padding: 0 16px;
  }

  .contact-final-button::before,
  .contact-final-button::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .about-highlights,
  .about-page-highlights,
  .contact-process {
    border-top: 0;
  }

  .about-highlights article,
  .about-page-highlights article,
  .contact-process article {
    padding-right: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .intro-grid article {
    padding: 20px 0 0;
  }

  .contact-whatsapp-panel,
  .contact-whatsapp-card {
    padding: 22px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .rental-contact-band,
  .performance-contact-band {
    padding: 18px 0;
  }
}

/* Professional identity, trust content, and conversion surfaces */
*,
*::before,
*::after {
  letter-spacing: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #f5e2cb, #e5c9aa 58%, #a9917a);
}

.rental-page-card-button:hover,
.rental-page-card-button:focus-visible {
  color: var(--primary-text);
  background: var(--primary-bg);
}

.contact-page-main::after {
  display: none;
}

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

.footer-links a {
  font-size: 0.86rem;
}

.powered-by-revoltfix a {
  letter-spacing: 0;
}

.evidence-section {
  border-top: 1px solid var(--line);
}

.evidence-heading {
  max-width: 760px;
}

.event-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.event-item,
.testimonial-item {
  min-width: 0;
  margin: 0;
  padding: 24px;
  background: var(--subtle-panel-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}

a.event-item {
  display: block;
  color: inherit;
  transition: border-color 160ms ease, transform 160ms ease;
}

a.event-item:hover,
a.event-item:focus-visible {
  border-color: var(--signature);
  transform: translateY(-2px);
}

.event-item time {
  display: block;
  margin-bottom: 18px;
  color: var(--cool-accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.event-item h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.16;
}

.event-item p,
.event-item > span {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.event-item .event-place,
.event-item > span {
  color: var(--signature);
  font-weight: 600;
}

.testimonial-item {
  display: grid;
  gap: 24px;
}

.testimonial-item blockquote {
  margin: 0;
  color: var(--muted-strong);
  font-family: var(--font-display);
  font-size: 1.14rem;
  line-height: 1.55;
}

.testimonial-item figcaption {
  display: grid;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.testimonial-item figcaption span {
  color: var(--muted);
  font-size: 0.82rem;
}

.press-kit-band,
.artist-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.press-kit-band h2,
.artist-cta-band h2 {
  max-width: 720px;
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.12;
}

.press-kit-band p:not(.eyebrow),
.artist-cta-band p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.artist-cta-band {
  width: min(100% - 48px, var(--max));
  margin: 12px auto 56px;
  padding: 42px 0;
}

.artist-cta-actions,
.press-kit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rental-card-specs {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rental-card-specs div {
  display: grid;
  grid-template-columns: minmax(90px, 0.7fr) minmax(0, 1.3fr);
  gap: 12px;
}

.rental-card-specs dt,
.rental-card-specs dd {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.rental-card-specs dt {
  color: var(--muted);
}

.rental-card-specs dd {
  color: var(--muted-strong);
}

.performance-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: var(--cool-accent);
  font-size: 0.76rem;
  font-weight: 600;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(36px, 6vw, 86px);
  padding: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-heading h2 {
  margin: 12px 0 16px;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1.1;
}

.booking-heading > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 600;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  color: var(--text);
  font: inherit;
  font-weight: 400;
  background: var(--field-bg);
  border: 1px solid var(--field-border);
  border-radius: 6px;
}

.booking-form input,
.booking-form select {
  min-height: 46px;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

.booking-note,
.booking-action {
  grid-column: 1 / -1;
}

.booking-action {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.booking-action small {
  max-width: 390px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.5;
}

.press-kit-main,
.privacy-main {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 48px 0 64px;
}

.press-kit-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: center;
  min-height: 620px;
}

.press-kit-portrait {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
}

.press-kit-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: var(--media-filter);
}

.press-kit-intro h1,
.privacy-intro h1 {
  max-width: 820px;
  margin: 14px 0 20px;
  font-family: var(--font-display);
  font-size: 3.6rem;
  line-height: 1.02;
}

.press-kit-intro > p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.press-kit-intro .press-kit-deck {
  color: var(--muted-strong);
  font-size: 1.08rem;
}

.press-kit-actions {
  margin-top: 28px;
}

.press-kit-facts,
.press-links-section {
  padding: 52px 0;
  border-top: 1px solid var(--line);
}

.press-kit-facts {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
}

.press-kit-facts h2,
.press-links-section h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.15;
}

.press-kit-facts dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
}

.press-kit-facts dl div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.press-kit-facts dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.press-kit-facts dd {
  margin: 8px 0 0;
  color: var(--muted-strong);
  line-height: 1.5;
}

.press-links-list {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.press-links-list a {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  color: var(--muted-strong);
  border-bottom: 1px solid var(--line);
}

.press-links-list a:hover,
.press-links-list a:focus-visible {
  color: var(--signature);
}

.privacy-intro {
  max-width: 820px;
  padding: 54px 0;
}

.privacy-intro > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.privacy-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.privacy-layout article {
  padding: 32px 32px 32px 0;
  border-bottom: 1px solid var(--line);
}

.privacy-layout article:nth-child(even) {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid var(--line);
}

.privacy-layout h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.privacy-layout p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.consent-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
  padding: 18px 20px;
  color: var(--text);
  background: rgba(13, 17, 18, 0.97);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

:root[data-theme="light"] .consent-banner {
  background: rgba(255, 255, 255, 0.98);
}

.consent-banner strong {
  display: block;
  margin-bottom: 5px;
}

.consent-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.consent-banner a {
  display: inline-block;
  margin-top: 6px;
  color: var(--signature);
  font-size: 0.76rem;
}

.consent-actions {
  display: flex;
  gap: 8px;
}

.consent-actions button {
  min-height: 42px;
  padding: 0 14px;
  color: var(--muted-strong);
  cursor: pointer;
  background: var(--control-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.consent-actions .button-primary {
  color: var(--primary-text);
  background: var(--primary-bg);
  border-color: transparent;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 980px) {
  .event-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-section,
  .press-kit-hero,
  .press-kit-facts {
    grid-template-columns: 1fr;
  }

  .press-kit-hero {
    gap: 36px;
    min-height: 0;
  }

  .press-kit-portrait {
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 70px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-header > .header-controls {
    display: none;
  }

  .nav-toggle {
    grid-column: 2;
  }

  .nav-links > .header-controls {
    display: flex;
    grid-column: 1;
    grid-row: auto;
    justify-content: space-between;
    width: 100%;
    margin-top: 4px;
    padding: 12px 10px 4px;
    border-top: 1px solid var(--line);
  }

  .brand {
    max-width: calc(100vw - 86px);
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .event-grid,
  .testimonial-grid,
  .booking-form,
  .privacy-layout,
  .press-kit-facts dl {
    grid-template-columns: 1fr;
  }

  .press-kit-band,
  .artist-cta-band {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .artist-cta-band,
  .press-kit-main,
  .privacy-main {
    width: min(100% - 22px, var(--max));
  }

  .press-kit-band h2,
  .artist-cta-band h2,
  .booking-heading h2,
  .press-kit-facts h2,
  .press-links-section h2 {
    font-size: 1.65rem;
  }

  .artist-cta-actions,
  .press-kit-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-section {
    gap: 28px;
    padding: 36px 0;
  }

  .booking-note,
  .booking-action {
    grid-column: auto;
  }

  .booking-action {
    display: grid;
    gap: 12px;
  }

  .booking-action .button {
    width: 100%;
  }

  .press-kit-main,
  .privacy-main {
    padding-top: 28px;
  }

  .press-kit-intro h1,
  .privacy-intro h1 {
    font-size: 2.5rem;
  }

  .press-kit-portrait img {
    aspect-ratio: 5 / 4;
  }

  .privacy-layout article,
  .privacy-layout article:nth-child(even) {
    padding: 24px 0;
    border-left: 0;
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 35;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.75fr);
    min-height: 62px;
    padding: 7px max(10px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    background: rgba(7, 9, 10, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(16px);
  }

  :root[data-theme="light"] .mobile-action-bar {
    background: rgba(255, 255, 255, 0.97);
    border-top-color: rgba(24, 20, 17, 0.14);
  }

  .mobile-action-bar a {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 48px;
    color: var(--primary-text);
    font-size: 0.84rem;
    font-weight: 700;
    background: var(--primary-bg);
    border-radius: 8px;
  }

  .mobile-action-bar a + a {
    margin-left: 7px;
    color: var(--muted-strong);
    background: var(--control-bg);
    border: 1px solid var(--line);
  }

  .mobile-action-bar svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .consent-banner {
    right: 11px;
    bottom: 76px;
    left: 11px;
    grid-template-columns: 1fr;
    gap: 14px;
    width: auto;
    padding: 16px;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consent-actions button {
    padding: 0 9px;
    font-size: 0.76rem;
  }
}

/* Corporate light theme surfaces */
:root[data-theme="light"] .site-header::before {
  box-shadow: 0 8px 28px rgba(20, 31, 35, 0.045);
}

:root[data-theme="light"] .rental-hero-panel::before,
:root[data-theme="light"] .instruments-section::before,
:root[data-theme="light"] .instruments-section::after,
:root[data-theme="light"] .contact-whatsapp-panel::before,
:root[data-theme="light"] .about-page-quote::after {
  display: none;
}

:root[data-theme="light"] .rental-watermark {
  opacity: 0.055;
  filter: grayscale(1) contrast(0.86);
}

:root[data-theme="light"] .rental-filters,
:root[data-theme="light"] .performance-filters {
  gap: 8px;
}

:root[data-theme="light"] .rental-filters button,
:root[data-theme="light"] .performance-filters button {
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(20, 31, 35, 0.045);
}

:root[data-theme="light"] .rental-filters button:hover,
:root[data-theme="light"] .rental-filters button:focus-visible,
:root[data-theme="light"] .performance-filters button:hover,
:root[data-theme="light"] .performance-filters button:focus-visible {
  background: #ffffff;
  border-color: rgba(128, 102, 77, 0.48);
}

:root[data-theme="light"] .rental-filters button.is-active,
:root[data-theme="light"] .performance-filters button.is-active {
  color: var(--primary-text);
  background: var(--primary-bg);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(20, 31, 35, 0.18);
}

:root[data-theme="light"] .rental-page-card,
:root[data-theme="light"] .performance-page-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 14px 38px rgba(20, 31, 35, 0.07);
}

:root[data-theme="light"] .rental-page-card:hover,
:root[data-theme="light"] .rental-page-card:focus-within,
:root[data-theme="light"] .performance-page-card:hover,
:root[data-theme="light"] .performance-page-card:focus-within {
  border-color: rgba(128, 102, 77, 0.4);
  box-shadow: 0 20px 44px rgba(20, 31, 35, 0.11);
}

:root[data-theme="light"] .rental-page-card img,
:root[data-theme="light"] .performance-card-media {
  border-radius: 0;
}

:root[data-theme="light"] .rental-page-card-copy {
  padding: 18px 20px 20px;
}

:root[data-theme="light"] .performance-card-copy {
  padding: 16px 18px 18px;
}

:root[data-theme="light"] .rental-page-card-tag {
  align-self: flex-start;
  color: var(--cool-accent);
  background: #edf1f0;
  border: 1px solid rgba(82, 105, 112, 0.12);
  border-radius: 4px;
}

:root[data-theme="light"] .rental-page-card-button {
  color: #29383c;
  background: #f4f7f6;
  border-color: rgba(41, 56, 60, 0.24);
  box-shadow: none;
}

:root[data-theme="light"] .rental-page-card-button:hover,
:root[data-theme="light"] .rental-page-card-button:focus-visible,
:root[data-theme="light"] .button-primary:hover,
:root[data-theme="light"] .button-primary:focus-visible,
:root[data-theme="light"] .performance-explore:hover,
:root[data-theme="light"] .performance-explore:focus-visible,
:root[data-theme="light"] .contact-final-button:hover,
:root[data-theme="light"] .contact-final-button:focus-visible {
  color: var(--primary-text);
  background: linear-gradient(135deg, #40565d, #2c3b40 58%, #1b2529);
  border-color: transparent;
  box-shadow: var(--primary-shadow);
}

:root[data-theme="light"] .rental-feature-strip,
:root[data-theme="light"] .performance-feature-strip,
:root[data-theme="light"] .contact-process {
  background: rgba(255, 255, 255, 0.46);
}

:root[data-theme="light"] .performance-feature-icon,
:root[data-theme="light"] .contact-step-icon,
:root[data-theme="light"] .contact-whatsapp-icon {
  background: rgba(82, 105, 112, 0.06);
  border-color: rgba(82, 105, 112, 0.18);
}

:root[data-theme="light"] .contact-service-row article + article {
  border-left-color: var(--line);
}

:root[data-theme="light"] .consent-banner,
:root[data-theme="light"] .mobile-action-bar {
  background: rgba(250, 252, 251, 0.98);
  border-color: var(--header-line);
}
