/* ============================================================
   IVY MUSIC — Contact Page
   New-age elegant · white background · gold accents
   ============================================================ */

/* ── PAGE BASE ── */
.contact-page {
  background: #0F0D0A;
  color: #1A1A1A;
  cursor: none;
  overflow-x: hidden;
}
.contact-page::-webkit-scrollbar { width: 4px; }
.contact-page::-webkit-scrollbar-track { background: #f0f0ee; }
.contact-page::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 4px; }

/* ── CURSOR ── */
.contact-page #cursor-dot {
  position: fixed; top: 0; left: 0;
  width: 6px; height: 6px;
  background: #0E0E0E; border-radius: 50%;
  pointer-events: none; z-index: 99999;
  transform: translate(-50%,-50%);
  transition: width .2s, height .2s;
  will-change: transform;
}
.contact-page #cursor-ring {
  position: fixed; top: 0; left: 0;
  width: 36px; height: 36px;
  border: 1.5px solid rgba(154,122,47,.5);
  border-radius: 50%; pointer-events: none;
  z-index: 99998; transform: translate(-50%,-50%);
  transition: width .3s var(--ease), height .3s var(--ease);
  will-change: transform;
}

/* ── NAVBAR ── */
.contact-nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 900; height: 72px;
  display: flex; align-items: center;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(0,0,0,0.07);
  transition: box-shadow .3s;
}
.contact-nav.elevated { box-shadow: 0 2px 24px rgba(0,0,0,.06); }
.contact-nav .nav-logo-img { filter: none; height: 36px; }
.contact-nav .nav-link { color: rgba(0,0,0,.45); font-size: 13px; font-weight: 500; }
.contact-nav .nav-link:hover,
.contact-nav .nav-link.active { color: #0E0E0E; }
.contact-nav .nav-link.nav-cta {
  background: var(--gold-dark); color: #fff !important;
  padding: 9px 22px; border-radius: 100px; font-weight: 700;
  transition: background .25s, transform .25s, box-shadow .25s;
}
.contact-nav .nav-link.nav-cta::after { display: none; }
.contact-nav .nav-link.nav-cta:hover {
  background: #8a6a28; transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(154,122,47,.22);
}
.contact-nav .nav-toggle span { background: #1A1A1A; }

/* ── REVEAL ANIMATIONS ── */
.ct-reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity .95s cubic-bezier(.16,1,.3,1), transform .95s cubic-bezier(.16,1,.3,1);
}
.ct-reveal.in-view { opacity: 1; transform: translateY(0); }
.ct-reveal-left {
  opacity: 0; transform: translateX(-40px);
  transition: opacity .95s cubic-bezier(.16,1,.3,1), transform .95s cubic-bezier(.16,1,.3,1);
}
.ct-reveal-left.in-view  { opacity: 1; transform: translateX(0); }
.ct-reveal-right {
  opacity: 0; transform: translateX(40px);
  transition: opacity .95s cubic-bezier(.16,1,.3,1), transform .95s cubic-bezier(.16,1,.3,1);
}
.ct-reveal-right.in-view { opacity: 1; transform: translateX(0); }

[data-delay="1"] { transition-delay: .08s !important; }
[data-delay="2"] { transition-delay: .16s !important; }
[data-delay="3"] { transition-delay: .24s !important; }
[data-delay="4"] { transition-delay: .32s !important; }
[data-delay="5"] { transition-delay: .40s !important; }
[data-delay="6"] { transition-delay: .48s !important; }

.ct-animate { opacity: 0; transform: translateY(26px); }
.ct-animate.ready {
  transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
}
.ct-animate.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   HERO
   ============================================================ */
.ct-hero {
  position: relative;
  min-height: calc(100vh - var(--hdr-h, 130px));
  margin-top: var(--hdr-h, 130px);
  display: flex; align-items: center;
  background: #0F0D0A;
  overflow: hidden;
  padding: 72px 0 120px;
}

.ct-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(201,168,76,.15) 1px, transparent 1px);
  background-size: 48px 48px;
}
.ct-hero-grid::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 60%, transparent 20%, #0F0D0A 72%);
}

