/* ============================================================
   DESIGN TOKENS
============================================================ */
:root {
  /* Grays — warm, not cold */
  --noir: #181816;
  --gris-d: #272724;
  --gris-m: #5C5C5A;
  --gris-l: #9E9E9C;
  --gris-p: #D8D5CE;
  --creme: #F3EFE6;
  --blanc: #FDFAF4;

  /* Ocre / Terre — Coucher de soleil à Bénodet */
  --ocre: #C96B28;
  --ocre-v: #DC8A42;
  --ocre-p: #F0C89A;
  --terre: #7A4820;

  /* Typography */
  --f-serif: 'Playfair Display', Georgia, serif;
  --f-sans: 'Montserrat', system-ui, sans-serif;

  /* Easing */
  --ease: cubic-bezier(.22, .68, 0, 1.2);
  --ease-s: cubic-bezier(.25, .46, .45, .94);
  --t: .35s;
  --ts: .75s;
}

/* ============================================================
   RESET
============================================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

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;
}


/* ============================================================
   NAVIGATION
============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  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;
  white-space: nowrap;
}

.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);
  white-space: nowrap;
  transition: color .2s;
}

.nav-links a:hover { color: #fff; }

.nav-links .nav-cta {
  border: 1px solid rgba(201, 107, 40, .6);
  color: var(--ocre-v);
  padding: .45rem 1.1rem;
  border-radius: 1px;
  transition: background var(--t), color var(--t);
}

.nav-links .nav-cta::after {
  display: none;
}

.nav-links .nav-cta:hover {
  background: var(--ocre);
  color: #fff;
}

/* Hamburger */
.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 overlay nav */
.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;
  transition: color var(--t);
}

.mobile-nav a: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;
  transition: color var(--t);
}

.mobile-close:hover {
  color: var(--ocre-v);
}

/* ============================================================
   HERO — Poster typographique
============================================================ */
.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);
  will-change: transform;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(201, 107, 40, .08) 0%, transparent 65%),
    linear-gradient(to bottom, rgba(24, 24, 22, .2) 0%, transparent 40%, rgba(24, 24, 22, .6) 100%);
  pointer-events: none;
}

/* Animated guitar strings */
.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;
}

.hs:nth-child(1) { stroke-width: 1.3; }
.hs:nth-child(2) { stroke-width: .9;  }
.hs:nth-child(3) { stroke-width: .8;  }
.hs:nth-child(4) { stroke-width: .7;  }
.hs:nth-child(5) { stroke-width: .7;  }
.hs:nth-child(6) { stroke-width: 1.5; }

/* Floating guitar silhouette */
.hero-guitar {
  position: absolute;
  right: 9%;
  top: 12%;
  width: clamp(160px, 16vw, 240px);
  opacity: .055;
  pointer-events: none;
  transform: rotate(-5deg);
}

/* Hero content */
.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;
}

.hero-name {
  font-family: var(--f-serif);
  font-weight: 300;
  line-height: .95;
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-name .ln1 {
  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-name .ln2 {
  display: block;
  font-size: clamp(3.5rem, 12vw, 11rem);
}

.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;
  letter-spacing: .04em;
}

.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 */
.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;
}

/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--f-sans);
  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;
  transition: background .2s;
}

.btn-filled:hover { background: var(--terre); }

.btn-outline {
  background: transparent;
  color: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .22);
  transition: border-color .2s, color .2s;
}

.btn-outline:hover { border-color: var(--ocre-v); color: var(--ocre-v); }

/* ============================================================
   WAVE DIVIDERS — séparateurs rectilignes
============================================================ */
.wave {
  display: none;
  margin: 0;
}

/* ============================================================
   COMMON SECTION
============================================================ */
.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;
}

/* Scroll reveal — visible immédiatement, pas d'animation */
.r { opacity: 1; transform: none; }

