:root {
  --noir: #181816;
  --gris-d: #272724;
  --gris-m: #5C5C5A;
  --gris-p: #D8D5CE;
  --creme: #F3EFE6;
  --blanc: #FDFAF4;
  --ocre: #C96B28;
  --ocre-v: #DC8A42;
  --ocre-p: #F0C89A;
  --terre: #7A4820;
  --f-serif: 'Playfair Display', Georgia, serif;
  --f-sans: 'Montserrat', system-ui, sans-serif;
  --t: .35s;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--f-sans); background: var(--creme); color: var(--noir); overflow-x: hidden; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--f-sans); cursor: pointer; }

/* Nav */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 800;
  padding: 1.75rem 3.5rem;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .3s, padding .3s;
}
.nav.scrolled {
  background: rgba(24, 24, 22, .95); backdrop-filter: blur(16px);
  padding: 1.1rem 3.5rem; box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
}
.nav-logo { font-family: var(--f-serif); font-size: 1.1rem; font-weight: 700; letter-spacing: .08em; color: #fff; text-transform: uppercase; }
.nav-logo em { font-style: normal; color: var(--ocre-v); }
.nav-links { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
.nav-links a { font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .65); transition: color .2s; }
.nav-links a:hover, .nav-links a.is-active { color: var(--ocre-v); }
.nav-links .nav-cta { border: 1px solid rgba(201, 107, 40, .6); color: var(--ocre-v); padding: .45rem 1.1rem; border-radius: 1px; }
.nav-links .nav-cta:hover { background: var(--ocre); color: #fff; }
.nav-ham { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; }
.nav-ham span { display: block; width: 22px; height: 1.5px; background: #fff; }
.mobile-nav { display: none; position: fixed; inset: 0; background: var(--noir); z-index: 900; flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: var(--f-serif); font-size: 2.5rem; font-weight: 300; color: #fff; }
.mobile-nav a:hover, .mobile-close:hover { color: var(--ocre-v); }
.mobile-close { position: absolute; top: 1.5rem; right: 1.75rem; background: none; border: none; color: rgba(255, 255, 255, .5); font-size: 2rem; line-height: 1; }

/* Hero */
.hero { position: relative; height: 100vh; min-height: 640px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--noir); }
.hero-bg { position: absolute; inset: -10%; background: url('img/a.webp') center 35% / cover no-repeat; filter: grayscale(1) brightness(.4); }
.hero-vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 40%, rgba(201, 107, 40, .08), transparent 65%), linear-gradient(to bottom, rgba(24, 24, 22, .2), transparent 40%, rgba(24, 24, 22, .6)); }
.hero-strings { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-strings svg { width: 100%; height: 100%; }
.hs { stroke: rgba(201, 107, 40, .08); fill: none; stroke-linecap: round; stroke-width: .9; }
.hero-guitar { position: absolute; right: 9%; top: 12%; width: clamp(160px, 16vw, 240px); opacity: .055; pointer-events: none; transform: rotate(-5deg); }
.hero-inner { position: relative; z-index: 2; text-align: center; padding: 0 1.5rem; width: 100%; }
.hero-eyebrow { font-size: .67rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: var(--ocre-v); margin-bottom: 2rem; line-height: 1.85; }
.hero-cities { display: inline-block; margin-top: .35rem; letter-spacing: .18em; color: rgba(255, 255, 255, .72); }
.hero-name { font-family: var(--f-serif); font-weight: 300; line-height: .95; color: #fff; letter-spacing: .06em; text-transform: uppercase; }
.hero-name .ln1, .hero-name .ln2 { display: block; font-size: clamp(3.5rem, 12vw, 11rem); }
.hero-name-sep { display: block; width: clamp(50px, 8vw, 120px); height: 1px; background: var(--ocre); margin: .7rem auto; }
.hero-sub { font-family: var(--f-serif); font-style: italic; font-size: clamp(.9rem, 1.6vw, 1.15rem); font-weight: 300; color: rgba(255, 255, 255, .62); margin: 2rem 0 .6rem; }
.hero-loc { font-size: .68rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--ocre-v); margin-bottom: 2.75rem; }
.hero-ctas { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.scroll-hint { position: absolute; bottom: 2.25rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.scroll-hint span { font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .28); }
.scroll-mouse { width: 20px; height: 32px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 10px; display: flex; justify-content: center; padding-top: 5px; }
.scroll-dot { width: 3px; height: 6px; background: rgba(255, 255, 255, .38); border-radius: 2px; }

/* Shared */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-size: .73rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; border: none; border-radius: 1px; padding: .9rem 2.1rem; cursor: pointer; }
.btn-filled { background: var(--ocre); color: #fff; }
.btn-filled:hover { background: var(--terre); }
.btn-outline { background: transparent; color: rgba(255, 255, 255, .7); border: 1px solid rgba(255, 255, 255, .22); }
.btn-outline:hover { border-color: var(--ocre-v); color: var(--ocre-v); }
.section { padding: 9rem 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 3.5rem; }
.section-num { font-size: .6rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--ocre); margin-bottom: .6rem; }
.section-h2 { font-family: var(--f-serif); font-size: clamp(2rem, 4.5vw, 4rem); font-weight: 400; line-height: 1.1; margin-bottom: 1.5rem; }
.section-h2 em { font-style: italic; }
.about-grid > *, .photo-strip > *, .pedagogy-grid > *, .testi-grid > *, .contact-grid > *, .frow > * { min-width: 0; }
.pull-quote { font-family: var(--f-serif); font-style: italic; font-size: clamp(1.1rem, 2.2vw, 1.6rem); font-weight: 300; line-height: 1.65; position: relative; padding-left: 2rem; }
.pull-quote::before { content: ''; position: absolute; left: 0; top: .25em; bottom: .25em; width: 2px; background: var(--ocre); }

/* About */
.about {
  background: linear-gradient(160deg, rgba(30, 30, 28, .88), rgba(24, 24, 22, .92) 60%, rgba(26, 24, 20, .9)), url('img/d.webp') center / cover no-repeat;
  color: #fff;
}
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; overflow: hidden; }
.about-grid > * { overflow: hidden; }
.about-text { min-width: 0; }
.about-text .section-num, .about-text .section-h2 { color: var(--ocre-v); }
.about-text .section-h2 { color: #fff; }
.about-body { font-size: .97rem; line-height: 1.9; margin-bottom: 1.2rem; color: rgba(255, 255, 255, .72); }
.about-body:first-of-type { font-family: var(--f-serif); font-size: 1.05rem; font-style: italic; color: rgba(255, 255, 255, .9); }
.about .pull-quote { color: rgba(255, 255, 255, .82); }
.about-photo-wrap { position: relative; padding: 16px 16px 0 0; }
.about-photo-wrap::before { content: ''; position: absolute; top: 0; right: 0; width: 80px; height: 80px; border-top: 1px solid var(--ocre); border-right: 1px solid var(--ocre); opacity: .5; pointer-events: none; }
.about-photo { aspect-ratio: 3/4; overflow: hidden; position: relative; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; background: var(--gris-d); filter: grayscale(1); transition: transform .6s; }
.about-photo:hover img { transform: scale(1.03); }
.about-photo::after { content: ''; position: absolute; inset: 0; background: rgba(201, 107, 40, .06); pointer-events: none; }
.about-photo-caption { margin-top: .9rem; font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.influences-wrap { margin-top: 2.75rem; overflow: hidden; position: relative; }
.influences-label { font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ocre); margin-bottom: .75rem; position: relative; z-index: 2; }
.influences-track { display: flex; gap: 1.25rem; white-space: nowrap; animation: marquee 28s linear infinite; }
.influences-track:hover { animation-play-state: paused; }
.influences-track span { font-family: var(--f-serif); font-size: 1.05rem; font-style: italic; color: var(--creme); flex-shrink: 0; }
.influences-track span.dot { font-style: normal; color: var(--ocre); font-size: .6rem; align-self: center; }
.influences-wrap::before, .influences-wrap::after { content: ''; position: absolute; top: 2rem; bottom: 0; width: 40px; z-index: 1; pointer-events: none; }
.influences-wrap::before { left: 0; background: linear-gradient(to right, rgba(24, 24, 22, .9), transparent); }
.influences-wrap::after { right: 0; background: linear-gradient(to left, rgba(24, 24, 22, .9), transparent); }
@keyframes marquee { to { transform: translateX(-50%); } }
.photo-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: .75rem; margin-top: 4rem; content-visibility: auto; contain-intrinsic-size: auto 420px; }
.pstrip-item { position: relative; overflow: hidden; background: var(--gris-p); }
.pstrip-item img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: grayscale(1); transition: transform .4s; }
.pstrip-item:hover img { filter: grayscale(.2); transform: scale(1.04); }
.pstrip-item figcaption { position: absolute; inset: auto 0 0; padding: .45rem .6rem; font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .75); background: linear-gradient(to top, rgba(24, 24, 22, .72), transparent); opacity: 0; transition: opacity .25s; }
.pstrip-item:hover figcaption { opacity: 1; }

