:root {
  --ebony-deep: #0a0a0b;
  --ebony-rich: #121214;
  --ebony-card: #1a1a1e;
  --champagne-gold: #d4af37;
  --champagne-light: #f4e4ba;
  --champagne-muted: #c9a959;
  --emerald-accent: #2d5a45;
  --emerald-vibrant: #3d7a5f;
  --emerald-light: #4a9a7a;
  --ivory-keys: #f8f6f0;
  --ivory-warm: #f0ece3;
  --text-primary: #f0ece3;
  --text-secondary: #c9bda5;
  --text-dark: #121214;
  --glass-bg: rgba(26, 26, 30, 0.85);
  --glass-border: rgba(212, 175, 55, 0.15);
  --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-bounce: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --shadow-depth: 0 8px 32px rgba(0, 0, 0, 0.4);
  --shadow-gold: 0 4px 20px rgba(212, 175, 55, 0.25);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  background: var(--ebony-deep);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

strong, p, span, a, li, button, input, textarea, label {
  color: inherit;
}

a {
  text-decoration: none;
  transition: var(--transition-smooth);
}

ul {
  list-style: none;
}

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

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}


.orchestral-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(10, 10, 11, 0.98) 0%, rgba(10, 10, 11, 0.9) 100%);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
  transition: var(--transition-smooth);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.brand-emblem {
  display: flex;
  align-items: center;
  gap: 12px;
}

.music-symbol {
  font-size: 28px;
  color: var(--champagne-gold);
}

.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.03em;
}

.brand-name span {
  color: var(--champagne-gold);
}

.nav-symphony {
  display: flex;
  gap: 32px;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  padding: 8px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--champagne-gold);
  transition: var(--transition-smooth);
}

.nav-link:hover,
.nav-link.active {
  color: var(--champagne-gold);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.header-contact-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 10px 20px;
  border-radius: 50px;
  transition: var(--transition-smooth);
}

.header-contact-pill:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: var(--champagne-gold);
}

.phone-icon {
  font-size: 16px;
}

.phone-number {
  font-size: 14px;
  font-weight: 600;
  color: var(--champagne-gold);
}

.burger-menu {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.burger-line {
  width: 28px;
  height: 2px;
  background: var(--champagne-gold);
  transition: var(--transition-smooth);
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 11, 0.98);
  z-index: 999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-overlay.active {
  display: flex;
  opacity: 1;
}

.mobile-nav-link {
  font-size: 24px;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.close-burger {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 32px;
  color: var(--champagne-gold);
  background: none;
  border: none;
  cursor: pointer;
}


.hero-performance {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, var(--ebony-deep) 0%, var(--ebony-rich) 50%, var(--ebony-deep) 100%);
  overflow: hidden;
}

.hero-bg-texture {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4af37' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-keys-accent {
  position: absolute;
  right: 5%;
  top: 20%;
  width: 300px;
  height: 400px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  transform: rotate(15deg);
  border-radius: 20px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 120px 0 80px;
}

.hero-annotation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 32px;
}

.Annotation-dot {
  width: 8px;
  height: 8px;
  background: var(--emerald-vibrant);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.hero-annotation-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--champagne-gold);
}

.hero-title {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.1;
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--text-primary) 0%, var(--champagne-light) 50%, var(--champagne-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 20px;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 550px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--champagne-muted) 100%);
  color: var(--ebony-deep);
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-gold);
}

.btn-primary-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
}

.btn-secondary-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--champagne-gold);
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 2px solid rgba(212, 175, 55, 0.4);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-secondary-outline:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: var(--champagne-gold);
}


.section-pad {
  padding: 100px 0;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.section-label {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--champagne-gold);
  margin-bottom: 16px;
  position: relative;
}

.section-label::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--emerald-accent);
}

.section-title {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 20px;
  color: var(--text-primary);
}

.section-desc {
  font-size: 18px;
  color: var(--text-secondary);
}


.about-showcase {
  background: var(--ebony-rich);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-depth);
}

.about-image-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}

.about-main-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.about-image-frame:hover .about-main-img {
  transform: scale(1.05);
}

.about-badge {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: linear-gradient(135deg, var(--emerald-accent) 0%, var(--emerald-vibrant) 100%);
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  box-shadow: var(--shadow-depth);
  z-index: 3;
}

.badge-number {
  font-size: 42px;
  font-weight: 700;
  color: var(--champagne-gold);
  font-family: 'Playfair Display', serif;
}

.badge-text {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ivory-warm);
  margin-top: 4px;
}

