.layout-services{padding:var(--section-padding)}.layout-services__inner{max-width:var(--max-width);margin:0 auto}.layout-services__header{margin-bottom:3rem}.layout-services__label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.layout-services__headline{font-family:var(--font-display);color:var(--color-text-primary);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.15}.layout-services__intro{font-family:var(--font-body);color:var(--color-text-body);max-width:640px;margin:0;font-size:1rem;line-height:1.7}.layout-services__grid{grid-template-columns:1fr;gap:3rem 2rem;display:grid}@media (min-width:768px){.layout-services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.layout-services__grid{grid-template-columns:repeat(3,1fr)}}.layout-services__grid--list{grid-template-columns:1fr;gap:0}.layout-services__grid--list .layout-services__card{border-bottom:1px solid var(--color-border);background:0 0;border-radius:0;flex-direction:row;align-items:center;gap:1.5rem;padding:1.5rem 0}.layout-services__grid--list .layout-services__card:first-child{border-top:1px solid var(--color-border)}.layout-services__grid--list .layout-services__card:hover{padding-left:.75rem}.layout-services__grid--list .layout-services__card-media{display:none}.layout-services__grid--list .layout-services__card-thumb{display:block}.layout-services__grid--list .layout-services__index{opacity:.12;text-align:center;flex-shrink:0;width:3rem;font-size:2rem;display:block}.layout-services__grid--list .layout-services__card-arrow{margin-left:auto;display:block}.layout-services__grid--bento{grid-template-columns:repeat(2,1fr);gap:1.5rem}.layout-services__grid--bento>:first-child{grid-column:1/-1}.layout-services__grid--bento>:first-child .layout-services__card-media{aspect-ratio:21/9;border-radius:var(--card-radius);width:100%;margin:0}.layout-services__grid--bento>:first-child .layout-services__card-title{font-size:1.5rem}@media (min-width:1024px){.layout-services__grid--bento{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.layout-services__grid--bento{grid-template-columns:1fr}.layout-services__grid--bento>:first-child{grid-area:span 1/1}}.layout-services__grid.layout-services__grid--bento .layout-services__card{border:1px solid var(--color-border);background:0 0}.layout-services__grid>*{height:100%}.layout-services__card{height:100%;transition:transform .4s var(--ease-out), box-shadow .4s var(--ease-out);flex-direction:column;gap:0;display:flex;overflow:hidden}.layout-services__card--linked{cursor:pointer}.layout-services__card:hover{transform:translateY(-2px)}.layout-services__card-media{aspect-ratio:16/10;border-radius:var(--card-radius);width:100%;margin-bottom:1.25rem;position:relative;overflow:hidden}.layout-services__card-media-img{object-fit:cover;transition:transform .5s var(--ease-out)}.layout-services__card:hover .layout-services__card-media-img{transform:scale(1.03)}.layout-services__card-thumb{aspect-ratio:4/3;border-radius:var(--card-radius);flex-shrink:0;width:200px;margin:0;display:none;overflow:hidden}.layout-services__card-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.layout-services__card-body{flex:1;min-width:0}.layout-services__card-tag{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem;font-size:.6875rem;font-weight:600;display:inline-block}.layout-services__card-title{font-family:var(--font-display);color:var(--color-text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.25}.layout-services__card-desc{font-family:var(--font-body);color:var(--color-text-body);margin:0;font-size:.9rem;line-height:1.65}.layout-services__index{font-family:var(--font-display);color:var(--color-accent);opacity:.25;pointer-events:none;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1;display:none}.layout-services__card-arrow{color:var(--color-text-muted);font-size:1.25rem;transition:color .2s,transform .2s;display:none}.layout-services__card:hover .layout-services__card-arrow{color:var(--color-accent);transform:translate(4px)}.layout-services__carousel .layout-services__card{height:100%}@media (max-width:767px){.layout-services{padding:var(--section-padding-mobile)}.layout-services__header{margin-bottom:2rem}.layout-services__grid--list .layout-services__card-thumb{width:120px}.layout-services__index{font-size:2rem}}
.layout-footer{background:var(--color-bg-dark,#111);color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 80%, transparent);font-family:var(--font-body,inherit);padding:4rem 2rem 2rem}.layout-footer__inner{max-width:var(--max-width,1100px);margin:0 auto}.layout-footer__grid{border-bottom:1px solid color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 12%, transparent);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;padding-bottom:3rem;display:grid}.layout-footer__brand{font-family:var(--font-display,inherit);color:var(--color-text-on-dark,#f5f5f5);margin-bottom:1rem;font-size:1.25rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-block}.layout-footer__brand:hover{opacity:.8}.layout-footer__heading{font-family:var(--font-body,inherit);text-transform:uppercase;letter-spacing:.12em;color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 50%, transparent);margin-bottom:1rem;font-size:.7rem;font-weight:600}.layout-footer__text{margin-bottom:.5rem;font-size:.9rem;line-height:1.7}.layout-footer__text--muted{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 50%, transparent);font-size:.8rem}.layout-footer__text--hours{white-space:pre-line}.layout-footer__link-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.layout-footer__link{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 75%, transparent);font-size:.9rem;text-decoration:none;transition:color .3s}.layout-footer__link:hover{color:var(--color-text-on-dark,#f5f5f5)}.layout-footer__socials{gap:.6rem;display:flex}.layout-footer__social-icon{background:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 10%, transparent);width:2.25rem;height:2.25rem;color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 80%, transparent);border-radius:50%;justify-content:center;align-items:center;transition:background .3s,color .3s,transform .3s;display:flex}.layout-footer__social-icon:hover{background:var(--color-accent,#555);color:var(--color-text-on-dark,#f5f5f5);transform:translateY(-2px)}.layout-footer__social-icon svg{width:1rem;height:1rem}.layout-footer__bottom{text-align:center;color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 50%, transparent);padding-top:1.5rem;font-size:.78rem}.layout-footer__legal{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:.75rem;display:flex}.layout-footer__legal a{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 60%, transparent);text-decoration:none;transition:color .3s}.layout-footer__legal a:hover{color:var(--color-text-on-dark,#f5f5f5)}.layout-footer__dot{opacity:.3}.layout-footer__copy{margin:0}.layout-footer__branding{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 35%, transparent);margin-top:.5rem;font-size:.72rem}.layout-footer__branding a{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 55%, transparent);text-underline-offset:2px;text-decoration:underline;transition:color .3s}.layout-footer__branding a:hover{color:var(--color-text-on-dark,#f5f5f5)}@media (max-width:768px){.layout-footer{padding:3rem 1.5rem 1.5rem}.layout-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.layout-footer__col:first-child{grid-column:1/-1}}@media (max-width:480px){.layout-footer__grid{grid-template-columns:1fr}}