@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',Arial,sans-serif;color:#232123;background:#fafaf9;font-synthesis:none;--accent:#7f0035;--line:#d8d5d5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.page{max-width:1512px;padding:0 7%;margin:auto}a{color:inherit;text-decoration:none}header{display:flex;justify-content:space-between;align-items:center;padding:36px 0;border-bottom:1px solid var(--line)}.wordmark{font-family:'Manrope',Arial,sans-serif;font-weight:800;font-size:29px;letter-spacing:-1.5px}.wordmark span{color:var(--accent)}.jump{font-size:14px}.jump span{margin-left:20px;font-size:23px}.intro{padding:73px 0 51px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 26px;color:var(--accent)}h1{font-family:'Manrope',Arial,sans-serif;font-size:clamp(48px,6.2vw,91px);font-weight:500;line-height:1.06;letter-spacing:-.06em;margin:0}h1 span{color:var(--accent)}.intro-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-top:32px}.intro-bottom p{font-size:17px;line-height:1.65;color:#686166;margin:0}.index-label{font-size:11px;letter-spacing:1.4px;font-weight:600;padding-bottom:6px;color:#686166}.projects{border-top:1px solid var(--line)}.project{display:grid;grid-template-columns:155px minmax(200px,1fr) minmax(250px,1fr);gap:42px;border-bottom:1px solid var(--line);padding:40px 0;align-items:center}.project-meta{align-self:start;display:flex;flex-direction:column;gap:16px;font-size:14px;padding-top:4px}.project-meta>span:first-child{font-size:12px;color:#82777d}.project-meta>span:last-child{font-weight:600}.project-image{aspect-ratio:1.48;overflow:hidden;background:#ede9eb}.project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.project:hover img{transform:scale(1.025)}.music{background:#171b1b}.music img,.community img{object-fit:contain}.community{background:#fff}.project-copy{padding:8px 0}h2{font-family:'Manrope',Arial,sans-serif;font-weight:600;font-size:clamp(25px,2.4vw,34px);line-height:1.16;letter-spacing:-1.2px;margin:0 0 18px}.project-copy p{font-size:16px;line-height:1.7;color:#686166;max-width:415px;margin:0 0 29px}.destination{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--accent);font-weight:600;gap:20px}.destination>span{font-size:27px;transition:transform .2s}.project:hover .destination>span{transform:translate(3px,-3px)}a:focus-visible{outline:3px solid var(--accent);outline-offset:6px}footer{display:flex;justify-content:space-between;padding:31px 0 38px;font-size:12px;color:#756c71}@media(min-width:1500px){.intro{padding-top:90px}}@media(max-width:950px){.page{padding:0 5%}.project{grid-template-columns:115px 1fr 1fr;gap:24px}.index-label{display:none}.intro{padding-top:56px}.project-image{aspect-ratio:1.12}}@media(max-width:650px){header{padding:24px 0}.wordmark{font-size:26px}.jump{font-size:12px}.jump span{margin-left:8px}.intro{padding:47px 0 36px}.eyebrow{font-size:10px;letter-spacing:1.4px}h1{font-size:clamp(40px,9.6vw,62px);letter-spacing:-.055em}.intro-bottom{margin-top:24px}.intro-bottom p{font-size:16px}.desktop{display:none}.project{grid-template-columns:1fr;gap:20px;padding:28px 0 34px}.project-meta{flex-direction:row;gap:14px}.project-image{aspect-ratio:1.48}.project-copy{padding:0}h2{font-size:28px;margin-bottom:12px}.project-copy p{margin-bottom:20px;max-width:none}footer{font-size:11px;gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.social{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:64px 0;border-bottom:1px solid var(--line)}.social .eyebrow{margin-bottom:18px}.social h2{font-size:32px;max-width:330px}.social-links{display:grid;grid-template-columns:1fr 1fr;column-gap:34px}.social-links a{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px 0;border-bottom:1px solid var(--line);font-size:16px}.social-links a:hover{color:var(--accent)}.social-links span{font-size:22px}@media(max-width:650px){.social{grid-template-columns:1fr;gap:10px;padding:40px 0}.social h2{font-size:28px}.social-links{column-gap:25px}}

