/*
Theme Name: Sebastian Tătar · Artbastian
Theme URI: https://sebastiantatar.com
Author: Sebastian Tătar
Description: Bilingual artist, guitarist and Artbastian cultural association website.
Version: 1.0.0
Text Domain: sebastian-artbastian
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --ink: #0c1211; --ink-2: #111b18; --ink-3: #1c2823; --cream: #f0eadf; --muted: #aab3aa; --rust: #ce7048; --amber: #e2ae69; --sage: #9cac99; --line: rgba(240, 234, 223, .16); --mono: "IBM Plex Mono", monospace; --sans: "DM Sans", sans-serif; --display: "Space Grotesk", sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.site-shell { min-height: 100vh; position: relative; overflow: hidden; }
.page-noise { pointer-events: none; position: fixed; z-index: 2; inset: 0; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.site-header { align-items: center; background: rgba(12, 18, 17, .93); border-bottom: 1px solid var(--line); display: flex; gap: 2rem; justify-content: space-between; left: 0; padding: 1rem 3.8vw; position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); }
.wordmark { align-items: center; background: transparent; border: 0; color: var(--cream); display: flex; gap: .75rem; padding: 0; text-align: left; }
.wordmark-mark { align-items: center; border: 1px solid var(--rust); color: var(--amber); display: inline-flex; font-family: var(--mono); font-size: .72rem; height: 2rem; justify-content: center; letter-spacing: -.08em; width: 2rem; }
.wordmark strong, .wordmark em { display: block; font-family: var(--display); font-size: 1rem; font-style: normal; line-height: .95; }
.wordmark em { color: var(--amber); font-size: .92rem; }
.desktop-nav { display: flex; gap: 1.25rem; margin-left: auto; }
.desktop-nav button, .header-login, .language-switcher button { background: transparent; border: 0; color: var(--muted); font-family: var(--mono); font-size: .66rem; letter-spacing: .04em; padding: .4rem 0; text-transform: uppercase; }
.desktop-nav button:hover, .desktop-nav button.active, .header-login:hover, .language-switcher button.active { color: var(--cream); }
.desktop-nav button.active { border-bottom: 1px solid var(--rust); }
.header-actions { align-items: center; display: flex; gap: 1.1rem; }
.language-switcher { align-items: center; display: flex; font-family: var(--mono); font-size: .66rem; gap: .25rem; }
.language-switcher span { color: #607069; }
.menu-button { background: transparent; border: 1px solid var(--line); color: var(--cream); display: none; font-size: 1.25rem; height: 2.3rem; width: 2.3rem; }
.section-pad { padding: 7rem 7vw; }
.hero-section { display: grid; gap: 5vw; grid-template-columns: 1fr .86fr; min-height: 78vh; padding-top: 6rem; }
.hero-copy { align-self: center; max-width: 41rem; padding-bottom: 2rem; }
.eyebrow, .section-label, .small-label { color: var(--sage); font-family: var(--mono); font-size: .65rem; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow, .section-label { align-items: center; display: flex; gap: .55rem; }
.pulse-dot, .status-dot { background: var(--rust); border-radius: 50%; box-shadow: 0 0 0 .24rem rgba(206, 112, 72, .15); display: inline-block; height: .42rem; width: .42rem; }
.hero-copy h1 { font-family: var(--display); font-size: clamp(4rem, 9vw, 8.6rem); font-weight: 500; letter-spacing: -.075em; line-height: .86; margin: 1.35rem 0 1.8rem; max-width: 8.8ch; }
.hero-description { color: var(--muted); font-size: 1.07rem; line-height: 1.55; margin: 0 0 2.3rem; max-width: 29rem; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-family: var(--mono); font-size: .68rem; gap: .7rem; justify-content: center; letter-spacing: .05em; padding: .9rem 1.15rem; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--rust); color: #fff5e9; }
.button-primary:hover { background: #e08056; }
.button-ghost { background: transparent; border-color: var(--line); color: var(--cream); }
.button-ghost:hover { border-color: var(--sage); }
.button-light { background: var(--cream); color: var(--ink); }
.button-light:hover { background: #fffdf8; }
.arrow { color: var(--amber); font-size: 1.05rem; line-height: .6; }
.button-primary .arrow { color: var(--cream); }
.hero-footnote { align-items: center; color: #7f8d85; display: flex; font-family: var(--mono); font-size: .58rem; gap: .65rem; margin-top: 5rem; text-transform: uppercase; }
.scribble-line { background: var(--rust); display: inline-block; height: 1px; width: 2.3rem; }
.hero-image-wrap { align-self: center; aspect-ratio: .78; max-height: 74vh; overflow: hidden; position: relative; }
.hero-image-wrap:after { border: 1px solid rgba(240,234,223,.25); content: ""; inset: .8rem; pointer-events: none; position: absolute; }
.hero-image { height: 100%; object-fit: cover; object-position: 43% 50%; width: 100%; }
.hero-image-overlay { background: linear-gradient(180deg, rgba(12,18,17,.06), rgba(12,18,17,.68)); inset: 0; position: absolute; }
.hero-image-caption { bottom: 1.55rem; color: var(--cream); display: flex; font-family: var(--mono); font-size: .61rem; justify-content: space-between; left: 1.5rem; letter-spacing: .08em; position: absolute; right: 1.5rem; text-transform: uppercase; z-index: 1; }
.hero-image-caption span { color: var(--amber); font-size: 1.15rem; }
.hero-image-index { color: var(--amber); font-family: var(--mono); font-size: 2.1rem; line-height: .8; position: absolute; right: 1.5rem; top: 1.7rem; z-index: 1; }
.hero-image-index span { color: var(--cream); font-size: .6rem; }
.ticker { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--sage); display: flex; font-family: var(--mono); font-size: .62rem; gap: 2rem; justify-content: center; letter-spacing: .12em; padding: 1rem; text-transform: uppercase; }
.ticker span { color: var(--rust); }
.section-grid, .section-heading, .artbastian-preview, .contact-band { display: grid; gap: 6vw; grid-template-columns: 1fr 1fr; }
.section-label { margin-bottom: 1.2rem; }
h2, h3, p { margin-top: 0; }
h2 { font-family: var(--display); font-size: clamp(2.35rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.065em; line-height: .96; margin-bottom: 1.35rem; max-width: 10ch; }
.intro-copy { align-self: end; border-left: 1px solid var(--rust); padding: .5rem 0 .4rem 1.5rem; }
.intro-copy p, .section-intro, .heading-side p { color: var(--muted); font-size: 1.08rem; max-width: 31rem; }
.text-link { align-items: center; background: transparent; border: 0; color: var(--cream); display: inline-flex; font-family: var(--mono); font-size: .67rem; gap: .65rem; padding: 0; text-transform: uppercase; }
.text-link:hover { color: var(--amber); }
.music-section { background: var(--ink-2); }
.section-heading { align-items: end; margin-bottom: 3.1rem; }
.section-heading h2 { margin-bottom: 0; }
.heading-side { align-self: end; padding-bottom: .35rem; }
.heading-side p { margin-bottom: 1.4rem; }
.music-grid { display: grid; gap: 1.4rem; grid-template-columns: 1fr .95fr; }
.music-card, .youtube-card { border: 1px solid var(--line); min-height: 28rem; }
.music-card { display: grid; grid-template-rows: 1.25fr .75fr; }
.music-card-art { background: radial-gradient(circle at 70% 25%, rgba(226,174,105,.52), transparent 28%), linear-gradient(135deg, #42483d, #171e1c 55%, #813e2b); overflow: hidden; padding: 1.6rem; position: relative; }
.record-mark { border: 1px solid var(--cream); border-radius: 50%; color: var(--cream); display: grid; font-family: var(--display); font-size: 3rem; height: 6.5rem; letter-spacing: -.12em; place-items: center; position: absolute; right: 12%; top: 22%; transform: rotate(-15deg); width: 6.5rem; }
.record-note { color: var(--cream); font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; position: absolute; text-transform: uppercase; }
.record-lines { border: 1px solid rgba(240,234,223,.28); border-radius: 50%; height: 120%; left: -5%; position: absolute; top: -10%; transform: rotate(24deg); width: 75%; }
.record-lines:before, .record-lines:after { border: 1px solid rgba(240,234,223,.2); border-radius: 50%; content: ""; inset: 10%; position: absolute; }
.record-lines:after { inset: 20%; }
.music-card-info { padding: 1.45rem 1.6rem; }
.music-card-info h3 { font-family: var(--display); font-size: 1.65rem; font-weight: 500; letter-spacing: -.06em; margin-bottom: .45rem; }
.music-card-info p, .youtube-copy p { color: var(--muted); margin-bottom: 0; }
.youtube-card { background: #0b100e; display: grid; grid-template-rows: auto 1fr auto; padding: 1.35rem; }
.youtube-header { align-items: center; display: flex; justify-content: space-between; padding-bottom: 1rem; }
.youtube-live { align-items: center; color: var(--rust); display: flex; font-family: var(--mono); font-size: .56rem; gap: .5rem; letter-spacing: .08em; }
.youtube-live i { background: var(--rust); border-radius: 50%; height: .42rem; width: .42rem; }
.youtube-frame { aspect-ratio: 16 / 9; background: #151b19; min-height: 0; overflow: hidden; }
.youtube-frame iframe { border: 0; height: 100%; width: 100%; }
.youtube-copy { padding-top: 1.25rem; }
.youtube-copy h3 { font-family: var(--display); font-size: 1.35rem; font-weight: 500; letter-spacing: -.045em; line-height: 1.05; margin-bottom: .45rem; }
.youtube-copy p { font-size: .9rem; margin-bottom: 1rem; }
.timeline-section { background: #18211e; }
.timeline-section h2 { margin-bottom: 1rem; }
.section-intro { margin-bottom: 2rem; }
.mini-timeline { border-top: 1px solid var(--line); }
.timeline-item { border-bottom: 1px solid var(--line); display: grid; gap: 1.4rem; grid-template-columns: 5rem 1fr; padding: 1.25rem 0; }
.timeline-year, .career-entry-year { color: var(--amber); font-family: var(--mono); font-size: .7rem; letter-spacing: .06em; }
.timeline-item h3 { font-size: 1.25rem; font-weight: 500; letter-spacing: -.03em; margin-bottom: .25rem; }
.timeline-item p { color: var(--muted); font-size: .9rem; margin-bottom: 0; max-width: 28rem; }
.lesson-band { align-items: center; background: var(--rust); display: flex; gap: 6vw; justify-content: space-between; }
.lesson-band .section-label { color: #ffdfbc; }
.lesson-band h2 { color: #fff7eb; max-width: 11ch; }
.lesson-band p { color: #ffe6cd; max-width: 31rem; }
.lesson-stamp { align-items: center; border: 1px solid rgba(255,247,235,.5); border-radius: 50%; color: #fff7eb; display: flex; flex-direction: column; height: 13rem; justify-content: center; min-width: 13rem; transform: rotate(7deg); }
.lesson-stamp span, .lesson-stamp small { font-family: var(--mono); font-size: .63rem; letter-spacing: .12em; }
.lesson-stamp strong { font-family: var(--display); font-size: 2rem; letter-spacing: -.08em; line-height: 1; }
.lesson-stamp em { font-family: var(--display); font-size: .85rem; font-style: normal; letter-spacing: .28em; }
.lesson-stamp small { line-height: 1.4; margin-top: .65rem; text-align: center; }
.artbastian-preview { align-items: center; background: var(--cream); color: var(--ink); }
.artbastian-preview .section-label { color: #6a7b70; }
.artbastian-preview h2 { color: var(--ink); }
.artbastian-preview p { color: #526057; font-size: 1.06rem; max-width: 29rem; }
.artbastian-image { position: relative; }
.artbastian-image img { aspect-ratio: 1.65; object-fit: cover; width: 100%; }
.image-tag { bottom: .9rem; color: var(--cream); font-family: var(--mono); font-size: .55rem; left: .9rem; letter-spacing: .08em; position: absolute; text-transform: uppercase; }
.artbastian-copy { padding: 2rem 0; }
.artbastian-copy .text-link { color: var(--ink); }
.artbastian-copy .arrow { color: var(--rust); }
.media-strip { background: var(--ink-2); }
.home-gallery { display: grid; gap: 1rem; grid-template-columns: 1.3fr .8fr .8fr 1.1fr; }
.home-gallery-item { background: transparent; border: 0; color: var(--cream); overflow: hidden; padding: 0; position: relative; text-align: left; }
.home-gallery-item:nth-child(1), .home-gallery-item:nth-child(4) { aspect-ratio: 1.25; }
.home-gallery-item:nth-child(2), .home-gallery-item:nth-child(3) { aspect-ratio: .76; }
.home-gallery-item img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.home-gallery-item:hover img { transform: scale(1.04); }
.home-gallery-item:after { background: linear-gradient(180deg, transparent 45%, rgba(12,18,17,.85)); content: ""; inset: 0; position: absolute; }
.home-gallery-item span { bottom: 1rem; font-family: var(--mono); font-size: .6rem; left: 1rem; position: absolute; text-transform: uppercase; z-index: 1; }
.contact-band { align-items: center; background: #202d27; }
.contact-band h2 { max-width: 11ch; }
.contact-band p { color: var(--muted); max-width: 30rem; }
.page-intro { padding-bottom: 4rem; padding-top: 5rem; }
.back-link { background: transparent; border: 0; color: var(--muted); display: block; font-family: var(--mono); font-size: .62rem; margin-bottom: 4.7rem; padding: 0; text-transform: uppercase; }
.back-link:hover { color: var(--cream); }
.page-intro h1 { font-family: var(--display); font-size: clamp(3.5rem, 8vw, 7.5rem); font-weight: 500; letter-spacing: -.08em; line-height: .87; margin: 1.3rem 0 1.8rem; max-width: 10ch; }
.page-intro p { color: var(--muted); font-size: 1.15rem; max-width: 38rem; }
.about-grid { display: grid; gap: 7vw; grid-template-columns: .9fr 1.1fr; }
.about-photo { position: relative; }
.about-photo img { aspect-ratio: .92; object-fit: cover; width: 100%; }
.about-copy { align-self: center; }
.lead-paragraph { color: var(--cream); font-family: var(--display); font-size: clamp(1.55rem, 2.8vw, 2.5rem); letter-spacing: -.055em; line-height: 1.05; max-width: 33rem; }
.practice-list { border-top: 1px solid var(--line); margin: 3rem 0; max-width: 34rem; }
.practice-list div { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 1.2rem; padding: 1rem 0; }
.practice-list span { color: var(--rust); font-family: var(--mono); font-size: .65rem; }
.practice-list strong { font-size: 1rem; font-weight: 500; }
.quote-section { background: var(--cream); color: var(--ink); padding-bottom: 8rem; padding-top: 8rem; text-align: center; }
.quote-mark { color: var(--rust); display: block; font-family: Georgia, serif; font-size: 6rem; line-height: .6; }
.quote-section p { font-family: var(--display); font-size: clamp(2.2rem, 5vw, 5.6rem); letter-spacing: -.08em; line-height: .92; margin: 1.5rem auto; max-width: 13ch; }
.quote-credit { color: #6a7b70; font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.career-page { display: grid; gap: 7vw; grid-template-columns: .7fr 1.3fr; }
.career-side { padding-top: .4rem; }
.career-side p { color: var(--muted); margin: 1rem 0 1.5rem; max-width: 16rem; }
.career-timeline { border-top: 1px solid var(--line); }
.career-entry { border-bottom: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: 8rem 1fr; padding: 2.4rem 0; }
.career-entry-year { font-size: 1rem; }
.career-entry-content h2 { font-size: clamp(2rem, 4vw, 4rem); margin: .5rem 0 .7rem; max-width: 9ch; }
.career-entry-content p { color: var(--muted); max-width: 32rem; }
.career-card { color: inherit; text-decoration: none; transition: background .25s ease, padding .25s ease; }
.career-card:hover { background: rgba(232, 170, 93, .06); padding-left: 1rem; padding-right: 1rem; }
.career-card-cta { color: var(--amber); display: inline-block; font-family: var(--mono); font-size: .63rem; letter-spacing: .08em; margin-top: 1rem; text-transform: uppercase; }
.career-detail-back { display: inline-block; margin-bottom: 4rem; }
.career-detail-grid { align-items: center; display: grid; gap: 7vw; grid-template-columns: 1.1fr .9fr; }
.career-detail-media { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.career-detail-photo { background: var(--ink-2); min-height: 28rem; overflow: hidden; }
.career-detail-photo img { height: 100%; object-fit: cover; width: 100%; }
.career-detail-copy h2 { font-size: clamp(3rem, 6vw, 6.5rem); line-height: .92; margin: .7rem 0 1.4rem; max-width: 8ch; }
.career-detail-copy p { color: var(--muted); max-width: 32rem; }
.career-detail-copy .lead-paragraph { color: var(--cream); font-size: 1.15rem; }
.music-page-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-bottom: 2rem; }
.release-card { background: #1a2420; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; min-height: 25rem; padding: 1.3rem; }
.release-card h2 { font-size: 2.7rem; margin: 1rem 0 .8rem; }
.release-card p { color: var(--muted); min-height: 4rem; }
.release-number { color: var(--rust); font-family: var(--mono); font-size: .7rem; }
.release-2 { background: #354336; }
.release-3 { background: #693d32; }
.music-feature { min-height: 35rem; overflow: hidden; position: relative; }
.music-feature:after { background: linear-gradient(180deg, transparent 15%, rgba(12,18,17,.92)); content: ""; inset: 0; position: absolute; }
.music-feature img { height: 100%; object-fit: cover; object-position: center 35%; position: absolute; width: 100%; }
.music-feature-overlay { bottom: 2.3rem; left: 2.4rem; position: absolute; z-index: 1; }
.music-feature-overlay h2 { max-width: 12ch; }
.lessons-page { display: grid; gap: 6vw; grid-template-columns: .7fr 1.3fr; }
.lessons-aside h2 { font-size: 3rem; }
.lessons-aside p { color: var(--muted); max-width: 18rem; }
.lesson-subjects { display: flex; flex-wrap: wrap; gap: .45rem; margin: 2rem 0; max-width: 21rem; }
.lesson-subjects span, .contact-categories span { border: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: .58rem; padding: .45rem .55rem; text-transform: uppercase; }
.provider-note { border-left: 1px solid var(--rust); display: grid; gap: .45rem; margin-top: 3rem; padding-left: 1rem; }
.provider-note strong, .provider-note span { font-family: var(--mono); font-size: .58rem; letter-spacing: .07em; }
.provider-note strong { color: var(--amber); }
.provider-note span { color: var(--muted); line-height: 1.5; }
.booking-panel { background: #18211e; border: 1px solid var(--line); }
.booking-progress { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.booking-progress button { background: transparent; border: 0; border-right: 1px solid var(--line); color: #64736b; font-family: var(--mono); font-size: .58rem; padding: 1rem .6rem; text-align: left; text-transform: uppercase; }
.booking-progress button:last-child { border-right: 0; }
.booking-progress button span { color: #64736b; display: block; margin-bottom: .35rem; }
.booking-progress button.active, .booking-progress button.done { color: var(--cream); }
.booking-progress button.active span { color: var(--rust); }
.booking-progress button.done span { color: var(--sage); }
.booking-body { min-height: 27rem; padding: 2.1rem; }
.booking-step h2 { font-size: clamp(2.3rem, 4vw, 4rem); margin: .55rem 0 2rem; }
.choice-grid { display: grid; gap: .55rem; grid-template-columns: 1fr 1fr; }
.choice-grid button, .duration-grid button { align-items: center; background: transparent; border: 1px solid var(--line); color: var(--cream); display: flex; justify-content: space-between; padding: .9rem 1rem; text-align: left; }
.choice-grid button:hover, .choice-grid button.selected, .duration-grid button:hover, .duration-grid button.selected { background: var(--rust); border-color: var(--rust); color: #fff9ef; }
.choice-grid button span { color: var(--amber); }
.duration-grid { display: grid; gap: .7rem; grid-template-columns: repeat(3, 1fr); }
.duration-grid button { display: block; min-height: 6rem; }
.duration-grid strong, .duration-grid span { display: block; }
.duration-grid strong { font-family: var(--display); font-size: 1.2rem; }
.duration-grid span { color: var(--muted); font-family: var(--mono); font-size: .55rem; margin-top: .75rem; }
.duration-grid button.selected span { color: #ffe1c0; }
.booking-fields { display: grid; gap: .75rem; grid-template-columns: 1fr 1fr; margin-top: 1.5rem; }
.booking-fields label, .full-field, .contact-form label, .auth-form label { color: var(--muted); display: grid; font-family: var(--mono); font-size: .58rem; gap: .45rem; letter-spacing: .05em; text-transform: uppercase; }
select, input, textarea { background: #0f1714; border: 1px solid var(--line); border-radius: 0; color: var(--cream); padding: .8rem; }
textarea { min-height: 7rem; resize: vertical; }
.full-field { margin-top: 1rem; }
.booking-actions { border-top: 1px solid var(--line); display: flex; justify-content: flex-end; gap: .7rem; padding: 1.2rem 2.1rem; }
.review-list { border-top: 1px solid var(--line); }
.review-list div { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: .85rem 0; }
.review-list span { color: var(--muted); font-family: var(--mono); font-size: .6rem; text-transform: uppercase; }
.review-list strong { font-weight: 500; text-align: right; }
.payment-note { align-items: center; border: 1px dashed var(--line); color: var(--muted); display: flex; font-size: .83rem; gap: .75rem; margin-top: 1.5rem; padding: .9rem; }
.booking-success, .form-success { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; min-height: 27rem; padding: 2.1rem; }
.success-symbol { align-items: center; border: 1px solid var(--sage); color: var(--sage); display: flex; font-size: 1.2rem; height: 2rem; justify-content: center; width: 2rem; }
.booking-success h2, .form-success h2 { font-size: 2.4rem; margin: 1.4rem 0 .7rem; max-width: 12ch; }
.booking-success p, .form-success p { color: var(--muted); max-width: 30rem; }
.art-page-hero { align-items: end; display: grid; gap: 3rem; grid-template-columns: 1.2fr .8fr; margin-bottom: 4rem; }
.art-page-hero img { aspect-ratio: 1.55; object-fit: cover; width: 100%; }
.art-page-hero .artbastian-logo { aspect-ratio: 2 / 1; height: auto; margin: 0 0 1.4rem; object-fit: contain; object-position: left center; width: min(19rem, 100%); }
.art-page-hero h2 { color: var(--cream); font-size: 3.2rem; margin-top: 1rem; }
.pillar-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 2.5rem; }
.pillar { border-right: 1px solid var(--line); min-height: 15rem; padding: 1.2rem 1.1rem 1.1rem 0; }
.pillar + .pillar { padding-left: 1.1rem; }
.pillar:last-child { border-right: 0; }
.pillar > span { color: var(--rust); font-family: var(--mono); font-size: .65rem; }
.pillar h3 { font-family: var(--display); font-size: 1.6rem; font-weight: 500; letter-spacing: -.05em; line-height: 1; margin: 3rem 0 .7rem; }
.pillar p { color: var(--muted); font-size: .88rem; }
.filter-row { border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 1.25rem; margin-bottom: 2rem; padding-bottom: .85rem; }
.filter-row button { background: transparent; border: 0; color: var(--muted); font-family: var(--mono); font-size: .62rem; padding: .2rem 0; text-transform: uppercase; }
.filter-row button.active { color: var(--cream); }
.filter-row button.active:before { color: var(--rust); content: "• "; }
.gallery-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.gallery-item { background: transparent; border: 0; color: var(--cream); overflow: hidden; padding: 0; position: relative; text-align: left; }
.gallery-item:nth-child(2), .gallery-item:nth-child(5) { margin-top: 3rem; }
.gallery-item img { aspect-ratio: .86; object-fit: cover; transition: transform .45s ease; width: 100%; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-caption { background: linear-gradient(180deg, transparent, rgba(12,18,17,.95)); bottom: 0; display: grid; gap: .3rem; left: 0; padding: 3rem 1rem 1rem; position: absolute; right: 0; }
.gallery-caption strong { font-family: var(--display); font-size: 1.3rem; font-weight: 500; letter-spacing: -.05em; }
.gallery-caption small { color: var(--amber); font-family: var(--mono); font-size: .54rem; text-transform: uppercase; }
.lightbox { align-items: center; background: rgba(7,10,9,.94); display: flex; inset: 0; justify-content: center; padding: 5vh 7vw; position: fixed; z-index: 50; }
.lightbox[hidden] { display: none !important; }
.lightbox img { max-height: 90vh; object-fit: contain; max-width: 90vw; }
.lightbox-close { background: transparent; border: 1px solid var(--line); color: var(--cream); cursor: pointer; font-size: 1.6rem; height: 2.6rem; position: absolute; right: 2rem; touch-action: manipulation; top: 2rem; width: 2.6rem; z-index: 2; }
.contact-page { display: grid; gap: 8vw; grid-template-columns: .75fr 1.25fr; }
.contact-side { padding-top: .5rem; }
.contact-side > a { display: block; font-family: var(--display); font-size: 1.65rem; letter-spacing: -.055em; margin-top: .9rem; }
.contact-side > a:hover { color: var(--amber); }
.contact-side p { color: var(--muted); margin: 3rem 0 1.5rem; max-width: 17rem; }
.contact-categories { display: flex; flex-wrap: wrap; gap: .45rem; max-width: 22rem; }
.contact-form { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.contact-form label:nth-child(3), .contact-form label:nth-child(6), .contact-form .consent, .contact-form button { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea, .auth-form input { margin-top: .25rem; width: 100%; }
.consent { align-items: center; display: flex; gap: .65rem; }
.consent input { accent-color: var(--rust); height: 1rem; margin: 0; width: 1rem; }
.consent span { color: var(--muted); font-family: var(--mono); font-size: .57rem; text-transform: none; }
.auth-page { display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; }
.auth-copy { border-left: 1px solid var(--rust); padding-left: 2rem; }
.auth-copy h2 { font-size: 4rem; margin-top: 2rem; }
.auth-copy p { color: var(--muted); max-width: 22rem; }
.auth-socials { display: grid; gap: .55rem; margin-top: 2rem; max-width: 22rem; }
.auth-socials button { background: transparent; border: 1px solid var(--line); color: var(--cream); font-family: var(--mono); font-size: .62rem; padding: .8rem; text-align: left; }
.auth-socials button:hover { border-color: var(--amber); }
.auth-form { align-self: start; background: #18211e; border: 1px solid var(--line); display: grid; gap: 1rem; padding: 1.5rem; }
.auth-tabs { border-bottom: 1px solid var(--line); display: flex; gap: 1rem; margin-bottom: .8rem; }
.auth-tabs button { background: transparent; border: 0; color: var(--muted); font-family: var(--mono); font-size: .63rem; padding: 0 0 .8rem; text-transform: uppercase; }
.auth-tabs button.active { border-bottom: 1px solid var(--rust); color: var(--cream); }
.forgot-link { background: none; border: 0; color: var(--amber); font-family: var(--mono); font-size: .58rem; justify-self: start; padding: 0; }
.auth-notice { border-left: 1px solid var(--sage); color: var(--muted); font-size: .78rem; margin: 0; padding-left: .75rem; }
.account-page { background: #18211e; margin: 0 7vw 7rem; padding: 2rem; }
.account-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 1rem; justify-content: space-between; padding-bottom: 1.4rem; }
.account-header > div { align-items: center; display: flex; gap: 1rem; margin-right: auto; }
.account-avatar { align-items: center; border: 1px solid var(--rust); color: var(--amber); display: flex; font-family: var(--mono); height: 3.2rem; justify-content: center; width: 3.2rem; }
.account-header h2 { font-size: 2rem; margin: .25rem 0 0; }
.account-rows { margin: 1rem 0 1.8rem; }
.account-rows > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 6rem 1fr auto; padding: 1.15rem 0; }
.account-rows span, .account-rows em { color: var(--muted); font-family: var(--mono); font-size: .62rem; font-style: normal; text-transform: uppercase; }
.account-rows strong { font-weight: 500; }
.site-footer { background: #080e0d; border-top: 1px solid var(--line); padding: 4rem 7vw 1.5rem; position: relative; z-index: 3; }
.footer-top { display: grid; gap: 3rem; grid-template-columns: 1.4fr .8fr .8fr; padding-bottom: 4rem; }
.footer-wordmark { font-family: var(--display); font-size: 2.5rem; letter-spacing: -.08em; }
.footer-wordmark span { color: var(--amber); }
.footer-top p { color: var(--muted); font-size: .82rem; }
.footer-association, .footer-contact { display: grid; gap: .3rem; align-content: start; }
.footer-logo { height: 2.2rem; object-fit: contain; object-position: left center; width: 5rem; }
.footer-association strong { color: var(--cream); font-family: var(--display); font-size: 1.6rem; letter-spacing: -.05em; }
.footer-contact a { color: var(--cream); font-size: .88rem; }
.footer-contact a:hover { color: var(--amber); }
.footer-bottom { border-top: 1px solid var(--line); color: #6d7b73; display: flex; flex-wrap: wrap; font-family: var(--mono); font-size: .55rem; gap: 1rem 2rem; justify-content: space-between; padding-top: 1.3rem; text-transform: uppercase; }
.footer-bottom a:hover { color: var(--cream); }
.social-links { align-items: center; display: flex; gap: .55rem; }
.social-links a { align-items: center; border: 1px solid var(--line); color: var(--cream); display: inline-flex; height: 2rem; justify-content: center; transition: border-color .2s ease, color .2s ease, transform .2s ease; width: 2rem; }
.social-links a:hover { border-color: var(--amber); color: var(--amber); transform: translateY(-2px); }
.social-links svg { fill: currentColor; height: 1rem; width: 1rem; }
@media (max-width: 980px) { .site-header { gap: 1rem; padding: 1rem 5vw; } .desktop-nav { gap: .8rem; } .desktop-nav button { font-size: .58rem; } .header-login { display: none; } .section-pad { padding: 5rem 5vw; } .hero-section { gap: 3rem; grid-template-columns: 1fr .85fr; } .hero-copy h1 { font-size: clamp(3.6rem, 9vw, 6.5rem); } .section-grid, .section-heading, .artbastian-preview, .contact-band, .about-grid, .career-page, .lessons-page, .contact-page, .auth-page { gap: 3rem; } .music-grid { grid-template-columns: 1fr; } .home-gallery { gap: .7rem; } .account-page { margin-left: 5vw; margin-right: 5vw; } }
@media (max-width: 720px) { .site-header { padding: .85rem 4.5vw; } .desktop-nav { background: rgba(12,18,17,.98); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 1rem 4.5vw 1.3rem; position: absolute; right: 0; top: 100%; } .desktop-nav.is-open { display: flex; } .desktop-nav button { border-bottom: 1px solid var(--line); font-size: .66rem; padding: .85rem 0; text-align: left; } .menu-button { display: block; } .section-pad { padding: 4.2rem 6vw; } .hero-section { display: flex; flex-direction: column; min-height: auto; padding-top: 4rem; } .hero-copy h1 { font-size: clamp(3.8rem, 18vw, 6.4rem); max-width: 8ch; } .hero-description { font-size: 1rem; } .hero-footnote { margin-top: 3rem; } .hero-image-wrap { align-self: stretch; aspect-ratio: .85; max-height: none; } .ticker { font-size: .51rem; gap: .7rem; justify-content: flex-start; overflow: hidden; white-space: nowrap; } .ticker div:last-child { display: none; } h2 { font-size: clamp(2.4rem, 12vw, 4rem); } .section-grid, .section-heading, .artbastian-preview, .contact-band, .about-grid, .career-page, .lessons-page, .contact-page, .auth-page, .art-page-hero { display: block; } .intro-copy { margin-top: 2rem; } .section-heading .heading-side { margin-top: 1.6rem; } .music-card { min-height: 25rem; } .youtube-card { margin-top: 1rem; } .timeline-section .button { margin-top: 1.5rem; } .lesson-band { display: block; } .lesson-stamp { margin: 2.5rem auto 0; } .artbastian-copy { padding-bottom: 0; } .home-gallery { grid-template-columns: 1fr 1fr; } .home-gallery-item:nth-child(1), .home-gallery-item:nth-child(4), .home-gallery-item:nth-child(2), .home-gallery-item:nth-child(3) { aspect-ratio: .78; } .contact-band .button { margin-top: 1.3rem; } .page-intro { padding-bottom: 3.4rem; padding-top: 4rem; } .back-link { margin-bottom: 3rem; } .page-intro h1 { font-size: clamp(3.7rem, 17vw, 6rem); } .career-side { margin-bottom: 3rem; } .career-entry { gap: .7rem; grid-template-columns: 4rem 1fr; padding: 1.8rem 0; } .career-entry-content h2 { font-size: 2.25rem; } .music-page-grid { display: block; } .release-card { margin-bottom: .8rem; min-height: 19rem; } .music-feature { min-height: 26rem; } .music-feature-overlay { bottom: 1.4rem; left: 1.4rem; } .lessons-aside { margin-bottom: 2.5rem; } .booking-progress button { font-size: .49rem; } .booking-body { min-height: 31rem; padding: 1.2rem; } .choice-grid, .duration-grid, .booking-fields, .contact-form { grid-template-columns: 1fr; } .contact-form label:nth-child(3), .contact-form label:nth-child(6), .contact-form .consent, .contact-form button { grid-column: auto; } .booking-actions { padding: 1rem 1.2rem; } .art-page-hero img { margin-bottom: 1.5rem; } .art-page-hero h2 { font-size: 2.6rem; } .pillar-grid { grid-template-columns: 1fr 1fr; } .pillar { min-height: 13rem; } .pillar:nth-child(2) { border-right: 0; } .pillar:nth-child(3), .pillar:nth-child(4) { border-top: 1px solid var(--line); } .pillar h3 { font-size: 1.35rem; margin-top: 2.2rem; } .gallery-grid { grid-template-columns: 1fr 1fr; } .gallery-item:nth-child(2), .gallery-item:nth-child(5) { margin-top: 1.7rem; } .gallery-caption { padding: 2rem .65rem .65rem; } .gallery-caption strong { font-size: .95rem; } .gallery-caption small { font-size: .46rem; } .lightbox { padding: 5vh 4vw; } .lightbox img { max-width: 96vw; } .auth-copy { margin-bottom: 2rem; padding-left: 1rem; } .auth-copy h2 { font-size: 3.3rem; } .account-page { margin: 0 6vw 4.2rem; padding: 1.1rem; } .account-header { align-items: flex-start; flex-wrap: wrap; } .account-header > div { margin-right: 0; width: 100%; } .account-rows > div { gap: .5rem; grid-template-columns: 4rem 1fr auto; } .account-rows strong { font-size: .88rem; } .footer-top { display: block; } .footer-association, .footer-contact { margin-top: 2rem; } .footer-bottom { display: grid; gap: .7rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }

.desktop-nav .menu, .desktop-nav ul { align-items: center; display: flex; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.desktop-nav a { color: var(--muted); font-family: var(--mono); font-size: .66rem; letter-spacing: .04em; padding: .4rem 0; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav .current-menu-item a { color: var(--cream); }
.language-switcher { color: var(--muted); font-family: var(--mono); font-size: .66rem; letter-spacing: .04em; text-transform: uppercase; }
.language-switcher:hover { color: var(--cream); }
.header-actions { align-items: center; display: flex; gap: 1rem; }
.menu-button { background: transparent; border: 1px solid var(--line); color: var(--cream); display: none; font-family: var(--mono); font-size: .62rem; padding: .45rem .6rem; text-transform: uppercase; }
.editable-copy { border-top: 1px solid var(--line); color: var(--muted); max-width: 70rem; }
.editable-copy p { max-width: 48rem; }
.auth-form .login-remember { align-items: center; display: flex; gap: .5rem; }
.auth-form .login-remember input { margin: 0; width: auto; }
.auth-form .login-submit input { background: var(--rust); border: 0; color: var(--cream); cursor: pointer; font-family: var(--mono); font-size: .65rem; padding: .85rem 1rem; text-transform: uppercase; }
.auth-form .login-submit input:hover { background: var(--amber); color: var(--ink); }
.auth-form .login-form, .auth-form form { display: grid; gap: 1rem; }
.auth-form label, .contact-form label, .booking-fields label, .full-field { color: var(--cream); font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.auth-form input, .auth-form select, .auth-form textarea, .contact-form input, .contact-form select, .contact-form textarea, .booking-fields input, .booking-fields select, .full-field input, .full-field textarea { background: rgba(240,234,223,.04); border: 1px solid var(--line); border-radius: 0; color: var(--cream); min-height: 2.75rem; padding: .75rem; }
.auth-form input:focus, .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .booking-fields input:focus, .booking-fields select:focus, .full-field input:focus, .full-field textarea:focus { border-color: var(--amber); outline: 0; }
.contact-form select, .booking-fields select { color-scheme: dark; }
.contact-form textarea, .full-field textarea { min-height: 8rem; resize: vertical; }
.contact-form label span, .full-field span { display: block; }
.duration-choice input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.duration-choice span { border: 1px solid var(--line); display: flex; flex-direction: column; gap: .3rem; padding: 1rem; }
.duration-choice input:checked + span { border-color: var(--rust); background: rgba(206,112,72,.12); }
.duration-choice em { color: var(--amber); font-family: var(--mono); font-size: .56rem; font-style: normal; }
@media (max-width: 980px) { .desktop-nav .menu, .desktop-nav ul { gap: .8rem; } .desktop-nav a { font-size: .58rem; } }
@media (max-width: 720px) { .desktop-nav .menu, .desktop-nav ul { align-items: stretch; display: flex; flex-direction: column; gap: 0; } .desktop-nav a { border-bottom: 1px solid var(--line); display: block; font-size: .66rem; padding: .85rem 0; } .menu-button { display: block; } .header-actions { gap: .65rem; } .header-login { display: none; } }
@media (max-width: 720px) { .career-card:hover { padding-left: .5rem; padding-right: .5rem; } .career-detail-grid { display: block; } .career-detail-back { margin-bottom: 2rem; } .career-detail-media { margin-bottom: 2.5rem; } .career-detail-photo { min-height: 18rem; } }