/* Prevent grid-child overflow across all grid layouts */
.about-grid>*,
.photo-strip>*,
.pedagogy-grid>*,
.compo-previews>*,
.demos-grid>*,
.testi-grid>*,
.contact-grid>*,
.frow>* {
  min-width: 0;
}

/* Active nav link */
.nav-links a.is-active {
  color: var(--ocre-v);
}

/* Pull quote */
.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;
  color: var(--noir);
  position: relative;
  padding-left: 2rem;
}

.pull-quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: .25em;
  bottom: .25em;
  width: 2px;
  background: var(--ocre);
}

/* ============================================================
   L'ESPRIT — ABOUT
   KEY FIX: min-width:0 on grid children prevents overflow
============================================================ */
.about {
  background: var(--creme);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
  /* Prevent any child from overflowing the grid track */
  overflow: hidden;
}

.about-grid>* {
  overflow: hidden;
}

/* Photo */
.about-photo-wrap {
  position: relative;
  /* Extra space for the decorative corner frame */
  padding-top: 16px;
  padding-right: 16px;
}

.about-photo {
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform .6s ease;
}

.about-photo:hover img {
  transform: scale(1.03);
}

/* Warm tint overlay */
.about-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(201, 107, 40, .06);
  pointer-events: none;
}

/* Corner accent frame — contained within padding */
.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-caption {
  margin-top: .9rem;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gris-m);
}

/* Text column */
.about-text {
  min-width: 0;
}

.about-text .section-num {
  color: var(--ocre);
}

.about-text .section-h2 {
  color: var(--noir);
}

.about-body {
  font-size: .97rem;
  line-height: 1.9;
  color: var(--gris-d);
  margin-bottom: 1.2rem;
}

.about-body:first-of-type {
  font-family: var(--f-serif);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--noir);
  line-height: 1.8;
}

/* Influences marquee — contained and clipped */
.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;
  /* width exceeds container — contained by overflow:hidden on .influences-wrap */
  will-change: transform;
}

.influences-track:hover {
  animation-play-state: paused;
}

.influences-track span {
  font-family: var(--f-serif);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--gris-m);
  flex-shrink: 0;
}

.influences-track span.dot {
  font-style: normal;
  color: var(--ocre);
  font-size: .6rem;
  align-self: center;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Fade masks on edges — start below the label */
.influences-wrap::before,
.influences-wrap::after {
  content: '';
  position: absolute;
  top: 2rem;
  /* skip the label row */
  bottom: 0;
  width: 40px;
  z-index: 1;
  pointer-events: none;
}

.influences-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--creme), transparent);
}

.influences-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--creme), transparent);
}

/* ============================================================
   PHOTO STRIP — 5 cadres horizontaux (section About)
============================================================ */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .75rem;
  margin-top: 4rem;
}


.pstrip-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--gris-p);
}

.pstrip-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform .4s ease;
}

.pstrip-item:hover img {
  filter: grayscale(20%) contrast(1.02);
  transform: scale(1.04);
}

.pstrip-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 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) 0%, transparent 100%);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s, transform .25s;
}

.pstrip-item:hover figcaption {
  opacity: 1;
  transform: none;
}

/* Responsive strip */
@media (max-width: 1024px) {
  .photo-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .photo-strip .pstrip-item:nth-child(n+4) {
    display: none;
  }
}

@media (max-width: 768px) {
  .photo-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
  }

  .photo-strip .pstrip-item:nth-child(n+4) {
    display: none;
  }

  .photo-strip {
    margin-top: 2.5rem;
  }
}

@media (max-width: 480px) {
  .photo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-strip .pstrip-item:nth-child(n+3) {
    display: none;
  }
}

/* ============================================================
   PÉDAGOGIE
============================================================ */
.pedagogy {
  background:
    linear-gradient(to bottom, rgba(253, 250, 244, .92), rgba(253, 250, 244, .92)),
    url('img/d.webp') center / cover no-repeat;
}

.pedagogy-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 5rem;
}

.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);
  transition: border-color var(--t);
}

