:root{--paper:#f5f3ec;--ink:#111;--yellow:#ffe800;--line:#c9c6bc}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.45;overflow-x:hidden}
img{max-width:100%;height:auto}
a{color:inherit}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:99}
.header{height:76px;display:flex;align-items:center;gap:2rem;padding:0 2.5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(245,243,236,.96);backdrop-filter:blur(10px);z-index:10}
.brand{display:flex;align-items:center;gap:.65rem;color:inherit;text-decoration:none;font-weight:700;letter-spacing:.02em;white-space:nowrap}
.brand img{width:34px;height:24px;object-fit:contain}
nav{display:flex;gap:1.25rem;margin-left:auto}
nav a,.langs button,.menu{color:inherit;background:none;border:0;text-decoration:none;font:inherit;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}
.langs{display:flex;gap:.35rem}.langs button{opacity:.4}.langs button.active{opacity:1;text-decoration:underline;text-underline-offset:4px}.menu{display:none;margin-left:auto}
.hero{height:calc(100svh - 76px);min-height:560px;position:relative;background:#000;overflow:hidden}
.hero>img{width:100%;height:100%;object-fit:cover;object-position:center 40%;opacity:.9;display:block}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.58),transparent 65%)}
.hero-title{position:absolute;left:4vw;right:3vw;bottom:7vh;color:#fff;z-index:1;overflow:visible}
.hero-title p,.kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;margin:0 0 1.2rem}
.hero-title h1{font-size:clamp(4.2rem,10vw,10rem);line-height:.78;margin:0;letter-spacing:-.06em;overflow:visible;padding-right:.12em;max-width:100%}
.hero-title span{display:block;margin-top:1.4rem}
.hero small{position:absolute;right:1rem;bottom:1rem;color:#fff;z-index:1}
.section{display:grid;grid-template-columns:7rem minmax(0,1fr);gap:3vw;padding:8rem 4vw;border-bottom:1px solid var(--line)}
.number{font-size:.8rem;padding-top:.5rem}.intro>div:last-child{max-width:1100px}
.section h2{font-size:clamp(2.6rem,6vw,6.5rem);line-height:.95;letter-spacing:-.05em;margin:0 0 2rem;font-weight:700;overflow-wrap:anywhere}
.section p{max-width:760px}.intro p:last-child{font-size:1.35rem}
.split{grid-template-columns:7rem minmax(300px,.8fr) minmax(320px,1fr);align-items:start}
.split figure,.book figure{margin:0}.split figure img{width:100%;max-height:900px;object-fit:cover;display:block}.split figcaption{font-size:.75rem;margin-top:.4rem}.copy p{font-size:1.1rem}
.book{grid-template-columns:7rem minmax(300px,.9fr) minmax(320px,1fr);background:#fff}.book figure img{width:100%;display:block}.book h2,.record h2{font-size:clamp(3rem,6vw,6rem)}
dl{margin:2.5rem 0;border-top:1px solid var(--line)}dl div{display:grid;grid-template-columns:12rem 1fr;padding:.8rem 0;border-bottom:1px solid var(--line)}dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}dd{margin:0}.link,.mail{color:inherit;text-decoration:none;border-bottom:1px solid;display:inline-block;padding-bottom:.2rem}
.support{margin-top:4rem;display:flex;gap:1.5rem;align-items:center}.support img{width:180px;height:auto}.support p{font-size:.8rem;max-width:330px}
.record{grid-template-columns:7rem minmax(300px,.9fr) minmax(360px,1fr)}.record-images{display:grid;gap:1rem}.record-images img{width:100%;display:block}.labels{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:3rem 0}.labels img{width:100%;border-radius:50%;display:block}.reviews{margin-top:3rem}.reviews blockquote{margin:0;padding:1.2rem 0;border-top:1px solid var(--line);font-size:1.2rem}.reviews cite{display:block;font-size:.75rem;font-style:normal;margin-top:.5rem;text-transform:uppercase;letter-spacing:.06em}
.text-section>div:last-child{max-width:1200px}.columns{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.columns p{font-size:1.25rem}.yellow{background:var(--yellow)}.large{font-size:clamp(3rem,7vw,7rem)!important;line-height:.95;letter-spacing:-.05em;max-width:none!important;margin-top:5rem}.contact{min-height:70vh;align-items:center}.mail{font-size:clamp(1.7rem,5vw,5rem);letter-spacing:-.03em;overflow-wrap:anywhere}
footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:2rem 4vw;font-size:.8rem}footer img{width:42px}
.practice-visuals{display:grid;gap:clamp(2rem,5vw,5rem);align-content:start}.booth-view{margin-top:clamp(1rem,3vw,3rem)}.booth-view img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.booth-view figcaption{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
@media(max-width:1000px){
.header{padding:0 1rem}.menu{display:block}nav{display:none;position:absolute;left:0;right:0;top:76px;background:var(--paper);padding:2rem;flex-direction:column;border-bottom:1px solid var(--line)}nav.open{display:flex}.langs{margin-left:0}.section,.split,.book,.record{grid-template-columns:3rem 1fr;padding:5rem 1.2rem}.split figure,.book figure,.record-images{grid-column:2}.split .copy,.book .copy,.record .copy{grid-column:2}.columns{grid-template-columns:1fr}.hero-title{left:1.2rem;right:1.2rem}.support{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){.booth-view figcaption{display:block}.booth-view figcaption span{display:block;margin-bottom:.25rem}}
@media(max-width:620px){
body{font-size:16px}.brand span{display:none}.header{gap:.8rem;height:68px}.langs{gap:.12rem}.menu{font-size:.72rem}nav{top:68px}.hero{height:calc(100svh - 68px);min-height:520px}.hero-title{left:1rem;right:.65rem;bottom:8vh}.hero-title p{margin-bottom:.85rem}.hero-title h1{font-size:clamp(3.1rem,15.6vw,4.9rem);line-height:.84;letter-spacing:-.025em;padding-right:.2em;white-space:normal;max-width:100%}.hero-title span{margin-top:1rem}.hero small{font-size:.65rem;right:.6rem;bottom:.55rem}.section,.split,.book,.record{grid-template-columns:1fr;padding:4rem 1rem}.number,.split figure,.book figure,.record-images,.split .copy,.book .copy,.record .copy{grid-column:1}.number{margin-bottom:1rem}.section h2{font-size:clamp(2.4rem,11vw,4rem);letter-spacing:-.035em}.intro p:last-child{font-size:1.12rem}.copy p{font-size:1rem}dl div{grid-template-columns:1fr;gap:.2rem}.labels{gap:.5rem}.mail{font-size:clamp(1.45rem,7vw,2.2rem)}footer{grid-template-columns:auto 1fr;padding:1.5rem 1rem}footer span:last-child{grid-column:2}.support{margin-top:3rem}.columns{gap:1.5rem}.columns p{font-size:1.05rem}.large{margin-top:3rem!important}}
@media(max-width:390px){.hero-title h1{font-size:14.8vw;letter-spacing:-.015em;padding-right:.28em}.langs button{font-size:.68rem}.menu{padding:0}}
