@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{--paper:#f9f7f1;--ink:#27282b;--muted:#65645f;--accent:#824237;--line:#d5d1c8;--hearing-bg:#dce9e5;--photos-bg:#f2e5d2;--blog-bg:#dce9e5;--heading-size:clamp(40px, 5vw, 64px);--body-size:22px;--body-leading:1.5;--welcome-size:28px;--sans:"DM Sans", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{background:var(--paper);color:var(--ink);font:16px/1.7 var(--sans);margin:0}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}img{max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.045em;font-weight:600;line-height:1.12}h1,h2{font-size:var(--heading-size);line-height:1.05}h3{letter-spacing:-.025em;font-size:23px}p+p{margin-top:18px}.wrap{width:min(1120px,100% - 100px);margin-inline:auto}.header{justify-content:space-between;align-items:center;gap:25px;min-height:75px;display:flex}.brand{letter-spacing:-.045em;white-space:nowrap;align-items:center;font-size:21px;font-weight:600;display:flex}.brand img{object-fit:cover;mix-blend-mode:multiply;width:46px;height:40px;margin-right:8px}.brand-dot{color:var(--accent)}.site-header{z-index:20;background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0}.header nav{align-items:center;gap:20px;font-size:13px;display:flex}.header-menu summary{cursor:pointer;width:46px;height:46px;color:var(--ink);border-radius:50%;list-style:none;transition:background .25s,color .25s;display:none}.header-menu summary::-webkit-details-marker{display:none}.header-menu summary:hover{color:var(--accent);background:#e6ece5}.header-menu summary:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.menu-icon{stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:30px;height:30px}.menu-icon path{transform-origin:16px 16px;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .2s}.header-menu[open]:not([data-expanded=false]) .menu-icon path:first-child{transform-origin:16px 8.5px;transform:translateY(7.5px)rotate(45deg)}.header-menu[open]:not([data-expanded=false]) .menu-icon path:nth-child(2){opacity:0;transform:scaleX(.4)}.header-menu[open]:not([data-expanded=false]) .menu-icon path:nth-child(3){transform-origin:16px 23.5px;transform:translateY(-7.5px)rotate(-45deg)}.menu-intro{display:none}.header-menu a[aria-current]{color:var(--accent);text-underline-offset:5px;text-decoration:underline}@media (width<=1099px){.header-menu summary{place-items:center;display:grid}.header-menu nav{transform-origin:top;background:linear-gradient(125deg,#e6ece5,#f3eddf);border-bottom:1px solid #c9d0c4;border-radius:0 0 22px 8px;grid-template-columns:1fr 1fr;gap:0 24px;max-height:calc(100dvh - 76px);padding:24px max(28px,50vw - 530px) 30px;display:grid;position:absolute;inset:100% 0 auto;overflow-y:auto;box-shadow:0 18px 24px #27282b12}.menu-intro{letter-spacing:.09em;text-transform:uppercase;color:#5a6a60;grid-column:1/-1;margin-bottom:13px;font-size:11px;display:block}.header-menu nav a{border-bottom:1px solid #50604e26;padding:14px 0;font-size:16px;font-weight:500;transition:opacity .25s,transform .35s cubic-bezier(.22,1,.36,1),color .2s;position:relative}.header-menu nav a:hover{transform:translate(4px)}.header-menu nav a:first-of-type,.header-menu nav a:nth-of-type(2){--entry-delay:60ms}.header-menu nav a:nth-of-type(3),.header-menu nav a:nth-of-type(4){--entry-delay:.11s}.header-menu nav a:nth-of-type(5),.header-menu nav a:nth-of-type(6){--entry-delay:.16s}.header-menu nav a:nth-of-type(7),.header-menu nav a:nth-of-type(8){--entry-delay:.21s}.header-menu[data-expanded=true] nav a{animation:menu-link-arrive .4s cubic-bezier(.22, 1, .36, 1) var(--entry-delay) both}.header-menu[data-expanded=false] nav a{opacity:0;transform:translateY(-4px)}.header-menu .nav-contact{color:var(--accent)}}@keyframes menu-link-arrive{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}.nav-contact{border-bottom:1px solid var(--line);padding:7px 0}.eyebrow{letter-spacing:.08em;font-size:11px;font-weight:500}.button{background:var(--ink);color:var(--paper);border-radius:4px 9px;align-items:center;gap:35px;padding:12px 21px;font-size:14px;transition:background .2s;display:inline-flex}.button:hover{background:var(--accent);color:#fff}.text-link{border-bottom:1px solid;padding-bottom:3px;font-size:14px;display:inline-block}.hero-actions{flex-wrap:wrap;align-items:center;gap:25px;margin-top:25px;display:flex}.hero{grid-template-columns:minmax(0,1fr) minmax(0,1.85fr);align-items:center;gap:0 56px;padding-block:55px;display:grid;position:relative}.hero-copy{grid-area:1/2}.hero-welcome{font-size:var(--welcome-size);margin-top:22px}.hero-description{max-width:610px;color:var(--muted);font-size:var(--body-size);line-height:var(--body-leading);text-wrap:pretty;gap:22px;margin-top:28px;display:grid}.hero-description p+p{margin-top:0}.hero-description a{white-space:nowrap;text-underline-offset:.18em;text-decoration:underline 1px}.hero-hearing{color:#526d61;font-weight:500}.hero-hearing a{color:inherit;text-underline-offset:.2em;text-decoration-color:#b2bfb7}.hero-hearing a:hover,.hero-hearing a:focus-visible{color:var(--accent);text-decoration-color:currentColor}.hero-art{grid-area:1/1;align-self:center;position:relative}.logo-stage{width:100%;height:clamp(460px,46vw,590px)}.section{padding-block:75px}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:65px;display:grid}.body-copy{max-width:470px}.body-copy p,.section-heading p{color:var(--muted)}.body-copy .text-link{margin-top:24px}.hearing{background:var(--hearing-bg)}.hearing .two-col{align-items:center}.james-photo{width:215px;margin:30px 0 0}.james-photo img{object-fit:cover;object-position:top;background:#e7e1ed;border-radius:5px 40px 5px 5px;width:190px;height:220px;display:block}.james-photo figcaption{color:var(--muted);margin-top:10px;font-size:11px}.section-heading{justify-content:space-between;align-items:end;gap:45px;margin-bottom:35px;display:flex}.section-heading>div:last-child{max-width:450px}.section-heading .text-link{margin-top:15px}.photos-section{background:var(--photos-bg)}.photos-heading{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) clamp(80px,12vw,156px);align-items:center;gap:clamp(24px,3vw,44px);display:grid}.photos-title h2 span{display:block}.photos-title h2 br{display:none}.photos-title h2 .photos-highlight{color:var(--accent)}.photos-heading .photos-copy{max-width:none}.photos-camera{color:var(--accent);width:100%}.photos-section .album .album-art{background-color:#faf9f5;transform:none}.album-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.album{min-width:0}.album-art{aspect-ratio:4/5;color:#505d41;background:#d0d5c2;border:7px solid #faf9f5;place-items:center;display:grid;position:relative;overflow:hidden;box-shadow:0 3px 9px #282d2510}.album:nth-child(odd) .album-art{transform:rotate(-1deg)}.album:nth-child(2n) .album-art{transform:rotate(1deg)}.album-art.circle{color:#6e583e;background:#e1d0b8}.album-art.walk{color:#415e49;background:#ced9cf}.album-art.ball{color:#5d6578;background:#d4d6dd}.frame-corner{opacity:.45;width:15px;height:15px;position:absolute}.tl{border-top:1px solid;border-left:1px solid;top:12px;left:12px}.br{border-bottom:1px solid;border-right:1px solid;bottom:12px;right:12px}.album-number{font-size:11px;position:absolute;bottom:15px;left:15px}.coming{letter-spacing:.08em;font-size:8px;position:absolute;top:15px;right:10px}.motif{opacity:.45;width:45%;height:48%}.tower .motif{background:repeating-linear-gradient(0deg,#0000,#0000 20px,currentColor 21px,#0000 22px),repeating-linear-gradient(90deg,#0000,#0000 25px,currentColor 26px,#0000 27px);border:1px solid;transform:skewY(-12deg)}.circle .motif{aspect-ratio:1;border:1px solid;border-radius:50%;height:auto;box-shadow:20px 0 0 -1px #e1d0b8,21px 0,-20px 0 0 -1px #e1d0b8,-21px 0}.walk .motif{border-inline:2px solid;border-radius:50% 40% 15% 10%;width:28%;height:58%;transform:rotate(25deg)}.ball .motif{aspect-ratio:1;background:linear-gradient(90deg,#0000 49.5%,currentColor 50%,#0000 50.5%),linear-gradient(#0000 49.5%,currentColor 50%,#0000 50.5%);border:1px solid;border-radius:50%;height:auto}.album-caption{padding-top:18px}.album h3{letter-spacing:-.02em;font-size:16px}.album-caption p{color:var(--muted);margin-top:4px;font-size:12px}.photo-invite{border-top:1px solid #c6c0b6;justify-content:space-between;align-items:center;gap:45px;margin-top:40px;padding-top:28px;display:flex}.photo-invite h3{font-size:20px}.photo-invite p{max-width:720px;color:var(--muted);margin-top:12px}.photo-invite a{white-space:nowrap}.music-section{color:#f5f2e9;background:radial-gradient(at 18% 48%,#45535a42,#0000 50%),radial-gradient(at 60% 88%,#7560732e,#0000 58%),linear-gradient(#11122e 0%,#292a3e 55%,#5c5d62 100%);overflow:clip}.music-section .two-col{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(48px,6vw,90px)}.music-copy{max-width:560px}.music-copy p{color:#ddd9e4;margin-top:23px}.music-copy p+p{margin-top:14px}.light{color:#30303c;background:#f0e6ca}.music-section a:hover{color:#f0d7a5}.music-section .button:hover{color:#fff}.play-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.play-card{border-top:1px solid var(--line);display:block;position:relative;overflow:hidden}.play-video{aspect-ratio:16/9;background:var(--ink);border:0;border-radius:3px;width:100%;height:auto;margin-top:23px;display:block}.play-video:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.card-bottom{padding:23px 0 15px}.card-bottom h3{margin:14px 0;font-size:28px}.card-bottom p{color:var(--muted);max-width:440px}.card-bottom .text-link{margin-top:20px}.marbles-card,.silly{grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:30px;padding-top:23px;display:grid}.silly .play-video{margin-top:0}.marbles-preview{border-radius:3px;display:block;overflow:hidden}.marbles-preview img{width:100%;height:auto;display:block}.marbles-preview:focus-visible{outline:3px solid var(--accent);outline-offset:5px}@media (width<=600px){.marbles-card,.silly{grid-template-columns:1fr;gap:0}}.golf-art,.silly-art{height:180px;margin-top:23px;position:relative;overflow:hidden}.golf-art{background:#dde3cc;border-radius:52% 45% 10% 12%}.golf-hole{background:#485741;border-radius:50%;width:30px;height:10px;position:absolute;bottom:40px;right:29%}.golf-flag{color:var(--accent);font-size:85px;line-height:1.2;position:absolute;bottom:29px;right:26%}.golf-ball{background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;bottom:25px;left:25%;box-shadow:2px 3px 4px #65705955}.golf-trail{border-top:1px dashed #6c795b;width:80px;height:30px;position:absolute;bottom:10px;left:5%;transform:rotate(-15deg)}.silly-art{color:#714235;background:#ece0cd;border-radius:3px;align-items:center;padding:25px 35px;display:flex}.silly-art blockquote{max-width:350px;margin:0;font:italic 28px/1.35 Georgia,serif}.small-note{font-size:12px}.connection-section{background:#e8e7ee}.connection-grid{border-top:1px solid #c9c4d2;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:clamp(40px,7vw,95px);padding-top:25px;display:grid}.connection-photo{aspect-ratio:1;margin:0;position:relative;overflow:hidden}.connection-photo img{width:120%;max-width:none;height:auto;display:block;position:absolute;top:-16%;left:0}.connection-grid h3{margin-bottom:16px;font-size:25px}.connection-grid p{max-width:460px;color:var(--muted);margin-bottom:25px}.secondary-link{text-underline-offset:5px;margin-top:16px;font-size:14px;text-decoration:underline;display:block}@media (width<=850px){.connection-grid{grid-template-columns:1fr}.connection-photo{display:none}}.project-list{border-top:1px solid var(--line)}.project-list a{border-bottom:1px solid var(--line);grid-template-columns:30px 1fr 1.4fr 20px;align-items:center;gap:20px;padding:25px 0;display:grid}.project-number{color:var(--muted);font-size:11px}.project-list p{color:var(--muted)}.project-list h3{font-size:21px}.blog-section{background:var(--blog-bg)}.blog-posts{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.blog-posts article{border-top:1px solid #b4c7bd}.blog-posts article>a{flex-direction:column;align-items:flex-start;height:100%;padding:24px 0 4px;display:flex}.blog-posts time{color:var(--muted);font-size:13px}.blog-posts h3{margin:12px 0 24px;font-size:28px;line-height:1.2}.blog-posts .text-link{margin-top:auto}.footer{background:#e2ddca;padding:55px 0 25px}.footer-row{justify-content:space-between;align-items:center;margin:20px 0 45px;display:flex}.footer-bottom{color:#5f5d53;border-top:1px solid #bdb6a5;justify-content:space-between;gap:15px;padding-top:20px;font-size:12px;display:flex}.body-copy,.section-heading p,.music-copy p,.card-bottom p,.connection-grid p,.photo-invite p,.project-list p,.page-heading>p:not(.breadcrumb){font-size:var(--body-size);line-height:var(--body-leading)}.section-heading>*{min-width:0}.social-links{color:#62675e;flex-wrap:wrap;gap:12px;display:flex}.social-links a{justify-content:center;align-items:center;gap:10px;min-width:44px;min-height:44px;text-decoration:none;display:inline-flex}.social-links svg{flex:none;width:23px;height:23px}.hero-social{padding-top:30px}.hero-social .social-links{margin-left:-10px}.footer-social{border-top:1px solid #bdb6a5;margin-bottom:35px;padding-top:22px}.footer-social>p{color:#51574d;margin-bottom:14px;font-size:17px}.social-links-labeled{justify-content:space-between;gap:12px 24px;font-size:15px}.social-links-labeled a{justify-content:flex-start}@media (width<=700px){.hero-social{padding-top:8px}.hero-social .social-links{gap:8px}.social-links-labeled{grid-template-columns:1fr 1fr;gap:12px;display:grid}.footer-social{margin-top:25px}}.page-heading{padding:55px 0 40px}.page-heading h1{margin:24px 0}.page-heading>p{max-width:650px;color:var(--muted)}.breadcrumb{font-size:13px}.article{max-width:760px;padding-bottom:80px;font-size:18px}.article h2{margin:35px 0 20px;font-size:34px}.article h3{margin:30px 0 15px}.article p{margin:20px 0}.article a{text-underline-offset:3px;text-decoration:underline}.article iframe{aspect-ratio:16/9;border:0;max-width:100%}.article img{max-width:100%;height:auto}.article blockquote{border-left:2px solid var(--accent);margin:25px 0;padding-left:25px}.article pre{overflow:auto}.article-list{padding-bottom:80px}.article-list a{border-bottom:1px solid var(--line);padding:25px 0;display:block}.article-list h2{font-size:29px;line-height:1.2}.article-list p{color:var(--muted);margin-top:8px;font-size:12px}.credit{background:#ebe8dc;margin-top:40px;padding:25px;font-size:14px}.credit a{text-decoration:underline}.archive-intro{color:var(--muted);font-size:14px}.skip{background:var(--ink);color:#fff;z-index:20;padding:12px;position:absolute;top:-100px}.skip:focus{top:10px;left:10px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.wrap{width:calc(100% - 60px)}.hero{gap:25px}.two-col{gap:40px}.album-grid{gap:15px}.project-list a{grid-template-columns:25px 1fr 1.2fr 20px}}@media (width<=700px){:root{--heading-size:32px;--body-size:16px;--body-leading:1.65;--welcome-size:22px}.wrap{width:calc(100% - 40px)}.header{gap:10px;min-height:75px}.brand{font-size:18px}.brand img{width:35px;height:32px;margin-right:4px}.hero{grid-template-columns:minmax(0,1fr) min(25%,100px);gap:0 12px;padding-block:28px}.hero-copy{display:contents}.hero-art{grid-area:1/2/3;align-self:center;padding:0;display:block}.logo-stage{aspect-ratio:1560/2460;height:auto}.hero h1{grid-area:1/1;max-width:240px}.hero-welcome{grid-area:2/1;margin-top:12px;line-height:1.35}.hero-description{grid-column:1/-1;grid-template-columns:1fr;gap:16px;max-width:none;margin-top:22px}.hero-actions{gap:23px}html{scroll-padding-top:110px}.section{padding-block:48px}.two-col{grid-template-columns:1fr;gap:27px}.music-section .section{padding-block:24px 48px}.music-section .two-col{grid-template-columns:1fr;gap:0}.music-section .two-col .fuzz-artwork{width:min(100%,440px);margin:0 auto}.music-section .two-col .fuzz-stage{margin-block:0 16px}.music-copy{width:100%;max-width:440px;margin-inline:auto}.music-copy h2{text-align:center;line-height:1.15}.music-copy p{margin:26px 16px 0}.music-copy p+p{margin-top:20px}.music-copy .hero-actions{flex-direction:column;gap:18px;margin-top:28px}.music-copy .button{text-align:center;min-width:min(100%,240px)}.hearing-intro{align-items:center;gap:20px;display:flex}.hearing-intro h2{flex:1}.james-photo{flex-shrink:0;width:115px;margin:0}.james-photo img{width:115px;height:140px}.james-photo figcaption{display:none}.section-heading{margin-bottom:28px;display:block}.section-heading>div+div,.section-heading>p{margin-top:20px}.photos-heading{grid-template-columns:minmax(0,1fr) clamp(48px,18vw,90px);align-items:center;gap:22px 12px;display:grid}.photos-title h2{font-size:clamp(26px,7.6vw,32px)}.photos-heading>div+div{margin-top:0}.photos-copy{grid-area:2/1/auto/-1}.photos-camera{grid-area:1/2}.album-grid{grid-template-columns:1fr 1fr;gap:25px 16px}.album h3{font-size:15px}.coming{font-size:7px;right:8px}.album-art{border-width:5px}.photo-invite{margin-top:30px;padding-top:25px;display:block}.photo-invite>a{margin-top:20px}.play-grid{grid-template-columns:1fr;gap:22px}.golf-art,.silly-art{height:160px}.card-bottom h3{font-size:25px}.project-list a{grid-template-columns:22px 1fr 20px;gap:12px}.project-list p{grid-area:2/2}.project-list a>span:last-child{grid-area:1/3}.project-list h3{font-size:21px}.blog-posts{grid-template-columns:1fr;gap:24px}.blog-section .section-heading>div{margin-top:20px}.blog-posts h3{margin-bottom:18px;font-size:25px}.footer{padding-top:40px}.footer-row{margin-bottom:35px;display:block}.footer-row .button{margin-top:25px}.footer-bottom{grid-template-columns:1fr 1fr;font-size:11px;display:grid}.page-heading{padding-top:35px}.article{font-size:16px}.article-list h2{font-size:26px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}@media (width<=380px){.hero-social .social-links{gap:4px}.hearing-intro{flex-wrap:wrap}.hearing-intro h2{flex-basis:100%}}.album-link{display:block}.album-photo{background:#e3dfd3}.album-photo img{object-fit:contain;width:100%;height:100%}.album-link:hover h3{text-underline-offset:4px;text-decoration:underline}.gallery-heading{padding-bottom:25px}.gallery-meta{font-size:14px}.gallery-description{white-space:pre-line;margin-top:18px}.gallery-hint{color:var(--muted);margin-bottom:25px;font-size:13px}.photo-gallery{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:28px 22px;display:grid}.photo-gallery a{cursor:zoom-in;background:#eee9df;display:block}.photo-gallery img{width:100%;height:auto;display:block}.gallery-end{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin:45px 0 65px;padding-top:25px;display:flex}.gallery-end p{color:var(--muted);font-size:13px}.pswp button:focus-visible{outline-offset:-5px;outline:3px solid #f2e5d2}@media (width<=900px){.photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.photo-gallery{grid-template-columns:1fr;gap:20px}.gallery-end{display:block}.gallery-end p{margin-top:18px}}