.music{background:#1e3b4e}.community{background:#08036b}.contact{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:65px 0;border-bottom:1px solid var(--line)}.contact .eyebrow{margin-bottom:18px}.contact h2{font-size:32px}.contact p:not(.eyebrow){font-size:16px;line-height:1.7;color:#686166;max-width:310px}.email{font-size:14px;color:var(--accent)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}label{display:block;font-size:14px;margin-bottom:22px}input,textarea{font:inherit;font-size:16px;width:100%;margin-top:10px;background:transparent;border:1px solid #b8b1b5;border-radius:0;padding:13px;color:#232123}textarea{resize:vertical;min-height:130px}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:2px}button{font:inherit;background:var(--accent);color:#fff;border:0;padding:16px 22px;min-width:180px;display:flex;justify-content:space-between;gap:32px;cursor:pointer}button:hover{background:#5c0026}button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@media(max-width:650px){.contact{grid-template-columns:1fr;gap:28px;padding:40px 0}.contact h2{font-size:28px}.form-row{grid-template-columns:1fr;gap:0}}

/* Venture grid */
.projects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;padding:34px 0 48px;border-bottom:1px solid var(--line)}.project{display:flex;flex-direction:column;align-items:stretch;gap:18px;border:0;padding:0;min-width:0}.project-meta{align-self:stretch;flex-direction:row;gap:13px;padding:0}.project-image{width:100%;aspect-ratio:1}.project-copy{display:flex;flex-direction:column;flex:1;padding:4px 0 0}.project-copy h2{font-size:27px;letter-spacing:-1px;min-height:2.35em;margin-bottom:13px}.project-copy p{font-size:16px;margin-bottom:25px}.destination{margin-top:auto}.music img{padding:14px}.community img{padding:14px}.intro{padding-bottom:45px}@media(max-width:950px){.projects{gap:22px}.project-copy h2{font-size:23px}.project-copy p{font-size:15px}.destination{font-size:12px;gap:8px}.project-meta{font-size:13px}}@media(max-width:650px){.projects{grid-template-columns:1fr;gap:38px;padding:28px 0 38px}.project{gap:18px}.project-image{max-width:100%;aspect-ratio:1}.project-copy h2{font-size:28px;min-height:0}.project-copy p{font-size:16px}.destination{font-size:14px}.project-meta{font-size:14px}}

