:root {
  --cream: #f1eadb;
  --paper: #fbf7ee;
  --brown: #4d2f25;
  --wine: #772f32;
  --rust: #b85c39;
  --gold: #d7ae6d;
  --ink: #241d19;
  --line: rgba(77, 47, 37, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.topbar {
  min-height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 5vw;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.signature { display: block; flex: 0 0 auto; width: clamp(190px, 17vw, 245px); }
.signature img { width: 100%; height: auto; }
.topbar nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topbar nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.topbar nav a:hover { border-color: var(--wine); color: var(--wine); }
.topbar nav a.current { color: var(--wine); border-color: var(--wine); }

.hero {
  position: relative;
  min-height: calc(100vh - 94px);
  overflow: hidden;
  background: #1c1410;
}
.hero-photo { position: absolute; inset: 0; overflow: hidden; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,13,9,.94) 0%, rgba(20,13,9,.74) 31%, rgba(20,13,9,.15) 67%, rgba(20,13,9,.05) 100%); }
.hero-photo img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.04); }
.hero-copy { position: relative; z-index: 2; width: 50%; min-height: calc(100vh - 94px); padding: 9vh 4vw 8vh 7vw; display: flex; flex-direction: column; justify-content: center; color: var(--paper); }
.kicker { margin: 0 0 24px; color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(59px, 6.1vw, 100px); line-height: .91; letter-spacing: -.055em; color: var(--paper); text-shadow: 0 2px 18px rgba(0,0,0,.25); }
h1 em { color: var(--gold); font-weight: 400; }
.lead { max-width: 490px; margin: 34px 0 36px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 1.7vw, 25px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button.primary { background: var(--wine); color: white; }
.button.primary:hover { transform: translateY(-3px); background: var(--brown); }
.button.text-link { padding: 0; border-bottom: 1px solid var(--gold); min-height: 38px; color: var(--paper); }
.play { color: var(--gold); font-size: 9px; margin-right: 4px; }
.photo-note { position: absolute; left: 22px; bottom: 22px; margin: 0; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; text-shadow: 0 1px 5px #000; transform: rotate(-90deg); transform-origin: left bottom; }

.manifesto { padding: clamp(85px, 10vw, 150px) 12vw; background: var(--wine); color: var(--paper); text-align: center; }
.manifesto p { max-width: 1050px; margin: auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 75px); line-height: 1.14; letter-spacing: -.035em; }
.manifesto p::before { content: "“"; color: var(--gold); }
.manifesto p::after { content: "”"; color: var(--gold); }

.atelier { position: relative; min-height: 86vh; overflow: hidden; background: #17100c; }
.atelier > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88); }
.atelier::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(18,11,7,.82) 100%); }
.atelier-caption { position: absolute; z-index: 2; left: 7vw; right: 7vw; bottom: 65px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; color: var(--paper); }
.atelier-caption > span { flex: 0 0 auto; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.atelier-caption p { width: min(760px, calc(100% - 230px)); margin: 0; font-family: Georgia, serif; font-size: clamp(31px, 4vw, 62px); line-height: 1.1; letter-spacing: -.035em; text-align: right; }
.atelier-caption p span { display: block; text-wrap: balance; }

.journey { display: grid; grid-template-columns: 48% 52%; min-height: 760px; background: var(--paper); }
.journey-photo { position: relative; overflow: hidden; margin: 7vw 0 7vw 7vw; box-shadow: 22px 22px 0 var(--gold); }
.journey-photo img { height: 100%; object-fit: cover; object-position: 52% center; }
.journey-photo span { position: absolute; bottom: 0; left: 0; padding: 13px 18px; background: var(--paper); color: var(--brown); font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.journey-copy { padding: 9vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.journey h2, .music-preview h2 { font-size: clamp(47px, 5.4vw, 83px); line-height: 1; letter-spacing: -.05em; color: var(--brown); }
.journey-copy > p:not(.kicker) { max-width: 590px; margin: 28px 0 0; font-family: Georgia, serif; font-size: 19px; line-height: 1.7; }
.journey-copy > p + p { margin-top: 17px !important; }
.arrow-link { display: inline-flex; justify-content: space-between; align-items: center; max-width: 315px; margin-top: 38px; padding-bottom: 12px; border-bottom: 1px solid var(--brown); color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.arrow-link span { font-size: 20px; }

.music-invite { background: var(--cream); }
.music-invite .journey-copy { padding-left: 7vw; padding-right: 7vw; }
.music-invite .journey-photo { margin: 7vw 7vw 7vw 0; box-shadow: -22px 22px 0 var(--rust); }
.music-invite .journey-photo img { object-position: center 20%; }
.music-invite .journey-photo span { right: 0; left: auto; }

.music-preview { padding: 110px 7vw; background: var(--brown); color: var(--paper); }
.music-heading { display: grid; grid-template-columns: 1fr 1.5fr; align-items: end; margin-bottom: 65px; }
.music-heading .kicker { color: var(--gold); }
.music-preview h2 { color: var(--paper); }
.release-list { border-top: 1px solid rgba(251,247,238,.35); margin-bottom: 48px; }
.release-list > a { display: grid; grid-template-columns: 60px 1fr 170px 48px; align-items: center; min-height: 98px; border-bottom: 1px solid rgba(251,247,238,.35); transition: background .2s, padding .2s; }
.release-list > a:hover { background: rgba(255,255,255,.06); padding: 0 14px; }
.release-list .number, .release-list small { color: var(--gold); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.release-list strong { font-family: Georgia, serif; font-size: clamp(21px, 2.1vw, 32px); font-weight: 400; }
.round-arrow { width: 40px; height: 40px; border: 1px solid rgba(251,247,238,.5); border-radius: 50%; display: grid; place-items: center; }
.button.light { border: 1px solid var(--paper); color: var(--paper); }
.button.light:hover { background: var(--paper); color: var(--brown); }

footer { min-height: 230px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 40px; padding: 55px 5vw; background: #1b1512; color: var(--cream); }
.footer-logo { display: block; width: min(300px, 100%); align-self: end; }
.footer-logo img { width: 100%; height: auto; }
footer p { margin: 0; color: rgba(241,234,219,.7); font-size: 12px; line-height: 1.7; }
footer > a { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1200px) {
  .topbar nav { gap: 18px; }
  .signature { width: 205px; }
  .atelier-caption { flex-direction: column; align-items: flex-start; gap: 20px; }
  .atelier-caption p { width: min(760px, 100%); font-size: clamp(34px, 5vw, 54px); text-align: left; }
}

/* Page Ma musique */
.music-page { background: var(--cream); }
.music-hero { position: relative; min-height: 72vh; overflow: hidden; background: #17100c; }
.music-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82); }
.music-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,13,9,.92), rgba(20,13,9,.18) 75%); }
.music-hero-copy { position: relative; z-index: 2; width: 55%; min-height: 72vh; padding: 9vw 7vw 7vw; display: flex; flex-direction: column; justify-content: flex-end; color: var(--paper); }
.music-hero-copy h1 { font-size: clamp(70px, 10vw, 150px); }
.music-hero-copy > p:last-child { max-width: 550px; margin: 28px 0 0; font-family: Georgia, serif; font-size: 23px; line-height: 1.5; }
.album-collection { padding: 110px 7vw 125px; }
.collection-intro { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: clamp(55px, 7vw, 110px); align-items: center; margin-bottom: 110px; }
.collection-intro-photo { position: relative; min-height: 550px; overflow: hidden; box-shadow: 20px 20px 0 var(--gold); }
.collection-intro-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 52% center; }
.collection-intro-photo span { position: absolute; left: 0; bottom: 0; max-width: 82%; padding: 13px 18px; background: var(--paper); color: var(--brown); font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.collection-intro h2 { font-size: clamp(50px, 6vw, 88px); color: var(--brown); }
.collection-intro-copy > p:last-child { max-width: 520px; margin: 20px 0 0; font-family: Georgia, serif; font-size: 19px; line-height: 1.6; }
.album-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 7vw, 110px); align-items: center; padding: 85px 0; border-top: 1px solid var(--line); }
.album-block.reverse .album-text { order: 2; }
.album-block.reverse .bandcamp-embed-slot { order: 1; }
.album-number { display: block; margin-bottom: 40px; color: var(--rust); font-family: Georgia, serif; font-size: 60px; font-style: italic; }
.album-date { color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.album-text h2 { margin: 14px 0 25px; color: var(--brown); font-size: clamp(39px, 4.3vw, 67px); line-height: 1; }
.album-text > p:not(.album-date) { max-width: 530px; margin: 0; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.bandcamp-embed-slot { min-height: 420px; padding: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--paper); background: var(--brown); border: 1px solid var(--gold); box-shadow: 14px 14px 0 var(--gold); }
.embed-icon { display: grid; place-items: center; width: 85px; height: 85px; margin-bottom: 30px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 38px; }
.bandcamp-embed-slot strong { font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.bandcamp-embed-slot p { max-width: 310px; margin: 16px 0 0; color: rgba(251,247,238,.68); font-size: 13px; line-height: 1.6; }
.bandcamp-embed-slot iframe { width: 100% !important; max-width: 700px; border: 0 !important; }
.bandcamp-embed-slot.has-player { padding: 28px; background: #fff; }
.bandcamp-cta { padding: 110px 12vw; text-align: center; background: var(--wine); color: var(--paper); }
.bandcamp-cta .kicker { color: var(--gold); }
.bandcamp-cta h2 { max-width: 950px; margin: 0 auto 45px; color: var(--paper); font-size: clamp(45px, 6vw, 82px); line-height: 1.05; }
.bandcamp-cta .button.primary { background: var(--paper); color: var(--wine); }

/* Page Mon parcours */
.journey-page { background: var(--paper); }
.journey-hero { position: relative; min-height: 76vh; overflow: hidden; background: #17100c; }
.journey-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.03); transform: scale(1.18) translateX(6.5%); transform-origin: center; }
.journey-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,13,9,.93), rgba(20,13,9,.12) 78%); }
.journey-hero-copy { position: relative; z-index: 2; width: 65%; min-height: 76vh; padding: 9vw 7vw 7vw; display: flex; flex-direction: column; justify-content: flex-end; color: var(--paper); }
.journey-hero-copy h1 { font-size: clamp(62px, 7.5vw, 118px); }
.journey-hero-copy > p:last-child { max-width: 590px; margin: 30px 0 0; font-family: Georgia, serif; font-size: 23px; line-height: 1.5; }
.story-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 7vw, 110px); align-items: center; padding: 120px 7vw; background: var(--cream); }
.story-intro-photo { position: relative; min-height: 570px; overflow: hidden; box-shadow: 20px 20px 0 var(--gold); }
.story-intro-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 57% center; }
.story-intro-photo span { position: absolute; left: 0; bottom: 0; max-width: 80%; padding: 13px 18px; background: var(--paper); color: var(--brown); font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.story-intro h2, .story-chapter h2, .journey-cta h2 { color: var(--brown); font-size: clamp(45px, 5.3vw, 78px); line-height: 1.02; letter-spacing: -.045em; }
.story-intro-copy > p:not(.kicker) { max-width: 750px; margin: 28px 0 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.7; }
.story-chapter { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; }
.story-chapter.reverse .story-photo { order: 2; }
.story-chapter.reverse .story-copy { order: 1; }
.story-photo { min-height: 680px; overflow: hidden; }
.story-photo img { height: 100%; object-fit: cover; object-position: center; }
.story-photo.portrait-photo img { object-position: center 22%; }
.story-copy { padding: 9vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.story-copy > p:not(.kicker) { max-width: 600px; margin: 25px 0 0; font-family: Georgia, serif; font-size: 19px; line-height: 1.7; }
.story-quote { padding: 110px 12vw; background: var(--wine); color: var(--paper); text-align: center; }
.story-quote p { max-width: 1050px; margin: auto; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 72px); line-height: 1.15; letter-spacing: -.035em; }
.journey-cta { padding: 120px 12vw; text-align: center; background: var(--cream); }
.journey-cta .kicker { color: var(--wine); }
.journey-cta h2 { max-width: 950px; margin: 0 auto 45px; }

/* Page Guitaroké */
.guitaroke-page { background: var(--cream); }
.guitaroke-hero { position: relative; min-height: 76vh; overflow: hidden; background: #17100c; }
.guitaroke-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.03); }
.guitaroke-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,13,9,.72), rgba(20,13,9,.08) 67%); }
.guitaroke-hero-copy { position: relative; z-index: 2; width: 52%; min-height: 76vh; padding: 9vw 7vw 7vw; display: flex; flex-direction: column; justify-content: flex-end; color: var(--paper); }
.guitaroke-hero-copy .kicker { color: var(--gold); }
.guitaroke-hero-copy h1 { font-size: clamp(72px, 10vw, 155px); }
.guitaroke-hero-copy > p:last-child { max-width: 590px; margin: 28px 0 0; font-family: Georgia, serif; font-size: 23px; line-height: 1.5; }
.guitaroke-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; padding: 120px 12vw; background: var(--paper); }
.guitaroke-intro h2, .guitaroke-videos h2 { color: var(--brown); font-size: clamp(50px, 6vw, 88px); line-height: 1; letter-spacing: -.05em; }
.guitaroke-intro > div > p { max-width: 720px; margin: 28px 0 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.7; }
.guitaroke-videos { padding: 110px 7vw 125px; background: var(--cream); }
.video-section-heading { display: grid; grid-template-columns: .65fr 1.35fr; column-gap: 70px; margin-bottom: 70px; }
.video-section-heading .kicker { grid-row: 1 / span 2; }
.video-section-heading > p:last-child { max-width: 600px; margin: 22px 0 0; font-family: Georgia, serif; font-size: 19px; line-height: 1.65; }
.youtube-placeholder { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 55px; text-align: center; background: var(--brown); color: var(--paper); border: 1px solid var(--gold); box-shadow: 16px 16px 0 var(--gold); }
.video-play { display: grid; place-items: center; width: 90px; height: 90px; margin-bottom: 30px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 28px; padding-left: 5px; }
.youtube-placeholder strong { font-family: Georgia, serif; font-size: clamp(30px, 3vw, 46px); font-weight: 400; }
.youtube-placeholder p { max-width: 520px; margin: 18px 0 0; color: rgba(251,247,238,.7); font-size: 14px; line-height: 1.6; }
.youtube-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #17100c; }
.youtube-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.guitaroke-video-card { display: grid; grid-template-columns: 1.45fr .55fr; background: var(--brown); color: var(--paper); border: 1px solid var(--gold); box-shadow: 16px 16px 0 var(--gold); }
.guitaroke-video-info { padding: clamp(35px, 5vw, 75px); display: flex; flex-direction: column; justify-content: center; }
.guitaroke-video-info .kicker { color: var(--gold); }
.guitaroke-video-info h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 3.2vw, 50px); font-weight: 400; line-height: 1.05; }
.guitaroke-video-info > p:last-child { margin: 24px 0 0; color: rgba(251,247,238,.72); font-family: Georgia, serif; font-size: 17px; line-height: 1.6; }
.guitaroke-video-grid { display: flex; flex-direction: column; gap: 85px; margin-top: 100px; }
.guitaroke-video-card.reverse { grid-template-columns: .55fr 1.45fr; }
.guitaroke-video-card.reverse .youtube-embed { order: 2; }
.guitaroke-video-card.reverse .guitaroke-video-info { order: 1; }