.ct-hero-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.ct-hero-orb-1 {
  width: 640px; height: 640px; top: -150px; right: -80px;
  background: radial-gradient(circle, rgba(201,168,76,.13) 0%, transparent 65%);
  animation: ctOrb1 13s ease-in-out infinite;
}
.ct-hero-orb-2 {
  width: 340px; height: 340px; bottom: -70px; left: 6%;
  background: radial-gradient(circle, rgba(154,122,47,.07) 0%, transparent 65%);
  animation: ctOrb2 17s ease-in-out infinite;
}
.ct-hero-orb-3 {
  width: 200px; height: 200px; top: 30%; left: 45%;
  background: radial-gradient(circle, rgba(201,168,76,.05) 0%, transparent 65%);
  animation: ctOrb2 22s ease-in-out infinite reverse;
}
@keyframes ctOrb1 {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(-25px,18px) scale(1.06); }
}
@keyframes ctOrb2 {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(18px,-25px) scale(1.08); }
}

.ct-hero::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 100px;
  background: linear-gradient(to bottom, transparent, #FAFAF8);
  z-index: 2; pointer-events: none;
}
.ct-hero .container { position: relative; z-index: 3; }
.ct-hero-wrap { max-width: 720px; }

/* Eyebrow */
.ct-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 10px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 28px;
}
.ct-eyebrow i { font-size: 11px; }

/* Title */
.ct-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 800; line-height: 1.1; letter-spacing: -1.5px;
  color: rgba(255,255,255,.82); margin-bottom: 20px;
}
.ct-hero-title em { color: var(--gold); font-style: italic; }

/* Sub */
.ct-hero-sub {
  font-size: clamp(13px, 1.2vw, 15px);
  color: rgba(255,255,255,.32); line-height: 1.75;
  max-width: 480px; margin-bottom: 36px;
}

/* Pills */
.ct-type-pills {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-bottom: 56px;
}
.ct-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 16px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  font-size: 11.5px; font-weight: 600;
  color: rgba(255,255,255,.5);
  backdrop-filter: blur(6px);
  transition: border-color .25s, background .25s, color .25s;
  cursor: default;
}
.ct-pill i { font-size: 10px; color: var(--gold); }
.ct-pill:hover { border-color: rgba(201,168,76,.35); color: rgba(255,255,255,.85); background: rgba(201,168,76,.06); }

/* Hero stats */
.ct-hero-stats {
  display: flex; align-items: center; gap: 0;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 22px 32px;
  backdrop-filter: blur(8px);
  width: fit-content;
}
.ct-hero-stat { text-align: center; padding: 0 28px; }
.ct-hero-stat:first-child { padding-left: 0; }
.ct-hero-stat:last-child  { padding-right: 0; }
.ct-stat-val {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 3vw, 32px); font-weight: 900;
  color: #fff; line-height: 1; margin-bottom: 4px;
}
.ct-stat-lbl {
  font-size: 9.5px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,.3);
  white-space: nowrap;
}
.ct-hero-stat-div {
  width: 1px; height: 44px;
  background: rgba(255,255,255,.1); flex-shrink: 0;
}

/* Scroll cue */
.ct-scroll-cue {
  position: absolute; bottom: 32px; left: 50%;
  transform: translateX(-50%); z-index: 3;
}
.ct-scroll-cue span {
  display: block; width: 1.5px; height: 52px;
  background: linear-gradient(to bottom, rgba(201,168,76,.7), transparent);
  animation: ctScrollCue 2s ease-in-out infinite;
}
@keyframes ctScrollCue {
  0%    { transform: scaleY(0); transform-origin: top; opacity: 0; }
  30%   { opacity: 1; }
  100%  { transform: scaleY(1); transform-origin: top; opacity: 0; }
}