.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;
  color: var(--noir);
  margin-bottom: .65rem;
}

.pcard-text {
  font-size: .88rem;
  line-height: 1.82;
  color: var(--gris-m);
}

/* Pedagogy central quote */
.pedagogy-quote-wrap {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.pedagogy-quote-wrap .pull-quote {
  padding-left: 0;
  text-align: center;
}

.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);
}

.pedagogy-intro {
  font-size: .95rem;
  color: var(--gris-m);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}

/* ============================================================
   COMPOSITIONS — Teaser
============================================================ */
.compositions {
  background: var(--noir);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.compositions-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(24, 24, 22, .86), rgba(24, 24, 22, .86)),
    url('img/b.webp') center / cover no-repeat;
  will-change: transform;
  transform: translateZ(0);
}

.compositions::before {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(201, 107, 40, .12) 0%, transparent 70%);
  pointer-events: none;
}

.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-badge {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  border: 1px solid rgba(201, 107, 40, .38);
  border-radius: 1px;
  padding: .55rem 1.4rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ocre-v);
  margin-bottom: 3.5rem;
}

.compo-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ocre);
}


.compo-previews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}


.compo-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 2px;
  padding: 1.75rem;
  text-align: left;
  transition: border-color var(--t), background var(--t);
}

.compo-card:hover {
  border-color: rgba(201, 107, 40, .4);
  background: rgba(201, 107, 40, .05);
}

.compo-card-tag {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ocre-v);
  margin-bottom: .5rem;
}

.compo-card-title {
  font-family: var(--f-serif);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .82);
  margin-bottom: .4rem;
}

.compo-card-sub {
  font-size: .78rem;
  color: rgba(255, 255, 255, .35);
}

.compo-coming {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ocre);
  margin-top: .75rem;
}

/* ============================================================
   DÉMOS
============================================================ */
.demos {
  background:
    linear-gradient(to bottom, rgba(39, 39, 36, .88), rgba(39, 39, 36, .88)),
    url('img/f.webp') center / cover no-repeat;
}

.demos-head {
  text-align: center;
  margin-bottom: 4rem;
}

.demos-head .section-h2 {
  color: #fff;
}

.demos-head .section-h2 em {
  color: var(--ocre-v);
}

.demos-head p {
  font-size: .9rem;
  color: rgba(255, 255, 255, .45);
  max-width: 420px;
  margin: .75rem auto 0;
  line-height: 1.7;
}

.demos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}


.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 ease;
}

.dcard:hover .dcard-thumb img {
  filter: grayscale(0%);
  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), box-shadow var(--t);
}

.dcard:hover .play-ring {
  background: var(--ocre);
  border-color: var(--ocre);
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(201, 107, 40, .5);
}

.play-ring svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-left: 3px;
}

.dcard-meta {
  padding: 1.1rem 1.25rem;
}

.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);
  line-height: 1.35;
}

.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;
}

/* ============================================================
   TÉMOIGNAGES
============================================================ */
.testimonials {
  background: var(--creme);
}

.testi-head {
  margin-bottom: 4rem;
}

.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;
  transition: color var(--t), border-color var(--t);
}

.testi-more-link:hover {
  color: var(--terre);
  border-bottom-color: var(--ocre);
}

.tcard {
  background: var(--blanc);
  padding: 2rem 1.75rem;
  border-radius: 2px;
  transition: transform .2s, box-shadow .2s;
  border-bottom: 2px solid transparent;
}

.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 {
  display: flex;
  gap: .2rem;
  margin-bottom: .85rem;
}

.tcard-stars svg {
  width: 13px;
  height: 13px;
  fill: var(--ocre);
}

.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;
  color: var(--noir);
}

.tcard-sub {
  display: block;
  font-size: .68rem;
  color: var(--gris-m);
}

