.homeVisit{--visit-ink:#1a1c22;--visit-muted:#5f6368;--visit-soft:#f7f5f3;--visit-line:rgba(26,28,34,.08);width:100%;background:radial-gradient(ellipse 80% 50% at 100% 0,rgba(200,30,50,.06),transparent 55%),radial-gradient(ellipse 60% 40% at 0 100%,rgba(200,30,50,.04),transparent 50%),var(--visit-soft);padding:clamp(3rem,7vw,5.5rem) 0;overflow:hidden}.homeVisit__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:var(--page-pad-x-lg,clamp(1rem,4vw,5rem));box-sizing:border-box}.homeVisit__header{display:grid;gap:1.25rem 2.5rem;margin-bottom:clamp(1.75rem,3.5vw,2.75rem);align-items:end}@media (min-width:900px){.homeVisit__header{grid-template-columns:minmax(0,1.4fr) auto}}.homeVisit__eyebrow{display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary,#c81e32);margin-bottom:.65rem}.homeVisit__title{font-family:var(--font-display);font-size:clamp(1.85rem,3.8vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.12;color:var(--visit-ink);margin:0 0 .75rem}.homeVisit__lead{margin:0;font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.65;color:var(--visit-muted);max-width:38rem}.homeVisit__headerMeta{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.homeVisit__date{font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--visit-muted)}.homeVisit__tag{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--color-primary,#c81e32);padding:.4rem .9rem;border-radius:999px}.homeVisit__grid{display:grid;grid-template-columns:1fr;gap:1.15rem}@media (min-width:768px){.homeVisit__grid:not(.homeVisit__grid--expanded){grid-template-columns:1.35fr 1fr;min-height:420px}.homeVisit__grid:not(.homeVisit__grid--expanded) .homeVisit__card--hero,.homeVisit__grid:not(.homeVisit__grid--expanded) .homeVisit__card:not(.homeVisit__card--hero){min-height:420px}}.homeVisit__grid--expanded{grid-template-columns:1fr}@media (min-width:640px){.homeVisit__grid--expanded{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.homeVisit__grid--expanded{grid-template-columns:repeat(6,minmax(0,1fr))}.homeVisit__grid--expanded .homeVisit__card:first-child,.homeVisit__grid--expanded .homeVisit__card:nth-child(5){grid-column:span 3}.homeVisit__grid--expanded .homeVisit__card:nth-child(2),.homeVisit__grid--expanded .homeVisit__card:nth-child(3),.homeVisit__grid--expanded .homeVisit__card:nth-child(4){grid-column:span 2}}.homeVisit__card{margin:0;background:#fff;border-radius:1.15rem;overflow:hidden;border:1px solid var(--visit-line);box-shadow:0 12px 32px rgba(15,23,42,.06);display:flex;flex-direction:column;animation:homeVisitFade .45s ease both}@keyframes homeVisitFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.homeVisit__media{position:relative;overflow:hidden;background:#e8eaed;display:block;width:100%;padding:0;border:0;cursor:zoom-in;text-align:left}.homeVisit__media--landscape{aspect-ratio:16/10}.homeVisit__media--portrait{aspect-ratio:3/4}.homeVisit__card--hero .homeVisit__media--landscape{aspect-ratio:16/11}@media (min-width:768px){.homeVisit__grid:not(.homeVisit__grid--expanded) .homeVisit__card--hero .homeVisit__media{aspect-ratio:auto;flex:1;min-height:360px}.homeVisit__grid:not(.homeVisit__grid--expanded) .homeVisit__card:not(.homeVisit__card--hero) .homeVisit__media{aspect-ratio:3/4;min-height:360px}}.homeVisit__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .55s ease}.homeVisit__media--landscape img{-o-object-position:center;object-position:center}.homeVisit__media--portrait img{-o-object-position:center 18%;object-position:center 18%}@media (min-width:768px){.homeVisit__grid:not(.homeVisit__grid--expanded) .homeVisit__card--hero .homeVisit__media img{position:absolute;inset:0}}.homeVisit__card:hover .homeVisit__media img{transform:scale(1.03)}.homeVisit__zoom{position:absolute;right:.7rem;bottom:.7rem;width:2.1rem;height:2.1rem;border-radius:999px;background:hsla(0,0%,100%,.94);color:var(--color-primary,#c81e32);display:inline-flex;box-shadow:0 6px 16px rgba(15,23,42,.18);z-index:2}.homeVisit__lightbox,.homeVisit__zoom{align-items:center;justify-content:center}.homeVisit__lightbox{position:fixed;inset:0;z-index:1200;background:rgba(10,12,16,.88);backdrop-filter:blur(6px);display:flex;padding:1.25rem;box-sizing:border-box;animation:homeVisitLightboxIn .22s ease}@keyframes homeVisitLightboxIn{0%{opacity:0}to{opacity:1}}.homeVisit__lightboxClose{position:absolute;top:1rem;right:1rem;width:2.75rem;height:2.75rem;border:0;border-radius:999px;background:hsla(0,0%,100%,.95);color:#111;font-size:1.75rem;line-height:1;cursor:pointer;z-index:2;box-shadow:0 8px 20px rgba(0,0,0,.25)}.homeVisit__lightboxFigure{margin:0;max-width:min(920px,100%);max-height:calc(100vh - 2.5rem);display:flex;flex-direction:column;align-items:center;gap:.85rem}.homeVisit__lightboxFigure img{display:block;max-width:100%;max-height:calc(100vh - 7rem);width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:.75rem;box-shadow:0 20px 50px rgba(0,0,0,.45);background:#111}.homeVisit__lightboxFigure figcaption{text-align:center;color:#fff;max-width:36rem}.homeVisit__lightboxFigure strong{display:block;font-size:1.1rem;font-weight:800;margin-bottom:.25rem}.homeVisit__lightboxFigure span{display:block;font-size:.95rem;line-height:1.5;color:hsla(0,0%,100%,.82)}.homeVisit__caption{padding:1rem 1.15rem 1.2rem;display:flex;flex-direction:column;gap:.3rem;background:#fff}.homeVisit__label{font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary,#c81e32)}.homeVisit__caption strong{font-family:var(--font-display);font-size:clamp(1.02rem,1.4vw,1.18rem);font-weight:800;color:var(--visit-ink);line-height:1.3}.homeVisit__role{font-size:.95rem;line-height:1.45;color:var(--visit-muted)}.homeVisit__actions{display:flex;flex-wrap:wrap;gap:.9rem 1.25rem;align-items:center;justify-content:center;margin-top:clamp(1.5rem,3vw,2.25rem)}.homeVisit__fullLink,.homeVisit__toggle{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-size:1.05rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.homeVisit__toggle{background:var(--color-primary,#c81e32);color:#fff;padding:.95rem 1.75rem;border-radius:999px;box-shadow:0 10px 28px rgba(200,30,50,.28)}.homeVisit__toggle:hover{background:var(--color-primary-dark,#a61828);transform:translateY(-2px);box-shadow:0 14px 32px rgba(200,30,50,.38)}.homeVisit__toggleIcon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#fff;color:var(--color-primary,#c81e32);transition:transform .3s ease}.homeVisit__toggleIcon.is-open{transform:rotate(90deg)}.homeVisit__fullLink{background:transparent;color:var(--visit-ink);padding:.9rem .35rem;border-bottom:2px solid transparent}.homeVisit__fullLink:hover{color:var(--color-primary,#c81e32);border-bottom-color:var(--color-primary,#c81e32)}.homeVisit__fullLink svg{transition:transform .25s ease}.homeVisit__fullLink:hover svg{transform:translateX(4px)}@media (max-width:640px){.homeVisit__actions{flex-direction:column;width:100%}.homeVisit__fullLink,.homeVisit__toggle{width:100%;justify-content:center}}