.abrakabooking-site {
  --black: #030303;
  --ink: #101010;
  --graphite: #171717;
  --gold: #d7a743;
  --gold-light: #f3d98b;
  --ivory: #f8f2e6;
  --paper: #fffaf0;
  --text: #17140e;
  --muted: #756b59;
  --line: rgba(215, 167, 67, .28);
  --shadow: 0 28px 80px rgba(0, 0, 0, .38);
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.abrakabooking-fullpage { margin: 0 !important; background: #030303; }
.abrakabooking-site, .abrakabooking-site * { box-sizing: border-box; }
.abrakabooking-site { scroll-behavior: smooth; }
.abrakabooking-site a { color: inherit; text-decoration: none; }
.abrakabooking-site img { display: block; max-width: 100%; }
.abrakabooking-site p { margin-top: 0; }
.abrakabooking-site button, .abrakabooking-site input, .abrakabooking-site select, .abrakabooking-site textarea { font-family: inherit; }

.abrakabooking-site .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: rgba(70, 70, 70, .97);
  border-bottom: 1px solid rgba(243, 217, 139, .28);
  backdrop-filter: blur(18px);
}
body.admin-bar .abrakabooking-site .site-header { top: 32px; }
.abrakabooking-site .brand { display: flex; align-items: center; gap: 12px; margin-right: auto; color: white; font-weight: 800; }
.abrakabooking-site .brand img { width: 54px; height: 54px; padding: 3px; object-fit: contain; background: #d6d6d6; border: 1px solid rgba(243,217,139,.48); border-radius: 6px; }
.abrakabooking-site .brand .brand-wordmark { font-size: 28px; }
.abrakabooking-site .brand-wordmark { display: inline-flex; white-space: nowrap; align-items: baseline; line-height: 1; vertical-align: baseline; }
.abrakabooking-site .brand-abraka { color: var(--gold); font-weight: 500; }
.abrakabooking-site .brand-booking { color: #a9a9a9; font-weight: 300; }
.abrakabooking-site .nav, .abrakabooking-site .application-nav { display: flex; align-items: center; gap: 24px; color: rgba(255, 255, 255, .86); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.abrakabooking-site .nav a:hover, .abrakabooking-site .application-nav a:hover { color: var(--gold-light); }
.abrakabooking-site .nav-cta, .abrakabooking-site .button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 13px 22px;
  font: 700 12px/1 Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}
.abrakabooking-site .primary, .abrakabooking-site .nav-cta { color: #070707; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 14px 34px rgba(215, 167, 67, .28); }
.abrakabooking-site .ghost { color: white; border: 1px solid rgba(243, 217, 139, .62); background: rgba(255, 255, 255, .06); }
.abrakabooking-site .menu-toggle { display: none; width: 44px; height: 44px; padding: 8px 9px; background: rgba(215,167,67,.16); border: 1px solid rgba(243,217,139,.65); border-radius: 6px; }
.abrakabooking-site .menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--gold-light); }

.abrakabooking-site .hero {
  position: relative;
  min-height: 790px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 42px;
  padding: 150px clamp(20px, 6vw, 84px) 76px;
  overflow: hidden;
  color: white;
  background: var(--black);
}
.abrakabooking-site .hero-media, .abrakabooking-site .hero-media img, .abrakabooking-site .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.abrakabooking-site .hero-media img { object-fit: cover; }
.abrakabooking-site .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.72) 42%, rgba(0,0,0,.12)), linear-gradient(0deg, rgba(3,3,3,.98), transparent 24%); }
.abrakabooking-site .hero-content, .abrakabooking-site .hero-panel { position: relative; z-index: 1; }
.abrakabooking-site .eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.abrakabooking-site h1, .abrakabooking-site h2, .abrakabooking-site h3 { margin-top: 0; color: inherit; font-family: Roboto, system-ui, sans-serif; font-weight: 500; line-height: 1.08; letter-spacing: 0; text-transform: none; }
.abrakabooking-site h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(48px, 6.4vw, 92px); }
.abrakabooking-site h2 { margin-bottom: 18px; font-size: clamp(36px, 4.2vw, 62px); }
.abrakabooking-site h3 { font-size: 27px; }
.abrakabooking-site .lead { max-width: 650px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: 20px; }
.abrakabooking-site .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.abrakabooking-site .hero-panel { align-self: end; padding: 28px; border: 1px solid rgba(243,217,139,.35); background: rgba(10,10,10,.72); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.abrakabooking-site .hero-panel strong { display: block; margin-bottom: 10px; color: var(--gold-light); font-family: Roboto, system-ui, sans-serif; font-size: 29px; font-weight: 500; line-height: 1.08; }
.abrakabooking-site .hero-panel span { color: rgba(255,255,255,.78); }

.abrakabooking-site .proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: #090909; border-block: 1px solid rgba(255,255,255,.08); }
.abrakabooking-site .proof-strip div { padding: 26px clamp(18px,4vw,46px); color: white; border-right: 1px solid rgba(255,255,255,.08); }
.abrakabooking-site .proof-strip strong { display: block; color: var(--gold-light); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.abrakabooking-site .proof-strip span { display: block; margin-top: 5px; color: rgba(255,255,255,.68); font-size: 13px; }
.abrakabooking-site .section { padding: clamp(64px,8vw,112px) clamp(20px,6vw,84px); }
.abrakabooking-site .section-copy { max-width: 920px; margin-bottom: 40px; }
.abrakabooking-site .section-copy p:not(.eyebrow), .abrakabooking-site .section-heading p:not(.eyebrow), .abrakabooking-site .chatbot-copy p, .abrakabooking-site .artist-content p, .abrakabooking-site .contact p { max-width: 760px; color: var(--muted); font-size: 18px; }
.abrakabooking-site .center { text-align: center; margin-inline: auto; }
.abrakabooking-site .dark { color: white; background: var(--black); }
.abrakabooking-site .dark p { color: rgba(255,255,255,.72); }
.abrakabooking-site .feature-grid, .abrakabooking-site .event-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.abrakabooking-site .feature-grid { grid-template-columns: repeat(3,1fr); }
.abrakabooking-site .feature-grid article, .abrakabooking-site .event-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--line); background: white; box-shadow: 0 18px 48px rgba(44,31,8,.08); }
.abrakabooking-site .feature-grid span, .abrakabooking-site .event-grid b { color: var(--gold); font-weight: 900; letter-spacing: .1em; }
.abrakabooking-site .feature-grid p, .abrakabooking-site .event-grid p { color: var(--muted); }
.abrakabooking-site .event-grid article { background: linear-gradient(180deg,#171717,#080808); border-color: rgba(243,217,139,.25); }
.abrakabooking-site .event-grid h3 { color: white; }
.abrakabooking-site .event-grid p { color: rgba(255,255,255,.7); }

.abrakabooking-site .chatbot-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(360px,560px); gap: 54px; align-items: start; background: var(--ivory); }
.abrakabooking-site .chatbot { border: 1px solid var(--line); background: white; box-shadow: 0 22px 65px rgba(44,31,8,.12); }
.abrakabooking-site .chat-window { height: 440px; overflow-y: auto; padding: 22px; }
.abrakabooking-site .message { max-width: 88%; margin-bottom: 12px; padding: 13px 15px; border-radius: 6px; font-size: 14px; }
.abrakabooking-site .bot { background: #f3ead8; color: #20190f; }
.abrakabooking-site .user { margin-left: auto; color: white; background: #171717; }
.abrakabooking-site .chat-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 14px; border-top: 1px solid #eee2c8; }
.abrakabooking-site input, .abrakabooking-site select, .abrakabooking-site textarea { width: 100%; min-height: 46px; border: 1px solid #ded1b8; border-radius: 6px; padding: 12px 13px; color: #17140e; font: inherit; background: #fffdf8; }
.abrakabooking-site textarea { min-height: 120px; resize: vertical; }
.abrakabooking-site .icon-button, .abrakabooking-site .reset-chat { border: 0; border-radius: 6px; padding: 0 16px; color: #080808; background: var(--gold); font-weight: 900; cursor: pointer; }
.abrakabooking-site .reset-chat { display: block; min-height: 38px; margin: 0 14px 14px auto; color: white; background: #161616; }

.abrakabooking-site .artist-section { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); color: white; background: var(--black); }
.abrakabooking-site .artist-visual img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; }
.abrakabooking-site .artist-content { align-self: center; padding: clamp(54px,7vw,100px) clamp(20px,6vw,84px); }
.abrakabooking-site .artist-content p { color: rgba(255,255,255,.72); }
.abrakabooking-site .artist-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.abrakabooking-site .access-dialog { width: min(92vw,680px); max-height: 90vh; margin: auto; padding: 0; overflow: auto; border: 1px solid rgba(215,167,67,.55); border-radius: 6px; color: var(--text); background: #fffaf0; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.abrakabooking-site .access-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(5px); }
.abrakabooking-site .access-dialog-inner { position: relative; padding: clamp(28px,5vw,48px); }
.abrakabooking-site .access-dialog h2 { max-width: 560px; margin-right: 34px; font-size: 38px; }
.abrakabooking-site .access-dialog-inner > p:not(.eyebrow) { color: var(--muted); }
.abrakabooking-site .dialog-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid #cdbb98; border-radius: 50%; color: #20190f; background: white; font-size: 25px; line-height: 1; cursor: pointer; }
.abrakabooking-site .access-form { display: grid; gap: 14px; margin-top: 26px; }
.abrakabooking-site .access-form label { color: #3f372a; font-size: 14px; font-weight: 700; }
.abrakabooking-site .access-form label input { margin-top: 6px; }
.abrakabooking-site .access-note { display: grid; gap: 4px; padding: 15px 16px; border-left: 4px solid var(--gold); background: #f3ead8; }
.abrakabooking-site .access-note strong { color: #332713; }
.abrakabooking-site .access-note span { color: #665b49; font-size: 13px; }
.abrakabooking-site .partner-showcase { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); gap: clamp(38px,6vw,84px); align-items: center; padding: clamp(64px,8vw,106px) clamp(20px,6vw,84px); color: white; background: #0a0a0a; border-block: 1px solid rgba(243,217,139,.18); }
.abrakabooking-site .partner-heading p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.68); font-size: 17px; }
.abrakabooking-site .homepage-partner-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(243,217,139,.24); border-left: 1px solid rgba(243,217,139,.24); }
.abrakabooking-site .homepage-partner-grid article { min-height: 142px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid rgba(243,217,139,.24); border-bottom: 1px solid rgba(243,217,139,.24); }
.abrakabooking-site .homepage-partner-grid strong { color: var(--gold-light); font-family: Roboto,system-ui,sans-serif; font-size: clamp(23px,2.2vw,32px); font-weight: 500; line-height: 1.08; }
.abrakabooking-site .homepage-partner-grid span { margin-top: 9px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.abrakabooking-site .contact { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,420px); gap: 46px; align-items: center; }
.abrakabooking-site address { padding: 28px; border: 1px solid var(--line); background: white; font-style: normal; box-shadow: 0 18px 48px rgba(44,31,8,.08); }
.abrakabooking-site address strong { display: block; margin-bottom: 12px; font-family: Roboto,system-ui,sans-serif; font-size: 30px; font-weight: 500; }
.abrakabooking-site address a, .abrakabooking-site address span { display: block; margin-top: 8px; color: var(--muted); }
.abrakabooking-site .footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 34px clamp(20px,6vw,84px); color: rgba(255,255,255,.84); background: #414141; border-top: 1px solid rgba(243,217,139,.28); font-size: 14px; }
.abrakabooking-site .footer img { width: 62px; padding: 4px; background: #d6d6d6; border: 1px solid rgba(243,217,139,.48); border-radius: 6px; }
.abrakabooking-site .footer nav { display: flex; gap: 18px; color: var(--gold-light); font-weight: 800; }

/* Kuenstlerbereich */
.abrakabooking-site .pool-hero { position: relative; min-height: 720px; display: flex; align-items: end; overflow: hidden; color: white; background: #050505; }
.abrakabooking-site .pool-hero > img, .abrakabooking-site .pool-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.abrakabooking-site .pool-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.67) 55%, rgba(0,0,0,.18)), linear-gradient(0deg,#030303,transparent 34%); }
.abrakabooking-site .pool-hero-content { position: relative; z-index: 1; max-width: 920px; padding: 150px clamp(20px,6vw,84px) 78px; }
.abrakabooking-site .pool-hero-content p:not(.eyebrow) { max-width: 680px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: 19px; }
.abrakabooking-site .benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.abrakabooking-site .benefit-grid article { min-height: 180px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.abrakabooking-site .benefit-grid strong { display: block; margin-bottom: 10px; color: #16120b; font-family: Roboto,system-ui,sans-serif; font-size: 25px; font-weight: 500; line-height: 1.08; }
.abrakabooking-site .benefit-grid p { color: var(--muted); }
.abrakabooking-site .pool-fit { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.abrakabooking-site .tag-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: start; }
.abrakabooking-site .tag-list span { padding: 10px 13px; border: 1px solid rgba(243,217,139,.34); color: var(--gold-light); background: #151515; font-weight: 700; }
.abrakabooking-site .wide-copy { grid-column: 1 / -1; max-width: 920px; font-size: 18px; }
.abrakabooking-site .process-section { background: var(--ivory); }
.abrakabooking-site .process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.abrakabooking-site .process-grid li { min-height: 245px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.abrakabooking-site .process-grid b, .abrakabooking-site .process-grid strong, .abrakabooking-site .process-grid span { display: block; }
.abrakabooking-site .process-grid b { margin-bottom: 32px; color: var(--gold); }
.abrakabooking-site .process-grid strong { margin-bottom: 12px; font-family: Roboto,system-ui,sans-serif; font-size: 24px; font-weight: 500; }
.abrakabooking-site .process-grid span { color: var(--muted); font-size: 14px; }
.abrakabooking-site .expectation-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.abrakabooking-site .check-list { margin: 0; padding: 0; list-style: none; }
.abrakabooking-site .check-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); }
.abrakabooking-site .check-list li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 9px; height: 9px; background: var(--gold); transform: rotate(45deg); }
.abrakabooking-site .pool-faq { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; }
.abrakabooking-site .faq-list details { border-top: 1px solid rgba(243,217,139,.3); }
.abrakabooking-site .faq-list details:last-child { border-bottom: 1px solid rgba(243,217,139,.3); }
.abrakabooking-site .faq-list summary { padding: 20px 38px 20px 0; color: white; font-weight: 800; cursor: pointer; }
.abrakabooking-site .faq-list p { padding: 0 0 22px; }
.abrakabooking-site .partner-benefits { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.abrakabooking-site .partner-list { border-top: 1px solid var(--line); }
.abrakabooking-site .partner-list a { display: grid; grid-template-columns: minmax(160px,.8fr) 1.2fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 800; }
.abrakabooking-site .partner-list a:hover { color: #946b13; }
.abrakabooking-site .partner-list span { color: var(--muted); font-weight: 400; }
.abrakabooking-site .benefit-note { max-width: 900px; margin: 36px 0 0; padding-left: 16px; border-left: 3px solid var(--gold); color: var(--muted); font-size: 13px; }

.abrakabooking-site .artist-download-section { background: #171717; }
.abrakabooking-site .artist-download-section .section-copy p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.abrakabooking-site .artist-download-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(243,217,139,.3); border-left: 1px solid rgba(243,217,139,.3); }
.abrakabooking-site .artist-download { min-height: 122px; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 24px; border-right: 1px solid rgba(243,217,139,.3); border-bottom: 1px solid rgba(243,217,139,.3); background: #101010; transition: background .2s ease, color .2s ease; }
.abrakabooking-site .artist-download:hover { color: var(--gold-light); background: #202020; }
.abrakabooking-site .download-mark { width: 46px; height: 46px; display: grid; place-items: center; color: #090909; background: var(--gold); border-radius: 4px; font-size: 11px; font-weight: 900; }
.abrakabooking-site .artist-download strong, .abrakabooking-site .artist-download small { display: block; }
.abrakabooking-site .artist-download strong { color: white; font-size: 18px; font-weight: 500; }
.abrakabooking-site .artist-download small { margin-top: 4px; color: rgba(255,255,255,.62); font-size: 13px; }
.abrakabooking-site .download-action { color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.abrakabooking-site .download-note { max-width: 930px; margin: 24px 0 0; padding-left: 16px; border-left: 3px solid var(--gold); color: rgba(255,255,255,.65) !important; font-size: 13px; }

.abrakabooking-site .application-form-section { padding: clamp(68px,8vw,110px) clamp(20px,9vw,150px); color: #17140e; background: #f3ead8; }
.abrakabooking-site .form-intro { max-width: 900px; margin-bottom: 42px; }
.abrakabooking-site .form-intro p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 18px; }
.abrakabooking-site .form-notice { max-width: 1100px; margin-bottom: 24px; padding: 18px 20px; border-left: 4px solid; background: white; font-weight: 700; }
.abrakabooking-site .form-notice.success { border-color: #267447; color: #155331; }
.abrakabooking-site .form-notice.error { border-color: #b03b31; color: #8a251e; }
.abrakabooking-site .full-artist-form { display: grid; gap: 22px; max-width: 1180px; }
.abrakabooking-site .full-artist-form fieldset { min-width: 0; margin: 0; padding: clamp(22px,4vw,42px); border: 1px solid rgba(157,112,19,.24); background: #fffdf8; box-shadow: 0 18px 52px rgba(44,31,8,.06); }
.abrakabooking-site .full-artist-form legend { padding: 0 14px 0 0; color: #16120b; font-family: Roboto,system-ui,sans-serif; font-size: 27px; font-weight: 500; }
.abrakabooking-site .full-artist-form legend > span:first-child { display: inline-grid; width: 37px; height: 37px; place-items: center; margin-right: 7px; color: #0b0b0b; background: var(--gold); border-radius: 50%; font: 700 12px/1 Roboto,sans-serif; }
.abrakabooking-site .full-artist-form label { display: block; color: #3f372a; font-size: 14px; font-weight: 700; }
.abrakabooking-site .full-artist-form label > input, .abrakabooking-site .full-artist-form label > select, .abrakabooking-site .full-artist-form label > textarea { margin-top: 7px; }
.abrakabooking-site .form-grid { display: grid; gap: 18px; }
.abrakabooking-site .form-grid.two-col { grid-template-columns: repeat(2,minmax(0,1fr)); }
.abrakabooking-site .form-grid .full { grid-column: 1 / -1; }
.abrakabooking-site .choice-title { margin: 26px 0 12px; color: #3f372a; font-weight: 800; }
.abrakabooking-site .choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px 18px; }
.abrakabooking-site .choice-grid label, .abrakabooking-site .consent-list label { display: flex; align-items: flex-start; gap: 9px; padding: 8px 0; font-weight: 500; }
.abrakabooking-site .choice-grid input, .abrakabooking-site .consent-list input { flex: 0 0 auto; width: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; accent-color: var(--gold); }
.abrakabooking-site .compact-choices { grid-template-columns: repeat(2,minmax(0,180px)); margin: 18px 0; }
.abrakabooking-site .show-table { margin: 28px 0; overflow-x: auto; border-top: 1px solid #ded1b8; border-left: 1px solid #ded1b8; }
.abrakabooking-site .show-row { min-width: 760px; display: grid; grid-template-columns: 1fr 120px 1fr 1.4fr; }
.abrakabooking-site .show-row > * { min-height: 48px; border: 0; border-right: 1px solid #ded1b8; border-bottom: 1px solid #ded1b8; border-radius: 0; background: #fffdf8; }
.abrakabooking-site .show-head span { padding: 12px; color: #16120b; background: #f3ead8; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.abrakabooking-site .photo-fieldset > p { color: var(--muted); }
.abrakabooking-site .file-upload { position: relative; min-height: 120px; display: flex !important; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #b98a2e; background: #fff8e8; text-align: center; cursor: pointer; }
.abrakabooking-site .file-upload strong { color: #17140e; font-size: 16px; }
.abrakabooking-site .file-upload span { margin-top: 4px; color: var(--muted); font-weight: 400; }
.abrakabooking-site .file-upload input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0 !important; opacity: 0; cursor: pointer; }
.abrakabooking-site .upload-selection { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.abrakabooking-site .upload-selection.is-error { color: #a42e27; font-weight: 700; }
.abrakabooking-site .consent-list { display: grid; gap: 6px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.abrakabooking-site .submit-application { min-height: 58px; justify-self: start; padding-inline: 34px; }
.abrakabooking-site .compact-footer { padding-block: 24px; }

.abrakabooking-password-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; color: white; background: #030303; font-family: Roboto,system-ui,sans-serif; }
.abrakabooking-password-page .password-card { width: min(100%,520px); padding: 36px; border: 1px solid rgba(215,167,67,.45); background: #111; }
.abrakabooking-password-page h1 { margin-top: 0; color: #f3d98b; font-family: Roboto,system-ui,sans-serif; font-size: 42px; font-weight: 500; }
.abrakabooking-password-page input { width: 100%; min-height: 48px; margin: 10px 0; padding: 12px; border: 1px solid #d7a743; }
.abrakabooking-password-page input[type="submit"] { color: #080808; background: #d7a743; font-weight: 800; cursor: pointer; }

@media (max-width: 1100px) {
  .abrakabooking-site .menu-toggle { display: block; }
  .abrakabooking-site .nav { position: absolute; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 18px 22px 24px; background: rgba(70,70,70,.99); }
  .abrakabooking-site .nav.is-open { display: flex; }
  .abrakabooking-site .application-nav a:not(.nav-cta) { display: none; }
  .abrakabooking-site .hero { min-height: 820px; grid-template-columns: 1fr; align-items: end; }
  .abrakabooking-site .hero-overlay { background: linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.92) 68%,#030303); }
  .abrakabooking-site .hero-panel { max-width: 520px; }
  .abrakabooking-site .proof-strip { grid-template-columns: repeat(2,1fr); }
  .abrakabooking-site .feature-grid, .abrakabooking-site .event-grid, .abrakabooking-site .chatbot-section, .abrakabooking-site .artist-section, .abrakabooking-site .partner-showcase, .abrakabooking-site .contact { grid-template-columns: 1fr; }
  .abrakabooking-site .artist-visual img { min-height: 420px; max-height: 620px; }
  .abrakabooking-site .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .abrakabooking-site .process-grid { grid-template-columns: repeat(2,1fr); }
  .abrakabooking-site .pool-fit, .abrakabooking-site .expectation-section, .abrakabooking-site .pool-faq, .abrakabooking-site .partner-benefits { grid-template-columns: 1fr; }
  .abrakabooking-site .artist-download-grid { grid-template-columns: 1fr; }
  .abrakabooking-site .choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 782px) {
  body.admin-bar .abrakabooking-site .site-header { top: 46px; }
}

@media (max-width: 640px) {
  .abrakabooking-site { width: 100%; max-width: 100%; overflow-x: clip; }
  .abrakabooking-site .site-header { min-height: 70px; gap: 10px; padding-inline: 12px; }
  .abrakabooking-site .brand img { width: 46px; height: 46px; }
  .abrakabooking-site .brand .brand-wordmark { font-size: 21px; }
  .abrakabooking-site .nav { inset-block-start: 70px; }
  .abrakabooking-site .application-nav .nav-cta { min-height: 34px; padding: 8px 10px; font-size: 9px; white-space: nowrap; }
  .abrakabooking-site .application-header .brand img { width: 38px; height: 38px; }
  .abrakabooking-site .application-header .brand .brand-wordmark { font-size: 18px; }
  .abrakabooking-site .hero { width: 100%; min-width: 0; min-height: 640px; grid-template-columns: minmax(0,1fr); gap: 22px; padding: 106px 16px 40px; }
  .abrakabooking-site .hero-content { width: 100%; min-width: 0; max-width: 100%; }
  .abrakabooking-site .hero-media img { object-position: center top; }
  .abrakabooking-site .hero-overlay { background: linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.94) 56%,#030303); }
  .abrakabooking-site h1 { max-width: 100%; font-size: 39px; line-height: 1.08; overflow-wrap: anywhere; }
  .abrakabooking-site h2 { max-width: 100%; font-size: 32px; line-height: 1.12; overflow-wrap: anywhere; }
  .abrakabooking-site .lead { max-width: 100%; font-size: 15px; }
  .abrakabooking-site .hero-actions, .abrakabooking-site .chat-form { display: grid; grid-template-columns: 1fr; }
  .abrakabooking-site .button, .abrakabooking-site .ghost, .abrakabooking-site .primary { width: 100%; }
  .abrakabooking-site .hero-panel { display: none; }
  .abrakabooking-site .proof-strip, .abrakabooking-site .feature-grid, .abrakabooking-site .event-grid, .abrakabooking-site .benefit-grid, .abrakabooking-site .process-grid { grid-template-columns: 1fr; }
  .abrakabooking-site .section { padding: 58px 18px; }
  .abrakabooking-site .feature-grid article, .abrakabooking-site .event-grid article { min-height: auto; }
  .abrakabooking-site .chat-window { height: 390px; }
  .abrakabooking-site .message { max-width: 96%; }
  .abrakabooking-site .artist-content { padding: 58px 18px; }
  .abrakabooking-site .artist-actions { display: grid; grid-template-columns: 1fr; }
  .abrakabooking-site .artist-visual img { min-height: 310px; }
  .abrakabooking-site .homepage-partner-grid { grid-template-columns: 1fr; }
  .abrakabooking-site .homepage-partner-grid article { min-height: 116px; }
  .abrakabooking-site .footer { display: block; text-align: center; }
  .abrakabooking-site .footer img { margin: 0 auto 14px; }
  .abrakabooking-site .footer nav { justify-content: center; margin-top: 16px; }
  .abrakabooking-site .pool-hero { min-height: 590px; }
  .abrakabooking-site .pool-hero-overlay { background: linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.94) 55%,#030303); }
  .abrakabooking-site .pool-hero-content { width: 100%; min-width: 0; padding: 112px 16px 46px; }
  .abrakabooking-site .pool-hero-content h1 { font-size: 35px; line-height: 1.1; }
  .abrakabooking-site .pool-hero-content p:not(.eyebrow) { font-size: 16px; }
  .abrakabooking-site .benefit-grid article, .abrakabooking-site .process-grid li { min-height: auto; }
  .abrakabooking-site .partner-list a { grid-template-columns: 1fr; gap: 4px; }
  .abrakabooking-site .artist-download { grid-template-columns: 42px minmax(0,1fr); gap: 14px; min-height: 104px; padding: 18px 14px; }
  .abrakabooking-site .download-mark { width: 42px; height: 42px; }
  .abrakabooking-site .download-action { grid-column: 2; }
  .abrakabooking-site .application-form-section { padding: 58px 14px; }
  .abrakabooking-site .full-artist-form fieldset { padding: 20px 14px 24px; }
  .abrakabooking-site .full-artist-form legend { max-width: 92vw; font-size: 24px; }
  .abrakabooking-site .full-artist-form legend span { width: 32px; height: 32px; }
  .abrakabooking-site .form-grid.two-col, .abrakabooking-site .choice-grid { grid-template-columns: 1fr; }
  .abrakabooking-site .compact-choices { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .abrakabooking-site .show-row { min-width: 660px; }
  .abrakabooking-site .submit-application { justify-self: stretch; }
  .abrakabooking-site .access-dialog { width: calc(100vw - 24px); max-height: calc(100vh - 24px); }
  .abrakabooking-site .access-dialog-inner { padding: 30px 16px 22px; }
  .abrakabooking-site .access-dialog h2 { margin-right: 32px; font-size: 28px; }
}