/* ============================================================
   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(100%) brightness(.12);
  will-change: transform;
  transform: translateZ(0);
}

.contact::after {
  content: '';
  position: absolute;
  bottom: -180px;
  right: -180px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(201, 107, 40, .07);
  pointer-events: none;
}

.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);
  transition: border-color var(--t), color var(--t);
}

.ztag:hover {
  border-color: var(--ocre-v);
  color: var(--ocre-v);
}

.strings-deco {
  margin-top: 2.5rem;
  opacity: .3;
  overflow: hidden;
}

/* Form */
.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%;
  transition: border-color var(--t), background var(--t);
}

.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;
}

.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);
  transition: border-color .2s, color .2s, background .2s;
}

.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);
  transition: color var(--t);
}

.footer-copy a:hover {
  color: var(--ocre-v);
}

/* ============================================================
   RESPONSIVE — Mobile-first breakpoints
============================================================ */

/* ---- Large tablet: 1024px ---- */
@media (max-width: 1024px) {

  .container {
    padding: 0 2.5rem;
  }

  .about-grid {
    gap: 3.5rem;
  }

  .pedagogy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .demos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .demos-grid .dcard:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin-inline: auto;
  }

  .compo-previews {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .contact-grid {
    gap: 3.5rem;
  }
}

/* ---- Tablet portrait: about switches to 1 col ---- */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    overflow: visible;
    /* photo caption visible */
  }

  .about-photo {
    aspect-ratio: 4/3;
  }

  .about-photo-wrap {
    padding-top: 12px;
    padding-right: 12px;
  }

  .about-photo-wrap::before {
    width: 60px;
    height: 60px;
  }

  /* Marquee fade masks match new background */
  .influences-wrap::before {
    background: linear-gradient(to right, var(--creme), transparent);
  }

  .influences-wrap::after {
    background: linear-gradient(to left, var(--creme), transparent);
  }
}

/* ---- Mobile: 768px ---- */
@media (max-width: 768px) {
  .section {
    padding: 5.5rem 0;
  }

  .container {
    padding: 0 1.25rem;
  }

  /* Nav */
  .nav {
    padding: 1.2rem 1.25rem;
  }

  .nav.scrolled {
    padding: 1rem 1.25rem;
  }

  .nav-links {
    display: none;
  }

  .nav-ham {
    display: flex;
  }

  /* Hero */
  .hero-guitar {
    display: none;
  }

  .hero-inner {
    padding: 0 1rem;
  }

  .hero-loc {
    letter-spacing: .1em;
    font-size: .62rem;
  }

  /* Pedagogy */
  .pedagogy-grid {
    grid-template-columns: 1fr;
  }

  /* Demos */
  .demos-grid {
    grid-template-columns: 1fr;
  }

  .demos-grid .dcard:last-child {
    grid-column: unset;
    max-width: unset;
  }

  /* Compositions */
  .compo-previews {
    grid-template-columns: 1fr;
    max-width: unset;
  }

  /* Testimonials */
  .testi-grid {
    grid-template-columns: 1fr;
  }

  .tcard:nth-child(even) {
    margin-top: 0;
  }

  /* Contact */
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .frow {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

/* ============================================================
   ACCESSIBILITÉ — Respecter les préférences de mouvement
============================================================ */
@media (prefers-reduced-motion: reduce) {

  .hs,
  .hero-guitar,
  .compo-badge-dot,
  .scroll-dot,
  .influences-track {
    animation: none;
  }

  .hero-eyebrow,
  .hero-name .ln1,
  .hero-name-sep,
  .hero-name .ln2,
  .hero-sub,
  .hero-loc,
  .hero-ctas,
  .scroll-hint {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .r {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---- Small mobile: 480px ---- */
@media (max-width: 480px) {
  .hero-eyebrow {
    letter-spacing: .15em;
  }

  .hero-sub {
    font-size: .88rem;
  }

  .hero-loc {
    display: none;
  }

  /* hidden on very small screens — already in subtitle */
  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    padding: .85rem 1.5rem;
    font-size: .68rem;
  }
}