/* Testimonials */
.testimonials { background: var(--creme); padding-top: clamp(3rem, 6vw, 5rem); }
.testi-head { margin-bottom: 3rem; }
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.testi-more { text-align: center; margin-top: 3.25rem; }
.testi-more-link { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ocre); border-bottom: 1px solid rgba(201, 107, 40, .35); padding-bottom: .15rem; }
.testi-more-link:hover { color: var(--terre); }
.tcard { background: var(--blanc); padding: 2rem 1.75rem; border-radius: 2px; border-bottom: 2px solid transparent; transition: transform .2s, box-shadow .2s; }
.tcard:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(24, 24, 22, .09); border-bottom-color: var(--ocre); }
.tcard:nth-child(even) { margin-top: 1.5rem; }
.tcard-stars { margin-bottom: .85rem; color: var(--ocre); font-size: .85rem; letter-spacing: .1em; }
.tcard-text { font-family: var(--f-serif); font-style: italic; font-size: .97rem; line-height: 1.75; color: var(--gris-d); margin-bottom: 1.1rem; }
.tcard-author { display: flex; align-items: center; gap: .65rem; }
.tcard-av { width: 32px; height: 32px; border-radius: 50%; background: var(--ocre-p); display: flex; align-items: center; justify-content: center; font-family: var(--f-serif); font-size: .85rem; font-weight: 700; color: var(--terre); flex-shrink: 0; }
.tcard-name { display: block; font-size: .78rem; font-weight: 700; }
.tcard-sub { display: block; font-size: .68rem; color: var(--gris-m); }

