* { box-sizing: border-box; }
:root { color-scheme: light; --paper: #fcfaf9; --ink: #292426; --muted: #64565a; --wine: #713640; --line: #e3d7d8; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; font-size: 1rem; line-height: 1.6; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--wine); outline-offset: 6px; }
.page-shell { max-width: 1440px; min-height: 100svh; margin: auto; padding: 2rem clamp(1.25rem, 5vw, 5rem); display: flex; flex-direction: column; }
.masthead { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .9rem; text-decoration: none; }
.monogram { display: grid; place-items: center; flex-shrink: 0; width: 3rem; height: 3rem; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); font-family: Georgia, serif; font-size: .875rem; }
.brand-name { font-family: Georgia, serif; font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.3; }
.location { color: var(--muted); font-size: .875rem; }
.hero { flex: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding: clamp(3rem, 7vw, 6rem) 0; }
.studio-photos { margin: 0; align-self: center; }
.photo-window { width: 100%; aspect-ratio: 1288 / 272; overflow: hidden; position: relative; background: #e3d7d8; }
.photo-window img { position: absolute; max-width: none; width: 119.254658%; height: auto; left: -9.627329%; }
.building img { top: -54.411765%; }
.neighbourhood { aspect-ratio: 1288 / 260; margin-top: 1rem; }
.neighbourhood img { top: -173.846154%; }
figcaption { margin-top: 1rem; color: var(--muted); font-size: .875rem; }
.eyebrow { margin: 0 0 1rem; color: var(--wine); font-size: .875rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2.5rem, 4.5vw, 4.5rem); line-height: 1.13; letter-spacing: -.035em; }
h1 em { color: var(--wine); font-weight: 400; }
.rule { width: 3rem; height: 3px; background: #d7a7b0; margin: 1.75rem 0; }
.intro { max-width: 34rem; margin: 0; font-size: 1.125rem; line-height: 1.7; }
.return-note { margin: 1rem 0 0; color: var(--muted); font-size: 1rem; }
.contact-details { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.phone { font-size: 1.25rem; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: .25em; color: var(--wine); }
address { font-style: normal; font-size: 1rem; margin-top: .75rem; line-height: 1.7; }
.footer { display: flex; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; padding-top: 1.25rem; border-top: 1px solid var(--line); font-size: .875rem; color: var(--muted); }
@media (max-width: 700px) { .page-shell { padding-top: 1.25rem; } .location { display: none; } .hero { grid-template-columns: 1fr; gap: 2rem; padding: 2rem 0; } h1 { font-size: clamp(2.5rem, 9vw, 3.5rem); } .footer { flex-direction: column; gap: .5rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Display the supplied logo and portrait directly from their reference screenshots. */
.masthead { padding-top: 0; padding-bottom: 1.25rem; }
.logo-window { display: block; position: relative; overflow: hidden; width: 220px; aspect-ratio: 730 / 460; background: #000; }
.logo-window img { position: absolute; max-width: none; width: 376.986301%; height: auto; left: -138.356164%; top: -152.173913%; }
.portrait-window { position: relative; overflow: hidden; width: 100%; max-width: 480px; aspect-ratio: 408 / 442; background: #282627; }
.portrait-window img { position: absolute; max-width: none; width: 376.470588%; height: auto; left: -30.392157%; top: -58.823529%; }
.hero { padding-top: 2.5rem; padding-bottom: 3rem; }
@media (max-width: 700px) { .logo-window { width: 180px; } .portrait-window { max-width: 408px; } }

/* Invert the original white mark and blend its white field into the page. */
.logo-window { background: transparent; mix-blend-mode: multiply; }
.logo-window img { filter: invert(1); }
.footer { justify-content: flex-end; }

/* Fade only the portrait perimeter; the central face area stays fully opaque. */
.portrait-window {
  -webkit-mask-image: linear-gradient(to right, transparent, rgb(0 0 0 / .18) .4%, rgb(0 0 0 / .65) 1.2%, rgb(0 0 0 / .94) 2.2%, #000 3%, #000 97%, rgb(0 0 0 / .94) 97.8%, rgb(0 0 0 / .65) 98.8%, rgb(0 0 0 / .18) 99.6%, transparent), linear-gradient(to bottom, transparent, rgb(0 0 0 / .55) .8%, rgb(0 0 0 / .92) 1.8%, #000 2.5%, #000 94%, rgb(0 0 0 / .94) 96%, rgb(0 0 0 / .65) 98%, rgb(0 0 0 / .18) 99.5%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent, rgb(0 0 0 / .18) .4%, rgb(0 0 0 / .65) 1.2%, rgb(0 0 0 / .94) 2.2%, #000 3%, #000 97%, rgb(0 0 0 / .94) 97.8%, rgb(0 0 0 / .65) 98.8%, rgb(0 0 0 / .18) 99.6%, transparent), linear-gradient(to bottom, transparent, rgb(0 0 0 / .55) .8%, rgb(0 0 0 / .92) 1.8%, #000 2.5%, #000 94%, rgb(0 0 0 / .94) 96%, rgb(0 0 0 / .65) 98%, rgb(0 0 0 / .18) 99.5%, transparent);
  mask-composite: intersect;
}
main { flex: 1; }
h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.4vw, 3.3rem); font-weight: 400; line-height: 1.18; letter-spacing: -.025em; }
h2 em { color: var(--wine); }
h3 { margin: 0 0 .8rem; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; line-height: 1.3; }
.editorial-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(2rem, 6vw, 6rem); border-top: 1px solid var(--line); padding: clamp(3rem, 6vw, 6rem) 0; }
.section-copy p { margin: 0 0 1.3rem; line-height: 1.8; max-width: 42rem; }
.section-copy p:last-child { margin-bottom: 0; }
.section-copy .lead { font-size: 1.25rem; line-height: 1.65; }
.teaching-section { padding: clamp(2rem, 5vw, 4rem); margin: 0 0 1rem; background: #f5e9ed; }
.teaching-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; margin-top: 3rem; }
.teaching-grid article { padding-top: 1.5rem; border-top: 1px solid #cdaeb6; }
.teaching-grid p { margin: 0; line-height: 1.8; }
.programme-note { border-left: 3px solid #d7a7b0; padding-left: 1.5rem; margin-top: 2rem; }
.space-section { padding: 1rem 0 4rem; }
.space-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.space-heading > p { max-width: 27rem; margin: 0; line-height: 1.8; }
.studio-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.studio-gallery figure { margin: 0; }
.gallery-window { position: relative; overflow: hidden; aspect-ratio: 297 / 298; }
.gallery-window img { position: absolute; width: 517.171717%; height: auto; max-width: none; top: -237.248322%; }
.room img { left: -41.750842%; }
.recording img { left: -152.861953%; }
.music img { left: -375.420875%; }
.resources-note { margin-top: 1.75rem !important; color: var(--muted); }
@media (max-width: 800px) {
  .editorial-section { grid-template-columns: 1fr; gap: 1.75rem; }
  .teaching-grid { grid-template-columns: 1fr; gap: 1.75rem; margin-top: 2rem; }
  .space-heading { display: block; }
  .space-heading > p { margin-top: 1.5rem; }
  .studio-gallery { grid-template-columns: 1fr; gap: 2rem; }
  .gallery-window { max-width: 480px; }
}

.enquiry-guide { padding: 1.4rem 0; margin: 1.8rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.enquiry-guide h3 { font-size: 1.25rem; }
.enquiry-guide ul { margin: .75rem 0 0; padding-left: 1.2rem; }
.enquiry-guide li { padding-left: .2rem; margin: .45rem 0; line-height: 1.7; }
.enquiry-guide li::marker { color: var(--wine); }

.music-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); padding: clamp(3rem, 6vw, 6rem) 0; background: #201c1e; color: #faf6f3; margin: 0 calc(clamp(1.25rem, 5vw, 5rem) * -1); padding-left: clamp(1.25rem, 5vw, 5rem); padding-right: clamp(1.25rem, 5vw, 5rem); }
.music-section .eyebrow { color: #e2b7c0; }
.music-section h2 em { color: #e2b7c0; }
.music-copy > p:not(.eyebrow) { max-width: 32rem; color: #ded4d5; line-height: 1.8; }
.music-link { display: inline-block; margin-top: .8rem; color: #fff; font-weight: 600; text-underline-offset: .3em; }
.music-player { width: 100%; aspect-ratio: 16 / 9; background: #0f0d0e; box-shadow: 0 1.5rem 3rem rgb(0 0 0 / .25); }
.music-player iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 800px) { .music-section { grid-template-columns: 1fr; } }