/* ============================================================
   ENQUIRY TYPES (Top section, before form)
   ============================================================ */
.ct-types-section {
  padding: 80px 0 0;
  background: #FAFAF8;
}
.ct-types-header {
  text-align: center; margin-bottom: 48px;
}
.ct-types-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 9.5px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: 14px;
}
.ct-types-eyebrow i { font-size: 10px; }
.ct-types-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px); font-weight: 700;
  color: #0A0A0A; letter-spacing: -.8px; line-height: 1.08;
}
.ct-types-title em { color: var(--gold-dark); font-style: italic; }
.ct-types-sub { font-size: 14px; color: #999; margin-top: 12px; line-height: 1.7; }

.ct-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ct-type-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 24px; padding: 32px 22px;
  text-align: center;
  cursor: none;
  transition: border-color .3s, box-shadow .35s, transform .35s cubic-bezier(.16,1,.3,1);
  position: relative; overflow: hidden;
  font-family: inherit; width: 100%;
}
.ct-type-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: var(--tc, var(--gold));
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s cubic-bezier(.16,1,.3,1);
}
.ct-type-card:hover::before { transform: scaleX(1); }
.ct-type-card:hover {
  border-color: rgba(0,0,0,.1);
  box-shadow: 0 14px 48px rgba(0,0,0,.08);
  transform: translateY(-7px);
}
.ct-type-card.selected {
  border-color: rgba(0,0,0,.15);
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  background: #fefefe;
}
.ct-type-card.selected::before { transform: scaleX(1); }

.ct-type-icon {
  width: 58px; height: 58px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin: 0 auto 18px;
  transition: transform .3s;
}
.ct-type-card:hover .ct-type-icon { transform: scale(1.1) rotate(-5deg); }
.ct-type-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px; font-weight: 700; color: #0A0A0A;
  margin-bottom: 8px;
}
.ct-type-desc { font-size: 12px; color: #999; line-height: 1.65; margin-bottom: 16px; }
.ct-type-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(0,0,0,.04); font-size: 11px; color: #bbb;
  transition: background .25s, color .25s, transform .25s;
}
.ct-type-card:hover .ct-type-arrow {
  background: var(--tc, var(--gold)); color: #fff;
  transform: translateY(2px);
}

/* ============================================================
   MAIN GRID (form + sidebar)
   ============================================================ */
.ct-main {
  padding: 64px 0 120px;
  background: #FAFAF8;
}
.ct-main-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  align-items: start;
}

/* ── FORM COLUMN ── */
.ct-form-header { margin-bottom: 36px; }
.ct-form-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 9.5px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px;
}
.ct-form-eyebrow::before {
  content: ''; width: 22px; height: 1px; background: var(--gold-dark); flex-shrink: 0;
}
.ct-form-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3vw, 42px); font-weight: 700;
  color: #0A0A0A; letter-spacing: -.8px; line-height: 1.07; margin-bottom: 10px;
}
.ct-form-title em { color: var(--gold-dark); font-style: italic; }
.ct-form-desc { font-size: 14.5px; color: #888; line-height: 1.75; }

/* Enquiry type tabs */
.ct-type-tabs {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px;
}
.ct-type-tab {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 18px; border-radius: 100px;
  border: 1.5px solid rgba(0,0,0,.09);
  background: #fff; font-size: 12px; font-weight: 600;
  color: #888; cursor: none; font-family: inherit;
  transition: all .25s cubic-bezier(.16,1,.3,1);
}
.ct-type-tab i { font-size: 11px; transition: color .25s; }
.ct-type-tab:hover { border-color: rgba(0,0,0,.2); color: #444; }
.ct-type-tab.active {
  background: #0A0A0A; color: #fff; border-color: #0A0A0A;
  box-shadow: 0 4px 16px rgba(0,0,0,.13);
}
.ct-type-tab.active i { color: var(--gold); }

/* Form card */
.ct-form-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 28px; padding: 44px 40px;
  box-shadow: 0 4px 48px rgba(0,0,0,.05);
}

.ct-field-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px;
}
.ct-field { margin-bottom: 18px; }

