.references-hero{overflow:hidden;padding-block:clamp(3.5rem,8vw,7.5rem);background:var(--cream);border-bottom:1px solid var(--rule)}.references-hero__grid{display:grid;gap:clamp(2rem,6vw,6rem);align-items:center}.references-hero h1{max-width:12ch;margin-bottom:1.25rem;font-size:clamp(3rem,7vw,6.5rem)}.references-hero__visual{position:relative;min-height:clamp(27rem,52vw,42rem)}.references-hero__visual img{position:absolute;width:72%;height:73%;object-fit:cover;border-radius:.8rem;box-shadow:0 1.8rem 4rem #27314029}.references-hero__visual img:first-child{inset:0 auto auto 0}.references-hero__visual img:last-of-type{right:0;bottom:0;border:.7rem solid var(--cream)}.references-hero__count{position:absolute;z-index:2;right:0;top:8%;width:9.5rem;aspect-ratio:1;display:grid;place-content:center;padding:1rem;color:var(--paper);background:var(--ink);border-top:.35rem solid var(--accent);font-family:var(--font-functional);text-align:center}.references-hero__count strong{font-size:2.7rem;line-height:1}.references-hero__count span{margin-top:.45rem;font-size:.72rem;line-height:1.35;text-transform:uppercase}.reference-index{background:var(--paper)}.reference-group+.reference-group{margin-top:clamp(4rem,9vw,8rem)}.reference-group__heading{display:grid;gap:1rem;align-items:end;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--rule)}.reference-group__heading h2{margin:0}.reference-group__heading p{max-width:40rem;margin:0}.reference-grid{display:grid;gap:1.25rem}.reference-card{position:relative;min-width:0;overflow:hidden;background:var(--cream);border:var(--tile-border);border-radius:var(--tile-radius);transition:transform .3s ease,box-shadow .3s ease}.reference-card:hover{transform:translateY(-.35rem);box-shadow:var(--tile-shadow)}.reference-card__image{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--paper-warm)}.reference-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.reference-card:hover .reference-card__image img{transform:scale(1.035)}.reference-card__category{position:absolute;left:1rem;bottom:1rem;margin:0;padding:.42rem .66rem;color:var(--paper);background:color-mix(in srgb,var(--ink) 88%,transparent);border-radius:.3rem;font-family:var(--font-functional);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.reference-card__body{display:flex;min-height:17rem;flex-direction:column;padding:clamp(1.3rem,3vw,2rem)}.reference-card__location{margin-bottom:1rem;color:var(--olive);font-family:var(--font-functional);font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.reference-card h3{margin-bottom:.85rem}.reference-card p{margin-bottom:0}.reference-card__link{margin-top:auto;padding-top:1.4rem;font-family:var(--font-functional);font-size:.88rem;font-weight:800}.reference-card__link:after{content:" →"}.reference-card>a:after{position:absolute;content:"";inset:0}.reference-detail-hero{padding-block:clamp(2.5rem,6vw,5rem);background:var(--cream)}.reference-detail-hero__copy{max-width:68rem;margin-bottom:clamp(2rem,5vw,4rem)}.reference-detail-hero h1{max-width:13ch;margin-bottom:1.2rem;font-size:clamp(2.8rem,7vw,6.2rem)}.reference-detail-hero__image{position:relative;width:min(100% - 2rem,96rem);min-height:clamp(25rem,58vw,48rem);margin-inline:auto;overflow:hidden;border-radius:.8rem}.reference-detail-hero__image img{width:100%;height:100%;min-height:inherit;object-fit:cover}.reference-detail-hero__label{position:absolute;left:clamp(1rem,4vw,3rem);bottom:clamp(1rem,4vw,3rem);margin:0;padding:.75rem 1rem;color:var(--paper);background:color-mix(in srgb,var(--ink) 88%,transparent);border-left:.35rem solid var(--accent);font-family:var(--font-functional);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.reference-facts{background:var(--ink);color:var(--paper)}.reference-facts__grid{display:grid}.reference-fact{min-width:0;padding:clamp(1.4rem,3vw,2.3rem);border-bottom:1px solid color-mix(in srgb,var(--paper) 24%,transparent)}.reference-fact dt{margin-bottom:.55rem;color:var(--accent);font-family:var(--font-functional);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.reference-fact dd{margin:0;font-size:clamp(1.18rem,2vw,1.5rem);line-height:1.25;overflow-wrap:anywhere}.reference-story__heading{display:grid;gap:1.5rem;margin-bottom:clamp(2.5rem,6vw,4.5rem)}.reference-story__heading h2{max-width:12ch;margin:0}.reference-story__heading .lead{margin:0}.reference-story__grid{display:grid;gap:1rem;counter-reset:story}.reference-story__grid article{counter-increment:story;min-height:18rem;padding:clamp(1.5rem,3vw,2.4rem);background:var(--cream);border:var(--tile-border);border-top:.4rem solid var(--accent);border-radius:var(--tile-radius)}.reference-story__grid article:before{content:"0" counter(story);display:block;margin-bottom:2rem;color:var(--olive);font-family:var(--font-functional);font-size:.78rem;font-weight:800}.reference-story__grid h3{margin-bottom:.8rem}.reference-gallery{background:var(--paper-warm)}.reference-gallery__grid{display:grid;gap:1rem;align-items:stretch}.reference-gallery figure{min-height:28rem;margin:0;overflow:hidden;border-radius:.8rem;background:var(--cream)}.reference-gallery img{width:100%;height:100%;min-height:inherit;object-fit:cover}.reference-next{background:var(--accent)}.reference-next__grid{display:grid;gap:2rem;align-items:center}.reference-next h2{max-width:12ch}.reference-next__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.reference-next__actions a{display:flex;aspect-ratio:1;flex-direction:column;justify-content:space-between;padding:clamp(1.2rem,3vw,2rem);color:var(--paper);background:var(--ink);border:var(--tile-border);border-radius:var(--tile-radius);text-decoration:none;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.reference-next__actions a:hover{background:var(--olive);transform:translateY(-.35rem);box-shadow:var(--tile-shadow)}.reference-next__actions span{font-family:var(--font-functional);font-size:.76rem}.reference-next__actions strong{font-size:clamp(1.15rem,2.4vw,1.75rem);line-height:1.12}@media(min-width:760px){.references-hero__grid{grid-template-columns:1fr .9fr}.reference-group__heading{grid-template-columns:.8fr 1.2fr}.reference-grid,.reference-facts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-fact{border-right:1px solid color-mix(in srgb,var(--paper) 24%,transparent)}.reference-story__heading{grid-template-columns:.85fr 1.15fr}.reference-story__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reference-gallery__grid{grid-template-columns:.9fr 1.1fr}.reference-next__grid{grid-template-columns:1fr 1fr}}@media(min-width:1120px){.reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reference-facts__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:520px){.references-hero__count{width:7.5rem}.references-hero__count strong{font-size:2rem}.reference-next__actions{grid-template-columns:1fr}.reference-next__actions a{aspect-ratio:auto;min-height:13rem}}
