/*
Theme Name: barbee
Author: tobasium
Description: Eigenständige Weiterentwicklung der OFFISS-Theme-Basis mit Homepage-Reitern und optionaler Fotogalerie.
Version: 1.2.1
Requires at least: 6.6
Requires PHP: 8.3
Text Domain: barbee
Tags: custom-logo, featured-images, custom-menu
*/

/* Base/reset adapted from OFFISS Theme 4.10.21. */
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }

.barbee-site { --barbee-pink: #ff64b0; color: #f8f1f7; background: #100b16; background-image: radial-gradient(ellipse at 75% 0%, #35112c 0%, transparent 48%); }
.barbee-site a { color: inherit; text-underline-offset: 5px; }
.barbee-site a:hover { color: var(--barbee-pink); }
.barbee-site :focus-visible { outline: 3px solid #ffb1d6; outline-offset: 5px; }
.barbee-shell { width: min(1320px, 100%); margin-inline: auto; padding-inline: clamp(20px, 4vw, 64px); }
.barbee-header { border-bottom: 1px solid #ffffff1c; }
.barbee-header-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 22px; }
.barbee-brand { display: block; text-decoration: none; font-size: 36px; line-height: .95; font-weight: 900; letter-spacing: -2px; }
.barbee-brand span { display: block; margin-top: 9px; font-size: 9px; font-weight: 600; letter-spacing: 3px; }
.barbee-brand .barbee-header-logo { width: 180px; height: auto; filter: brightness(0) invert(1); }
.barbee-header .custom-logo { max-width: 180px; max-height: 80px; width: auto; }
.barbee-tabs { display: flex; flex-wrap: wrap; gap: 6px; }
.barbee-tabs a { display: block; padding: 10px 16px; font-size: 14px; border-radius: 100px; text-decoration: none; color: #d9ccd7; }
.barbee-tabs a:hover { background: #ffffff0c; }
.barbee-tabs a[aria-selected="true"] { background: #ff64b01a; box-shadow: inset 0 0 0 1px #ff64b066; color: #ff99ca; }
.barbee-panel { padding-block: clamp(32px, 5vw, 64px); min-height: 60vh; }
.barbee-panel[hidden] { display: none !important; }
.barbee-hero-heading { margin-bottom: 30px; }
.barbee-eyebrow { margin: 0 0 12px; color: #ff99ca; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; }
.barbee-site h1 { margin: 0 0 20px; font-size: clamp(38px, 6vw, 76px); line-height: 1.08; letter-spacing: -.04em; overflow-wrap: anywhere; }
.barbee-hero-heading h1 { font-size: clamp(64px, 8vw, 108px); letter-spacing: -.065em; margin-bottom: 12px; }
.barbee-lead { color: #d3c5d2; font-size: clamp(18px, 2vw, 23px); margin: 0 0 24px; }
.barbee-hero-heading .barbee-lead { margin-bottom: 0; }
.barbee-hero-image { width: 100%; border: 1px solid #ffffff25; border-radius: 16px; }
.barbee-home-content > .wp-block-image { margin: 0 0 24px; }
.barbee-home-content > .wp-block-image:last-child { margin-bottom: 0; }
.barbee-home-content .wp-block-image img { height: auto; border-radius: 16px; }
.barbee-residents { margin-top: 40px; }
.barbee-dj-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.barbee-dj-card { margin: 0; min-width: 0; }
.barbee-dj-card a { display: block; }
.barbee-dj-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; object-position: center; background: #1b1120; border-radius: 14px; }
.barbee-dj-card figcaption { padding: 12px 0; font-weight: 600; overflow-wrap: anywhere; }
@media (max-width: 1000px) { .barbee-dj-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .barbee-dj-grid { grid-template-columns: minmax(0, 1fr); } }
.barbee-hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 28px; }
.barbee-hero-bottom p { font-size: 11px; letter-spacing: 1.2px; font-weight: 600; }
.barbee-hero-bottom p span { display: block; color: #ff99ca; }
.barbee-site .barbee-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 14px 22px; background: #ff85bf; color: #220917; border-radius: 100px; text-decoration: none; font-size: 14px; font-weight: 750; }
.barbee-site .barbee-button:hover { background: #ffafd5; color: #220917; }
.barbee-content { max-width: 100%; overflow-wrap: anywhere; }
.barbee-content > p { max-width: 760px; }
.barbee-content a { color: #ff99ca; }
.barbee-content iframe { max-width: 100%; }
.barbee-content pre { overflow: auto; }
.barbee-content table { display: block; max-width: 100%; overflow-x: auto; }
.barbee-standard { padding-block: 64px; min-height: 70vh; }
.barbee-footer { margin-top: 24px; border-top: 1px solid #ffffff1c; }
.barbee-footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; align-items: center; padding-block: 24px; color: #bdadbd; font-size: 12px; }
.barbee-footer p { margin: 0; }
.barbee-footer p span { margin-left: 18px; letter-spacing: 1px; font-size: 10px; }
.barbee-footer ul { display: flex; gap: 20px; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; }
.barbee-footer .barbee-social ul { gap: 8px; }
.barbee-social a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid #ff64b044; border-radius: 50%; text-decoration: none; }
.barbee-social svg { display: block; width: 22px; height: 22px; fill: currentColor; }
.barbee-social a:hover { background: #ff64b01a; }
.barbee-legal { display: flex; flex-wrap: wrap; gap: 20px; padding-block: 0 28px; color: #bdadbd; font-size: 13px; }
.barbee-legal button { padding: 0; border: 0; background: none; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.barbee-consent { width: min(620px, calc(100% - 32px)); max-height: 85vh; overflow: auto; padding: clamp(20px, 4vw, 32px); border: 1px solid #81526e; border-radius: 18px; background: #1b1120; color: #f8f1f7; }
.barbee-consent::backdrop { background: #08040ac9; }
.barbee-consent h2 { margin-top: 0; }
.barbee-consent p { font-size: 14px; color: #dfd1dc; }
.barbee-consent-option { display: flex; align-items: center; gap: 10px; padding-top: 12px; }
.barbee-consent input { width: 20px; height: 20px; accent-color: #ff85bf; }
.barbee-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.barbee-consent-actions button { flex: 1 1 145px; padding: 12px; min-height: 44px; border: 1px solid #ff99ca; border-radius: 12px; background: #392034; color: #fff; font: inherit; font-size: 14px; cursor: pointer; }
.barbee-consent-actions button:hover { background: #562d48; }
.barbee-consent-links { display: flex; gap: 20px; flex-wrap: wrap; }
.barbee-skip { position: absolute; top: -100px; left: 20px; background: #100b16; padding: 12px; z-index: 10; }
.barbee-skip:focus { top: 12px; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.aligncenter { margin-inline: auto; }
.alignleft { float: left; margin: 0 24px 24px 0; }
.alignright { float: right; margin: 0 0 24px 24px; }
.barbee-content::after { content: ''; display: table; clear: both; }
@media (max-width: 700px) {
    .barbee-header-inner { flex-direction: column; align-items: flex-start; gap: 22px; }
    .barbee-header nav { width: 100%; }
    .barbee-tabs { gap: 4px; }
    .barbee-tabs a { font-size: 13px; padding: 9px 11px; }
    .barbee-hero-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
    .barbee-hero-image { border-radius: 10px; }
    .barbee-footer-inner { align-items: flex-start; flex-direction: column; }
}
