*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0d0d0d;--white:#fff;--off:#f7f6f2;--gold:#c8a96e;--gold-lt:#e8d5b0;--gold-dk:#a0834a;--g100:#f0eeea;--g200:#dddbd5;--g400:#9e9c97;--g700:#4a4845;--ok:#16a34a;--ok-lt:#dcfce7;--err:#dc2626;--err-lt:#fee2e2;--wa:#25d366;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",system-ui,sans-serif;--mono:"JetBrains Mono",monospace;--ease:cubic-bezier(.16,1,.3,1)}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes lineGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .7s var(--ease),transform .7s var(--ease);transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}nav{background:var(--black);z-index:300;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;height:68px;padding:0 5%;display:flex;position:sticky;top:0}.logo{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;font-size:1.5rem;font-weight:700;text-decoration:none}.logo span{color:var(--gold)}nav ul{align-items:center;gap:2rem;list-style:none;display:flex}nav a{color:#ffffff8c;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}nav a:hover{color:var(--white)}nav a.active{color:var(--gold)}.nav-cta{border-radius:4px;padding:.48rem 1.25rem;background:var(--gold)!important;color:var(--black)!important;font-weight:700!important;transition:opacity .2s!important}.nav-cta:hover{opacity:.88!important}.nav-new{background:var(--black);color:var(--white);letter-spacing:.1em;vertical-align:middle;border-radius:2px;margin-left:3px;padding:2px 5px;font-size:.58rem;font-weight:700}.hero{background:var(--black);padding:80px 5% 88px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(70% 70% at 80%,#c8a96e1a 0%,#0000 60%),radial-gradient(50% 60% at 10% 80%,#c8a96e0f 0%,#0000 55%);position:absolute;inset:0}.hero-grid{opacity:.03;pointer-events:none;background-image:linear-gradient(#fffc 1px,#0000 1px),linear-gradient(90deg,#fffc 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero-content{z-index:1;max-width:680px;position:relative}.hero-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:.68rem;font-weight:700;animation:.8s fadeIn;display:inline-flex}.hero-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.hero h1{font-family:var(--serif);color:var(--white);letter-spacing:-.04em;animation:fadeUp .9s .1s var(--ease) both;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.2rem);font-weight:900;line-height:1.06}.hero h1 em{color:var(--gold);font-style:italic}.hero-sub{color:#ffffff73;max-width:500px;animation:fadeUp .9s .2s var(--ease) both;margin-bottom:2.5rem;font-size:1rem;line-height:1.9}.hero-stats{animation:fadeUp .9s .3s var(--ease) both;flex-wrap:wrap;gap:2rem;display:flex}.hs-item{align-items:center;gap:.65rem;display:flex}.hs-dot{background:var(--ok);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite pulse}.hs-dot.gold{background:var(--gold)}.hs-text{color:#ffffff80;font-size:.82rem;font-weight:500}.hs-text strong{color:#ffffffd9;font-weight:700}.contact-section{max-width:1300px;margin:0 auto;padding:0 5%}.contact-grid{grid-template-columns:1fr 400px;gap:3rem;padding:72px 0;display:grid}.fp-header{margin-bottom:2.25rem}.fp-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem;font-size:.68rem;font-weight:700;display:block}.fp-title{font-family:var(--serif);letter-spacing:-.04em;color:var(--black);margin-bottom:.6rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.1}.fp-desc{color:var(--g700);font-size:.9rem;line-height:1.8}.dept-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:1.75rem;display:grid}.dept-card{background:var(--off);border:1.5px solid var(--g200);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;border-radius:9px;padding:1rem .9rem;transition:all .2s}.dept-card:hover{border-color:var(--gold-lt);transform:translateY(-1px)}.dept-card.selected{border-color:var(--gold);background:#fffdf6;box-shadow:0 0 0 3px #c8a96e17}.dc-icon{justify-content:center;align-items:center;margin-bottom:.35rem;display:flex}.dc-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:1.35rem;height:1.35rem}.dept-card:first-child .dc-icon{color:#1877f2}.dept-card:nth-child(2) .dc-icon{color:#ee2a7b}.dept-card:nth-child(3) .dc-icon{color:#0f172a}.dept-card:nth-child(4) .dc-icon{color:#16a34a}.dept-card:nth-child(5) .dc-icon{color:#7c3aed}.dept-card:nth-child(6) .dc-icon{color:#c8a96e}.dc-label{color:var(--black);margin-bottom:.1rem;font-size:.75rem;font-weight:700}.dc-email{color:var(--g400);font-size:.6rem;font-family:var(--mono)}.dept-card.selected .dc-email{color:var(--gold-dk)}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-row.single{grid-template-columns:1fr}.form-field{flex-direction:column;gap:.38rem;display:flex}.field-label{letter-spacing:.12em;text-transform:uppercase;color:var(--g700);font-size:.68rem;font-weight:700}.field-req{color:var(--gold)}.field-input{border:1.5px solid var(--g200);font-family:var(--sans);color:var(--black);background:var(--white);border-radius:7px;outline:none;width:100%;padding:.72rem .9rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.field-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c8a96e1a}.field-input::placeholder{color:var(--g400)}.field-input.error{border-color:var(--err);background:var(--err-lt)}.field-error{min-height:1rem;color:var(--err);font-size:.74rem;line-height:1.4}.field-error:empty{display:none}.field-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%239e9c97' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;padding-right:2.5rem}.field-textarea{resize:vertical;min-height:120px;line-height:1.65}.services-grid{grid-template-columns:repeat(3,1fr);gap:.4rem;margin-bottom:1rem;display:grid}.svc-check{background:var(--off);border:1.5px solid var(--g200);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:.45rem;padding:.45rem .6rem;transition:all .2s;display:flex}.svc-check:hover{border-color:var(--gold-lt)}.svc-check.checked{border-color:var(--gold);background:#c8a96e0f}.svc-cb{border:1.5px solid var(--g300);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:.6rem;transition:all .2s;display:flex}.svc-check.checked .svc-cb{background:var(--gold);border-color:var(--gold);color:var(--black)}.svc-name{color:var(--black);font-size:.72rem;font-weight:500}.form-submit-row{align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.submit-btn{background:var(--black);color:var(--white);font-family:var(--sans);cursor:pointer;letter-spacing:.02em;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.9rem 2.25rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .15s;display:flex}.submit-btn:hover{background:#222;transform:translateY(-1px)}.submit-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.submit-btn .btn-spinner{border:2px solid #ffffff40;border-top-color:var(--white);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:none}.submit-btn.loading .btn-text{display:none}.submit-btn.loading .btn-spinner{display:block}.submit-note{color:var(--g400);font-size:.75rem;line-height:1.5}.form-success{text-align:center;padding:3rem 2rem;animation:.5s fadeIn;display:none}.fs-icon{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.fs-icon svg{fill:none;width:3rem;height:3rem;stroke:var(--ok);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.fs-title{font-family:var(--serif);color:var(--black);letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.fs-desc{color:var(--g700);max-width:380px;margin:0 auto 1.25rem;font-size:.9rem;line-height:1.8}.fs-ref{font-family:var(--mono);background:var(--g100);color:var(--g700);border-radius:3px;padding:.3rem .75rem;font-size:.72rem;display:inline-block}.details-panel{flex-direction:column;gap:1.25rem;display:flex}.status-card{background:var(--black);border-radius:12px;padding:1.5rem}.sc-top{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.sc-status{color:#ffffff80;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;display:flex}.sc-status-dot{background:var(--ok);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.8s infinite pulse}.sc-hours{font-size:.62rem;font-family:var(--mono);color:#ffffff40}.sc-title{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.sc-sub{color:#fff6;margin-bottom:1rem;font-size:.8rem;line-height:1.65}.sc-response{color:#16a34ad9;background:#16a34a1a;border:1px solid #16a34a33;border-radius:5px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;display:flex}.sc-response svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:.9rem;height:.9rem}.contact-method{background:var(--off);border:1.5px solid var(--g200);border-radius:10px;padding:1.1rem 1.25rem;transition:border-color .2s,box-shadow .2s}.contact-method:hover{border-color:var(--gold-lt);box-shadow:0 4px 16px #00000012}.cm-top{justify-content:space-between;align-items:center;margin-bottom:.55rem;display:flex}.cm-type{letter-spacing:.15em;text-transform:uppercase;color:var(--g400);align-items:center;gap:.35rem;font-size:.6rem;font-weight:700;display:inline-flex}.cm-type svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:.8rem;height:.8rem}.contact-method .cm-type{color:#0f172a}.cm-copy{border:1px solid var(--g200);color:var(--g400);font-family:var(--sans);cursor:pointer;background:0 0;border-radius:3px;padding:.18rem .55rem;font-size:.6rem;font-weight:600;transition:all .2s}.cm-copy:hover{border-color:var(--gold);color:var(--gold)}.cm-copy.copied{border-color:var(--ok);color:var(--ok)}.cm-value{font-family:var(--mono);color:var(--black);word-break:break-all;margin-bottom:.2rem;font-size:.88rem;font-weight:600}.cm-desc{color:var(--g400);font-size:.72rem;line-height:1.5}.cm-action{color:var(--gold);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.35rem;margin-top:.45rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.cm-action:hover{color:var(--black)}.address-card{background:var(--off);border:1.5px solid var(--g200);border-radius:10px;padding:1.1rem 1.25rem}.addr-row{align-items:flex-start;gap:.65rem;margin-bottom:.75rem;display:flex}.addr-row:last-child{margin-bottom:0}.addr-icon{background:var(--black);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.addr-icon svg{fill:none;width:.95rem;height:.95rem;stroke:var(--white);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.addr-row:first-child .addr-icon{background:#1877f2}.addr-row:nth-child(2) .addr-icon{background:#16a34a}.addr-row:nth-child(3) .addr-icon{background:#7c3aed}.addr-row:nth-child(4) .addr-icon{background:#c8a96e}.addr-row:nth-child(4) .addr-icon svg{stroke:#0d0d0d}.addr-label{letter-spacing:.14em;text-transform:uppercase;color:var(--g400);margin-bottom:.2rem;font-size:.6rem;font-weight:700}.addr-text{color:var(--black);font-size:.82rem;font-weight:500;line-height:1.55}.addr-text.mono{font-family:var(--mono)}.hours-card{background:var(--off);border:1.5px solid var(--g200);border-radius:10px;padding:1.1rem 1.25rem}.hours-title{letter-spacing:.15em;text-transform:uppercase;color:var(--g400);margin-bottom:.75rem;font-size:.65rem;font-weight:700}.hours-row{border-bottom:1px solid var(--g100);justify-content:space-between;align-items:center;padding:.3rem 0;font-size:.78rem;display:flex}.hours-row:last-child{border-bottom:none}.hr-day{color:var(--black);font-weight:500}.hr-time{font-family:var(--mono);color:var(--g700)}.hr-closed{color:var(--g400)}.hr-today{color:var(--gold-dk);font-weight:700}.wa-btn{background:var(--wa);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;text-decoration:none;transition:opacity .2s,transform .15s;display:flex}.wa-btn:hover{opacity:.88;transform:translateY(-1px)}.wa-icon{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.wa-icon svg{fill:none;width:1.1rem;height:1.1rem;stroke:var(--white);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.wa-text{flex:1}.wa-title{color:var(--white);margin-bottom:.1rem;font-size:.85rem;font-weight:700}.wa-sub{color:#ffffffa6;font-size:.68rem}.wa-arrow{color:#ffffff80;font-size:.85rem}.map-section{background:var(--black);position:relative}.map-wrapper{height:500px;position:relative}#contact-map{width:100%;height:100%}.leaflet-container{background:#0d1117}.leaflet-popup-content-wrapper{background:var(--black);color:var(--white);border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 8px 32px #0006}.leaflet-popup-content{font-family:var(--sans);margin:12px 16px;font-size:.82rem;line-height:1.7}.leaflet-popup-tip{background:var(--black)}.leaflet-popup-close-button{color:#fff6!important;font-size:18px!important;top:6px!important;right:8px!important}.leaflet-popup-close-button:hover{color:var(--white)!important}.map-overlay-card{z-index:1000;background:var(--black);border:1px solid #ffffff1a;border-radius:10px;max-width:260px;padding:1.25rem 1.5rem;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 8px 32px #0006}.moc-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.45rem;font-size:.6rem;font-weight:700}.moc-name{font-family:var(--serif);color:var(--white);letter-spacing:-.02em;margin-bottom:.3rem;font-size:.95rem;font-weight:700}.moc-addr{color:#ffffff73;margin-bottom:.65rem;font-size:.75rem;line-height:1.6}.moc-btn{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.moc-btn:hover{color:var(--white)}.social-section{background:var(--off);border-top:1px solid var(--g200);padding:80px 5%}.social-header{grid-template-columns:1fr 1fr;align-items:end;gap:3rem;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}.social-header p{color:var(--g700);font-size:.9rem;line-height:1.85}.social-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1200px;margin:0 auto;display:grid}.social-card{background:var(--white);border:1.5px solid var(--g200);border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;text-decoration:none;transition:border-color .25s,box-shadow .25s,transform .2s;display:flex}.social-card:hover{transform:translateY(-2px)}.sc-platform-row{justify-content:space-between;align-items:center;display:flex}.sc-platform-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.sc-platform-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.2rem;height:1.2rem}.sc-follow-btn{letter-spacing:.08em;text-transform:uppercase;border:1.5px solid;border-radius:3px;padding:.25rem .65rem;font-size:.65rem;font-weight:700;transition:all .2s}.sc-platform-name{color:var(--g400);text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:700}.sc-handle{font-family:var(--mono);color:var(--black);letter-spacing:-.01em;font-size:.95rem;font-weight:700}.sc-desc{color:var(--g700);font-size:.78rem;line-height:1.6}.plat-facebook .sc-platform-icon{color:#1877f2;background:#e8f0fe}.plat-facebook .sc-follow-btn{color:#1877f2;border-color:#bfdbfe}.plat-facebook .sc-follow-btn:hover{color:var(--white);background:#1877f2;border-color:#1877f2}.plat-facebook:hover{border-color:#bfdbfe;box-shadow:0 8px 24px #1877f214}.plat-twitter .sc-platform-icon{color:var(--white);background:#0f1419}.plat-twitter .sc-follow-btn{color:var(--black);border-color:var(--g200)}.plat-twitter .sc-follow-btn:hover{background:var(--black);color:var(--white);border-color:var(--black)}.plat-twitter:hover{border-color:var(--g700);box-shadow:0 8px 24px #00000014}.plat-instagram .sc-platform-icon{color:var(--white);background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7)}.plat-instagram .sc-follow-btn{color:#ee2a7b;border-color:#fbcfe8}.plat-instagram .sc-follow-btn:hover{color:var(--white);background:#ee2a7b;border-color:#ee2a7b}.plat-instagram:hover{border-color:#fbcfe8;box-shadow:0 8px 24px #ee2a7b12}.plat-linkedin .sc-platform-icon{color:#0a66c2;background:#e8f0fe}.plat-linkedin .sc-follow-btn{color:#0a66c2;border-color:#bfdbfe}.plat-linkedin .sc-follow-btn:hover{color:var(--white);background:#0a66c2;border-color:#0a66c2}.plat-linkedin:hover{border-color:#bfdbfe;box-shadow:0 8px 24px #0a66c214}.plat-youtube .sc-platform-icon{color:red;background:#fee2e2}.plat-youtube .sc-follow-btn{color:red;border-color:#fecaca}.plat-youtube .sc-follow-btn:hover{color:var(--white);background:red;border-color:red}.plat-youtube:hover{border-color:#fecaca;box-shadow:0 8px 24px #ff000012}.plat-whatsapp .sc-platform-icon{color:var(--wa);background:#dcfce7}.plat-whatsapp .sc-follow-btn{color:var(--wa);border-color:#bbf7d0}.plat-whatsapp .sc-follow-btn:hover{background:var(--wa);color:var(--white);border-color:var(--wa)}.plat-whatsapp:hover{border-color:#bbf7d0;box-shadow:0 8px 24px #25d36614}.faq-section{background:var(--white);padding:80px 5%}.faq-inner{max-width:820px;margin:0 auto}.faq-header{margin-bottom:3rem}.faq-list{border:1px solid var(--g200);border-radius:10px;overflow:hidden}.faq-item{border-bottom:1px solid var(--g200)}.faq-item:last-child{border-bottom:none}.faq-q{text-align:left;cursor:pointer;width:100%;font-family:var(--sans);color:var(--black);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.92rem;font-weight:600;transition:background .2s;display:flex}.faq-q:hover,.faq-q[aria-expanded=true]{background:var(--off)}.faq-icon{border:1.5px solid var(--g200);width:22px;height:22px;color:var(--g400);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;transition:all .25s;display:flex}.faq-q[aria-expanded=true] .faq-icon{border-color:var(--gold);background:var(--gold);color:var(--black);transform:rotate(45deg)}.faq-a{color:var(--g700);padding:0 1.5rem 1.25rem;font-size:.875rem;line-height:1.85;display:none}.faq-a.open{display:block}.cta-band{background:var(--gold);text-align:center;padding:80px 5%}.cta-band h2{font-family:var(--serif);color:var(--black);letter-spacing:-.04em;margin-bottom:.8rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.cta-band p{color:#0009;max-width:480px;margin:0 auto 2rem;font-size:1rem;line-height:1.75}.cta-btn{background:var(--black);color:var(--white);letter-spacing:.02em;border-radius:4px;padding:.9rem 2.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.cta-btn:hover{opacity:.8}#toast{background:var(--black);color:var(--white);border-left:3px solid var(--gold);opacity:0;transition:all .3s var(--ease);z-index:1000;pointer-events:none;border-radius:6px;max-width:280px;padding:.75rem 1.25rem;font-size:.82rem;font-weight:500;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(20px);box-shadow:0 8px 24px #00000040}#toast.show{opacity:1;transform:translateY(0)}@media (width<=1060px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}.social-grid{grid-template-columns:repeat(2,1fr)}.social-header{grid-template-columns:1fr}}@media (width<=720px){.dept-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.form-row,.social-grid{grid-template-columns:1fr}.map-overlay-card{max-width:210px;top:.75rem;left:.75rem}nav ul{display:none}}@media (width<=480px){.dept-grid{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:1fr}}