.about-narrative h3 {
  font-size: 36px;
  margin-bottom: 24px;
  color: var(--text-primary);
}

.about-narrative p {
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: rgba(212, 175, 55, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.feature-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--champagne-muted) 100%);
  border-radius: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

.feature-text h4 {
  font-size: 16px;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.feature-text p {
  font-size: 14px;
  color: var(--text-secondary);
}


.services-symphony {
  background: var(--ebony-deep);
}

.services-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.service-card-glass {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 32px;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.service-card-glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--champagne-gold), var(--emerald-accent));
  opacity: 0;
  transition: var(--transition-smooth);
}

.service-card-glass:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.3);
  box-shadow: var(--shadow-depth);
}

.service-card-glass:hover::before {
  opacity: 1;
}

.service-card-glass:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}

.service-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(45, 90, 69, 0.15) 100%);
  border-radius: 16px;
  font-size: 28px;
  margin-bottom: 24px;
  transition: var(--transition-smooth);
}

.service-card-glass h3 {
  font-size: 24px;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.service-card-glass p {
  color: var(--text-secondary);
  margin-bottom: 20px;
  font-size: 16px;
}

.service-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 50px;
}

.price-amount {
  font-size: 24px;
  font-weight: 700;
  color: var(--champagne-gold);
  font-family: 'Playfair Display', serif;
}

.price-label {
  font-size: 14px;
  color: var(--text-secondary);
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--emerald-light);
  font-weight: 500;
  font-size: 15px;
}

.service-link:hover {
  color: var(--champagne-gold);
  gap: 12px;
}


.testimonials-carousel {
  background: var(--ebony-rich);
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
}

.testimonial-card {
  flex: 0 0 400px;
  background: var(--ebony-card);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  font-size: 18px;
}

.testimonial-quote {
  font-size: 18px;
  color: var(--text-secondary);
  font-style: italic;
  margin-bottom: 24px;
  line-height: 1.8;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--champagne-gold);
}

.author-info h4 {
  font-size: 16px;
  color: var(--text-primary);
}

.author-info p {
  font-size: 14px;
  color: var(--champagne-muted);
}


.cta-symphony {
  background: linear-gradient(135deg, var(--emerald-accent) 0%, var(--emerald-vibrant) 100%);
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-symphony::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 50m-40 0a40,40 0 1,0 80,0a40,40 0 1,0 -80,0' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='0.5'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--ivory-keys);
  margin-bottom: 20px;
}

.cta-text {
  font-size: 18px;
  color: rgba(248, 246, 240, 0.8);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


.contact-harmony {
  background: var(--ebony-deep);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
}

.contact-info-panel {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 40px;
  border: 1px solid var(--glass-border);
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-method {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: rgba(212, 175, 55, 0.05);
  border-radius: 16px;
  transition: var(--transition-smooth);
}

.contact-method:hover {
  background: rgba(212, 175, 55, 0.1);
}

.contact-icon-circle {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--champagne-muted) 100%);
  border-radius: 12px;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-details h4 {
  font-size: 16px;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.contact-details p {
  font-size: 15px;
  color: var(--text-secondary);
}

.contact-details a {
  color: var(--champagne-gold);
}

.contact-details a:hover {
  text-decoration: underline;
}

.contact-form-glass {
  background: var(--ebony-card);
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  font-size: 16px;
  color: var(--text-primary);
  font-family: inherit;
  transition: var(--transition-smooth);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--champagne-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--champagne-muted) 100%);
  color: var(--ebony-deep);
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}


.map-container {
  margin-top: 32px;
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}


.orchestral-footer {
  background: var(--ebony-rich);
  padding: 80px 0 40px;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}

.footer-brand p {
  margin-top: 20px;
  color: var(--text-secondary);
  max-width: 300px;
}

.footer-column h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--champagne-gold);
  margin-bottom: 24px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  color: var(--text-secondary);
  font-size: 15px;
}

.footer-link:hover {
  color: var(--champagne-gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-legal a:hover {
  color: var(--champagne-gold);
}


.cookie-consent-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  max-width: 420px;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 24px;
  z-index: 9999;
  box-shadow: var(--shadow-depth);
}

.cookie-content h4 {
  font-size: 16px;
  color: var(--champagne-gold);
  margin-bottom: 8px;
}

.cookie-content p {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 16px;
  line-height: 1.6;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-btn {
  flex: 1;
  min-width: 120px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: var(--transition-smooth);
  border: none;
}

.cookie-accept {
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--champagne-muted) 100%);
  color: var(--ebony-deep);
}