.ct-label {
  display: block; font-size: 10.5px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: #999; margin-bottom: 8px;
}
.ct-label .req { color: var(--gold-dark); margin-left: 2px; }

.ct-input, .ct-select, .ct-textarea {
  width: 100%; padding: 14px 18px;
  border: 1.5px solid rgba(0,0,0,.08);
  border-radius: 14px; background: #FAFAF8;
  font-family: var(--font-sans); font-size: 14px;
  color: #1A1A1A; outline: none;
  transition: border-color .25s, box-shadow .25s, background .25s;
  appearance: none;
}
.ct-input::placeholder, .ct-textarea::placeholder { color: #ccc; }
.ct-input:focus, .ct-select:focus, .ct-textarea:focus {
  border-color: rgba(154,122,47,.5);
  background: #fff;
  box-shadow: 0 0 0 3.5px rgba(154,122,47,.09);
}
.ct-input.error, .ct-select.error, .ct-textarea.error {
  border-color: rgba(230,57,70,.4);
  box-shadow: 0 0 0 3px rgba(230,57,70,.07);
}
.ct-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  padding-right: 44px; cursor: none;
}
.ct-textarea { resize: vertical; min-height: 140px; line-height: 1.65; }

.ct-field-footer { display: flex; justify-content: flex-end; margin-top: 5px; }
.ct-char-count { font-size: 11px; color: #ccc; }
.ct-resume-hint {
  display: block; margin-top: 7px;
  font-size: 11.5px; line-height: 1.5; color: #aaa;
}

/* Consent */
.ct-consent {
  display: flex; align-items: flex-start; gap: 12px; margin: 24px 0;
}
.ct-consent input[type="checkbox"] {
  width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px;
  accent-color: var(--gold-dark); cursor: none;
}
.ct-consent-text { font-size: 12.5px; color: #999; line-height: 1.65; }

/* Submit button */
.ct-submit {
  width: 100%; padding: 18px 32px;
  border-radius: 16px; border: none;
  background: #1A1410; color: #fff;
  font-family: var(--font-sans); font-size: 14px;
  font-weight: 700; letter-spacing: .5px;
  cursor: none; display: flex; align-items: center;
  justify-content: center; gap: 10px;
  transition: background .25s, transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s;
  position: relative; overflow: hidden;
}
.ct-submit-shimmer {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,.18), transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.ct-submit:hover { background: #2a2018; transform: translateY(-2px); box-shadow: 0 14px 40px rgba(0,0,0,.17); }
.ct-submit:hover .ct-submit-shimmer { opacity: 1; }
.ct-submit:active { transform: translateY(0); }

/* Success */
.ct-success {
  display: none; text-align: center; padding: 44px 32px;
  background: linear-gradient(135deg, #F0FBF4, #E6F6EC);
  border: 1px solid rgba(22,163,74,.14);
  border-radius: 20px; margin-top: 20px;
}
.ct-success.show { display: block; }
.ct-success-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: #16A34A; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin: 0 auto 18px;
  box-shadow: 0 8px 28px rgba(22,163,74,.25);
}
.ct-success h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; color: #0A0A0A; margin-bottom: 8px;
}
.ct-success p { font-size: 13.5px; color: #666; line-height: 1.7; margin-bottom: 20px; }
.ct-success-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 700; color: var(--gold-dark);
  text-decoration: none; transition: opacity .2s;
}
.ct-success-link:hover { opacity: .7; }

/* Privacy note */
.ct-privacy {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-size: 11px; color: #ccc; margin-top: 18px; text-align: center;
}
.ct-privacy i { font-size: 10px; color: #d0c0a0; }

/* Field error */
.ct-error-msg { font-size: 11px; color: #E63946; margin-top: 5px; display: none; }
.ct-error-msg.show { display: block; }

/* ── INFO COLUMN ── */
.ct-info-col { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 18px; }

.ct-info-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 24px; padding: 36px 32px;
  box-shadow: 0 4px 36px rgba(0,0,0,.05);
}

.ct-info-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 9.5px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: 24px;
}
.ct-info-eyebrow::before {
  content: ''; width: 20px; height: 1px; background: var(--gold-dark); flex-shrink: 0;
}

.ct-detail-list { display: flex; flex-direction: column; gap: 22px; }
.ct-detail {
  display: flex; align-items: flex-start; gap: 16px;
  padding-bottom: 22px; border-bottom: 1px solid rgba(0,0,0,.05);
  transition: transform .25s;
}
.ct-detail:last-child { border-bottom: none; padding-bottom: 0; }
.ct-detail:hover { transform: translateX(4px); }

.ct-detail-icon {
  width: 44px; height: 44px; border-radius: 13px;
  background: rgba(154,122,47,.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--gold-dark); flex-shrink: 0;
  transition: background .25s, transform .25s;
}
.ct-detail:hover .ct-detail-icon { background: rgba(154,122,47,.13); transform: scale(1.08); }

.ct-detail-body h4 {
  font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #bbb; margin-bottom: 5px;
}
.ct-detail-body p, .ct-detail-body a {
  font-size: 13.5px; color: #333; font-weight: 500;
  line-height: 1.55; text-decoration: none; transition: color .2s;
}
.ct-detail-body a:hover { color: var(--gold-dark); }
.ct-detail-body small { font-size: 11.5px; color: #bbb; display: block; margin-top: 3px; }

/* Hours badge */
.ct-hours-badge {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 18px; border-radius: 100px;
  background: rgba(22,163,74,.07);
  border: 1px solid rgba(22,163,74,.15);
  font-size: 12px; font-weight: 600; color: #333;
  margin-top: 22px;
}
.ct-hours-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #16A34A; flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(22,163,74,.2);
  animation: ctPulse 2s ease-in-out infinite;
}
@keyframes ctPulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(22,163,74,.2); }
  50%     { box-shadow: 0 0 0 6px rgba(22,163,74,.1); }
}

