@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap";:root{--paper: #f7f3ea;--sand: #e8e1d3;--ink: #1b1712;--ink-soft: #6a6053;--flame: #ff5f0a;--line: rgba(27, 23, 18, .12)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;background-color:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}h1,h2{font-weight:600;line-height:1.05;letter-spacing:-.03em}h1{font-size:clamp(2.4rem,5.2vw,4rem)}h2{font-size:clamp(1.7rem,3vw,2.35rem)}p{font-size:1.0625rem;font-weight:500;line-height:1.65}img{display:block;width:100%;height:100%;object-fit:cover}.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--flame)}.hero,.outro{position:relative;width:100%;min-height:100svh;padding:2rem;background-color:var(--sand);display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-inner{width:min(760px,90%);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.35rem}.hero-inner .lede{max-width:46ch;color:var(--ink-soft);font-size:clamp(1.05rem,1.6vw,1.2rem)}.topbar{position:absolute;top:0;left:0;width:100%;padding:1.6rem clamp(1.25rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.wordmark{font-weight:800;font-size:1.2rem;letter-spacing:-.02em;color:var(--ink);text-decoration:none}.wordmark:before{content:"";display:inline-block;width:.55rem;height:.55rem;margin-right:.5rem;border-radius:50%;background:var(--flame);vertical-align:middle}.nav{display:flex;gap:2rem}.nav a{font-size:.95rem;font-weight:600;color:var(--ink-soft);text-decoration:none;transition:color .2s ease}.nav a:hover{color:var(--ink)}.cta{font-size:.9rem;font-weight:700;color:var(--ink);text-decoration:none;padding:.6rem 1.15rem;border:1.5px solid var(--ink);border-radius:999px;transition:background .2s ease,color .2s ease;white-space:nowrap}.cta:hover{background:var(--ink);color:var(--paper)}.cta--solid{background:var(--flame);border-color:var(--flame);color:#fff;padding:.85rem 1.6rem;font-size:1rem;margin-top:.6rem}.cta--solid:hover{background:var(--ink);border-color:var(--ink);color:var(--paper)}.spotlight{position:relative;width:100%;padding:8rem 2rem;display:flex;flex-direction:column;gap:10rem;overflow:hidden}.spotlight .row{display:flex;justify-content:center;align-items:center;gap:3rem;max-width:1180px;width:100%;margin:0 auto}.spotlight .row .col{flex:1;display:flex;flex-direction:column;justify-content:center}.spotlight .img{border-radius:16px;overflow:hidden;box-shadow:0 30px 60px -35px #1b171273}.spotlight .row:nth-child(1) .img,.spotlight .row:nth-child(4) .img{width:46%;aspect-ratio:1 / 1}.spotlight .row:nth-child(2) .img{aspect-ratio:1 / 1}.spotlight .row:nth-child(3) .img{aspect-ratio:3 / 2}.spotlight .card{padding:2.75rem;background-color:var(--sand);border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;gap:1rem}.spotlight .card .kicker{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--flame)}.spotlight .card p{color:var(--ink-soft)}.spotlight .svg-path{position:absolute;top:25svh;left:50%;transform:translate(-50%);width:90%;height:100%;z-index:-1}.spotlight .svg-path svg{width:100%;height:auto}@media(max-width:768px){.topbar{padding:1.15rem 1.25rem;gap:.75rem}.nav{display:none}.wordmark{font-size:1.1rem}.cta{padding:.5rem .95rem;font-size:.82rem}.hero,.outro{padding:6rem 1.5rem 3rem}.hero-inner{width:100%;gap:1.1rem}.spotlight{padding:4.5rem 1.25rem;gap:4.5rem}.spotlight .row{flex-direction:column;gap:1.5rem}.spotlight .row:nth-child(1) .img,.spotlight .row:nth-child(4) .img{width:100%;aspect-ratio:4 / 3}.spotlight .row:nth-child(2) .img,.spotlight .row:nth-child(3) .img{width:100%;aspect-ratio:4 / 3}.spotlight .card{padding:2rem 1.75rem;width:100%}.spotlight .svg-path{top:12svh;width:260%}}
