/* Billy: estilos locales sin framework ni runtime. */
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-0.woff2) format('truetype');
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-1.woff2) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/font-2.woff2) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/font-3.woff2) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/font-4.woff2) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/font-5.woff2) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/font-6.woff2) format('truetype');
}

:root { --paper: #f6f0e5; --paper-white: #fcfaf5; --ink: #17130f; --muted: #726a60; --red: #c64027; --red-dark: #9c2e1c; --brass: #d3a54b; --line: #d8cfc0; --night: #191917; --night-soft: #282824; --radius: 0.2rem; }
* { border-color: var(--line); }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; } a { color: inherit; text-decoration: none; } button { cursor: pointer; } img { display: block; max-width: 100%; } 
.shell-width { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.sale-strip { background: var(--red); color: #fff8ef; font-size: 12px; letter-spacing: .01em; }
.sale-strip-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sale-strip p { margin: 0; }.sale-strip p span { text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 800; }.sale-link { display: inline-flex; align-items: center; gap: 5px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; font-weight: 700; white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(252,250,245,.96); border-bottom: 1px solid rgba(23,19,15,.13); backdrop-filter: blur(16px); }
.header-inner { height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand, .footer-brand { font-family: "DM Serif Display", Georgia, serif; font-size: 27px; line-height: 1; display: inline-flex; align-items: center; gap: 9px; letter-spacing: -.035em; white-space: nowrap; word-spacing: normal; }.brand img { width: 48px; height: 48px; object-fit: contain; }.brand-dot, .footer-brand span { color: var(--red); display: inline-block; font-size: 0; margin-inline: -.24em; }.brand-dot::after, .footer-brand span::after { content: "."; font-size: 27px; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }.main-nav a { font-size: 12px; font-weight: 700; letter-spacing: .01em; position: relative; }.main-nav a:after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s cubic-bezier(.23,1,.32,1); }.main-nav a:hover:after { transform: scaleX(1); }
.header-cta, .button-red, .button-paper, .button-ink { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 800; padding: 12px 15px; transition: transform .16s cubic-bezier(.23,1,.32,1), background .16s ease; }.header-cta { color: #fff; background: var(--ink); }.header-cta:hover, .button-ink:hover { background: var(--red); }.header-cta:active, .button-red:active, .button-paper:active, .button-ink:active { transform: scale(.97); }
.mobile-trigger { display: none; border: 0; color: var(--ink); background: transparent; padding: 7px; }.mobile-nav { display: none; }
.eyebrow { margin: 0 0 17px; display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: .16em; font-weight: 800; color: var(--red); }.eyebrow span { width: 24px; height: 2px; background: currentColor; display: inline-block; }.eyebrow.light { color: #f2d491; }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.035em; } h1 em, h2 em { color: var(--red); font-weight: inherit; } h1 { font-size: clamp(48px, 7.4vw, 104px); line-height: .94; } h2 { font-size: clamp(34px, 4vw, 58px); line-height: .98; } h3 { line-height: 1.02; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--red); font-size: 12px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; transition: gap .18s ease; }.text-link:hover { gap: 10px; }.button-red { color: #fff; background: var(--red); }.button-red:hover { background: var(--red-dark); }.button-paper { background: var(--paper-white); color: var(--ink); }.button-paper:hover { background: var(--brass); }.button-ink { background: var(--ink); color: white; }
.home-hero { position: relative; min-height: 670px; color: #fff; overflow: hidden; }.home-hero>img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,13,10,.84) 0%, rgba(16,13,10,.6) 42%, rgba(16,13,10,.15) 100%); }.hero-inner { position: relative; min-height: 670px; display: flex; justify-content: space-between; align-items: flex-end; padding-top: 60px; padding-bottom: 63px; }.hero-copy { width: min(650px, 100%); }.hero-copy h1 { margin-bottom: 25px; }.hero-copy h1 em { color: #f0d08f; }.hero-copy>p:not(.eyebrow) { max-width: 470px; color: #f3ecdf; font-size: 16px; line-height: 1.72; margin-bottom: 31px; }.hero-actions { display: flex; align-items: center; gap: 26px; }.underline-link { display: inline-flex; align-items: center; gap: 7px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.8); font-size: 12px; font-weight: 800; padding-bottom: 5px; }.hero-card { width: 210px; padding: 20px 0 0 20px; border-left: 1px solid rgba(255,255,255,.6); display: flex; flex-direction: column; gap: 13px; }.hero-card span { font-size: 10px; letter-spacing: .13em; color: #f0d08f; }.hero-card strong { font-family: "DM Serif Display", Georgia, serif; font-size: 21px; font-weight: 400; line-height: 1.04; }.hero-card a { display: inline-flex; gap: 6px; align-items: center; font-size: 11px; font-weight: 800; }
.route-band { border-bottom: 1px solid var(--line); background: var(--paper-white); }.route-band-inner { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }.route-band-inner>span { color: var(--muted); font-size: 10px; letter-spacing: .15em; font-weight: 800; }.route-steps { display: flex; align-items: center; gap: 28px; }.route-steps a { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }.route-steps i { font-style: normal; color: var(--red); font-size: 10px; font-weight: 800; }
.section { padding-top: 112px; padding-bottom: 112px; }.main-feature { display: grid; grid-template-columns: .9fr 1.3fr; gap: 92px; align-items: center; }.feature-heading h2 { margin-bottom: 22px; }.feature-heading>p:not(.eyebrow) { max-width: 380px; color: var(--muted); line-height: 1.75; font-size: 14px; margin-bottom: 28px; }.feature-article { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 430px; background: var(--ink); color: #fff; }.feature-article>img { height: 100%; width: 100%; object-fit: cover; }.feature-article>div { padding: 45px 35px; display: flex; flex-direction: column; align-items: flex-start; }.feature-article p { color: var(--brass); letter-spacing: .15em; font-size: 9px; font-weight: 800; }.feature-article h3 { font-size: 37px; margin: 12px 0 18px; }.feature-article span { font-size: 13px; line-height: 1.7; color: #ddd5c9; }.feature-article a { margin-top: auto; font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; gap: 6px; border-bottom: 1px solid #fff; padding-bottom: 4px; }
.paper-section { background: var(--paper-white); }.section-bar { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 47px; }.section-bar h2 { margin: 0; }.section-bar .eyebrow { margin-bottom: 14px; }.home-agenda { border-top: 1px solid var(--line); }.home-agenda article { min-height: 118px; display: grid; grid-template-columns: 145px 1fr 30px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }.home-agenda article:hover { padding-left: 15px; padding-right: 15px; background: #f2e8d7; }.home-date { color: var(--red); font-family: "DM Serif Display", Georgia, serif; font-size: 24px; }.home-agenda p { font-size: 10px; letter-spacing: .14em; color: var(--muted); font-weight: 800; margin: 0 0 7px; }.home-agenda h3 { font-size: 23px; margin: 0 0 8px; }.home-agenda span { display: flex; gap: 5px; align-items: center; color: var(--muted); font-size: 11px; }.home-agenda>a { justify-self: end; color: var(--red); }
.directory-teaser { padding-bottom: 100px; }.teaser-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 42px; }.teaser-top h2 { margin-bottom: 0; }.teaser-search { width: 320px; display: flex; align-items: center; border-bottom: 1px solid var(--ink); padding: 12px 0; gap: 10px; color: var(--muted); font-size: 11px; }.teaser-search a { margin-left: auto; color: var(--red); }.tuna-preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.tuna-preview-grid article { background: var(--paper-white); }.tuna-preview-grid img { width: 100%; height: 225px; object-fit: cover; }.tuna-preview-grid article>div { padding: 20px 22px 23px; }.tuna-preview-grid span { font-size: 10px; letter-spacing: .12em; color: var(--red); font-weight: 800; }.tuna-preview-grid h3 { font-size: 26px; margin: 12px 0 20px; }.tuna-preview-grid a { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.ink-section { background: var(--night); color: #f9f3e8; }.home-guide { padding: 106px 0; }.home-guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.home-guide h2 { margin-bottom: 24px; }.home-guide h2 em { color: #e3b655; }.home-guide p:not(.eyebrow) { max-width: 520px; color: #d7d0c5; line-height: 1.75; font-size: 14px; margin-bottom: 31px; }.guide-points { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #57554f; }.guide-points>div { position: relative; min-height: 210px; padding: 25px 22px; border-right: 1px solid #57554f; display: flex; flex-direction: column; }.guide-points>div:last-child { border-right: 0; }.guide-points span { color: var(--brass); font-size: 10px; font-weight: 800; margin-bottom: auto; }.guide-points svg { color: #f4eee3; margin-bottom: 17px; }.guide-points strong { font-family: "DM Serif Display", Georgia, serif; font-size: 22px; font-weight: 400; }.guide-points p { color: #b9b3aa; font-size: 11px; line-height: 1.55; margin: 7px 0 0; }
.stories-section { padding-bottom: 120px; }.story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }.story-card { display: flex; flex-direction: column; align-items: flex-start; }.story-card>img { width: 100%; height: 220px; object-fit: cover; margin-bottom: 20px; filter: saturate(.86); }.story-card>p { color: var(--red); letter-spacing: .13em; font-size: 9px; font-weight: 800; margin-bottom: 11px; }.story-card h3 { font-size: 29px; margin: 0 0 11px; }.story-card>span { color: var(--muted); font-size: 12px; line-height: 1.65; margin-bottom: 18px; }.story-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }.contact-ribbon { background: var(--red); color: #fff6e8; }.contact-ribbon-inner { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }.contact-ribbon h2 { margin: 0; font-size: clamp(32px, 3.3vw, 52px); max-width: 730px; }.contact-ribbon .eyebrow { margin-bottom: 13px; color: #f6d883; }
.page-intro { padding: 92px 0 65px; background: var(--paper); }.page-intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }.page-intro h1 { margin-bottom: 24px; }.intro-text { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 680px; margin-bottom: 34px; }.route-line { height: 12px; display: flex; align-items: center; gap: 0; width: 220px; }.route-line span { display: block; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }.route-line i { display: block; height: 1px; width: 89px; background: var(--brass); }.intro-aside { border-left: 1px solid var(--ink); padding: 4px 0 4px 24px; display: flex; flex-direction: column; align-items: flex-start; }.aside-kicker { font-size: 9px; font-weight: 800; letter-spacing: .16em; color: var(--red); margin-bottom: 11px; }.intro-aside strong { font-family: "DM Serif Display", Georgia, serif; font-size: 25px; line-height: 1.05; font-weight: 400; }.intro-aside span { color: var(--muted); font-size: 11px; line-height: 1.5; margin-top: 12px; }
.agenda-banner { height: 395px; position: relative; color: #fff; overflow: hidden; }.agenda-banner img { width: 100%; height: 100%; object-fit: cover; }.agenda-banner:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(18,14,11,.75),rgba(18,14,11,.08)); }.agenda-banner-copy { position: absolute; z-index: 1; left: max(24px, calc((100vw - 1200px)/2)); bottom: 48px; }.agenda-banner-copy h2 { font-size: 48px; margin: 0; }.agenda-section { padding-top: 88px; }.static-filters { display: flex; gap: 8px; }.static-filters button, .chip { padding: 8px 10px; background: transparent; border: 1px solid var(--line); font-size: 10px; font-weight: 800; color: var(--muted); }.static-filters .active, .chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }.agenda-list { border-top: 1px solid var(--ink); }.agenda-row { display: grid; grid-template-columns: 115px 55px 1fr 30px; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }.agenda-date { font-family: "DM Serif Display", Georgia, serif; font-size: 24px; color: var(--red); line-height: 1; }.agenda-date span { display: block; }.agenda-type { font-size: 10px; display: flex; flex-direction: column; gap: 12px; color: var(--muted); }.agenda-type span { color: var(--brass); font-weight: 800; }.agenda-type small { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.agenda-content h3 { font-size: 28px; margin: 0 0 9px; }.agenda-content p { color: var(--muted); font-size: 12px; line-height: 1.6; max-width: 660px; margin: 0 0 10px; }.agenda-content div { display: flex; gap: 6px; align-items: center; font-size: 10px; font-weight: 700; }.agenda-row>a { color: var(--red); }.split-callout { min-height: 290px; display: flex; align-items: center; justify-content: space-between; gap: 80px; }.split-callout h2 { margin-bottom: 0; }.split-callout>div>p:not(.eyebrow) { max-width: 520px; color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0; }
.directory-head { padding: 38px 0 55px; }.directory-search { border-bottom: 1px solid var(--ink); display: flex; align-items: center; padding: 15px 0; gap: 12px; color: var(--muted); font-size: 13px; }.directory-search kbd { margin-left: auto; font-size: 10px; border: 1px solid var(--line); padding: 4px 7px; border-radius: 2px; }.chips { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 8px; }.directory-layout { display: grid; grid-template-columns: 190px 1fr; gap: 46px; padding-bottom: 112px; }.directory-sidebar { padding-top: 3px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }.directory-sidebar>p { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; margin: 0 0 5px; }.directory-sidebar>a { font-family: "DM Serif Display", Georgia, serif; font-size: 23px; transition: color .15s ease; }.directory-sidebar>a:hover { color: var(--red); }.side-note { margin-top: 28px; border-left: 2px solid var(--red); padding: 4px 0 4px 13px; display: flex; flex-direction: column; gap: 6px; }.side-note strong { font-size: 11px; }.side-note span { color: var(--muted); line-height: 1.5; font-size: 10px; }.directory-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }.tuna-card { background: var(--paper-white); }.tuna-card>img { width: 100%; height: 190px; object-fit: cover; }.tuna-card-body { padding: 20px 22px 22px; }.tuna-card-body>div:first-child { display: flex; justify-content: space-between; }.mini-tag, .card-number { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .13em; }.card-number { color: var(--brass); }.tuna-card h2 { font-size: 28px; margin: 15px 0 10px; }.tuna-card p { color: var(--muted); font-size: 11px; line-height: 1.6; min-height: 36px; margin-bottom: 18px; }.tuna-meta { border-top: 1px solid var(--line); padding-top: 13px; display: flex; justify-content: space-between; align-items: center; }.tuna-meta>span, .tuna-meta a { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; }.tuna-meta a { color: var(--red); }.lead-panel { padding-top: 70px; padding-bottom: 70px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1fr .75fr; gap: 50px; }.lead-panel h2 { margin: 0; }.lead-panel>div:last-child { align-self: end; }.lead-panel>div:last-child p { font-size: 13px; line-height: 1.7; color: var(--muted); }
.guide-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }.guide-image { position: relative; }.guide-image img { width: 100%; height: 470px; object-fit: cover; }.guide-image span { position: absolute; left: 0; bottom: 0; padding: 11px 15px; background: var(--red); color: #fff; font-size: 9px; letter-spacing: .12em; font-weight: 800; }.guide-copy h2 { margin-bottom: 24px; }.guide-copy>p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.75; }.guide-copy .text-link { margin-top: 10px; }.lightbar h2 { color: #fff; }.lightbar>p { max-width: 350px; margin: 0; color: #b9b3aa; font-size: 12px; line-height: 1.65; }.guide-grid { display: grid; grid-template-columns: repeat(4,1fr); }.guide-grid article { min-height: 240px; position: relative; border-top: 1px solid #56554f; border-right: 1px solid #56554f; padding: 25px 21px; }.guide-grid article:last-child { border-right: 0; }.guide-grid article>span { position: absolute; right: 18px; top: 20px; color: var(--brass); font-size: 10px; font-weight: 800; }.guide-grid svg { color: #efebe3; }.guide-grid h3 { font-size: 27px; margin: 44px 0 10px; }.guide-grid p { margin: 0; color: #b9b3aa; font-size: 11px; line-height: 1.6; }.reading-strip { display: flex; align-items: center; justify-content: space-between; gap: 50px; }.reading-strip h2 { margin: 0; }
.song-hero { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: #fff; padding: 0; }.song-image img { width: 100%; height: 490px; object-fit: cover; }.song-hero-copy { padding: 70px 58px; }.song-index { font-family: "DM Serif Display", Georgia, serif; color: var(--brass); font-size: 19px; }.song-hero-copy h2 { font-size: 48px; margin: 12px 0 21px; }.song-hero-copy>p:not(.eyebrow) { color: #d6d0c7; font-size: 13px; line-height: 1.75; }.listen-button { color: #fff; border: 0; background: transparent; display: inline-flex; align-items: center; gap: 7px; padding: 0; border-bottom: 1px solid var(--brass); padding-bottom: 6px; font-size: 11px; font-weight: 800; }.song-section { padding: 100px 0; }.count-note { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.songs-grid { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }.song-card { min-height: 235px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }.song-card:hover { background: #efe3d0; }.song-card>div { display: flex; justify-content: space-between; color: var(--red); }.song-card>div span { font-size: 10px; font-weight: 800; }.song-card>p { color: var(--muted); letter-spacing: .13em; font-size: 9px; font-weight: 800; margin: 38px 0 11px; }.song-card h3 { font-size: 28px; margin: 0 0 10px; }.song-card>span { color: var(--muted); font-size: 11px; line-height: 1.6; }.quote-panel { display: grid; grid-template-columns: 170px 1fr; gap: 40px; padding-top: 80px; padding-bottom: 100px; }.quote-mark { color: var(--red); font-family: "DM Serif Display", Georgia, serif; font-size: 160px; line-height: .8; }.quote-panel p { font-family: "DM Serif Display", Georgia, serif; font-size: clamp(30px, 3vw, 48px); line-height: 1.08; max-width: 830px; margin-bottom: 26px; }
.magazine-lead { display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; padding-top: 24px; padding-bottom: 100px; }.lead-story { position: relative; min-height: 540px; overflow: hidden; }.lead-story img { width: 100%; height: 100%; object-fit: cover; }.lead-story:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(17,15,12,.84),rgba(17,15,12,.03) 65%); }.lead-overlay { position: absolute; z-index: 1; left: 40px; right: 35px; bottom: 36px; color: #fff; }.lead-overlay p { color: var(--brass); font-size: 9px; letter-spacing: .16em; font-weight: 800; }.lead-overlay h2 { font-size: 51px; margin: 11px 0 19px; }.lead-overlay a { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; padding-bottom: 4px; border-bottom: 1px solid #fff; }.magazine-note { background: var(--red); color: #fff8ef; padding: 38px 34px; display: flex; flex-direction: column; align-items: flex-start; }.magazine-note .eyebrow { color: #f5da9c; }.magazine-note h3 { font-size: 37px; margin: 5px 0 18px; }.magazine-note>p:not(.eyebrow) { font-size: 13px; line-height: 1.7; }.magazine-note>div { margin-top: auto; display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; }
.article-page { background: var(--paper-white); }.article-top { padding-top: 68px; padding-bottom: 50px; }.back-link { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; margin-bottom: 65px; }.article-top h1 { font-size: clamp(50px, 7vw, 98px); margin: 0 0 23px; }.article-top h1 em { color: var(--red); }.article-dek { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 670px; }.article-image { width: 100%; height: 520px; object-fit: cover; }.article-body-grid { display: grid; grid-template-columns: 210px 1fr; gap: 80px; padding-top: 85px; padding-bottom: 115px; }.article-aside { border-top: 1px solid var(--ink); padding-top: 14px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }.article-aside>p { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .14em; margin: 2px 0 8px; }.article-aside a { color: var(--muted); font-size: 10px; line-height: 1.4; }.article-aside a:hover { color: var(--red); }.article-body { max-width: 680px; }.article-body p { font-size: 15px; line-height: 1.9; color: #39342e; }.article-body .article-lead { font-family: "DM Serif Display", Georgia, serif; color: var(--ink); font-size: 28px; line-height: 1.23; margin-bottom: 45px; }.article-body h2 { font-size: 42px; margin: 43px 0 16px; }.article-body blockquote { margin: 45px 0; padding: 27px 0 27px 30px; border-left: 2px solid var(--red); font-family: "DM Serif Display", Georgia, serif; font-size: 28px; line-height: 1.12; }.article-body .text-link { margin-top: 25px; }
.booking-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; align-items: start; padding-top: 35px; }.booking-panel { background: var(--paper-white); padding: 45px; }.booking-panel-head { display: flex; gap: 17px; align-items: flex-start; margin-bottom: 34px; }.icon-disc { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; }.booking-panel h2 { font-size: 43px; margin: 0; }.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }.booking-panel label { display: flex; flex-direction: column; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: .07em; margin-bottom: 18px; }.booking-panel input, .booking-panel select, .booking-panel textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); outline: none; padding: 9px 0; font-size: 13px; font-weight: 500; border-radius: 0; }.booking-panel textarea { resize: vertical; border: 1px solid var(--line); padding: 10px; }.booking-panel input:focus, .booking-panel select:focus, .booking-panel textarea:focus { border-color: var(--red); }.form-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-top: 7px; }.form-bottom p { max-width: 360px; color: var(--muted); font-size: 10px; line-height: 1.6; margin: 0; }.form-success { margin-top: 18px; color: #236445; display: flex; align-items: flex-start; gap: 9px; background: #e9f3e9; padding: 13px; font-size: 11px; line-height: 1.5; }.form-success a { text-decoration: underline; font-weight: 800; }.booking-side { background: var(--ink); color: #fff; }.booking-side>img { width: 100%; height: 270px; object-fit: cover; }.booking-side>div { padding: 34px; }.booking-side h3 { font-size: 37px; margin: 7px 0 16px; }.booking-side>div>p:not(.eyebrow) { color: #d5cec2; font-size: 12px; line-height: 1.7; }.booking-side .text-link { color: #f3d48b; margin-top: 12px; }
.sale-page-hero { background: var(--red); color: #fff8ed; padding: 100px 0 92px; position: relative; overflow: hidden; }.sale-page-hero:before { content: ""; position: absolute; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; top: -260px; right: -150px; }.sale-page-grid { display: grid; grid-template-columns: 1fr 270px; gap: 50px; align-items: end; position: relative; }.sale-page-hero h1 { font-size: clamp(80px, 12vw, 170px); margin: 0 0 18px; }.sale-page-hero h1 span { color: #f5d586; }.sale-page-dek { font-size: 18px; line-height: 1.65; max-width: 660px; margin-bottom: 32px; }.sale-stamp { min-height: 210px; border: 1px solid rgba(255,255,255,.55); padding: 25px; display: flex; flex-direction: column; align-items: flex-start; }.sale-stamp img { width: 62px; height: 62px; object-fit: contain; filter: brightness(0) invert(1); }.sale-stamp p { font-size: 13px; letter-spacing: .15em; font-weight: 800; line-height: 1.4; margin: auto 0 0; }.sale-stamp span { font-size: 9px; letter-spacing: .15em; color: #f5d586; margin-top: 15px; }.asset-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: end; }.asset-intro h2 { margin-bottom: 0; }.asset-intro>p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 0; }.opportunity-grid { display: grid; grid-template-columns: repeat(4,1fr); }.opportunity-grid article { min-height: 260px; padding: 28px 24px; border-right: 1px solid var(--line); }.opportunity-grid article:first-child { border-left: 1px solid var(--line); }.opportunity-grid span { color: var(--red); font-size: 11px; font-weight: 800; }.opportunity-grid h3 { font-size: 28px; margin: 48px 0 11px; }.opportunity-grid p { color: var(--muted); font-size: 11px; line-height: 1.65; }.sale-roadmap { padding-top: 104px; padding-bottom: 110px; }.roadmap-top { display: flex; align-items: end; justify-content: space-between; margin-bottom: 45px; }.roadmap-top h2 { margin-bottom: 0; }.roadmap-list { border-top: 1px solid var(--ink); }.roadmap-list>div { padding: 20px 0; display: grid; grid-template-columns: 55px 1fr 1.2fr; align-items: center; border-bottom: 1px solid var(--line); }.roadmap-list svg { color: var(--red); }.roadmap-list strong { font-family: "DM Serif Display", Georgia, serif; font-size: 27px; font-weight: 400; }.roadmap-list span { color: var(--muted); font-size: 12px; }.sale-contact { padding: 95px 0; }.sale-contact-inner { display: flex; justify-content: space-between; align-items: end; gap: 50px; }.sale-contact h2 { margin: 0; }.contact-email { display: inline-flex; gap: 12px; align-items: center; color: #f5d586; border-bottom: 1px solid #f5d586; padding-bottom: 8px; font-family: "DM Serif Display", Georgia, serif; font-size: 29px; }
.site-footer { padding-top: 76px; background: #11110f; color: #f4efe5; }.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .85fr; gap: 65px; padding-bottom: 70px; }.footer-brand img { width: 33px; height: 33px; object-fit: contain; }.footer-grid>div:first-child>p { color: #afa99f; font-size: 12px; line-height: 1.7; max-width: 355px; margin: 20px 0 0; }.footer-list { display: flex; flex-direction: column; gap: 11px; }.footer-label { color: var(--brass); letter-spacing: .14em; font-size: 9px; font-weight: 800; margin: 0 0 7px; }.footer-list a { color: #d8d1c7; font-size: 12px; }.footer-list a:hover { color: #fff; }.footer-bottom { border-top: 1px solid #373630; padding: 18px 0; display: flex; justify-content: space-between; color: #89857d; font-size: 9px; letter-spacing: .05em; }
@media (max-width: 900px) { .main-nav, .header-cta { display: none; }.mobile-trigger { display: block; margin-left: auto; }.mobile-nav { display: flex; position: absolute; top: 77px; left: 0; right: 0; padding: 22px 24px 24px; flex-direction: column; gap: 15px; background: var(--paper-white); border-bottom: 1px solid var(--line); box-shadow: 0 14px 25px rgba(0,0,0,.1); }.mobile-nav a { display: flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 800; }.page-intro-grid, .main-feature, .home-guide-grid, .guide-feature, .booking-layout { grid-template-columns: 1fr; gap: 42px; }.hero-card { display: none; }.feature-heading>p:not(.eyebrow) { max-width: 640px; }.directory-layout { grid-template-columns: 1fr; }.directory-sidebar { flex-direction: row; flex-wrap: wrap; gap: 13px 20px; }.directory-sidebar>p, .side-note { width: 100%; }.directory-sidebar .side-note { margin-top: 8px; }.asset-intro { gap: 55px; }.guide-grid, .opportunity-grid { grid-template-columns: repeat(2,1fr); }.guide-grid article:nth-child(2) { border-right: 0; }.opportunity-grid article:nth-child(3) { border-left: 1px solid var(--line); }.footer-grid { grid-template-columns: 1.3fr .7fr; }.footer-grid>div:first-child { grid-column: 1/-1; }.sale-page-grid { grid-template-columns: 1fr 200px; } }
@media (max-width: 640px) { .shell-width { width: min(100% - 32px, 1200px); }.sale-strip-inner { min-height: 38px; align-items: center; padding: 0; flex-direction: row; gap: 14px; }.sale-strip p { line-height: 1.35; }.sale-strip .sale-copy { display: none; }.sale-link { font-size: 11px; }.header-inner { height: 67px; }.mobile-nav { top: 67px; }.brand { font-size: 25px; }.home-hero, .hero-inner { min-height: 590px; }.hero-inner { padding-top: 30px; padding-bottom: 45px; }.hero-shade { background: linear-gradient(90deg,rgba(16,13,10,.85),rgba(16,13,10,.38)); }.hero-copy>p:not(.eyebrow) { font-size: 13px; }.hero-actions { gap: 18px; flex-wrap: wrap; }.route-band-inner { min-height: 58px; }.route-band-inner>span { display: none; }.route-steps { justify-content: space-between; width: 100%; gap: 8px; }.route-steps a { font-size: 10px; }.route-steps i { display: none; }.section { padding-top: 70px; padding-bottom: 70px; }.main-feature { gap: 36px; }.feature-article { grid-template-columns: 1fr; }.feature-article>img { height: 245px; }.feature-article>div { min-height: 280px; padding: 30px 25px; }.feature-article h3 { font-size: 34px; }.section-bar, .teaser-top, .split-callout, .reading-strip, .contact-ribbon-inner, .sale-contact-inner { align-items: flex-start; flex-direction: column; gap: 22px; }.static-filters { overflow-x: auto; max-width: 100%; }.section-bar .text-link { align-self: flex-start; }.home-agenda article { grid-template-columns: 78px 1fr 23px; gap: 13px; min-height: 132px; }.home-date { font-size: 18px; }.home-agenda h3 { font-size: 19px; }.tuna-preview-grid, .story-grid, .directory-grid, .songs-grid, .guide-grid, .opportunity-grid { grid-template-columns: 1fr; }.tuna-preview-grid { gap: 15px; }.tuna-preview-grid img { height: 210px; }.home-guide { padding: 72px 0; }.home-guide-grid { gap: 50px; }.guide-points { grid-template-columns: 1fr; }.guide-points>div { min-height: 125px; border-right: 0; border-bottom: 1px solid #57554f; }.guide-points>div:last-child { border-bottom: 0; }.guide-points span { margin-bottom: 20px; }.contact-ribbon-inner { min-height: 295px; justify-content: center; }.page-intro { padding: 60px 0 45px; }.page-intro-grid { gap: 28px; }.intro-aside { padding-left: 17px; }.agenda-banner { height: 310px; }.agenda-banner-copy { left: 16px; bottom: 30px; }.agenda-banner-copy h2 { font-size: 36px; }.agenda-row { grid-template-columns: 68px 1fr 22px; gap: 13px; }.agenda-type { display: none; }.agenda-date { font-size: 18px; }.agenda-content h3 { font-size: 22px; }.agenda-content p { font-size: 11px; }.split-callout { min-height: 350px; justify-content: center; }.directory-head { padding: 24px 0 38px; }.directory-search span { font-size: 11px; }.directory-search kbd { display: none; }.directory-layout { gap: 32px; padding-bottom: 70px; }.tuna-card>img { height: 200px; }.lead-panel { grid-template-columns: 1fr; padding-top: 55px; padding-bottom: 55px; }.guide-image img { height: 320px; }.guide-grid article { min-height: 200px; border-right: 0; border-bottom: 1px solid #56554f; }.guide-grid article:last-child { border-bottom: 0; }.guide-grid h3 { margin-top: 36px; }.song-hero { grid-template-columns: 1fr; }.song-image img { height: 300px; }.song-hero-copy { padding: 43px 28px; }.song-hero-copy h2 { font-size: 39px; }.song-section { padding: 65px 0; }.song-card { min-height: 200px; }.quote-panel { grid-template-columns: 1fr; gap: 0; }.quote-mark { font-size: 100px; }.quote-panel p { font-size: 32px; }.magazine-lead { grid-template-columns: 1fr; padding-top: 10px; padding-bottom: 65px; }.lead-story { min-height: 410px; }.lead-overlay { left: 24px; bottom: 26px; }.lead-overlay h2 { font-size: 38px; }.magazine-note { min-height: 290px; }.article-top { padding-top: 45px; padding-bottom: 35px; }.article-top .back-link { margin-bottom: 45px; }.article-image { height: 320px; }.article-body-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; padding-bottom: 75px; }.article-aside { display: none; }.article-body .article-lead { font-size: 25px; }.article-body h2 { font-size: 37px; }.booking-panel { padding: 28px 21px; }.booking-panel-head { gap: 12px; }.booking-panel h2 { font-size: 37px; }.form-grid { grid-template-columns: 1fr; gap: 0; }.form-bottom { flex-direction: column; align-items: flex-start; }.booking-side>img { height: 230px; }.sale-page-hero { padding: 70px 0; }.sale-page-grid { grid-template-columns: 1fr; }.sale-stamp { min-height: 150px; width: 165px; }.asset-intro { grid-template-columns: 1fr; gap: 25px; }.opportunity-grid article, .opportunity-grid article:first-child, .opportunity-grid article:nth-child(3) { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }.roadmap-top { display: block; }.roadmap-top h2 { margin-top: 16px; }.roadmap-list>div { grid-template-columns: 35px 1fr; gap: 4px; }.roadmap-list span { grid-column: 2; }.contact-email { font-size: 22px; flex-wrap: wrap; }.footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-grid>div:first-child { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; } }
@media (prefers-reduced-motion: no-preference) { .feature-article, .tuna-preview-grid article, .story-card, .tuna-card, .song-card { transition: transform .22s cubic-bezier(.23,1,.32,1), box-shadow .22s cubic-bezier(.23,1,.32,1), background .2s ease; }.feature-article:hover, .tuna-preview-grid article:hover, .story-card:hover, .tuna-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(40,27,15,.12); } }
.legal-page { background: var(--paper); padding: 0 0 120px; }.legal-hero { padding: 95px 0 60px; border-bottom: 1px solid var(--line); }.legal-hero h1 { margin: 0; }.legal-layout { display: grid; grid-template-columns: 190px minmax(0, 780px); gap: 56px; padding-top: 62px; }.legal-rail { padding-top: 7px; display: flex; align-items: center; gap: 0; height: 12px; }.legal-rail span { display: block; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }.legal-rail i { display: block; width: 78px; height: 1px; background: var(--brass); }.legal-document { background: var(--paper-white); border-top: 2px solid var(--ink); padding: 52px 64px 58px; }.legal-document section { padding: 0 0 38px; margin: 0 0 38px; border-bottom: 1px solid var(--line); }.legal-document section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }.legal-document h2 { font-size: 33px; line-height: 1.04; margin: 0 0 17px; }.legal-document p { color: #39342e; font-size: 14px; line-height: 1.8; margin: 0 0 15px; }.legal-document p:last-child { margin-bottom: 0; }.legal-document a { color: var(--red); font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 2px; }.legal-document a:hover { color: var(--red-dark); }
@media (max-width: 640px) { .legal-page { padding-bottom: 74px; }.legal-hero { padding: 59px 0 42px; }.legal-layout { grid-template-columns: 1fr; gap: 25px; padding-top: 38px; }.legal-document { padding: 35px 23px 40px; }.legal-document section { padding-bottom: 31px; margin-bottom: 31px; }.legal-document h2 { font-size: 29px; }.legal-document p { font-size: 13px; line-height: 1.75; } }

.mobile-menu{display:none}.mobile-nav{display:none!important}.mobile-trigger::-webkit-details-marker{display:none}@media (max-width:900px){.mobile-menu{display:block;margin-left:auto}.mobile-menu .mobile-trigger{display:block;list-style:none}.mobile-menu[open] .mobile-nav{display:flex!important}}
