:root {
--cream: #FFFDF8; --ink: #241A0F; --accent: #EF8008; --staff-op: 0.25; --clef-op: 0.15; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
.sc-root {
background: var(--cream);
color: var(--ink);
font-family: 'Outfit', system-ui, sans-serif;
width: 100%;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
} @keyframes sc-rise { from { transform: translateY(16px); } to { transform: none; } }
@keyframes sc-play { from { left: 0; } to { left: 100%; } }
.sc-root [data-reveal] { animation: sc-rise .8s cubic-bezier(.2,.6,.2,1) both; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
.sc-root [data-reveal] { animation: none; }
} .sc-link {
transition: color .25s ease;
}
.sc-link:hover { color: #21180F; }
.sc-link .sc-a { display: inline-block; transition: transform .25s ease; }
.sc-link:hover .sc-a { transform: translateX(4px); } .sc-staff { position: absolute; left: 0; right: 0; pointer-events: none; }
.sc-staff-line { position: absolute; left: 0; right: 0; height: 1.5px; background: #B49A6F; } .sc-topbar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px clamp(20px, 5vw, 40px);
border-bottom: 1.5px solid var(--ink);
}
.sc-wordmark {
font-size: 18px;
letter-spacing: .01em;
display: flex;
align-items: center;
gap: 10px;
}
.sc-brand-dot {
width: 12px; height: 12px;
border-radius: 50%;
background: var(--accent);
display: inline-block;
flex: none;
}
.sc-wordmark-text { font-family: 'Cardo', serif; }
.sc-w-muted { color: #7A6750; }
.sc-w-bold { font-weight: 700; letter-spacing: .04em; }
.sc-menu {
background: none;
border: none;
cursor: pointer;
font-family: 'Outfit', sans-serif;
font-size: 12px;
font-weight: 600;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--ink);
padding: 0;
} .sc-hero {
position: relative;
padding: clamp(40px, 8vw, 72px) clamp(20px, 5vw, 40px) clamp(36px, 6vw, 56px);
overflow: hidden;
}
.sc-staff--hero {
top: clamp(54px, 10vw, 96px);
height: 120px;
opacity: var(--staff-op);
}
.sc-hero-clef {
position: absolute;
left: clamp(14px, 4vw, 32px);
top: clamp(-4px, 3vw, 38px);
font-family: 'Noto Music', 'Cardo', serif;
font-size: 232px;
line-height: 1;
color: #B49A6F;
opacity: var(--clef-op);
pointer-events: none;
z-index: 0;
}
.sc-hero-inner {
max-width: 760px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.sc-eyebrow {
font-size: 12px;
font-weight: 600;
letter-spacing: .22em;
text-transform: uppercase;
color: #A8693A;
margin-bottom: 22px;
}
.sc-h1 {
font-family: 'Cardo', serif;
font-weight: 400;
font-size: clamp(38px, 8.4vw, 64px);
line-height: 1.06;
letter-spacing: -.01em;
margin: 0 0 22px;
max-width: 15ch;
}
.sc-accent-word { font-style: italic; color: var(--accent); }
.sc-hero-sub {
font-size: clamp(16px, 2.4vw, 19px);
line-height: 1.55;
color: #54473A;
margin: 0 0 30px;
max-width: 46ch;
font-weight: 300;
}
.sc-hero-cta {
display: flex;
flex-wrap: wrap;
gap: 13px;
align-items: center;
margin-bottom: 36px;
} .sc-btn {
font-family: 'Outfit', sans-serif;
font-size: 15px;
font-weight: 600;
height: 52px;
cursor: pointer;
transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.sc-btn-primary {
color: var(--cream);
background: var(--ink);
border: 1.5px solid var(--ink);
padding: 0 26px;
}
.sc-btn-primary:hover { transform: translateY(-2px); }
.sc-btn-ghost {
color: var(--ink);
background: transparent;
border: 1.5px solid rgba(36, 26, 15, .4);
padding: 0 22px;
display: inline-flex;
align-items: center;
gap: 10px;
}
.sc-btn-ghost:hover { border-color: var(--accent); color: #A8693A; }
.sc-btn-dot {
width: 13px; height: 13px;
border-radius: 50%;
background: var(--accent);
display: inline-block;
} .sc-hero-figure { margin: 0; }
.sc-hero-video {
position: relative;
aspect-ratio: 2 / 1;
background: repeating-linear-gradient(135deg, #EDE2C9 0 14px, #E6DABE 14px 28px);
border: 1.5px solid var(--ink);
overflow: hidden;
}
.sc-hero-video-play {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
}
.sc-hero-video-play > .sc-play-glyph {
width: 60px; height: 60px;
border-radius: 50%;
border: 1.5px solid var(--ink);
display: flex;
align-items: center;
justify-content: center;
background: rgba(250, 244, 232, .6);
}
.sc-play-glyph::after {
content: "";
width: 0; height: 0;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
border-left: 14px solid var(--ink);
margin-left: 4px;
}
.sc-hero-caption {
font-size: 12px;
letter-spacing: .04em;
color: #8A7656;
margin-top: 9px;
font-weight: 500;
} .sc-orientation {
background: var(--ink);
color: var(--cream);
padding: clamp(48px, 8vw, 76px) clamp(20px, 5vw, 40px);
}
.sc-orientation-inner { max-width: 680px; margin: 0 auto; }
.sc-orientation-lead {
font-family: 'Cardo', serif;
font-weight: 400;
font-size: clamp(24px, 5vw, 36px);
line-height: 1.24;
margin: 0 0 22px;
color: var(--accent);
}
.sc-orientation-body {
font-size: clamp(16px, 2.4vw, 18.5px);
line-height: 1.66;
color: #C9B9A0;
margin: 0;
font-weight: 300;
max-width: 54ch;
} .sc-h2 {
font-family: 'Cardo', serif;
font-weight: 400;
font-size: clamp(28px, 5.6vw, 42px);
letter-spacing: -.01em;
margin: 0;
}
.sc-h2--cream { color: var(--cream); }
.sc-h2--why { font-size: clamp(30px, 7vw, 48px); } .sc-courses { padding: clamp(44px, 7vw, 64px) 0 clamp(40px, 6vw, 56px); }
.sc-courses-head {
max-width: 760px;
margin: 0 auto;
padding: 0 clamp(20px, 5vw, 40px);
}
.sc-courses-head-row {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 14px;
margin-bottom: 8px;
}
.sc-swipe {
font-size: 12px;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
color: #A8693A;
white-space: nowrap;
}
.sc-courses-track { position: relative; }
.sc-staff--courses {
top: 84px;
height: 96px;
opacity: var(--staff-op);
}
.sc-measures {
position: relative;
display: flex;
align-items: stretch;
gap: 0;
overflow-x: auto;
padding: 18px clamp(20px, 5vw, 40px) 24px;
scroll-padding-left: clamp(20px, 5vw, 40px);
scrollbar-width: thin;
scrollbar-color: #C9A86A transparent;
scroll-snap-type: none;
-webkit-overflow-scrolling: touch;
}
.sc-measures::-webkit-scrollbar { height: 6px; }
.sc-measures::-webkit-scrollbar-thumb { background: #C9A86A; border-radius: 3px; }
.sc-courses-clef {
scroll-snap-align: start;
flex: none;
align-self: center;
font-family: 'Noto Music', 'Cardo', serif;
font-size: 148px;
line-height: 1;
color: var(--ink);
margin: 0 18px 18px 0;
pointer-events: none;
}
.sc-measure {
scroll-snap-align: start;
flex: none;
width: clamp(240px, 72vw, 288px);
display: flex;
flex-direction: column;
border-right: 1.5px solid var(--ink);
padding: 0 22px 0 0;
margin-right: 22px;
transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.sc-measure:hover { transform: translateY(-8px); }
.sc-measure:hover .sc-note { transform: scale(1.25); color: var(--accent); }
.sc-measure--soon { border-right-color: rgba(36, 26, 15, .25); }
.sc-card {
background: #FFFCF4;
border: 1.5px solid var(--ink);
padding: 20px 18px;
min-height: 188px;
flex: 1;
display: flex;
flex-direction: column;
}
.sc-card--soon {
background: #EFE7D5;
border-color: rgba(36, 26, 15, .25);
}
.sc-card-title {
font-family: 'Cardo', serif;
font-weight: 700;
font-size: 24px;
line-height: 1.05;
margin: 0 0 10px;
color: var(--ink);
}
.sc-card--soon .sc-card-title { color: #7A6750; }
.sc-note {
font-family: 'Noto Sans Symbols', 'Noto Music', 'Segoe UI Symbol', 'Apple Symbols', serif;
font-weight: 400;
font-size: 26px;
margin-right: 9px;
position: relative;
top: 1px;
display: inline-block;
transition: transform .35s cubic-bezier(.2,.7,.2,1), color .35s ease;
}
.sc-card-line {
font-size: 14.5px;
line-height: 1.5;
color: #54473A;
margin: 0 0 16px;
flex: 1;
}
.sc-card--soon .sc-card-line { color: #8A7656; }
.sc-card-link {
font-size: 13px;
font-weight: 600;
letter-spacing: .08em;
text-transform: uppercase;
color: #A8693A;
text-decoration: none;
}
.sc-coming-soon {
font-size: 12px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
color: #9A876A;
} .sc-teaches { padding: clamp(44px, 7vw, 64px) clamp(20px, 5vw, 40px); }
.sc-teaches-inner { max-width: 680px; margin: 0 auto; }
.sc-teaches .sc-h2 { margin-bottom: 32px; }
.sc-movements { display: flex; flex-direction: column; gap: 0; }
.sc-movement {
display: flex;
gap: 20px;
padding: 24px 0;
border-top: 1.5px solid rgba(36, 26, 15, .18);
}
.sc-movement-rail {
flex: none;
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
width: 30px;
}
.sc-numeral {
font-family: 'Cardo', serif;
font-style: italic;
font-size: 22px;
color: #A8693A;
}
.sc-movement-stem { width: 1.5px; flex: 1; background: rgba(36, 26, 15, .22); }
.sc-movement-h {
font-family: 'Cardo', serif;
font-weight: 700;
font-size: clamp(20px, 3.6vw, 25px);
line-height: 1.15;
margin: 0 0 9px;
}
.sc-movement-p {
font-size: 16px;
line-height: 1.64;
color: #54473A;
margin: 0;
font-weight: 300;
max-width: 52ch;
}
.sc-teaches-link-row {
border-top: 1.5px solid rgba(36, 26, 15, .18);
padding-top: 24px;
}
.sc-teaches-link-row .sc-link,
.sc-why .sc-link {
font-size: 14px;
font-weight: 600;
letter-spacing: .08em;
text-transform: uppercase;
color: #A8693A;
text-decoration: none;
} .sc-begin {
background: var(--ink);
color: var(--cream);
padding: clamp(44px, 7vw, 64px) clamp(20px, 5vw, 40px);
}
.sc-begin-inner { max-width: 680px; margin: 0 auto; }
.sc-begin .sc-h2 { margin-bottom: 28px; }
.sc-paths { display: flex; flex-direction: column; gap: 22px; }
.sc-path { display: flex; gap: 14px; align-items: flex-start; }
.sc-path-dot {
width: 14px; height: 11px;
border-radius: 50%;
background: var(--accent);
transform: rotate(-18deg);
flex: none;
margin-top: 7px;
}
.sc-path-h {
font-weight: 600;
font-size: 18px;
margin: 0 0 6px;
color: var(--cream);
}
.sc-path-p {
font-size: 15.5px;
line-height: 1.6;
color: #C9B9A0;
margin: 0;
font-weight: 300;
max-width: 52ch;
}
.sc-closing {
margin: 34px 0 0;
font-family: 'Cardo', serif;
font-style: italic;
font-weight: 400;
font-size: clamp(21px, 4vw, 28px);
line-height: 1.34;
color: var(--accent);
text-align: center;
} .sc-taste { padding: clamp(44px, 7vw, 64px) clamp(20px, 5vw, 40px); }
.sc-taste-inner { max-width: 680px; margin: 0 auto; }
.sc-taste .sc-h2 { margin-bottom: 24px; }
.sc-player {
background: var(--ink);
padding: 26px 24px;
border: 1.5px solid var(--ink);
}
.sc-player-row { display: flex; align-items: center; gap: 18px; }
.sc-play-btn {
flex: none;
width: 60px; height: 60px;
border-radius: 50%;
background: var(--accent);
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.sc-play-icon--play {
width: 0; height: 0;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-left: 17px solid var(--ink);
margin-left: 4px;
}
.sc-play-icon--pause { display: none; gap: 5px; }
.sc-play-icon--pause > span { width: 5px; height: 20px; background: var(--ink); }
.sc-player.playing .sc-play-icon--play { display: none; }
.sc-player.playing .sc-play-icon--pause { display: flex; }
.sc-player-main { flex: 1; }
.sc-transport { position: relative; height: 64px; }
.sc-transport-line { position: absolute; left: 0; right: 0; height: 1px; background: rgba(201, 185, 160, .4); }
.sc-playhead {
position: absolute;
top: -4px; bottom: -4px;
width: 2px;
background: var(--accent);
display: none;
}
.sc-player.playing .sc-playhead {
display: block;
animation: sc-play 9s linear infinite;
}
.sc-tnote {
position: absolute;
width: 13px; height: 10px;
border-radius: 50%;
transform: rotate(-18deg);
display: none;
}
.sc-player.playing .sc-tnote { display: block; }
.sc-player-caption {
font-size: 12.5px;
color: #A8967A;
margin-top: 6px;
font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
.sc-player.playing .sc-playhead { animation: none; }
} .sc-why { padding: clamp(44px, 7vw, 64px) clamp(20px, 5vw, 40px); }
.sc-why-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.sc-why .sc-h2 { margin-bottom: 16px; }
.sc-why-body {
font-size: clamp(16px, 2.4vw, 19px);
line-height: 1.62;
color: #54473A;
margin: 0 0 22px;
font-weight: 300;
} .sc-trust { padding: 0 clamp(20px, 5vw, 40px) clamp(44px, 7vw, 60px); }
.sc-trust-inner {
max-width: 680px;
margin: 0 auto;
border-top: 1.5px solid var(--ink);
border-bottom: 1.5px solid var(--ink);
padding: 32px 0;
}
.sc-trust-body {
font-size: clamp(16px, 2.5vw, 19px);
line-height: 1.58;
margin: 0 0 22px;
max-width: 56ch;
}
.sc-chips { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.sc-chip {
font-size: 13px;
font-weight: 600;
letter-spacing: .04em;
color: var(--ink);
border: 1.5px solid var(--ink);
padding: 8px 16px;
} .sc-footer {
background: var(--ink);
color: var(--cream);
padding: clamp(40px, 6vw, 52px) clamp(20px, 5vw, 40px) 40px;
}
.sc-footer-inner { max-width: 680px; margin: 0 auto; }
.sc-footer-wordmark {
font-family: 'Cardo', serif;
font-size: 24px;
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.sc-fw-muted { color: #A8967A; }
.sc-fw-bold { font-weight: 700; }
.sc-footer-tagline {
font-size: 15px;
color: #C9B9A0;
margin: 0 0 30px;
max-width: 36ch;
line-height: 1.5;
font-weight: 300;
}
.sc-footer-nav { display: flex; flex-wrap: wrap; gap: 28px 50px; margin-bottom: 28px; }
.sc-footer-heading {
font-size: 11px;
font-weight: 600;
letter-spacing: .16em;
text-transform: uppercase;
color: #8A7656;
margin-bottom: 13px;
}
.sc-footer-links { display: flex; flex-direction: column; gap: 10px; }
.sc-footer-link {
font-size: 15px;
color: var(--cream);
text-decoration: none;
}
.sc-footer-link:hover { color: var(--cream); }
.sc-footer-bottom {
padding-top: 20px;
border-top: 1px solid rgba(201, 185, 160, .2);
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.sc-footer-platforms { display: flex; gap: 18px; }
.sc-footer-platforms span {
font-size: 11px;
font-weight: 500;
letter-spacing: .06em;
color: #8A7656;
}
.sc-copyright { font-size: 11px; color: #6E5B45; }