/* Homepage alignment and B2B artwork. */
.page-home .hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:clamp(28px,4vw,56px)}
.page-home .hero__title{font-size:clamp(38px,4.2vw,62px);line-height:1.08;letter-spacing:-.045em}
.page-home .hero__lead{font-size:16px;line-height:1.7;max-width:49ch}
.page-home .hero__art img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:24px}
.page-home .hero__art{min-width:0}
.page-home .showcase{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);align-items:stretch}
.page-home .showcase__item{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);padding:28px;gap:24px;min-width:0}
.page-home .showcase__body{max-width:none;min-width:0}
.page-home .showcase__item h3{font-size:clamp(21px,2vw,28px);line-height:1.2}
.page-home .showcase__item p{font-size:14px;line-height:1.6}
.page-home .showcase__art{min-width:0;margin:0}
.page-home .showcase__art img{display:block;width:100%;height:auto;object-fit:contain;border-radius:12px}
.page-home .showcase__item--b{grid-template-columns:1fr;gap:24px;align-content:space-between}
.page-home .showcase__item--b .showcase__art{margin:0;align-self:end}
.page-home .showcase__item--b img{aspect-ratio:1;object-fit:contain}
.page-home .spotlight{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}
.page-home .spotlight__body{padding:clamp(28px,4vw,48px)}
.page-home .spotlight__body h2{font-size:clamp(27px,3vw,38px);line-height:1.15;margin-bottom:20px}
.page-home .spotlight__body>p{color:#c8d5df;margin-bottom:26px;line-height:1.7}
.page-home .spotlight__media{align-self:stretch;min-height:340px;height:auto}
.page-home .spotlight__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.page-home .insight__thumb{aspect-ratio:3/2;flex-shrink:0}
.page-home .insight__thumb img{width:100%;height:100%;object-fit:cover}
.page-home .insight__body{padding:24px;gap:14px}
.page-home .insight__body h3{min-height:2.7em}
.page-home .home-mockup-cta{background:var(--c-cream);padding:20px var(--gutter) 56px}
.page-home .home-mockup-cta__inner{max-width:calc(var(--container) - 2 * var(--gutter));width:100%;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:40px;padding:clamp(30px,5vw,64px);background:#f7b500;border:0;border-radius:24px;align-items:center}
.page-home .home-mockup-cta__inner::before{display:none}
.page-home .home-mockup-cta__eyebrow{color:#5c4508;margin-bottom:18px;font-size:11px;letter-spacing:.13em}
.page-home .home-mockup-cta h2{color:#14191b;font-size:clamp(32px,3.8vw,50px);line-height:1.1;margin-bottom:22px}
.page-home .home-mockup-cta h2 span{color:#14191b}
.page-home .home-mockup-cta__lead{color:#453a1c;margin:0;max-width:45ch;font-size:15px}
.page-home .home-mockup-cta__media{align-self:stretch;border-left:1px solid #705a2440;padding-left:40px;display:flex;align-items:center;justify-content:center}
.home-mockup-cta__contact{display:flex;flex-direction:column;align-items:flex-start;gap:22px}
.home-mockup-cta__symbol{width:70px;height:70px;display:grid;place-items:center;border:1px solid #4f421b60;border-radius:50%;color:#14191b}
.home-mockup-cta__symbol svg{width:32px;height:32px;transform:rotate(-40deg)}
.home-mockup-cta__contact p{font-size:12px;color:#514422;margin:0}
.home-mockup-cta__contact .btn{font-size:13px;white-space:normal}
@media(max-width:960px){.page-home .hero__grid{grid-template-columns:1fr}.page-home .hero__art img{max-height:480px}.page-home .showcase{grid-template-columns:1fr}.page-home .showcase__item,.page-home .showcase__item--b{grid-row:auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-content:center}.page-home .showcase__item--b .showcase__art{align-self:center}.page-home .showcase__item--b img{max-height:330px}.page-home .spotlight{grid-template-columns:1fr}.page-home .spotlight__media{min-height:0}.page-home .spotlight__media img{height:auto;aspect-ratio:2/1;object-fit:cover}}
@media(max-width:700px){.page-home .home-mockup-cta__inner{grid-template-columns:1fr;gap:28px;padding:30px 24px}.page-home .home-mockup-cta__media{border-left:0;border-top:1px solid #705a2440;padding:26px 0 0;justify-content:flex-start}.home-mockup-cta__symbol{display:none}.home-mockup-cta__contact{gap:16px}.page-home .home-mockup-cta h2 br{display:none}.page-home .section-head--split>div{justify-self:start!important}.page-home .insight__body h3{min-height:0}}
@media(max-width:560px){.page-home .showcase__item,.page-home .showcase__item--b{grid-template-columns:1fr;padding:24px}.page-home .showcase__art{margin-top:0}.page-home .hero__title{font-size:38px}.page-home .hero__art img{border-radius:16px;aspect-ratio:1.2;object-position:center}.page-home .spotlight__media img{aspect-ratio:3/2}.page-home .home-mockup-cta{padding-bottom:32px}}
/* Keep the three proof figures evenly spaced, including the outer edges. */
.home-proof .stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-block: 20px;
}
.home-proof .stats .stat {
  min-width: 0;
  padding: 8px 16px;
  text-align: center;
  border-left: 1px solid var(--c-line);
}
.home-proof .stats .stat:first-child { border-left: 0; }
.home-proof .stat__value { font-size: clamp(32px, 4vw, 56px); }
.home-proof .stat__label { font-size: 12px; line-height: 1.5; }
@media (max-width: 480px) {
  .home-proof .stats { padding-block: 16px; }
  .home-proof .stats .stat { padding: 8px; }
  .home-proof .stat__label { font-size: 11px; }
}

/* Homepage review carousel. */
.home-reviews__heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}
.home-reviews__heading h2{margin:0 0 12px;font-size:clamp(28px,3vw,40px);letter-spacing:-.035em}
.home-reviews__heading p:last-child{margin:0;color:var(--text-body)}
.home-reviews__heading>.link-arrow{flex-shrink:0;margin-bottom:4px}
.home-reviews__track{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px)/3);gap:20px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#c5cad2 transparent;padding:3px 0 16px;margin:0;list-style:none;cursor:grab}
.home-reviews__track:focus-visible{outline:2px solid var(--uno-navy);outline-offset:5px;border-radius:12px}
.home-reviews__track.is-dragging{scroll-snap-type:none;cursor:grabbing;user-select:none}
.home-reviews .home-review{scroll-snap-align:start;min-width:0;margin:0;padding:26px;border-radius:14px;border-color:#e0e3e7;background:#fff;box-shadow:0 2px 5px #172b4310}
.home-review .review__head{align-items:center;min-height:52px;margin-bottom:18px}
.home-review .review__avatar{width:44px;height:44px;font-size:18px}
.home-review .review__name{font-size:15px;line-height:1.4}
.home-review .review__org{font-size:12px;line-height:1.4;margin-top:3px}
.home-review .review__source{width:22px;height:22px;align-self:center}
.home-review .stars{gap:3px;color:#fbbc04;margin-bottom:16px}
.home-review .stars svg{width:18px;height:18px}
.home-review .review__text{font-size:14px;line-height:1.75;margin:0;color:#3c4043}
.home-reviews__footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:18px}
.home-reviews__hint,.home-reviews__position{font-size:12px;color:var(--text-body)}
.home-reviews__controls{display:flex;align-items:center;gap:10px}
.home-reviews__controls[hidden]{display:none}
.home-reviews__position{margin-right:6px;min-width:48px;text-align:right;font-variant-numeric:tabular-nums}
.home-reviews__controls button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #d9dde3;border-radius:50%;background:#fff;color:#202124;cursor:pointer}
.home-reviews__controls button:hover:not(:disabled){background:#f1f3f4;border-color:#9aa0a6}
.home-reviews__controls button:focus-visible{outline:2px solid var(--uno-navy);outline-offset:3px}
.home-reviews__controls button:disabled{opacity:.35;cursor:default}
.home-reviews__controls svg{width:18px;height:18px}
.home-reviews__previous svg{transform:rotate(180deg)}
@media(max-width:1050px){.home-reviews__track{grid-auto-columns:calc((100% - 20px)/2)}}
@media(max-width:640px){.home-reviews__heading{align-items:start;flex-direction:column;gap:18px}.home-reviews__track{grid-auto-columns:100%;gap:16px}.home-reviews .home-review{padding:22px}.home-reviews__hint{max-width:130px}}
