:root {
  --ink: #102c25;
  --muted: #5e6863;
  --paper: #fbf8f0;
  --paper-deep: #f3eee2;
  --forest: #082f26;
  --forest-deep: #05251e;
  --forest-soft: #17463b;
  --cream: #fff9e9;
  --oxblood: #b11d25;
  --oxblood-dark: #8e141b;
  --brass: #c6a15b;
  --line: #d5d5ca;
  --danger: #9d2d2d;
  --shadow: 0 22px 60px rgba(8, 47, 38, 0.13);
  --radius: 0;
  --page: min(1420px, calc(100% - 5rem));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3 {
  margin-top: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  line-height: 1.03;
}
h1 { font-size: clamp(3.25rem, 6.3vw, 6.8rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.04em; }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1rem; }
.page-width { width: var(--page); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: var(--forest); background: white; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--oxblood); outline-offset: 4px; }
.eyebrow { margin: 0 0 .55rem; color: var(--oxblood); font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.site-nav { position: sticky; top: 0; z-index: 50; color: var(--cream); background: rgba(5, 37, 30, .97); border-bottom: 1px solid rgba(255, 249, 233, .1); backdrop-filter: blur(18px); }
.site-nav__inner { min-height: 6rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: 1.5rem; line-height: 1; }
.brand__name { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.65rem, 2.5vw, 2.2rem); font-style: italic; font-weight: 700; letter-spacing: -.045em; }
.brand__claim { position: relative; padding-left: 2.2rem; color: rgba(255, 249, 233, .74); font-family: "Fraunces", Georgia, serif; font-size: .69rem; letter-spacing: .22em; text-transform: uppercase; white-space: nowrap; }
.brand__claim::before { content: ""; position: absolute; top: 50%; left: 0; width: 1.35rem; height: 1px; background: rgba(255, 249, 233, .45); }
.main-menu { display: flex; align-items: center; gap: 1.8rem; list-style: none; margin: 0; padding: 0; }
.main-menu a { display: block; padding: .65rem 0; color: rgba(255, 249, 233, .88); font-size: .94rem; font-weight: 500; transition: color .18s ease; }
.main-menu a:hover, .main-menu a[aria-current="page"] { color: #fff; }
.main-menu a[aria-current="page"] { font-weight: 700; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .75rem; }
.menu-toggle > span:not(.sr-only) { display: block; width: 1.5rem; height: 2px; margin: 4px; background: var(--cream); }

.hero { position: relative; min-height: 640px; overflow: hidden; color: var(--cream); background: radial-gradient(circle at 80% 35%, rgba(38, 91, 73, .3), transparent 33%), linear-gradient(112deg, var(--forest-deep), var(--forest) 60%, #0b382d); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: repeating-linear-gradient(93deg, rgba(255,255,255,.025) 0 1px, transparent 1px 4px), repeating-linear-gradient(2deg, rgba(0,0,0,.03) 0 1px, transparent 1px 5px); mix-blend-mode: soft-light; }
.hero__inner { position: relative; z-index: 1; min-height: 640px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; }
.hero__content { position: relative; z-index: 2; padding: 5.2rem 0 5.8rem; }
.hero h1 { max-width: 790px; margin-bottom: 1.15rem; }
.hero__accent { display: block; width: 4.8rem; height: 4px; margin-bottom: 1.45rem; background: var(--oxblood); }
.hero__lead { max-width: 600px; margin: 0; color: rgba(255, 249, 233, .84); font-size: clamp(1.08rem, 1.65vw, 1.32rem); line-height: 1.5; }
.hero__actions, .download-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.6rem; margin-top: 1.9rem; }
.hero__order-button { min-height: 4.65rem; padding-inline: 2.8rem; font-size: 1.2rem; letter-spacing: .08em; text-transform: uppercase; }
.hero__visual { position: absolute; inset: 0 -1vw 0 43%; display: grid; place-items: center; pointer-events: none; }
.hero__visual img {
  width: min(820px, 58vw);
  max-width: none;
  transform: translate(-1%, 8%);
  filter: saturate(1.04);
}
.button { display: inline-flex; min-height: 3.85rem; align-items: center; justify-content: center; gap: 1.2rem; padding: .9rem 1.8rem; border: 1px solid transparent; border-radius: 0; font-family: "Fraunces", Georgia, serif; font-size: 1.08rem; font-weight: 600; cursor: pointer; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.button--primary { color: white; background: var(--oxblood); }
.button--primary:hover { background: var(--oxblood-dark); }
.button--ghost { color: white; border-color: rgba(255,255,255,.46); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button--ghost-dark { color: var(--forest); border-color: var(--forest); }
.button--ghost-dark:hover { color: white; background: var(--forest); }
.hero__text-link { color: var(--cream); font-family: "Fraunces", Georgia, serif; font-size: 1.05rem; }
.hero__text-link span { margin-left: .45rem; color: #e73b42; }

.home-products { padding: 1.55rem 0 1.35rem; background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--products { margin-bottom: .35rem; }
.section-heading--products h2 { font-size: clamp(2rem, 3.4vw, 3.3rem); }
.text-link { color: var(--oxblood); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: .45rem; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.product-grid--home { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; }
.product-card { display: grid; grid-template-columns: minmax(150px, .76fr) 1.24fr; min-height: 300px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 36px rgba(8, 47, 38, .055); }
.product-card__image { display: grid; place-items: center; min-height: 260px; padding: 1.2rem; background: var(--paper-deep); }
.product-card__image img { width: 100%; max-height: 270px; object-fit: contain; }
.product-card__content { display: flex; flex-direction: column; padding: 1.7rem; }
.product-card__content h3 { margin-bottom: .8rem; }
.product-card__content p { margin-bottom: .55rem; color: var(--muted); font-size: .94rem; }
.product-card__price { margin-top: auto !important; padding-top: 1rem; color: var(--forest) !important; font-family: "Fraunces", Georgia, serif; font-size: 1.45rem !important; font-weight: 700; }
.product-card__note { margin-top: .6rem; padding: .8rem; background: var(--paper-deep); font-size: .83rem !important; }
.product-grid--offer { align-items: stretch; gap: 1.5rem; }
.product-grid--instruments { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-grid--books { max-width: 920px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card--offer { display: flex; min-height: 100%; flex-direction: column; border-color: #d9d7cc; box-shadow: none; }
.product-card--offer .product-card__image { min-height: 0; aspect-ratio: 4 / 3; padding: 1.7rem; border-bottom: 1px solid var(--line); background: #f6f1e7; }
.product-card--offer .product-card__image img { width: 100%; height: 100%; max-height: 220px; object-fit: contain; }
.product-card--book .product-card__image img { max-height: 245px; }
.product-card--offer .product-card__content { flex: 1; padding: 1.55rem; }
.product-card--offer .product-card__kind { margin: 0 0 .55rem; color: var(--oxblood); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.product-card--offer .product-card__content h3 { min-height: 2.15em; margin-bottom: .9rem; font-size: clamp(1.25rem, 1.8vw, 1.55rem); line-height: 1.08; }
.product-card__details { display: grid; gap: .38rem; margin: 0; padding: 0; color: var(--muted); font-size: .9rem; list-style: none; }
.product-card__details li { position: relative; padding-left: .95rem; }
.product-card__details li::before { content: ""; position: absolute; top: .68em; left: 0; width: .28rem; height: .28rem; background: var(--brass); }
.product-card__purchase { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.5rem; }
.product-card--offer .product-card__price { margin: 0 !important; padding: 0; font-size: 1.55rem !important; white-space: nowrap; }
.product-card__order { min-height: 3rem; padding: .65rem 1.05rem; gap: .65rem; font-family: "DM Sans", system-ui, sans-serif; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.product-card--compact { display: flex; min-width: 0; min-height: 0; flex-direction: column; border: 0; border-right: 1px solid var(--line); background: transparent; box-shadow: none; }
.product-card--compact:first-child { border-left: 1px solid var(--line); }
.product-card--compact .product-card__image { min-height: 135px; padding: .7rem 1.35rem .2rem; background: transparent; }
.product-card--compact .product-card__image img { max-height: 118px; object-fit: contain; }
.product-card--compact .product-card__content { align-items: flex-start; padding: .35rem 1.35rem .65rem; }
.product-card--compact h3 { min-height: 2.55em; margin: 0 0 .45rem; font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.25; }
.product-card__cta { color: var(--oxblood); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-card__cta span { margin-left: .35rem; }
.product-card__cta:hover, .text-link:hover, .hero__text-link:hover { color: #e02932; }
.order-note { margin: .5rem 0 0; color: var(--muted); font-family: "Fraunces", Georgia, serif; font-size: .9rem; text-align: right; }
.loading-message, .error-message { grid-column: 1 / -1; padding: 2rem; text-align: center; border: 1px dashed var(--line); color: var(--muted); }
.error-message { color: var(--danger); }

.page-hero { padding: clamp(3.8rem, 7vw, 6rem) 0; color: var(--cream); background: radial-gradient(circle at 80% 30%, rgba(42, 95, 76, .35), transparent 28%), var(--forest); }
.page-hero h1 { margin-bottom: 1rem; }
.page-hero p:last-child { max-width: 700px; color: rgba(255,249,233,.75); font-size: 1.2rem; }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.notice { margin-bottom: 2.5rem; padding: 1.2rem 1.4rem; border-left: 4px solid var(--oxblood); background: var(--paper-deep); }
.catalog { padding-block: clamp(3rem, 6vw, 5.5rem); }
.catalog > .notice { margin-bottom: clamp(3rem, 6vw, 5rem); }
.catalog__section + .catalog__section { margin-top: clamp(4rem, 8vw, 7rem); }
.catalog__section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.catalog__section-heading h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.25rem); }
.catalog__section-heading p { max-width: 430px; margin: 0; color: var(--muted); text-align: right; }
.catalog__download-note { display: grid; grid-template-columns: minmax(200px, .7fr) minmax(300px, 1.4fr) auto; gap: 1.5rem; align-items: center; margin-bottom: 1.5rem; padding: 1.1rem 1.25rem; color: var(--cream); background: var(--forest); }
.catalog__download-note strong { font-family: "Fraunces", Georgia, serif; font-size: 1.08rem; }
.catalog__download-note span { color: rgba(255,249,233,.72); font-size: .88rem; }
.catalog__download-note a { color: #f0d5a5; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.catalog__download-note a:hover { color: white; }

.contact-band { color: var(--cream); background: var(--forest); }
.contact-band__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; padding-block: 4.5rem; }
.contact-band h2 { margin-bottom: 0; }
.contact-band address { display: flex; flex-direction: column; padding: 2rem; border-left: 1px solid rgba(255,249,233,.3); font-style: normal; }
.contact-band address a { color: rgba(255,249,233,.8); }
.contact-cards { display: grid; gap: 1rem; }
.contact-card { display: grid; grid-template-columns: 110px 1fr auto; gap: 1rem; align-items: center; padding: 1.3rem 1.5rem; border: 1px solid var(--line); background: white; }
.contact-card:hover { border-color: var(--oxblood); }
.contact-card > span:first-child { color: var(--muted); }
.privacy-note { margin-top: 2rem; padding: 1rem 0; color: var(--muted); font-size: .9rem; border-top: 1px solid var(--line); }
.contact-sheet { padding: clamp(2rem, 5vw, 4rem); color: var(--cream); background: var(--forest); box-shadow: var(--shadow); }
.contact-sheet a { color: #f0d5a5; }
.prose { max-width: 900px; }
.prose > p { max-width: 760px; font-size: 1.08rem; }
.prose .lead { color: var(--forest); font-family: "Fraunces", Georgia, serif; font-size: clamp(1.45rem, 3vw, 2rem); }
.prose .video { width: 100%; max-width: 760px; }
.video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; margin-top: 3rem; background: #101714; box-shadow: var(--shadow); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.profile { display: grid; grid-template-columns: 250px 1fr; gap: 2rem; align-items: start; margin-bottom: 3rem; }
.profile img { border: 1px solid var(--line); }
.document-list, .link-grid { list-style: none; padding: 0; }
.document-list { display: grid; gap: .7rem; }
.document-list a { display: flex; justify-content: space-between; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); }
.document-list a:hover { color: var(--oxblood); }
.link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.link-grid > li > a { min-height: 200px; display: flex; flex-direction: column; padding: 1.6rem; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.link-grid a > strong { font-family: "Fraunces", Georgia, serif; font-size: 1.35rem; }
.link-grid a > span:not(.text-link) { color: var(--muted); }
.link-grid .text-link { margin-top: auto; padding-top: 1rem; }

.download-featured { margin-bottom: 2rem; }
.download-file { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); }
.download-file small, .button small { margin-left: .8rem; opacity: .7; }
.download-group { margin-top: 1rem; border: 1px solid var(--line); background: white; }
.download-group summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.4rem 1.5rem; cursor: pointer; list-style: none; }
.download-group summary::-webkit-details-marker { display: none; }
.download-group summary strong, .download-group summary small { display: block; }
.download-group summary small { color: var(--muted); }
.download-group__marker { font-size: 1.8rem; transition: transform .2s; }
.download-group[open] .download-group__marker { transform: rotate(45deg); }
.download-group__content { padding: 0 1.5rem 1.5rem; }
.track-list { margin: 1.5rem 0 0; padding: 0; list-style-position: inside; border-top: 1px solid var(--line); }
.track-list li { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(220px, .8fr) auto; gap: 1rem; align-items: center; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.track-list audio { width: 100%; height: 36px; }
.track-list a { color: var(--oxblood); font-weight: 700; }
.track-list__title small { display: block; color: var(--muted); }

.site-footer { padding-top: 4rem; color: rgba(255,249,233,.7); background: #041d17; }
.site-footer__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(180px, .6fr); gap: 3rem; }
.site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer strong { margin-bottom: .8rem; color: white; }
.site-footer__brand { font-family: "Fraunces", Georgia, serif; font-size: 1.6rem; }
.site-footer a { margin-bottom: .5rem; }
.site-footer a:hover { color: white; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 3rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.admin-link { display: inline-grid; width: 2rem; height: 2rem; place-items: center; align-self: center; color: rgba(255,249,233,.46); border: 1px solid rgba(255,249,233,.14); border-radius: 50%; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
.admin-link:hover { color: #f0d5a5; border-color: rgba(240,213,165,.5); background: rgba(255,255,255,.05); }
.admin-link__icon { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.error-page { min-height: 65vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }

@media (max-width: 1180px) {
  :root { --page: min(100% - 3rem, 1420px); }
  .brand__claim { display: none; }
  .main-menu { gap: 1.1rem; }
  .hero__inner { grid-template-columns: 1fr 1fr; }
  .hero__visual { inset-inline-start: 40%; }
  .product-grid--home { grid-template-columns: repeat(3, 1fr); }
  .product-card--compact:nth-child(3) { border-right: 0; }
  .product-card--compact:nth-child(n+4) { border-top: 1px solid var(--line); }
  .product-card--compact:nth-child(4) { border-left: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .main-menu { gap: .8rem; }
  .main-menu a { font-size: .86rem; }
  .hero, .hero__inner { min-height: 610px; }
  .hero__inner { grid-template-columns: 1.15fr .85fr; }
  .hero__visual { inset-inline-start: 45%; opacity: .74; }
  .product-grid--instruments { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid--books { max-width: none; }
  .catalog__download-note { grid-template-columns: 1fr auto; }
  .catalog__download-note span { grid-column: 1 / -1; grid-row: 2; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid > div:first-child { grid-column: 1 / -1; }
  .track-list li { grid-template-columns: 1fr auto; }
  .track-list audio { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 760px) {
  :root { --page: min(100% - 2rem, 1420px); }
  .site-nav__inner { min-height: 4.9rem; }
  .menu-toggle { display: block; }
  .main-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: .8rem 1rem 1rem; background: var(--forest-deep); border-bottom: 1px solid rgba(255,255,255,.12); }
  .main-menu.is-open { display: block; }
  .main-menu a { padding: .72rem 0; font-size: 1rem; }
  .hero, .hero__inner { min-height: 690px; }
  .hero__inner { display: block; }
  .hero__content { padding: 4rem 0 15rem; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .hero__lead { max-width: 33rem; }
  .hero__visual { inset: auto auto 1rem 50%; width: 100vw; height: clamp(290px, 45vw, 340px); display: flex; align-items: flex-end; justify-content: center; opacity: .92; transform: translateX(-50%); }
  .hero__visual img { width: clamp(430px, 78vw, 540px); transform: none; }
  .section-heading, .contact-band__inner { align-items: flex-start; grid-template-columns: 1fr; flex-direction: column; }
  .section-heading--products { margin-bottom: 1rem; }
  .product-grid--home { grid-template-columns: repeat(2, 1fr); }
  .product-card--compact:nth-child(n) { border-top: 0; border-right: 1px solid var(--line); border-left: 0; }
  .product-card--compact:nth-child(odd) { border-left: 1px solid var(--line); }
  .product-card--compact:nth-child(n+3) { border-top: 1px solid var(--line); }
  .order-note { text-align: left; }
  .product-card:not(.product-card--compact) { grid-template-columns: 1fr; }
  .product-card__image { min-height: 220px; }
  .product-grid--instruments, .product-grid--books { grid-template-columns: 1fr; }
  .catalog__section-heading { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .catalog__section-heading p { text-align: left; }
  .catalog__download-note { grid-template-columns: 1fr; gap: .45rem; }
  .catalog__download-note span { grid-column: auto; grid-row: auto; }
  .catalog__download-note a { margin-top: .55rem; }
  .product-card--offer .product-card__content h3 { min-height: 0; }
  .contact-card { grid-template-columns: 75px 1fr auto; font-size: .9rem; }
  .profile { grid-template-columns: 1fr; }
  .profile img { width: 180px; }
  .link-grid, .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__grid > div:first-child { grid-column: auto; }
  .track-list li { grid-template-columns: 1fr; }
  .track-list audio { grid-column: auto; grid-row: auto; }
}

@media (max-width: 480px) {
  .brand__name { font-size: 1.7rem; }
  .hero, .hero__inner { min-height: 690px; }
  .hero__content { padding-top: 3.2rem; padding-bottom: 14rem; }
  .hero h1 { font-size: clamp(3rem, 13vw, 3.45rem); line-height: 1.02; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .button { width: auto; }
  .hero__visual { bottom: .75rem; height: 260px; }
  .hero__visual img { width: min(100vw, 410px); transform: none; }
  .product-grid--home { grid-template-columns: 1fr; }
  .product-card--compact:nth-child(n) { border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
  .product-card--compact:nth-child(n+2) { border-top: 1px solid var(--line); }
  .product-card--compact h3 { min-height: 0; }
}

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