/* A warm, editorial link-in-bio. System fonts only; no font downloads. */
:root {
  color-scheme: light;
  --paper: #f6f3ec;
  --card: #fffdf8;
  --ink: #253d34;
  --muted: #656d63;
  --line: #dfdfd4;
  --gold: #b79151;
  --forest: #243e33;
  --radius: 18px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { min-width: 280px; scrollbar-gutter: stable; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.modal-open { position: fixed; top: var(--scroll-offset); width: 100%; overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
button, input, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
img, svg { display: block; }
img { max-width: 100%; }
button { border: 0; }
[hidden] { display: none !important; }
::selection { background: #dfd7c3; color: var(--ink); }
.icon { width: 22px; height: 22px; flex-shrink: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 30; padding: 12px 20px; border-radius: 8px; background: var(--forest); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.page-shell { width: min(1112px, 100%); margin-inline: auto; padding: 32px 48px 0; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 43px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; letter-spacing: -.1px; font-weight: 600; }
.monogram { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid #b6bdae; border-radius: 50%; font: italic 24px var(--serif); letter-spacing: -3px; padding: 0 4px 3px 0; }
.share-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 30px; font-size: 12px; font-weight: 500; background: transparent; transition: background .2s, border-color .2s; }
.share-button .icon { width: 17px; height: 17px; }
.share-button:hover { background: var(--card); border-color: #b6bdae; }
.main-grid { display: grid; grid-template-columns: minmax(0, .83fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 80px); align-items: start; }
.portrait-figure { margin: 0; }
.portrait-frame { aspect-ratio: .84; border-radius: 160px 160px 18px 18px; background: #c4c8b9; box-shadow: 0 18px 36px -26px #243e3360; }
.image-frame { position: relative; overflow: hidden; isolation: isolate; }
.image-placeholder { display: grid; place-items: center; position: absolute; inset: 0; z-index: -1; color: #a5b09a; background: #dae0d1; font: 44px var(--serif); }
.portrait-placeholder { background: linear-gradient(145deg, #d4d8c3, #b5c3ae); }
.portrait-placeholder span { font: italic 110px var(--serif); color: #435b4560; }
.portrait { width: 100%; height: 100%; object-fit: cover; object-position: 46% 50%; }
.image-unavailable { visibility: hidden; }
.portrait-photo-label { position: absolute; bottom: 18px; left: 18px; right: 18px; display: flex; justify-content: center; align-items: center; gap: 9px; padding: 10px 8px; border: 1px solid #ffffff45; border-radius: 8px; background: #172b21bd; backdrop-filter: blur(12px); color: #fffdf2; font-size: 11px; letter-spacing: .2px; }
.little-star { color: #e8d8ac; font-size: 19px; line-height: 1; }
.portrait-caption { display: flex; align-items: center; gap: 14px; padding: 28px 1px 0 3px; }
.caption-dash { width: 22px; height: 1px; background: var(--gold); align-self: flex-start; margin-top: 16px; }
.portrait-caption p { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.5vw, 31px); font-weight: 400; line-height: 1.22; letter-spacing: -.65px; }
.portrait-caption em { font-weight: 400; }
.compass { width: 46px; height: 46px; margin-left: auto; stroke: #9aab92; stroke-width: .8; transform: rotate(12deg); }
.compass-fill { fill: #9aab9233; }
.eyebrow { margin: 0; text-transform: uppercase; letter-spacing: 1.9px; font-size: 10px; line-height: 1.5; font-weight: 600; }
.intro { padding-top: 3px; margin-bottom: 26px; }
.intro > .eyebrow { color: #69715e; margin-bottom: 15px; letter-spacing: 2.1px; }
h1 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -2.9px; }
.greeting { display: block; font-size: clamp(35px, 4.3vw, 49px); letter-spacing: -1.9px; line-height: 1.12; }
.name { display: block; font-size: clamp(66px, 6.9vw, 83px); }
.name-dot { color: var(--gold); }
.bio { margin: 16px 0 0; font-size: 14px; line-height: 1.7; max-width: 350px; color: var(--muted); }
.website-card { display: grid; grid-template-columns: 104px minmax(0, 1fr) 18px; gap: 17px; align-items: center; padding: 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s, box-shadow .2s, border-color .2s; }
.website-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px -18px #304d3570; border-color: #bbc5b3; }
.website-thumbnail { position: relative; width: 100%; min-width: 0; min-height: 102px; align-self: stretch; overflow: hidden; border: 1px solid #dfdacd; border-radius: 7px; background: #e8e3d6; }
.browser-bar { display: flex; gap: 3px; align-items: center; height: 15px; padding: 0 6px; background: #fffdf6; border-bottom: 1px solid #dedace; }
.browser-bar i { width: 3px; height: 3px; border-radius: 50%; background: #c9c9bd; }
.browser-bar span { margin-left: auto; font-size: 5px; color: #74766a; }
.thumbnail-content { position: absolute; inset: 15px 0 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.thumbnail-type { align-self: center; padding: 7px 5px 7px 7px; color: #4a4134; font: 9px/1.2 var(--serif); }
.thumbnail-type b { display: block; width: 100%; height: 2px; margin-top: 3px; background: #b3ad9f; opacity: .7; }
.thumbnail-type b:first-of-type { margin-top: 10px; }
.thumbnail-type b:last-of-type { width: 65%; }
.thumbnail-content img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.card-eyebrow { display: block; color: #69715e; font-size: 9px; letter-spacing: 1.7px; margin-bottom: 5px; }
.website-copy { min-width: 0; }
.website-copy h2 { font-family: var(--serif); margin: 0; font-weight: 400; font-size: 23px; line-height: 1.16; letter-spacing: -.6px; }
.website-copy p { margin: 6px 0 0; font-size: 11px; line-height: 1.5; color: var(--muted); }
.website-domain { display: block; margin-top: 6px; font-size: 10px; color: #657759; font-weight: 500; }
.outbound-arrow { align-self: start; font-size: 21px; line-height: 1; color: #718264; padding-top: 1px; }
.music-section { margin-top: 26px; }
.section-heading { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin-bottom: 11px; }
.section-heading h2 { margin: 0; font: 24px/1.2 var(--serif); letter-spacing: -.6px; }
.section-heading > span { color: #69715e; font: italic 12px/1.4 var(--serif); }
.song-list { display: grid; gap: 12px; }
.music-card { position: relative; display: grid; width: 100%; grid-template-columns: 86px minmax(0, 1fr) 43px; gap: 17px; align-items: center; text-align: left; padding: 20px; border-radius: var(--radius); background: var(--forest); color: #fffdf4; box-shadow: 0 7px 16px -13px #263f34a0; transition: transform .2s, box-shadow .2s, background .2s; }
.music-card:hover { transform: translateY(-3px); background: #2b493b; box-shadow: 0 12px 25px -16px #263f34a0; }
.song-art { display: block; aspect-ratio: 1; border: 1px solid #ffffff30; border-radius: 9px; background: #e4e2cc; }
.song-artwork { width: 100%; height: 100%; object-fit: cover; }
.song-copy { display: block; min-width: 0; }
.song-eyebrow { display: block; color: #bdcbb3; font-size: 8px; letter-spacing: 1.65px; margin-bottom: 6px; }
.song-title { display: block; font-family: var(--serif); font-size: 23px; line-height: 1.12; letter-spacing: -.4px; }
.song-meta { display: block; font-size: 11px; color: #bdc7b8; margin-top: 7px; }
.song-platforms { display: flex; align-items: center; gap: 6px; font-size: 9px; color: #d9ddc9; margin-top: 12px; letter-spacing: .05px; }
.mini-wave { display: flex; gap: 2px; height: 11px; align-items: center; }
.mini-wave i { width: 2px; height: 7px; border-radius: 2px; background: #d5ddbd; }
.mini-wave i:nth-child(2) { height: 11px; }
.mini-wave i:nth-child(3) { height: 9px; }
.mini-wave i:nth-child(4) { height: 4px; }
.play-button { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: #e5dfb7; color: #2b4333; transition: transform .2s, background .2s; }
.play-button svg { width: 23px; height: 23px; margin-left: 1px; }
.music-card:hover .play-button { transform: scale(1.07); background: #f1e9c5; }
.social-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.social-card { display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; min-width: 0; transition: border-color .2s, background .2s; }
.social-card:hover { border-color: #b5c1ab; background: var(--card); }
.social-card .icon { width: 21px; height: 21px; color: #637256; }
.social-card > span:not(.small-arrow) { min-width: 0; }
.social-card strong { display: block; font-size: 12px; font-weight: 500; }
.social-card small { display: block; margin-top: 3px; font-size: 10px; color: #69715e; overflow-wrap: anywhere; }
.small-arrow { margin-left: auto; color: #8a937e; font-size: 16px; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid var(--line); margin-top: 45px; padding: 19px 0 24px; font-size: 10px; color: #69715e; }
.footer > span:first-child { font-family: var(--serif); font-style: italic; font-size: 13px; }
.no-js-music { display: block; padding: 22px; border-radius: var(--radius); background: var(--forest); color: #fffdf3; }
.noscript-note { font-size: 12px; color: var(--muted); }

/* Native <dialog>: focus containment, an inert page, Escape-to-close. */
dialog { color: var(--ink); border: 0; }
.music-dialog { width: min(520px, calc(100% - 32px)); max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px); padding: 0; border: 1px solid #ffffff60; border-radius: 23px; background: var(--card); box-shadow: 0 28px 100px #0f201b50; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
dialog::backdrop { background: #11261dc2; backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
.music-dialog[open] { animation: dialog-in .22s ease-out; }
.dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 22px 8px 26px; position: sticky; top: 0; z-index: 2; background: var(--card); }
.dialog-toolbar > .eyebrow { display: flex; gap: 9px; align-items: center; font-size: 9px; letter-spacing: 1.6px; color: #69715e; }
.room-dot { width: 5px; height: 5px; border-radius: 50%; background: #8b9b6f; }
.icon-button { display: grid; place-items: center; min-width: 38px; height: 38px; border-radius: 50%; background: #f0f0e6; }
.icon-button:hover { background: #e5e7d9; }
.icon-button .icon { width: 19px; height: 19px; }
.dialog-content { padding: 12px 26px 22px; }
.release-header { display: flex; align-items: center; gap: 18px; }
.release-art { width: 94px; aspect-ratio: 1; border-radius: 12px; border: 1px solid #dedecd; flex-shrink: 0; }
.release-art img { width: 100%; height: 100%; object-fit: cover; }
.release-title { min-width: 0; }
.release-title > .eyebrow { font-size: 8px; color: #69715e; margin-bottom: 6px; letter-spacing: 1.6px; }
.release-title h2 { margin: 0; font: 32px/1.08 var(--serif); letter-spacing: -.85px; text-wrap: balance; }
.release-title > p:last-child { margin: 8px 0 0; font-size: 11px; color: #69715e; }
.release-description { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 17px 0 21px; }
.player-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.player-heading > .eyebrow { font-size: 9px; letter-spacing: 1.3px; color: #69715e; }
.player-provider { display: inline-flex; align-items: center; gap: 5px; color: #737b69; font-size: 10px; }
.player-provider svg { width: 20px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.soundcloud-slot { width: 100%; min-height: 166px; border: 1px solid #e2e4da; border-radius: 10px; overflow: hidden; background: #f0f1e9; position: relative; }
.soundcloud-slot iframe { display: block; width: 100%; height: 166px; border: 0; background: white; }
.player-unavailable { margin: 0; padding: 24px; font-size: 13px; }
.player-fallback { margin: 8px 0 0; font-size: 10px; color: #69715e; }
.player-fallback a { color: #536d46; text-decoration: underline; text-underline-offset: 2px; }
.platform-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 22px 0 11px; }
.platform-heading h3 { margin: 0; font: 21px/1.2 var(--serif); letter-spacing: -.3px; }
.copy-song { display: inline-flex; align-items: center; gap: 5px; min-height: 36px; padding: 0 0 0 6px; background: transparent; color: #64735a; font-size: 10px; }
.copy-song:hover { color: var(--ink); }
.copy-song .icon { width: 15px; height: 15px; }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.platform-link { display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 10px 11px; border: 1px solid #e4e5d9; border-radius: 10px; background: #fafaf3; transition: border-color .2s, background .2s; }
.platform-link:hover { background: #eff2e6; border-color: #bfcbb1; }
.platform-logo { display: grid; place-items: center; width: 28px; height: 28px; flex-shrink: 0; background: white; border: 1px solid #e8eade; border-radius: 7px; color: var(--forest); }
.platform-logo svg { width: 18px; height: 18px; }
.platform-text { display: block; min-width: 0; }
.platform-name { display: block; font-size: 11px; font-weight: 500; }
.platform-action { display: block; color: #69715e; font-size: 9px; margin-top: 2px; }
.platform-link > .small-arrow { font-size: 15px; }
.search-notice { display: flex; align-items: flex-start; gap: 5px; font-size: 10px; line-height: 1.55; color: #69715e; margin: 11px 0 0; }
.search-notice > span { font-size: 15px; line-height: 1; }
.embed-note { font-size: 10px; line-height: 1.6; color: #69715e; border-top: 1px solid #ebebe0; padding-top: 13px; margin: 17px 0 0; }
.toast { position: fixed; bottom: max(22px, env(safe-area-inset-bottom)); left: 50%; width: max-content; max-width: calc(100% - 40px); z-index: 100; padding: 11px 18px; border-radius: 10px; color: #fffdf4; background: #233c33; border: 1px solid #ffffff30; box-shadow: 0 8px 30px #10261b33; font-size: 12px; text-align: center; pointer-events: none; opacity: 0; transform: translate(-50%, 8px); transition: opacity .2s, transform .2s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.share-dialog { border-radius: 18px; width: min(420px, calc(100% - 32px)); padding: 0; background: var(--card); }
.share-dialog-content { padding: 28px; }
.share-dialog h2 { font: 29px var(--serif); margin: 0; }
.share-dialog p { color: var(--muted); font-size: 13px; }
.share-dialog input { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; font-size: 12px; }
.share-dialog button { display: block; width: 100%; margin-top: 18px; border-radius: 9px; padding: 11px; color: white; background: var(--forest); }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (min-width: 1200px) {
  .page-shell { padding-top: 40px; }
  .masthead { margin-bottom: 47px; }
}
@media (max-width: 950px) and (min-width: 701px) {
  .page-shell { padding-inline: 30px; }
  .main-grid { gap: 36px; grid-template-columns: minmax(0, .8fr) minmax(0, 1.1fr); }
  .portrait-frame { aspect-ratio: .72; }
  .website-card { grid-template-columns: 82px minmax(0, 1fr) 15px; gap: 12px; padding: 15px; }
  .website-copy h2 { font-size: 21px; }
  .website-copy p { display: none; }
  .music-card { grid-template-columns: 67px minmax(0, 1fr) 36px; gap: 12px; padding: 17px; }
  .song-title { font-size: 22px; }
  .play-button { width: 36px; height: 36px; }
  .social-card { gap: 9px; padding: 12px; }
  .social-card .small-arrow { display: none; }
  .section-heading > span { font-size: 11px; }
}
@media (max-width: 700px) {
  .page-shell { max-width: 480px; padding: 20px 24px 0; }
  .masthead { margin-bottom: 23px; }
  .wordmark { font-size: 11px; gap: 8px; }
  .monogram { width: 33px; height: 33px; font-size: 21px; }
  .share-button { width: 38px; min-height: 38px; padding: 8px; }
  .share-button > span { display: none; }
  .main-grid { display: block; }
  .portrait-column { width: 108px; margin: 0 auto 22px; }
  .portrait-frame { aspect-ratio: 1; border-radius: 50%; border: 4px solid var(--paper); box-shadow: 0 0 0 1px #c7ccb9, 0 7px 18px #243e3312; }
  .portrait { object-position: 48% 32%; transform: scale(1.35); transform-origin: 48% 26%; }
  .portrait-placeholder span { font-size: 42px; }
  .portrait-photo-label, .portrait-caption { display: none; }
  .intro { text-align: center; margin-bottom: 25px; padding: 0; }
  .intro > .eyebrow { font-size: 8px; letter-spacing: 1.65px; margin-bottom: 11px; }
  h1 { letter-spacing: -1.5px; }
  .greeting, .name { display: inline; font-size: 45px; line-height: 1.1; letter-spacing: -1.7px; }
  .bio { font-size: 12px; line-height: 1.65; margin: 12px auto 0; max-width: 290px; }
  .website-card { grid-template-columns: 91px minmax(0, 1fr) 15px; padding: 15px; gap: 13px; border-radius: 15px; }
  .website-copy h2 { font-size: 22px; }
  .website-copy p { font-size: 10px; }
  .website-domain { font-size: 9px; }
  .card-eyebrow { font-size: 8px; letter-spacing: 1.3px; }
  .music-section { margin-top: 23px; }
  .section-heading h2 { font-size: 23px; }
  .section-heading > span { font-size: 11px; }
  .music-card { grid-template-columns: 76px minmax(0, 1fr) 38px; gap: 14px; padding: 18px; border-radius: 15px; }
  .song-title { font-size: 23px; }
  .song-eyebrow { font-size: 7px; }
  .play-button { width: 38px; height: 38px; }
  .song-platforms { font-size: 8px; margin-top: 9px; }
  .song-meta { font-size: 10px; }
  .social-links { gap: 10px; margin-top: 14px; }
  .social-card { padding: 12px 11px; gap: 9px; border-radius: 11px; }
  .social-card strong { font-size: 11px; }
  .social-card small { font-size: 9px; }
  .social-card .icon { width: 19px; height: 19px; }
  .small-arrow { font-size: 14px; }
  .footer { margin-top: 29px; padding: 17px 0 23px; font-size: 9px; gap: 9px; }
  .footer > span:first-child { font-size: 11px; }
  .music-dialog { width: min(480px, calc(100% - 20px)); border-radius: 22px; max-height: calc(100dvh - 24px); }
  .dialog-toolbar { padding: 12px 16px 4px 20px; }
  .dialog-content { padding: 12px 20px 20px; }
  .release-title h2 { font-size: 29px; }
  .release-art { width: 79px; border-radius: 10px; }
  .release-header { gap: 15px; }
  .release-description { font-size: 11px; margin: 15px 0 18px; }
  .platform-link { gap: 8px; padding: 9px; }
  .platform-name { font-size: 11px; }
  .platform-logo { width: 25px; height: 25px; }
}
@media (max-width: 360px) {
  .page-shell { padding-inline: 17px; }
  .greeting, .name { font-size: 40px; }
  .website-card { grid-template-columns: 75px minmax(0, 1fr) 14px; gap: 11px; padding: 13px; }
  .website-copy h2 { font-size: 20px; }
  .website-copy p { display: none; }
  .music-card { grid-template-columns: 62px minmax(0, 1fr) 33px; padding: 15px; gap: 11px; }
  .song-title { font-size: 21px; }
  .play-button { width: 33px; height: 33px; }
  .social-card .small-arrow { display: none; }
  .section-heading > span { font-size: 10px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-name { font-size: 12px; }
  .platform-action { font-size: 10px; }
  .dialog-content { padding-inline: 17px; }
  .release-title h2 { font-size: 27px; }
  .release-art { width: 68px; }
  .footer { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  .music-card, .website-card, .social-card, .platform-link, .play-button, .share-button { border: 1px solid ButtonText; }
  .music-card, .play-button { background: Canvas; color: CanvasText; }
}
