:root {
  --paper: #f1eadb;
  --paper-deep: #ded1ba;
  --ink: #171512;
  --teal: #1f6670;
  --teal-dark: #103f45;
  --burgundy: #6e2335;
  --white: #fffdf7;
  --line: rgba(23, 21, 18, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--white);
  background: var(--ink);
  font-family: "Italiana", serif;
  font-size: 15px;
  line-height: .72;
}
.brand-mark b { font-weight: 400; padding-left: 8px; }
.brand-name { font-size: 12px; line-height: 1.15; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
nav { display: flex; align-items: center; gap: 36px; }
nav a { color: var(--white); text-decoration: none; font-size: 13px; font-weight: 600; }
.nav-cta { padding: 12px 19px; border: 1px solid rgba(255,255,255,.6); }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: min(820px, 92vh);
  height: 800px;
  display: flex;
  align-items: center;
  color: var(--white);
  isolation: isolate;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; z-index: -2; }
.hero-media {
  background: url("https://images.unsplash.com/photo-1510915361894-db8b60106cb1?auto=format&fit=crop&w=2000&q=88") center 44% / cover no-repeat;
  filter: saturate(.7);
}
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(15,18,15,.82) 0%, rgba(16,23,21,.54) 49%, rgba(16,23,21,.1) 80%), linear-gradient(0deg, rgba(9,22,22,.45), transparent 45%); }
.hero-content { width: min(1200px, 90%); margin: 60px auto 0; }
.eyebrow { margin: 0 0 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.hero h1, .intro h2, .section-heading h2, .visit h2 {
  margin: 0;
  font-family: "Italiana", serif;
  font-weight: 400;
  letter-spacing: 0;
}
.hero h1 { max-width: 900px; font-size: clamp(64px, 8.7vw, 132px); line-height: .82; }
.hero-line { margin: 26px 0 38px; font: italic clamp(28px, 3vw, 43px)/1 "Newsreader", serif; color: #e8d7ae; }
.hero-actions { display: flex; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; padding: 0 24px; text-decoration: none; font-size: 13px; font-weight: 700; }
.button-primary { background: var(--burgundy); color: var(--white); }
.button-primary:hover { background: #842e43; }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.hero-details {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: 28px;
  display: flex;
  gap: 36px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.intro {
  min-height: 560px;
  padding: 110px max(5vw, 24px);
  display: grid;
  grid-template-columns: 1fr 3.2fr .5fr;
  gap: 40px;
  align-items: start;
  position: relative;
  background-color: var(--paper);
  background-image: radial-gradient(rgba(44,39,31,.1) .6px, transparent .7px);
  background-size: 6px 6px;
}
.section-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.section-label span { display: inline-block; margin-right: 12px; color: var(--burgundy); }
.section-label.light { color: rgba(255,255,255,.75); }
.section-label.light span { color: #d8b998; }
.intro-copy h2 { font-size: clamp(52px, 6.2vw, 96px); line-height: .94; }
.intro-copy p { max-width: 580px; margin: 38px 0 0 auto; font-size: 17px; line-height: 1.75; }
.rhythm-mark { color: var(--teal); font-family: serif; font-size: 126px; line-height: .7; transform: rotate(-8deg); opacity: .8; }

.instruments { padding: 105px max(5vw, 24px) 120px; color: var(--white); background: var(--teal-dark); }
.section-heading { display: grid; grid-template-columns: 1fr 2.2fr 1fr; align-items: end; gap: 35px; margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(54px, 6vw, 92px); line-height: .92; }
.section-heading p { margin: 0; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.67); }
.instrument-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.instrument { min-width: 0; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.instrument-photo { height: 290px; background-position: center; background-size: cover; filter: saturate(.65) contrast(.95); transition: filter .35s, transform .35s; }
.instrument:hover .instrument-photo { filter: saturate(1) contrast(1); }
.instrument-info { min-height: 170px; padding: 24px 26px 30px; }
.instrument-info span, .more-note { color: #b4c9c7; font-size: 10px; text-transform: uppercase; font-weight: 700; letter-spacing: .14em; }
.instrument-info h3, .more h3 { margin: 8px 0 10px; font: 400 38px/1 "Italiana", serif; }
.instrument-info p { max-width: 280px; margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; }
.guitar { background-image: url("https://images.unsplash.com/photo-1525201548942-d8732f6617a0?auto=format&fit=crop&w=900&q=84"); }
.piano { background-image: url("https://images.unsplash.com/photo-1520523839897-bd0b52f945a0?auto=format&fit=crop&w=900&q=84"); }
.violin { background-image: url("https://images.unsplash.com/photo-1612225330812-01a9c6b355ec?auto=format&fit=crop&w=900&q=84"); }
.drums { background-image: url("https://images.unsplash.com/photo-1519892300165-cb5542fb47c7?auto=format&fit=crop&w=900&q=84"); }
.flute { background-image: url("https://images.unsplash.com/photo-1573871669414-010dbf73ca84?auto=format&fit=crop&w=900&q=84"); }
.more { min-height: 460px; display: flex; align-items: flex-end; padding: 30px; background: var(--burgundy); }
.more h3 { max-width: 330px; margin: 14px 0 32px; font-size: 43px; line-height: 1.08; }
.more a { text-decoration: none; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.more a span { margin-left: 12px; }

.experience { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; background: #dcd5c8; }
.experience-image { min-height: 690px; background: url("https://images.unsplash.com/photo-1520523839897-bd0b52f945a0?auto=format&fit=crop&w=1400&q=88") center / cover; }
.experience-copy { padding: 100px clamp(32px, 6vw, 100px); display: flex; flex-direction: column; justify-content: center; }
blockquote { margin: 50px 0 35px; font: italic clamp(39px, 4vw, 63px)/1.08 "Newsreader", serif; }
.experience-copy > p { max-width: 500px; margin: 0 0 34px; font-size: 15px; line-height: 1.7; }
.text-link { width: max-content; padding-bottom: 7px; text-decoration: none; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 20px; }

.visit { padding: 110px max(5vw, 24px) 100px; color: var(--white); background: var(--burgundy); }
.visit-top { display: flex; align-items: end; justify-content: space-between; padding-bottom: 70px; }
.visit h2 { margin-top: 28px; font-size: clamp(64px, 8vw, 120px); line-height: .82; }
.round-link { width: 96px; height: 96px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; text-decoration: none; font-size: 35px; transition: background .2s, color .2s; }
.round-link .material-symbols-rounded { font-size: 42px; }
.round-link:hover { background: var(--white); color: var(--burgundy); }
.visit-grid { display: grid; grid-template-columns: 1.4fr .8fr 1.2fr; border-top: 1px solid rgba(255,255,255,.35); }
.visit-grid > div { min-width: 0; padding: 30px 35px 0 0; }
.detail-label { display: block; margin-bottom: 20px; color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; font-weight: 700; letter-spacing: .15em; }
.visit-grid p { margin: 0; font: 400 22px/1.55 "Italiana", serif; }
.visit-grid a { text-decoration: none; overflow-wrap: anywhere; }
.visit-grid a:hover { text-decoration: underline; }
.contact-details p { font: 600 17px/1.8 "DM Sans", sans-serif; }
.contact-details a { text-underline-offset: 4px; }

footer { padding: 36px max(5vw, 24px); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; background: var(--ink); color: var(--white); }
footer > p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.copyright { max-width: 360px; text-align: right; line-height: 1.5; }
.footer-brand .brand-mark { border: 1px solid rgba(255,255,255,.35); }
.mobile-call { display: none; }

@media (max-width: 900px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand-mark { width: 44px; height: 44px; }
  .menu-toggle { width: 42px; height: 42px; padding: 12px 8px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 0; background: transparent; }
  .menu-toggle span { width: 100%; height: 1px; background: var(--white); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  nav { position: absolute; top: 76px; left: 0; width: 100%; padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); }
  nav.open { display: flex; }
  nav a { padding: 15px 0; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-cta { margin-top: 12px; padding: 14px; text-align: center; border: 1px solid rgba(255,255,255,.6); }
  .hero { height: 720px; min-height: 90svh; align-items: flex-end; padding-bottom: 110px; }
  .hero-media { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(15,18,15,.84), rgba(16,23,21,.2)), linear-gradient(0deg, rgba(9,22,22,.76), transparent 55%); }
  .hero-content { margin: 0 24px; width: auto; }
  .hero h1 { font-size: clamp(54px, 14vw, 84px); }
  .hero-details { left: 24px; right: auto; bottom: 28px; gap: 15px; flex-direction: column; }
  .intro { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding-top: 80px; padding-bottom: 80px; }
  .intro-copy p { margin-left: 0; }
  .rhythm-mark { display: none; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading p { max-width: 500px; }
  .instrument-grid { grid-template-columns: repeat(2, 1fr); }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 500px; }
  .experience-copy { padding-top: 80px; padding-bottom: 80px; }
  .visit-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .visit-grid > div:last-child { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr auto; }
  footer > p:first-of-type { display: none; }
}

@media (max-width: 560px) {
  body { padding-bottom: 58px; }
  .brand-name { font-size: 10px; }
  .hero { height: 700px; }
  .hero-content { margin-inline: 20px; }
  .eyebrow { font-size: 10px; }
  .hero-line { margin: 18px 0 28px; font-size: 25px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 300px; }
  .button { justify-content: center; }
  .intro-copy h2 { font-size: 48px; }
  .intro-copy p { font-size: 15px; }
  .instruments { padding-top: 75px; padding-bottom: 80px; }
  .section-heading { gap: 24px; margin-bottom: 38px; }
  .section-heading h2 { font-size: 51px; }
  .instrument-grid { grid-template-columns: 1fr; }
  .instrument-photo { height: 260px; }
  .instrument-info { min-height: 150px; }
  .more { min-height: 340px; }
  .experience-image { min-height: 390px; }
  .experience-copy { padding: 70px 24px; }
  blockquote { margin-top: 35px; font-size: 39px; }
  .visit { padding-top: 80px; }
  .visit-top { align-items: end; padding-bottom: 50px; }
  .visit h2 { font-size: 57px; }
  .round-link { width: 66px; height: 66px; flex: 0 0 auto; }
  .visit-grid { grid-template-columns: 1fr; gap: 0; }
  .visit-grid > div, .visit-grid > div:last-child { grid-column: auto; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .visit-grid p { font-size: 20px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .copyright { text-align: center; }
  .mobile-call { position: fixed; z-index: 20; bottom: 0; left: 0; width: 100%; height: 58px; display: grid; place-items: center; color: var(--white); background: var(--teal); text-decoration: none; font-size: 13px; font-weight: 700; }
}

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