/* Social card */
.ct-social-card .ct-social-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.ct-social-link {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; padding: 16px 12px; border-radius: 14px;
  border: 1px solid rgba(0,0,0,.07); background: #FAFAF8;
  text-decoration: none; color: inherit;
  transition: all .25s cubic-bezier(.16,1,.3,1); text-align: center;
}
.ct-social-link i { font-size: 20px; }
.ct-social-link span { font-size: 12px; font-weight: 700; color: #333; }
.ct-social-link small { font-size: 10px; color: #bbb; }
.ct-social-link:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.08); background: #fff; }
.ct-social-yt  i { color: #FF0000; }
.ct-social-ig  i { color: #C13584; }
.ct-social-fb  i { color: #1877F2; }
.ct-social-li  i { color: #0A66C2; }
.ct-social-link:hover.ct-social-yt  { border-color: rgba(255,0,0,.2); }
.ct-social-link:hover.ct-social-ig  { border-color: rgba(193,53,132,.2); }
.ct-social-link:hover.ct-social-fb  { border-color: rgba(24,119,242,.2); }
.ct-social-link:hover.ct-social-li  { border-color: rgba(10,102,194,.2); }

/* Map card */
.ct-map-card { padding: 28px 28px 20px; }
.ct-map-wrap {
  border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(0,0,0,.07); margin-bottom: 16px;
  filter: grayscale(20%) contrast(1.05);
  transition: filter .3s;
}
.ct-map-card:hover .ct-map-wrap { filter: grayscale(0) contrast(1); }
.ct-map-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; color: var(--gold-dark);
  text-decoration: none; padding: 10px 20px;
  border: 1.5px solid rgba(154,122,47,.2);
  border-radius: 100px; width: 100%;
  justify-content: center;
  transition: all .25s cubic-bezier(.16,1,.3,1);
  background: rgba(154,122,47,.04);
}
.ct-map-link:hover {
  background: rgba(154,122,47,.1); border-color: rgba(154,122,47,.4);
  transform: translateY(-1px);
}
.ct-map-link i { font-size: 13px; }

/* ============================================================
   FAQ
   ============================================================ */
.ct-faq-section {
  background: #F2F1EE;
  padding: 100px 0;
  position: relative;
}
.ct-faq-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.07), transparent);
}
.ct-faq-header { text-align: center; margin-bottom: 56px; }
.ct-faq-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 9.5px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: 14px;
}
.ct-faq-eyebrow i { font-size: 10px; }
.ct-faq-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 46px); font-weight: 700;
  color: #0A0A0A; letter-spacing: -.8px;
}
.ct-faq-title em { color: var(--gold-dark); font-style: italic; }

