/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--container-2xl:42rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--ease-out:cubic-bezier(0,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}html{scroll-behavior:smooth;background:var(--ink)}body{background-color:var(--background);color:var(--foreground);background-color:var(--ink);min-width:320px;margin:0;font-family:Libre Franklin,ui-sans-serif,sans-serif}button:not(:disabled),[role=button]:not([aria-disabled=true]),[type=button]:not(:disabled),[type=submit]:not(:disabled),[type=reset]:not(:disabled),a[href],select:not(:disabled),input[type=checkbox]:not(:disabled),input[type=radio]:not(:disabled){cursor:pointer}::selection{color:var(--ink);background:var(--gold-bright)}:focus-visible{outline:2px solid var(--gold-bright);outline-offset:3px}}@layer components{.container{width:100%;margin-inline:auto;padding-inline:1rem}.flex{min-width:0;min-height:0}@media (min-width:640px){.container{padding-inline:1.5rem}}@media (min-width:1024px){.container{max-width:1280px;padding-inline:2rem}}}@layer utilities{.static{position:static}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.flex{display:flex}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.flex-shrink-0{flex-shrink:0}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.overflow-auto{overflow:auto}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius)}.bg-background{background-color:var(--background)}.bg-muted{background-color:var(--muted)}.bg-primary{background-color:var(--primary)}.p-4{padding:calc(var(--spacing)*4)}.p-8{padding:calc(var(--spacing)*8)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-2{padding-block:calc(var(--spacing)*2)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.whitespace-break-spaces{white-space:break-spaces}.text-destructive{color:var(--destructive)}.text-muted-foreground{color:var(--muted-foreground)}.text-primary-foreground{color:var(--primary-foreground)}@media (hover:hover){.hover\:opacity-90:hover{opacity:.9}}}@font-face{font-family:Frank Ruhl Libre;src:url(/manus-storage/frank-ruhl-libre-latin_59f4b7de.woff2)format("woff2");font-style:normal;font-weight:300 700;font-display:swap;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Frank Ruhl Libre;src:url(/manus-storage/frank-ruhl-libre-hebrew_3077dcf3.woff2)format("woff2");font-style:normal;font-weight:300 700;font-display:swap;unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Libre Franklin;src:url(/manus-storage/libre-franklin-latin_1fc30601.woff2)format("woff2");font-style:normal;font-weight:400 600;font-display:swap;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--ink:#0f0e0c;--ink-raised:#171510;--ink-soft:#1d1a14;--gold:#c9a54a;--gold-bright:#dfbd62;--cream:#f1e6c6;--sand:#cbbf9f;--muted-gold:#a8935c;--line:#c9a54a47;--ease-out:cubic-bezier(.23,1,.32,1);--radius:.2rem;--background:#0f0e0c;--foreground:#e6d8b4;--card:#171510;--card-foreground:#e6d8b4;--popover:#171510;--popover-foreground:#e6d8b4;--primary:#c9a54a;--primary-foreground:#171510;--secondary:#1d1a14;--secondary-foreground:#e6d8b4;--muted:#1d1a14;--muted-foreground:#8f8467;--accent:#c9a54a;--accent-foreground:#171510;--destructive:#b84242;--destructive-foreground:#fff7ed;--border:#c9a54a47;--input:#c9a54a57;--ring:#c9a54a;--chart-1:#dfbd62;--chart-2:#c9a54a;--chart-3:#a8935c;--chart-4:#7f6e43;--chart-5:#5e5134;--sidebar:#171510;--sidebar-foreground:#e6d8b4;--sidebar-primary:#c9a54a;--sidebar-primary-foreground:#171510;--sidebar-accent:#1d1a14;--sidebar-accent-foreground:#e6d8b4;--sidebar-border:#c9a54a47;--sidebar-ring:#c9a54a}.dark{--background:#0f0e0c;--foreground:#e6d8b4;--card:#171510;--card-foreground:#e6d8b4;--popover:#171510;--popover-foreground:#e6d8b4;--primary:#c9a54a;--primary-foreground:#171510;--secondary:#1d1a14;--secondary-foreground:#e6d8b4;--muted:#1d1a14;--muted-foreground:#8f8467;--accent:#c9a54a;--accent-foreground:#171510;--destructive:#b84242;--destructive-foreground:#fff7ed;--border:#c9a54a47;--input:#c9a54a57;--ring:#c9a54a;--sidebar:#171510;--sidebar-foreground:#e6d8b4;--sidebar-accent:#1d1a14;--sidebar-accent-foreground:#e6d8b4;--sidebar-border:#c9a54a47;--sidebar-ring:#c9a54a}.site-shell{min-height:100vh;color:var(--foreground);background:radial-gradient(circle at 18% 12%,#c9a54a0e,transparent 28rem),var(--ink)}.site-shell.has-player{padding-bottom:150px}.site-shell:before{z-index:20;pointer-events:none;content:"";opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");position:fixed;inset:0}.skip-link{z-index:100;color:var(--ink);background:var(--gold-bright);transition:transform .16s var(--ease-out);padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.event-banner{border-bottom:1px solid var(--line);color:#d8c48a;text-align:center;letter-spacing:.025em;min-height:42px;transition:color .16s var(--ease-out),background .16s var(--ease-out);background:#1a1712;justify-content:center;align-items:center;gap:8px 14px;padding:9px 24px;font-size:12px;line-height:1.5;text-decoration:none;display:flex}.event-banner:hover{color:var(--cream);background:#211d15}.event-banner strong{text-transform:uppercase;letter-spacing:.16em;font-size:10px}.site-nav{z-index:15;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f0e0ce6;border-bottom:1px solid #c9a54a33;justify-content:space-between;align-items:center;gap:32px;min-height:70px;padding:9px clamp(24px,5vw,72px);display:flex;position:sticky;top:0;box-shadow:0 8px 24px #0000001f}.wordmark{color:var(--gold);align-items:baseline;gap:13px;text-decoration:none;display:flex}.wordmark>span{letter-spacing:.04em;font-family:Frank Ruhl Libre,serif;font-size:26px;line-height:1}.wordmark small{color:#8f8467;text-transform:uppercase;letter-spacing:.12em;font-size:10px}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:#cbbf9f;letter-spacing:.03em;transition:color .16s var(--ease-out);padding-block:10px;font-size:12px;text-decoration:none}.nav-links a:hover{color:var(--cream)}.nav-links .nav-share{color:var(--cream);border:1px solid #c9a54a7a;padding:10px 15px}.hero{border-bottom:1px solid var(--line);background:radial-gradient(at 72% 40%,#c9a54a24,#0000 48%);grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);min-height:min(790px,100vh - 112px);display:grid}.hero-copy{z-index:2;flex-direction:column;justify-content:center;padding:clamp(64px,8vw,116px) clamp(28px,6.2vw,92px);display:flex;position:relative}.hero-copy:before{content:"";background:linear-gradient(90deg,var(--gold),transparent);width:96px;height:1px;position:absolute;top:14%;left:clamp(28px,6.2vw,92px)}.hero-kicker{color:var(--gold);letter-spacing:.07em;margin-bottom:22px;font-family:Frank Ruhl Libre,serif;font-size:clamp(28px,3vw,38px)}.hero h1,.story-copy h2,.section-heading h2,.share-intro h2{color:var(--cream);text-wrap:balance;margin:0;font-family:Frank Ruhl Libre,serif;font-weight:400}.hero h1{letter-spacing:-.035em;max-width:820px;font-size:clamp(52px,6.4vw,94px);line-height:.94}.hero blockquote{color:var(--gold);margin:32px 0 0;font-family:Frank Ruhl Libre,serif;font-size:clamp(21px,2.1vw,28px);font-style:italic;font-weight:300;line-height:1.3}.hero blockquote cite,.scripture-quote cite{color:var(--muted-gold);text-transform:uppercase;letter-spacing:.18em;margin-top:8px;font-family:Libre Franklin,sans-serif;font-size:10px;font-style:normal;display:block}.hero-intro{max-width:50ch;color:var(--sand);margin:28px 0 0;font-size:15px;line-height:1.75}.hero-intro em,.prose em{color:var(--cream);font-family:Frank Ruhl Libre,serif;font-size:1.08em}.hero-actions{flex-wrap:wrap;gap:11px;margin-top:30px;display:flex}.gold-button,.outline-button{border:1px solid var(--gold);min-height:48px;transition:color .16s var(--ease-out),background .16s var(--ease-out),transform .16s var(--ease-out),border-color .16s var(--ease-out);justify-content:center;align-items:center;gap:10px;padding:0 20px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.gold-button{color:var(--ink-raised);background:var(--gold)}.gold-button:hover{color:var(--ink);background:var(--gold-bright);border-color:var(--gold-bright)}.outline-button{color:var(--cream);background:#0f0e0c42;border-color:#c9a54a85}.outline-button:hover{border-color:var(--gold);background:#c9a54a14}.gold-button:active,.outline-button:active,button:active{transform:scale(.97)}.hero-image{min-height:580px;position:relative;overflow:hidden}.hero-image img{object-fit:cover;object-position:47% 28%;filter:sepia(.35)contrast(1.08)brightness(.9);width:100%;height:100%;transform:scale(1.015)}.hero-image-vignette{background:linear-gradient(90deg,var(--ink)0%,#0f0e0c85 17%,transparent 52%),linear-gradient(180deg,#0f0e0c94,transparent 32%),linear-gradient(0deg,var(--ink)0%,transparent 38%);position:absolute;inset:0}.hero-image p{color:var(--muted-gold);text-transform:uppercase;letter-spacing:.16em;align-items:center;gap:12px;margin:0;font-size:9px;display:flex;position:absolute;bottom:30px;right:34px}.hero-image p span{background:var(--muted-gold);width:46px;height:1px}.story-section,.recordings-section,.music-section,.share-section{border-bottom:1px solid var(--line);scroll-margin-top:72px}.composer-answer{border-bottom:1px solid var(--line);grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:clamp(36px,7vw,110px);max-width:1400px;margin-inline:auto;padding:clamp(64px,7vw,96px) clamp(24px,5vw,72px);scroll-margin-top:72px;display:grid}.composer-answer-heading h2{max-width:10ch;color:var(--cream);letter-spacing:-.02em;text-wrap:balance;margin:0;font-family:Frank Ruhl Libre,serif;font-size:clamp(38px,4.5vw,60px);font-weight:400;line-height:1.02}.composer-answer-copy{max-width:760px}.direct-answer{color:var(--sand);margin:0;font-size:16px;line-height:1.8}.direct-answer strong{color:var(--cream);font-family:Frank Ruhl Libre,serif;font-size:clamp(22px,2.3vw,30px);font-weight:400;line-height:1.4}.direct-answer em{color:var(--cream);font-family:Frank Ruhl Libre,serif}.answer-facts{border-top:1px solid var(--line);gap:0;margin-top:30px;display:grid}.answer-facts details{border-bottom:1px solid var(--line)}.answer-facts summary{color:var(--foreground);padding:16px 42px 16px 0;font-family:Frank Ruhl Libre,serif;font-size:18px;list-style:none;position:relative}.answer-facts summary::-webkit-details-marker{display:none}.answer-facts summary:after{color:var(--gold);content:"+";font-family:Libre Franklin,sans-serif;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.answer-facts details[open] summary:after{content:"−"}.answer-facts details p{max-width:66ch;color:var(--sand);margin:-2px 0 18px;font-size:13px;line-height:1.7}.answer-sources{color:#8f8467;margin:20px 0 0;font-size:10px;line-height:1.7}.answer-sources a{color:var(--gold);text-underline-offset:3px}.story-grid{grid-template-columns:minmax(280px,420px) minmax(0,1fr);align-items:start;gap:clamp(48px,7vw,104px);max-width:1400px;margin-inline:auto;padding:clamp(68px,8vw,118px) clamp(24px,5vw,72px) 52px;display:grid}.portrait-panel{position:sticky;top:104px}.portrait-frame{background:#1a1712;padding:9px;position:relative;box-shadow:0 28px 80px #00000085}.portrait-frame:before,.portrait-frame:after{z-index:-1;content:"";position:absolute}.portrait-frame:before{border:1px solid #c9a54a2e;inset:-18px 20px 22px -18px}.portrait-frame:after{border-right:1px solid var(--gold);border-bottom:1px solid var(--gold);width:38%;height:38%;bottom:-12px;right:-12px}.portrait-frame img{aspect-ratio:4/5;object-fit:cover;object-position:50% 22%;filter:saturate(.82)sepia(.08);width:100%;display:block}.portrait-caption{color:#8f8467;text-transform:uppercase;letter-spacing:.13em;justify-content:space-between;align-items:baseline;gap:14px;margin-top:18px;font-size:9px;line-height:1.5;display:flex}.portrait-caption span:last-child{color:var(--gold);text-transform:none;letter-spacing:.01em;font-family:Frank Ruhl Libre,serif;font-size:17px}.story-copy{max-width:780px}.section-label{color:var(--muted-gold);text-transform:uppercase;letter-spacing:.19em;margin:0 0 16px;font-size:10px;font-weight:600}.story-copy h2{letter-spacing:-.018em;font-size:clamp(38px,4.5vw,62px);line-height:1.04}.story-lede{color:var(--foreground);margin:30px 0 0;font-family:Frank Ruhl Libre,serif;font-size:clamp(21px,2.1vw,28px);line-height:1.45}.prose{color:var(--sand);gap:19px;margin-top:26px;font-size:15px;line-height:1.82;display:grid}.prose p{margin:0}.scripture-quote{border-left:2px solid var(--gold);color:var(--gold);margin:40px 0 0;padding:8px 0 8px 26px;font-family:Frank Ruhl Libre,serif;font-size:clamp(25px,2.8vw,34px);font-style:italic;font-weight:300;line-height:1.35}.gallery-heading{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto 18px;padding-inline:clamp(24px,5vw,72px);display:flex}.gallery-heading>p{color:#8f8467;text-transform:uppercase;letter-spacing:.16em;margin:0;font-size:10px}.gallery-heading>div{gap:7px;display:flex}.gallery-heading button{width:38px;height:38px;color:var(--foreground);transition:border-color .16s var(--ease-out),background .16s var(--ease-out);background:0 0;border:1px solid #c9a54a57;place-items:center;display:grid}.gallery-heading button:hover{border-color:var(--gold);background:#c9a54a14}.photo-rail{scrollbar-color:#c9a54a6b transparent;scrollbar-width:thin;scroll-snap-type:x proximity;gap:15px;max-width:1544px;margin-inline:auto;padding:0 clamp(24px,5vw,72px) clamp(64px,7vw,96px);display:flex;overflow-x:auto}.photo-rail figure{scroll-snap-align:start;background:#1a1712;flex:none;height:310px;margin:0;padding:7px;position:relative;overflow:hidden}.photo-rail figure:nth-child(3n+1){width:220px}.photo-rail figure:nth-child(3n+2){width:410px}.photo-rail figure:nth-child(3n){width:300px}.photo-rail img{object-fit:cover;filter:saturate(.82);width:100%;height:100%;transition:filter .26s var(--ease-out),transform .42s var(--ease-out)}.photo-rail figure:hover img{filter:saturate();transform:scale(1.025)}.photo-rail figcaption{z-index:2;color:#f1e6c6;text-shadow:0 2px 10px #000;text-transform:uppercase;letter-spacing:.12em;opacity:0;transition:opacity .18s var(--ease-out),transform .18s var(--ease-out);padding-top:34px;font-size:10px;position:absolute;bottom:14px;left:15px;right:15px;transform:translateY(8px)}.photo-rail figure:after{content:"";opacity:0;transition:opacity .18s var(--ease-out);background:linear-gradient(#0000,#000000b8);position:absolute;inset:45% 7px 7px}.photo-rail figure:hover figcaption,.photo-rail figure:hover:after{opacity:1;transform:translateY(0)}.recordings-section{background:radial-gradient(at 12% 0,#c9a54a1f,#0000 42rem),#0f0e0c;padding:clamp(70px,8vw,110px) clamp(24px,5vw,72px) clamp(64px,7vw,90px)}.section-heading{justify-content:space-between;align-items:end;gap:28px 40px;max-width:1400px;margin-inline:auto;display:flex}.section-heading>div:first-child{max-width:740px}.section-heading h2,.share-intro h2{letter-spacing:-.02em;font-size:clamp(40px,5vw,68px);line-height:1}.recordings-heading h2 span{color:var(--gold)}.section-heading p:not(.section-label),.share-intro>p{color:var(--sand);margin:20px 0 0;font-size:14px;line-height:1.7}.section-heading p a{color:var(--gold);text-underline-offset:3px}.filter-row{flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:560px;display:flex}.filter-chip{min-height:36px;color:var(--foreground);transition:color .16s var(--ease-out),background .16s var(--ease-out),border-color .16s var(--ease-out);background:0 0;border:1px solid #c9a54a61;border-radius:999px;padding:0 14px;font-family:Libre Franklin,sans-serif;font-size:11px}.filter-chip:hover{border-color:var(--gold)}.filter-chip.is-active{color:var(--ink-raised);background:var(--gold);border-color:var(--gold)}.featured-recording{border:1px solid var(--line);width:min(1400px,100%);color:var(--foreground);text-align:left;transition:color .18s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out),transform .16s var(--ease-out);background:#c9a54a0e;grid-template-columns:170px minmax(0,1fr) 66px;align-items:center;gap:30px;margin:32px auto 15px;padding:22px;text-decoration:none;display:grid}.featured-recording:hover{background:#c9a54a1a;border-color:#c9a54a8c}.featured-recording.is-selected{color:var(--ink-raised);background:var(--gold);border-color:var(--gold)}.featured-recording>img{aspect-ratio:1;object-fit:cover;width:170px;box-shadow:0 18px 42px #0000006b}.featured-copy{flex-direction:column;gap:8px;display:flex}.featured-copy>strong{font-family:Frank Ruhl Libre,serif;font-size:clamp(28px,3vw,42px);font-weight:400;line-height:1.05}.featured-copy>small{color:#8f8467;max-width:70ch;font-size:12px;line-height:1.6}.featured-recording.is-selected .featured-copy>small,.featured-recording.is-selected .card-eyebrow{color:#332a18}.card-eyebrow{color:#8f8467;text-transform:uppercase;letter-spacing:.16em;font-size:9px;font-weight:600}.play-mark,.plus-mark{border:1px solid;border-radius:50%;flex:none;place-items:center;width:31px;height:31px;display:inline-grid}.play-mark svg{margin-left:2px}.play-mark-large{width:62px;height:62px}.recording-grid,.track-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:1400px;margin-inline:auto;display:grid}.recording-card,.track-card{min-height:170px;color:var(--foreground);text-align:left;transition:color .17s var(--ease-out),background .17s var(--ease-out),border-color .17s var(--ease-out),transform .16s var(--ease-out);background:#c9a54a0b;border:1px solid #c9a54a2e;flex-direction:column;gap:22px;padding:20px;text-decoration:none;display:flex}.recording-card:hover,.track-card:hover{background:#c9a54a1a;border-color:#c9a54a7a;transform:translateY(-2px)}.recording-card.is-selected,.track-card.is-selected,.contribution-card{color:var(--ink-raised);background:var(--gold);border-color:var(--gold)}.recording-card.is-selected .card-eyebrow,.recording-card.is-selected small,.track-card.is-selected .card-eyebrow,.track-card.is-selected small,.contribution-card .card-eyebrow,.contribution-card small{color:#332a18}.contribution-card:hover{color:var(--ink);background:var(--gold-bright);border-color:var(--gold-bright)}.card-top,.card-bottom{display:flex}.card-top{justify-content:space-between;align-items:center;gap:12px}.card-bottom{flex-direction:column;gap:7px;margin-top:auto}.card-bottom>strong,.track-title>strong{text-wrap:balance;font-family:Frank Ruhl Libre,serif;font-size:23px;font-weight:400;line-height:1.13}.card-bottom>small{color:#8f8467;font-size:11px;line-height:1.45}.recording-card.is-selected .card-bottom>small,.track-card.is-selected .card-bottom>small,.track-card.is-selected .card-eyebrow,.contribution-card .card-bottom>small,.contribution-card .card-eyebrow{color:#332a18}.source-note{color:#6f6650;max-width:1400px;margin:15px auto 0;font-size:10px}.music-section{padding:clamp(66px,7vw,96px) clamp(24px,5vw,72px) clamp(64px,7vw,90px)}.album-heading h2{font-size:clamp(40px,4.5vw,58px)}.albums-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:clamp(34px,5vw,64px);max-width:1400px;margin:34px auto 0;display:grid}.album-selector{gap:20px;display:grid}.album-selector button{color:var(--foreground);text-align:left;transition:opacity .18s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out),transform .16s var(--ease-out);background:0 0;border:1px solid #0000;flex-direction:column;gap:7px;padding:10px;display:flex}.album-selector button:not(.is-active){opacity:.54}.album-selector button:hover,.album-selector button.is-active{opacity:1;background:#c9a54a12;border-color:#c9a54a73}.album-selector img{aspect-ratio:1;object-fit:cover;width:100%;margin-bottom:5px;box-shadow:0 18px 40px #00000070}.album-selector strong{color:var(--cream);font-size:12px}.album-selector small{color:#8f8467;font-size:10px;line-height:1.5}.track-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.track-card{min-height:155px}.track-title{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px 14px;display:flex}.track-title b{color:var(--gold);font-family:Frank Ruhl Libre,serif;font-size:16px;font-weight:400}.track-card.is-selected .track-title b{color:var(--ink-raised)}.share-section{background:linear-gradient(#c9a54a06,#0000 35%);padding:clamp(70px,8vw,108px) clamp(24px,5vw,72px) clamp(74px,8vw,110px)}.share-intro,.share-grid{max-width:1400px;margin-inline:auto}.share-intro{grid-template-columns:minmax(0,1fr) minmax(280px,460px);align-items:end;gap:24px 80px;margin-bottom:36px;display:grid}.share-intro .section-label{grid-column:1/-1;margin-bottom:-10px}.share-intro h2{font-size:clamp(42px,5vw,66px)}.share-intro>p{margin:0}.share-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.share-card{color-scheme:dark;background:#c9a54a0b;border:1px solid #c9a54a47;flex-direction:column;gap:13px;padding:clamp(24px,3vw,38px);display:flex}.share-card h3{min-height:76px;color:var(--cream);text-wrap:balance;margin:-3px 0 12px;font-family:Frank Ruhl Libre,serif;font-size:clamp(23px,2.2vw,30px);font-weight:400;line-height:1.25}.share-card label:not(.upload-field){gap:7px;display:grid}.share-card label>span{color:var(--muted-gold);text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:600}.share-card input,.share-card textarea{width:100%;color:var(--cream);transition:border-color .16s var(--ease-out),background .16s var(--ease-out);background:#15130f;border:1px solid #c9a54a4d;border-radius:0;font-family:Libre Franklin,sans-serif;font-size:13px;line-height:1.5}.share-card input{min-height:46px;padding:0 13px}.share-card textarea{resize:vertical;min-height:100px;padding:12px 13px}.share-card input:focus,.share-card textarea:focus{border-color:var(--gold);background:#191610;outline:none}.share-card input::placeholder,.share-card textarea::placeholder{color:#6f6650}.upload-field{min-height:48px;color:var(--muted-gold);transition:border-color .16s var(--ease-out),background .16s var(--ease-out);background:#c9a54a05;border:1px dashed #c9a54a70;align-items:center;gap:10px;padding:0 13px;display:flex;position:relative}.upload-field:hover{border-color:var(--gold);background:#c9a54a0f}.upload-field span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-field input{opacity:0;width:1px;height:1px;position:absolute}.submit-button{align-self:flex-start;margin-top:5px;font-family:Libre Franklin,sans-serif}.thank-you{background:#c9a54a0f;border:1px solid #c9a54a6b;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;min-height:320px;padding:30px;display:flex}.hebrew-small{color:var(--gold);font-family:Frank Ruhl Libre,serif;font-size:32px}.thank-you p{max-width:32ch;color:var(--cream);margin:12px 0 24px;font-family:Frank Ruhl Libre,serif;font-size:23px;line-height:1.4}.text-button{border:0;border-bottom:1px solid var(--gold);color:var(--gold);background:0 0;padding:0 0 3px;font-family:Libre Franklin,sans-serif;font-size:11px}.site-footer{color:#8f8467;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px 28px;padding:24px clamp(24px,5vw,72px) 32px;font-size:11px;display:flex}.site-footer span:last-child{color:var(--muted-gold);font-family:Frank Ruhl Libre,serif;font-size:17px}@media (max-width:1180px){.recording-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.track-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.site-nav{min-height:62px}.wordmark small{display:none}.nav-links{gap:15px}.nav-links a{font-size:10px}.hero{grid-template-columns:1fr}.hero-copy{min-height:610px}.hero-image{border-top:1px solid var(--line);min-height:min(600px,80vw)}.hero-image-vignette{background:linear-gradient(180deg,var(--ink)0%,transparent 24%),linear-gradient(0deg,var(--ink)0%,transparent 38%)}.story-grid,.composer-answer{grid-template-columns:1fr}.composer-answer-heading h2{max-width:none}.portrait-panel{max-width:450px;position:relative;top:auto}.section-heading,.share-intro{flex-direction:column;align-items:flex-start;display:flex}.filter-row{justify-content:flex-start}.featured-recording{grid-template-columns:142px minmax(0,1fr) 52px;gap:22px}.featured-recording>img{width:142px}.recording-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.albums-layout{grid-template-columns:170px minmax(0,1fr)}.share-grid{grid-template-columns:1fr}}@media (max-width:680px){.event-banner{align-items:flex-start;padding-inline:16px;font-size:10px}.event-banner span[aria-hidden=true]{display:none}.site-nav{padding-inline:18px}.nav-links a:not(.nav-share){display:none}.nav-links .nav-share{font-size:9px}.hero-copy{min-height:auto;padding:74px 24px 62px}.hero-copy:before{top:42px;left:24px}.hero h1{font-size:clamp(50px,16vw,72px)}.hero-intro{font-size:14px}.hero-actions{flex-direction:column}.hero-actions>a{width:100%}.hero-image{min-height:490px}.hero-image img{object-position:52% 20%}.story-grid{padding-top:74px}.portrait-caption{flex-direction:column;gap:5px}.story-copy h2{font-size:40px}.prose{font-size:14px;line-height:1.76}.photo-rail figure{height:300px;width:min(82vw,340px)!important}.photo-rail figcaption,.photo-rail figure:after{opacity:1;transform:none}.recordings-section,.music-section,.share-section{padding-inline:18px}.section-heading h2,.share-intro h2{font-size:42px}.featured-recording{grid-template-columns:90px minmax(0,1fr);gap:16px;padding:14px}.featured-recording>img{width:90px}.featured-copy>strong{font-size:23px}.featured-copy>small,.featured-recording>.play-mark{display:none}.recording-grid,.track-grid{grid-template-columns:1fr}.recording-card,.track-card{min-height:145px}.albums-layout{grid-template-columns:1fr}.album-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.share-card h3{min-height:auto}.site-footer{padding-bottom:30px}}@media (prefers-reduced-motion:no-preference){.hero-copy>*{animation:reveal .7s var(--ease-out)both}.hero-copy>:nth-child(2){animation-delay:70ms}.hero-copy>:nth-child(3){animation-delay:.13s}.hero-copy>:nth-child(4){animation-delay:.19s}.hero-copy>:nth-child(5){animation-delay:.25s}.hero-image img{animation:imageReveal 1.1s var(--ease-out)both}}@keyframes reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes imageReveal{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1.015)}}