@media (max-width: 900px) {
  .topbar nav a:not(:last-child) { display: none; }
  .hero { min-height: 850px; }
  .hero-photo::after { background: linear-gradient(90deg, rgba(20,13,9,.9), rgba(20,13,9,.25)), linear-gradient(0deg, rgba(20,13,9,.8), transparent 55%); }
  .hero-photo img { object-position: 62% center; }
  .hero-copy { width: 70%; min-height: 850px; padding: 80px 7vw; }
  .photo-note { display: none; }
  .atelier { min-height: 650px; }
  .atelier-caption { flex-direction: column; align-items: flex-start; }
  .atelier-caption p { text-align: left; }
  .journey { grid-template-columns: 1fr; }
  .journey-photo { min-height: 600px; margin: 70px 7vw 0; }
  .journey-copy { padding: 90px 7vw; }
  .music-invite .journey-copy { order: 2; }
  .music-invite .journey-photo { order: 1; margin: 70px 7vw 0; }
  .music-heading { grid-template-columns: 1fr; gap: 20px; }
  .release-list > a { grid-template-columns: 45px 1fr 45px; }
  .release-list small { display: none; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .music-hero-copy { width: 75%; }
  .collection-intro { grid-template-columns: 1fr; }
  .collection-intro-photo { min-height: 560px; margin-bottom: 75px; }
  .album-block { grid-template-columns: 1fr; }
  .album-block.reverse .album-text, .album-block.reverse .bandcamp-embed-slot { order: initial; }
  .journey-hero-copy { width: 80%; }
  .story-intro { grid-template-columns: 1fr; gap: 20px; padding: 90px 7vw; }
  .story-intro-photo { min-height: 560px; margin-bottom: 60px; }
  .story-chapter { grid-template-columns: 1fr; }
  .story-chapter.reverse .story-photo, .story-chapter.reverse .story-copy { order: initial; }
  .story-photo { min-height: 620px; }
  .story-copy { padding: 90px 7vw; }
  .guitaroke-hero-copy { width: 68%; }
  .guitaroke-intro, .video-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .video-section-heading .kicker { grid-row: auto; }
  .guitaroke-video-card { grid-template-columns: 1fr; }
  .guitaroke-video-grid { gap: 55px; margin-top: 80px; }
  .guitaroke-video-card.reverse { grid-template-columns: 1fr; }
  .guitaroke-video-card.reverse .youtube-embed, .guitaroke-video-card.reverse .guitaroke-video-info { order: initial; }
}

@media (max-width: 540px) {
  .topbar { padding: 16px 20px; }
  .signature { width: 165px; }
  .topbar nav { gap: 0; font-size: 10px; }
  .hero { min-height: 760px; }
  .hero-copy { width: 100%; padding: 70px 22px 55px; min-height: 760px; justify-content: flex-end; }
  h1 { font-size: 56px; }
  .hero-photo img { object-position: 66% center; }
  .hero-photo::after { background: linear-gradient(0deg, rgba(20,13,9,.95) 0%, rgba(20,13,9,.25) 75%); }
  .manifesto { padding: 80px 22px; }
  .manifesto p { font-size: 38px; }
  .atelier { min-height: 570px; }
  .atelier-caption { left: 22px; right: 22px; bottom: 40px; }
  .atelier-caption p { font-size: 34px; }
  .journey-photo { min-height: 420px; margin: 50px 22px 0; box-shadow: 12px 12px 0 var(--gold); }
  .music-invite .journey-photo { margin: 50px 22px 0; box-shadow: -12px 12px 0 var(--rust); }
  .journey-copy, .music-preview { padding: 75px 22px; }
  .journey h2, .music-preview h2 { font-size: 47px; }
  .release-list > a { grid-template-columns: 35px 1fr 40px; min-height: 100px; }
  .release-list strong { font-size: 20px; }
  footer { padding: 50px 22px; }
  .music-hero, .music-hero-copy { min-height: 650px; }
  .music-hero-copy { width: 100%; padding: 70px 22px 45px; }
  .music-hero-copy h1 { font-size: 68px; }
  .album-collection { padding: 75px 22px 90px; }
  .collection-intro { margin-bottom: 55px; }
  .collection-intro-photo { min-height: 390px; margin-bottom: 60px; box-shadow: 12px 12px 0 var(--gold); }
  .album-block { padding: 60px 0; gap: 38px; }
  .album-number { margin-bottom: 24px; font-size: 45px; }
  .bandcamp-embed-slot { min-height: 330px; padding: 32px 22px; box-shadow: 8px 8px 0 var(--gold); }
  .bandcamp-cta { padding: 80px 22px; }
  .journey-hero, .journey-hero-copy { min-height: 650px; }
  .journey-hero-copy { width: 100%; padding: 70px 22px 45px; justify-content: flex-end; }
  .journey-hero-copy h1 { font-size: 56px; }
  .journey-hero > img { object-position: 58% center; transform: scale(1.08) translateX(1%); }
  .story-intro, .story-copy { padding: 75px 22px; }
  .story-intro-photo { min-height: 390px; margin-bottom: 45px; box-shadow: 12px 12px 0 var(--gold); }
  .story-photo { min-height: 480px; }
  .story-intro h2, .story-chapter h2, .journey-cta h2 { font-size: 44px; }
  .story-quote { padding: 80px 22px; }
  .journey-cta { padding: 80px 22px; }
  .guitaroke-hero, .guitaroke-hero-copy { min-height: 650px; }
  .guitaroke-hero-copy { width: 100%; padding: 70px 22px 45px; }
  .guitaroke-hero-copy h1 { font-size: 63px; }
  .guitaroke-hero > img { object-position: 64% center; }
  .guitaroke-intro, .guitaroke-videos { padding: 80px 22px; }
  .guitaroke-intro h2, .guitaroke-videos h2 { font-size: 47px; }
  .youtube-placeholder { min-height: 340px; padding: 40px 22px; box-shadow: 10px 10px 0 var(--gold); }
  .guitaroke-video-card { box-shadow: 10px 10px 0 var(--gold); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