/* Pedagogy */
.pedagogy { background: var(--blanc); }
.pedagogy-head { text-align: center; max-width: 680px; margin: 0 auto 5rem; }
.pedagogy-intro { font-size: .95rem; color: var(--gris-m); line-height: 1.8; max-width: 560px; margin: 0 auto; }
.pedagogy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-bottom: 5rem; }
.pcard { padding: 2rem 1.75rem 1.75rem; border-top: 1px solid var(--gris-p); }
.pcard:hover { border-color: var(--ocre); }
.pcard-icon { width: 44px; height: 44px; margin-bottom: 1.25rem; }
.pcard-icon svg { width: 100%; height: 100%; }
.pcard-title { font-family: var(--f-serif); font-size: 1.15rem; font-weight: 600; margin-bottom: .65rem; }
.pcard-text { font-size: .88rem; line-height: 1.82; color: var(--gris-m); }
.pedagogy-quote-wrap { max-width: 760px; margin: 0 auto; text-align: center; }
.pedagogy-quote-wrap .pull-quote { padding-left: 0; }
.pedagogy-quote-wrap .pull-quote::before { display: none; }
.pedagogy-quote-sep { width: 48px; height: 1px; background: var(--ocre); margin: 1.75rem auto 1.25rem; border: none; }
.pedagogy-students { font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gris-m); line-height: 1.8; }
.pedagogy-students strong { color: var(--ocre); }