.ct-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.ct-faq-item {
  background: #fff; border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px; overflow: hidden;
  transition: box-shadow .3s, transform .3s;
}
.ct-faq-item:hover { box-shadow: 0 8px 32px rgba(0,0,0,.06); transform: translateY(-3px); }

.ct-faq-q {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 22px 24px; cursor: none;
}
.ct-faq-q-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px; font-weight: 700; color: #0A0A0A; line-height: 1.3;
}
.ct-faq-icon {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: rgba(154,122,47,.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--gold-dark);
  transition: background .25s, transform .35s cubic-bezier(.16,1,.3,1);
}
.ct-faq-item.open .ct-faq-icon { background: rgba(154,122,47,.15); transform: rotate(45deg); }

.ct-faq-body { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.16,1,.3,1); }
.ct-faq-item.open .ct-faq-body { max-height: 300px; }
.ct-faq-body-inner {
  padding: 0 24px 22px; padding-top: 16px;
  font-size: 14px; color: #666; line-height: 1.85;
  border-top: 1px solid rgba(0,0,0,.05);
}
.ct-faq-body-inner a { color: var(--gold-dark); font-weight: 600; text-decoration: none; }
.ct-faq-body-inner a:hover { text-decoration: underline; }

/* ============================================================
   LABELS DIRECTORY
   ============================================================ */
.ct-labels-section {
  padding: 100px 0; background: #fff;
}
.ct-labels-header { text-align: center; margin-bottom: 48px; }
.ct-labels-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 9.5px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: 14px;
}
.ct-labels-eyebrow i { font-size: 10px; }
.ct-labels-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.2vw, 42px); font-weight: 700;
  color: #0A0A0A; letter-spacing: -.7px;
}
.ct-labels-title em { color: var(--gold-dark); font-style: italic; }
.ct-labels-sub { font-size: 14.5px; color: #999; margin-top: 10px; line-height: 1.7; }

.ct-labels-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.ct-label-card {
  display: flex; align-items: center; gap: 18px;
  padding: 22px 24px; background: #FAFAF8;
  border: 1px solid rgba(0,0,0,.06); border-radius: 18px;
  text-decoration: none; color: inherit;
  transition: border-color .3s, box-shadow .3s, transform .3s, background .3s;
  position: relative; overflow: hidden;
}
.ct-label-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2.5px;
  background: var(--lc, var(--gold));
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.ct-label-card:hover::after { transform: scaleX(1); }
.ct-label-card:hover {
  border-color: rgba(0,0,0,.1); box-shadow: 0 8px 32px rgba(0,0,0,.07);
  transform: translateY(-4px); background: #fff;
}

.ct-label-icon {
  width: 48px; height: 48px; border-radius: 13px; flex-shrink: 0;
  background: color-mix(in srgb, var(--lc, var(--gold)) 12%, white);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--lc, var(--gold-dark));
  transition: transform .3s;
}
.ct-label-card:hover .ct-label-icon { transform: scale(1.1) rotate(-6deg); }
.ct-label-info { min-width: 0; flex: 1; }
.ct-label-name {
  font-size: 14px; font-weight: 700; color: #0A0A0A;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px;
}
.ct-label-genre {
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: #bbb;
}
.ct-label-arrow {
  font-size: 11px; color: #ddd; flex-shrink: 0;
  transition: color .25s, transform .25s;
}
.ct-label-card:hover .ct-label-arrow { color: var(--lc, var(--gold-dark)); transform: translate(3px,-3px); }