.cookie-accept:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.cookie-decline {
  background: transparent;
  color: var(--text-secondary);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-decline:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--text-primary);
}


.page-header-symphony {
  padding: 180px 0 100px;
  background: linear-gradient(135deg, var(--ebony-deep) 0%, var(--ebony-rich) 100%);
  text-align: center;
  position: relative;
}

.breadcrumb-harmony {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.breadcrumb-item {
  font-size: 14px;
  color: var(--text-secondary);
}

.breadcrumb-item:not(:last-child)::after {
  content: '/';
  margin-left: 12px;
  color: var(--champagne-muted);
}

.breadcrumb-item a {
  color: var(--champagne-gold);
}

.page-header-symphony h1 {
  font-size: clamp(40px, 5vw, 64px);
  margin-bottom: 16px;
}

.page-header-symphony p {
  font-size: 20px;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}


.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.team-member-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  transition: var(--transition-smooth);
}

.team-member-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.3);
}

.member-photo {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.member-info {
  padding: 24px;
}

.member-info h3 {
  font-size: 22px;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.member-role {
  font-size: 14px;
  color: var(--champagne-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.member-bio {
  font-size: 15px;
  color: var(--text-secondary);
}


.faq-section {
  background: var(--ebony-rich);
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--ebony-card);
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.faq-question {
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-question h3 {
  font-size: 18px;
  color: var(--text-primary);
  padding-right: 20px;
}

.faq-toggle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  font-size: 18px;
  color: var(--champagne-gold);
  transition: var(--transition-smooth);
  flex-shrink: 0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer-content {
  padding: 0 24px 24px;
}

.faq-answer p {
  color: var(--text-secondary);
  line-height: 1.8;
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 10, 11, 0.9) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  opacity: 0;
  transition: var(--transition-smooth);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
}


.process-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
}

.process-step {
  position: relative;
  text-align: center;
  padding: 32px;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  border: 1px solid var(--glass-border);
}

.step-number {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--champagne-muted) 100%);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  color: var(--ebony-deep);
  margin: 0 auto 24px;
}

.process-step h3 {
  font-size: 22px;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.process-step p {
  font-size: 16px;
  color: var(--text-secondary);
}


.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}

.pricing-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 40px;
  border: 1px solid var(--glass-border);
  position: relative;
}

.pricing-card.featured {
  border-color: var(--champagne-gold);
  box-shadow: var(--shadow-gold);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--champagne-muted) 100%);
  color: var(--ebony-deep);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pricing-card h3 {
  font-size: 28px;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.pricing-card > p {
  color: var(--text-secondary);
  margin-bottom: 32px;
}

.pricing-features {
  margin-bottom: 32px;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text-secondary);
}

.pricing-features li::before {
  content: '✓';
  color: var(--emerald-light);
  font-weight: bold;
}

.pricing-amount {
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-amount .from {
  font-size: 14px;
  color: var(--text-secondary);
}

.pricing-amount .price {
  font-size: 48px;
  font-weight: 700;
  color: var(--champagne-gold);
  font-family: 'Playfair Display', serif;
}

.pricing-amount .per {
  font-size: 16px;
  color: var(--text-secondary);
}


.thank-you-symphony {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--ebony-deep) 0%, var(--ebony-rich) 100%);
}

.thank-you-content {
  max-width: 600px;
  padding: 60px;
}

.success-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--emerald-accent) 0%, var(--emerald-vibrant) 100%);
  border-radius: 50%;
  font-size: 40px;
  margin: 0 auto 32px;
}

.thank-you-content h1 {
  font-size: 48px;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.thank-you-content p {
  font-size: 20px;
  color: var(--text-secondary);
  margin-bottom: 40px;
}


.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mt-40 { margin-top: 40px; }
.bg-dark { background: var(--ebony-deep); }
.bg-light { background: var(--ivory-warm); }
.text-dark { color: var(--text-dark) !important; }
.text-gold { color: var(--champagne-gold); }


@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  
  .about-visual {
    order: 1;
  }
  
  .about-narrative {
    order: 2;
  }
  
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav-symphony {
    display: none;
  }
  
  .header-contact-pill {
    display: none;
  }
  
  .burger-menu {
    display: flex;
  }
  
  .hero-content {
    padding: 100px 0 60px;
  }
  
  .section-pad {
    padding: 60px 0;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .cookie-consent-banner {
    left: 16px;
    right: 16px;
    max-width: none;
    bottom: 16px;
  }
  
  .testimonial-card {
    flex: 0 0 100%;
  }
}