/* Compositions */
.compositions { background: var(--noir); color: #fff; position: relative; overflow: hidden; }
.compositions-bg { position: absolute; inset: 0; background: linear-gradient(rgba(24, 24, 22, .86), rgba(24, 24, 22, .86)), url('img/b.webp') center / cover no-repeat; }
.compositions-inner { position: relative; z-index: 2; text-align: center; }
.compositions-inner .section-h2 { color: #fff; }
.compositions-inner .section-h2 em { color: var(--ocre-v); }
.compo-desc { font-family: var(--f-serif); font-style: italic; font-size: clamp(1rem, 1.8vw, 1.2rem); font-weight: 300; color: rgba(255, 255, 255, .58); max-width: 600px; margin: 0 auto 3rem; line-height: 1.82; }
.compo-feature { max-width: 720px; margin: 0 auto; }
.dcard { border-radius: 2px; overflow: hidden; cursor: pointer; background: var(--noir); transition: transform .2s; }
.dcard:hover { transform: translateY(-7px); }
.dcard-thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.dcard-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: transform .4s; }
.dcard:hover .dcard-thumb img { filter: none; transform: scale(1.04); }
.dcard-overlay { position: absolute; inset: 0; background: rgba(24, 24, 22, .42); display: flex; align-items: center; justify-content: center; transition: background var(--t); }
.dcard:hover .dcard-overlay { background: rgba(24, 24, 22, .18); }
.play-ring { width: 56px; height: 56px; border-radius: 50%; border: 1.5px solid rgba(201, 107, 40, .8); display: flex; align-items: center; justify-content: center; transition: background var(--t), transform var(--t); }
.dcard:hover .play-ring { background: var(--ocre); border-color: var(--ocre); transform: scale(1.1); }
.play-ring svg { width: 18px; height: 18px; fill: #fff; margin-left: 3px; }
.dcard-meta { padding: 1.1rem 1.25rem; }
.compo-video-card .dcard-meta { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); border-top: none; }
.dcard-tag { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ocre-v); margin-bottom: .3rem; }
.dcard-title { font-family: var(--f-serif); font-size: .98rem; color: rgba(255, 255, 255, .8); }
.dcard-iframe { position: absolute; inset: 0; z-index: 5; display: none; }
.dcard-iframe.on { display: block; }
.dcard-iframe iframe { width: 100%; height: 100%; border: none; }