/* ============================================================
   CTA
   ============================================================ */
.ct-cta {
  background: #1A1410; padding: 120px 0;
  position: relative; overflow: hidden;
}
.ct-cta::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 900px; height: 900px; transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,.08) 0%, transparent 65%);
  pointer-events: none; animation: ctCtaGlow 9s ease-in-out infinite;
}
@keyframes ctCtaGlow {
  0%,100% { transform: translate(-50%,-50%) scale(1); }
  50%     { transform: translate(-50%,-50%) scale(1.18); }
}
.ct-cta-bg-text {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(120px, 18vw, 240px); font-weight: 900;
  color: rgba(255,255,255,.02); letter-spacing: -8px;
  pointer-events: none; user-select: none; white-space: nowrap;
}

.ct-cta-inner {
  text-align: center; max-width: 640px; margin: 0 auto; position: relative; z-index: 1;
}
.ct-cta-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 9.5px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: rgba(201,168,76,.65); margin-bottom: 16px;
}
.ct-cta-eyebrow i { font-size: 10px; }
.ct-cta-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 5.5vw, 68px); font-weight: 700;
  color: #fff; letter-spacing: -2px; line-height: 1.03; margin-bottom: 20px;
}
.ct-cta-title em { color: var(--gold); font-style: italic; }
.ct-cta-sub { font-size: 16px; color: rgba(255,255,255,.35); line-height: 1.8; margin-bottom: 48px; }
.ct-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.ct-btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 32px; border-radius: 100px;
  font-size: 13px; font-weight: 700; letter-spacing: .3px;
  cursor: none; text-decoration: none; border: 1.5px solid transparent;
  transition: all .3s cubic-bezier(.16,1,.3,1);
}
.ct-btn-white { background: #fff; color: #0A0A0A; border-color: #fff; }
.ct-btn-white:hover { background: #f0f0ee; transform: translateY(-2px); box-shadow: 0 10px 32px rgba(255,255,255,.12); }
.ct-btn-outline { background: transparent; color: rgba(255,255,255,.65); border-color: rgba(255,255,255,.2); }
.ct-btn-outline:hover { border-color: rgba(255,255,255,.55); color: #fff; transform: translateY(-2px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .ct-main-grid { grid-template-columns: 1fr; gap: 40px; }
  .ct-info-col { position: static; flex-direction: row; flex-wrap: wrap; }
  .ct-info-card { flex: 1; min-width: 280px; }
  .ct-types-grid { grid-template-columns: repeat(3, 1fr); }
  .ct-labels-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .contact-page { cursor: auto; }
  #cursor-dot, #cursor-ring { display: none; }
  .ct-field-row { grid-template-columns: 1fr; }
  .ct-types-grid { grid-template-columns: repeat(2, 1fr); }
  .ct-faq-grid { grid-template-columns: 1fr; }
  .ct-labels-grid { grid-template-columns: 1fr; }
  .ct-form-card { padding: 28px 22px; }
  .ct-info-col { flex-direction: column; }
  .ct-hero-stats { flex-wrap: wrap; gap: 20px; padding: 18px 22px; }
  .ct-hero-stat-div { display: none; }
  .ct-hero-stat { padding: 0; }
  .ct-hero-title { letter-spacing: -1px; }
  .ct-social-card .ct-social-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .ct-hero-title { letter-spacing: -0.5px; }
  .ct-types-grid { grid-template-columns: 1fr 1fr; }
  .ct-type-pills { gap: 7px; }
  .ct-cta-btns { flex-direction: column; align-items: center; }
  .ct-hero-stats { width: 100%; }
}
