/* Dynamic /filialy/ hub built on the GRANDTHAI v10 design system. */
.branches-hub-page{overflow-x:clip;background:var(--cream)}
.branches-hub__breadcrumbs{padding:112px 0 16px;background:var(--green)}
.branches-hub__breadcrumbs ol{display:flex;gap:10px;margin:0;padding:0;list-style:none;color:rgba(243,220,172,.72);font-size:12px;font-weight:750}
.branches-hub__breadcrumbs li+li::before{content:"—";margin-right:10px}.branches-hub__breadcrumbs a{color:var(--cream);text-decoration:none}
.branches-hub-hero{padding:0 0 38px;background:var(--green)}
.branches-hub-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:20px;align-items:stretch}
.branches-hub-hero__copy{display:flex;min-height:590px;flex-direction:column;justify-content:center;padding:58px;border-radius:34px;background:var(--cream);box-shadow:var(--shadow)}
.branches-hub-hero__copy h1{max-width:720px;margin:0 0 20px;color:var(--green);font-size:clamp(48px,5.6vw,82px);line-height:.98;letter-spacing:-.045em}
.branches-hub-hero__copy>p:not(.section-label){max-width:680px;margin:0 0 28px;color:var(--muted);font-size:18px;line-height:1.62}
.branches-hub-hero__facts{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 30px}.branches-hub-hero__facts span{padding:10px 14px;border:1px solid rgba(40,78,55,.12);border-radius:999px;color:var(--muted);font-size:11px}.branches-hub-hero__facts strong{color:var(--green)}
.branches-hub-hero__media{position:relative;min-height:590px;margin:0;overflow:hidden;border-radius:34px;background:var(--green)}
.branches-hub-hero__media img{width:100%;height:100%;object-fit:cover}.branches-hub-hero__media::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(15,46,31,.86))}
.branches-hub-hero__media figcaption{position:absolute;z-index:1;right:24px;bottom:24px;left:24px;padding:22px 24px;border:1px solid rgba(243,220,172,.22);border-radius:22px;background:rgba(40,78,55,.9);color:var(--cream);backdrop-filter:blur(9px)}
.branches-hub-hero__media figcaption span{display:block;margin-bottom:6px;color:rgba(243,220,172,.72);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.branches-hub-hero__media figcaption strong{font-size:18px;line-height:1.35}
.branches-hub-proof{background:var(--green)}.branches-hub-proof__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(243,220,172,.14);border-bottom:1px solid rgba(243,220,172,.14)}
.branches-hub-proof__grid>div{display:grid;grid-template-columns:42px 1fr;gap:3px 12px;padding:28px 24px;border-right:1px solid rgba(243,220,172,.14)}.branches-hub-proof__grid>div:last-child{border-right:0}.branches-hub-proof__grid span{grid-row:1/3;color:var(--burgundy);font-size:20px;font-weight:950}.branches-hub-proof__grid strong{color:var(--cream);font-size:14px}.branches-hub-proof__grid small{color:rgba(243,220,172,.68);font-size:11px}
.branches-hub-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:32px}.branches-hub-heading>div{max-width:880px}.branches-hub-heading h2{margin:0 0 14px;color:var(--green);font-size:clamp(38px,4.5vw,64px);line-height:1.03;letter-spacing:-.04em}.branches-hub-heading p:not(.section-label){margin:0;color:var(--muted);font-size:17px;line-height:1.6}.branches-hub-heading__count{flex:0 0 auto;padding:12px 17px;border-radius:999px;background:rgba(40,78,55,.08);color:var(--green);font-size:12px;font-weight:900}.branches-hub-heading--center{justify-content:center;text-align:center}.branches-hub-heading--center>div{max-width:780px}
.branches-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.branches-hub-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid rgba(40,78,55,.11);border-radius:28px;background:var(--cream-pale);box-shadow:0 20px 60px rgba(40,78,55,.08)}
.branches-hub-card__media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:var(--green)}.branches-hub-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.branches-hub-card:hover .branches-hub-card__media img{transform:scale(1.025)}
.branches-hub-card__media span,.branches-hub-card__media b{position:absolute;top:16px;padding:8px 11px;border-radius:999px;font-size:10px;font-weight:900}.branches-hub-card__media span{left:16px;background:var(--green);color:var(--cream)}.branches-hub-card__media b{right:16px;background:var(--cream);color:var(--green)}
.branches-hub-card__content{display:flex;flex:1;flex-direction:column;padding:25px}.branches-hub-card__content h3{margin:0 0 11px;font-size:30px;line-height:1.08}.branches-hub-card__content h3 a{color:var(--green);text-decoration:none}.branches-hub-card__description{min-height:72px;margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.6}
.branches-hub-card__facts{display:grid;gap:0;margin:0 0 22px;border-top:1px solid var(--line)}.branches-hub-card__facts div{display:grid;grid-template-columns:90px minmax(0,1fr);gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}.branches-hub-card__facts dt{color:var(--muted);font-size:10px;font-weight:850;text-transform:uppercase}.branches-hub-card__facts dd{min-width:0;margin:0;color:var(--green);font-size:12px;font-weight:800;line-height:1.35}.branches-hub-card__facts a{color:inherit;text-decoration:none}
.branches-hub-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.branches-hub-card__actions .btn{min-width:0;padding-inline:12px;font-size:11px}.branches-hub-card__route{align-self:flex-start;margin-top:15px;color:var(--burgundy);font-size:12px;font-weight:900;text-decoration:none}
.branches-hub-empty{padding:48px;border-radius:28px;background:var(--cream-pale);text-align:center}.branches-hub-empty h3{margin:0 0 10px;color:var(--green);font-size:30px}.branches-hub-empty p{margin:0 0 22px;color:var(--muted)}
.branches-hub-choice__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.branches-hub-choice__grid article{min-height:220px;padding:30px;border:1px solid rgba(40,78,55,.1);border-radius:26px;background:var(--cream-pale)}.branches-hub-choice__grid span{display:grid;width:42px;height:42px;margin-bottom:28px;place-items:center;border-radius:50%;background:var(--green);color:var(--cream);font-weight:900}.branches-hub-choice__grid h3{margin:0 0 10px;color:var(--green);font-size:24px}.branches-hub-choice__grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.branches-hub-page .gt-editor-content{background:var(--cream)}.branches-hub-page .gt-editor-content .gt-rich-text{max-width:980px}.branches-hub-page .gt-editor-content h2{color:var(--green);font-size:clamp(34px,4vw,52px)}.branches-hub-page .gt-editor-content h3{color:var(--green);font-size:24px}.branches-hub-page .gt-editor-content p{color:var(--muted);font-size:17px;line-height:1.7}
.branches-hub-final__box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:42px;align-items:center;padding:48px;border-radius:30px;background:var(--green);box-shadow:var(--shadow)}.branches-hub-final__box h2{margin:0 0 12px;color:var(--cream);font-size:clamp(36px,4.4vw,58px);line-height:1.02}.branches-hub-final__box p:not(.section-label){max-width:760px;margin:0;color:rgba(243,220,172,.72);font-size:17px;line-height:1.6}.branches-hub-final__box .section-label{color:var(--cream)}.branches-hub-final__actions{display:grid;gap:9px;min-width:245px}.branches-hub-final__actions .btn-primary{background:var(--cream);color:var(--green)}.branches-hub-final__actions .btn-outline{border-color:rgba(243,220,172,.5);color:var(--cream)}
@media(max-width:1100px){.branches-hub-hero__grid{grid-template-columns:1fr 430px}.branches-hub-hero__copy{padding:42px}.branches-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.branches-hub-proof__grid{grid-template-columns:repeat(2,1fr)}.branches-hub-proof__grid>div:nth-child(2){border-right:0}.branches-hub-proof__grid>div:nth-child(-n+2){border-bottom:1px solid rgba(243,220,172,.14)}}
@media(max-width:820px){.branches-hub__breadcrumbs{padding-top:96px}.branches-hub-hero__grid{grid-template-columns:1fr}.branches-hub-hero__copy{min-height:0;padding:38px 30px}.branches-hub-hero__media{min-height:430px}.branches-hub-heading{align-items:flex-start;flex-direction:column}.branches-hub-final__box{grid-template-columns:1fr}.branches-hub-final__actions{grid-template-columns:1fr 1fr;min-width:0}}
@media(max-width:640px){.branches-hub__breadcrumbs{padding-top:88px}.branches-hub-hero{padding-bottom:22px}.branches-hub-hero__copy{padding:29px 22px;border-radius:26px}.branches-hub-hero__copy h1{font-size:42px}.branches-hub-hero__copy>p:not(.section-label){font-size:15px}.branches-hub-hero__facts{display:grid;grid-template-columns:1fr}.branches-hub-hero__media{min-height:320px;border-radius:26px}.branches-hub-hero__media figcaption{right:12px;bottom:12px;left:12px;padding:16px}.branches-hub-proof__grid{grid-template-columns:1fr}.branches-hub-proof__grid>div{border-right:0;border-bottom:1px solid rgba(243,220,172,.14)!important}.branches-hub-proof__grid>div:last-child{border-bottom:0!important}.branches-hub-heading h2{font-size:36px}.branches-hub-heading__count{display:none}.branches-hub-grid{grid-template-columns:1fr}.branches-hub-card{border-radius:24px}.branches-hub-card__content{padding:22px 18px}.branches-hub-card__description{min-height:0}.branches-hub-card__facts div{grid-template-columns:82px minmax(0,1fr)}.branches-hub-card__actions{grid-template-columns:1fr}.branches-hub-choice__grid{grid-template-columns:1fr}.branches-hub-choice__grid article{min-height:0;padding:25px 22px}.branches-hub-final__box{padding:30px 22px}.branches-hub-final__actions{grid-template-columns:1fr}}
@media(max-width:640px){.branches-hub-proof__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.branches-hub-proof__grid>div{grid-template-columns:32px minmax(0,1fr);gap:3px 8px;min-height:112px;padding:17px 12px}.branches-hub-proof__grid>div:nth-child(odd){border-right:1px solid rgba(243,220,172,.14)}.branches-hub-proof__grid>div:nth-child(even){border-right:0}.branches-hub-proof__grid>div:nth-last-child(-n+2){border-bottom:0!important}.branches-hub-proof__grid span{font-size:17px}.branches-hub-proof__grid strong{font-size:12px;line-height:1.25}.branches-hub-proof__grid small{font-size:10px;line-height:1.3}}