/* Contact */
.contact { background: var(--noir); color: #fff; position: relative; overflow: hidden; }
.contact-bg-img { position: absolute; inset: 0; background: url('img/c.webp') center / cover no-repeat; filter: grayscale(1) brightness(.12); }
.contact-inner { position: relative; z-index: 2; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 6rem; align-items: start; }
.contact .section-h2 { color: #fff; }
.contact .section-h2 em { color: var(--ocre-v); }
.contact-desc { font-family: var(--f-serif); font-style: italic; font-size: 1rem; line-height: 1.85; color: rgba(255, 255, 255, .55); margin-bottom: 2.25rem; }
.zone-box { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .09); padding: 1.4rem; }
.zone-label { font-size: .63rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ocre-v); margin-bottom: .85rem; display: flex; align-items: center; gap: .4rem; }
.zone-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.ztag { font-size: .7rem; padding: .26rem .7rem; border: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .55); }
.ztag:hover { border-color: var(--ocre-v); color: var(--ocre-v); }
.strings-deco { margin-top: 2.5rem; opacity: .3; overflow: hidden; }
.cform { display: flex; flex-direction: column; gap: 1.1rem; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fg { display: flex; flex-direction: column; gap: .35rem; }
.fl { font-size: .63rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .38); }
.fi, .fs, .ft { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: 1px; padding: .8rem 1rem; font-family: var(--f-sans); font-size: .88rem; color: #fff; outline: none; width: 100%; }
.fi::placeholder, .ft::placeholder { color: rgba(255, 255, 255, .2); }
.fi:focus, .fs:focus, .ft:focus { border-color: var(--ocre); background: rgba(201, 107, 40, .06); }
.fs { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(255,255,255,.32)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 10px; padding-right: 2.5rem; }
.fs option { background: var(--gris-d); }
.ft { resize: vertical; min-height: 112px; }
.f-note { font-size: .7rem; color: rgba(255, 255, 255, .25); margin-top: .2rem; }
.f-error { display: none; font-size: .78rem; color: #e07070; margin-top: .5rem; }
.hp-wrap { position: absolute; width: 0; height: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; padding: 0; margin: 0; }
.hp-field { border: 0; padding: 0; margin: 0; background: transparent; }
@keyframes btn-spin { to { transform: rotate(360deg); } }
.btn-spin { animation: btn-spin .7s linear infinite; }
.form-ok { display: none; text-align: center; padding: 3rem; border: 1px solid rgba(201, 107, 40, .3); background: rgba(201, 107, 40, .07); }
.form-ok p.big { font-family: var(--f-serif); font-size: 1.2rem; color: #fff; margin-bottom: .5rem; }
.form-ok p.small { font-size: .82rem; color: rgba(255, 255, 255, .45); }

/* Footer */
footer { background: var(--noir); border-top: 1px solid rgba(255, 255, 255, .06); padding: 3rem 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.75rem; }
.footer-brand { font-family: var(--f-serif); font-size: 1.15rem; font-weight: 300; letter-spacing: .1em; text-transform: uppercase; color: #fff; }
.footer-brand em { font-style: normal; color: var(--ocre-v); }
.footer-tagline { font-size: .65rem; color: rgba(255, 255, 255, .28); letter-spacing: .1em; margin-top: .2rem; }
.socials { display: flex; gap: .75rem; }
.social { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .1); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, .4); }
.social:hover { border-color: var(--ocre); color: var(--ocre); background: rgba(201, 107, 40, .1); }
.social svg { width: 14px; height: 14px; fill: currentColor; }
.footer-copy { text-align: center; font-size: .65rem; color: rgba(255, 255, 255, .2); letter-spacing: .07em; margin-top: 2rem; padding-top: 1.75rem; border-top: 1px solid rgba(255, 255, 255, .05); }
.footer-copy a { color: rgba(201, 107, 40, .65); }
.footer-copy a:hover { color: var(--ocre-v); }

/* Responsive */
@media (max-width: 1024px) {
  .container { padding: 0 2.5rem; }
  .about-grid, .contact-grid { gap: 3.5rem; }
  .pedagogy-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; overflow: visible; }
  .about-photo { aspect-ratio: 4/3; }
  .about-photo-wrap { padding: 12px 12px 0 0; }
  .about-photo-wrap::before { width: 60px; height: 60px; }
}
@media (max-width: 768px) {
  .section { padding: 5.5rem 0; }
  .container { padding: 0 1.25rem; }
  .nav, .nav.scrolled { padding: 1rem 1.25rem; }
  .nav-links { display: none; }
  .nav-ham { display: flex; }
  .hero-guitar { display: none; }
  .hero-inner { padding: 0 1rem; }
  .hero-loc { letter-spacing: .1em; font-size: .62rem; }
  .pedagogy-grid, .testi-grid, .contact-grid, .frow { grid-template-columns: 1fr; }
  .tcard:nth-child(even) { margin-top: 0; }
  .contact-grid { gap: 3rem; }
  .photo-strip { grid-template-columns: repeat(2, 1fr); gap: .5rem; margin-top: 2.5rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
}
@media (max-width: 480px) {
  .hero-eyebrow { letter-spacing: .15em; }
  .hero-sub { font-size: .88rem; }
  .hero-loc { display: none; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .btn { padding: .85rem 1.5rem; font-size: .68rem; }
}
@media (prefers-reduced-motion: reduce) {
  .influences-track { animation: none; }
}