.destination{display:block;align-self:flex-start;margin-top:auto;background:#fff;border:1px solid var(--accent);color:var(--accent);padding:12px 17px;text-align:center;font-size:14px;line-height:1.4}.project:hover .destination{background:#fff7fa}.project:focus-visible .destination{outline:2px solid var(--accent);outline-offset:3px}

.business{background:#7f0035}.business img{object-fit:contain;padding:28px}

.business{background:#fff;border:1px solid #e3dfe1}

h1,.wordmark{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-weight:400;text-transform:uppercase}h1{letter-spacing:-.025em;line-height:1.06}.wordmark{letter-spacing:.015em;font-size:31px}@media(max-width:650px){h1{font-size:clamp(38px,9.6vw,62px);letter-spacing:-.025em}.wordmark{font-size:28px}}

.project-image{aspect-ratio:2.25}.business img{padding:20px}.music img,.community img{padding:8px}@media(max-width:650px){.project-image{aspect-ratio:2.25}}

h1,h2,.wordmark,.eyebrow,.project-meta>span:last-child{font-family:'Bebas Neue',Impact,'Arial Narrow',sans-serif;font-weight:400}h1{letter-spacing:0;line-height:1.02}.wordmark{font-size:34px;letter-spacing:.02em}.project-copy h2{font-size:32px;letter-spacing:0;min-height:2.05em}.social h2,.contact h2{font-size:36px;letter-spacing:0}.eyebrow{font-size:16px;letter-spacing:1.5px}.project-meta>span:last-child{font-size:19px;letter-spacing:.4px}@media(max-width:650px){h1{letter-spacing:0}.wordmark{font-size:30px}.project-copy h2{min-height:0;font-size:32px}.social h2,.contact h2{font-size:32px}.eyebrow{font-size:15px}}

.destination{background:var(--accent);color:#fff}.project:hover .destination{background:#5c0026;border-color:#5c0026}

.project-meta>span:last-child{color:#232123}

.intro{position:relative;isolation:isolate;overflow:hidden;margin:28px 0 36px;padding:66px 44px 80px;background:#171417;color:#fff;min-height:540px}.hero-images,.hero-images:after,.hero-slide{position:absolute;inset:0;width:100%;height:100%}.hero-images{z-index:-1}.hero-slide{object-fit:cover;object-position:center;opacity:0;transition:opacity 1.2s ease}.hero-slide.active{opacity:1}.hero-images:after{content:'';background:linear-gradient(90deg,rgba(18,12,16,.87) 0%,rgba(18,12,16,.70) 42%,rgba(18,12,16,.16) 100%)}.hero-content{position:relative;max-width:760px}.intro h1{font-size:clamp(50px,5.6vw,80px)}.intro h1 span{color:#fff}.intro .eyebrow{color:#f5c7dc}.intro-bottom p{color:#f4edf0;font-size:16px}.carousel-controls{position:absolute;bottom:24px;right:32px;display:flex;align-items:center;gap:10px}.carousel-controls button{min-width:0;display:block;border:1px solid #fff;background:transparent;color:#fff;padding:0}.carousel-controls .slide-dot{width:12px;height:12px;border-radius:50%}.carousel-controls .slide-dot.selected{background:#fff}.carousel-controls .rotation-toggle{border:0;font-size:13px;padding:8px;min-width:54px}.carousel-controls button:focus-visible{outline:2px solid #fff;outline-offset:4px}@media(max-width:650px){.intro{padding:46px 24px 74px;min-height:520px;margin-top:20px}.intro h1{font-size:clamp(39px,10vw,62px)}.hero-images:after{background:linear-gradient(90deg,rgba(18,12,16,.83),rgba(18,12,16,.50))}.hero-slide{object-position:65% center}.carousel-controls{right:20px;bottom:16px}.intro-bottom p{font-size:15px}}

.hero-slide{left:28%;width:72%;object-position:center 35%}.hero-images:after{background:linear-gradient(90deg,#171417 0%,rgba(23,20,23,.97) 24%,rgba(23,20,23,.72) 46%,rgba(23,20,23,.12) 76%)}@media(max-width:650px){.hero-slide{left:0;width:100%;object-position:58% center}.hero-images:after{background:linear-gradient(90deg,rgba(18,12,16,.88),rgba(18,12,16,.50))}}

.music{background:#1e3b4e}.music img{padding:16px}.hero-slide:nth-child(1),.hero-slide:nth-child(2){left:0;width:100%;object-position:70% center}.hero-images:after{background:linear-gradient(90deg,rgba(15,11,14,.70),rgba(15,11,14,.45) 43%,rgba(15,11,14,.08) 76%)}.hero-slide:nth-child(3){left:28%;width:72%}@media(max-width:650px){.hero-slide:nth-child(n){left:0;width:100%;object-position:72% center}.hero-images:after{background:linear-gradient(90deg,rgba(15,11,14,.85),rgba(15,11,14,.48))}}

.hero-slide:nth-child(2){left:28%;width:72%;object-position:center 35%}@media(max-width:650px){.hero-slide:nth-child(2){left:0;width:100%;object-position:58% center}}
