.city-hero{position:relative;min-height:600px;display:flex;align-items:center;padding:120px 0 100px;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--color-gray-700) 0%,var(--color-dark) 100%)}.hero-bg-placeholder span{display:none}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#2d3748d9,#1a202cbf,#da362e4d)}.city-hero .container{position:relative;z-index:1}.hero-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center}.city-label{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.city-label svg{color:var(--color-primary-yellow)}.city-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.15;color:#fff;margin-bottom:1.5rem}.city-hero h1 .highlight{color:var(--color-primary-yellow)}.hero-lead{font-size:1.15rem;color:#ffffffd9;line-height:1.7;margin-bottom:2rem;max-width:550px}.hero-lead strong{color:var(--color-primary-yellow);font-weight:600}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.btn-lg{padding:1rem 2rem;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem}.btn-outline-light{background:transparent;border:2px solid rgba(255,255,255,.8);color:#fff;border-radius:var(--radius-md);font-weight:600;transition:all var(--transition-fast)}.btn-outline-light:hover{background:#fff;color:var(--color-gray-800)}.hero-stats{display:flex;flex-direction:column;gap:1rem}.stat-card{display:flex;align-items:center;gap:1rem;background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:1.25rem 1.5rem;border-radius:var(--radius-lg);transition:all var(--transition-fast)}.stat-card:hover{background:#ffffff26;transform:translate(-5px)}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary-red) 0%,var(--color-secondary-orange) 100%);border-radius:var(--radius-md);color:#fff;flex-shrink:0}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:800;color:#fff;line-height:1.2}.stat-label{font-size:.85rem;color:#ffffffb3}.hero-wave{position:absolute;bottom:0;left:0;right:0;height:80px;color:var(--color-off-white);z-index:2}.hero-wave svg{width:100%;height:100%}.trust-strip{background:var(--color-off-white);padding:1.25rem 0;border-bottom:1px solid var(--color-gray-200)}.trust-items{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--color-gray-700)}.trust-item svg{color:var(--color-primary-red)}.city-intro{background:var(--color-white);padding:4rem 0}.city-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.city-image{position:relative;border-radius:var(--radius-xl);overflow:hidden}.city-image-placeholder{width:100%;min-height:400px;background:linear-gradient(135deg,#2d3748,#1a202c 55%,#da362e8c);border-radius:var(--radius-xl);position:relative;overflow:hidden}.city-image-placeholder span{display:none}.city-image img{width:100%;height:auto;min-height:400px;object-fit:cover;border-radius:var(--radius-xl)}.city-image-caption{position:absolute;bottom:1rem;left:1rem;background:#000000bf;color:#fff;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:600;font-size:.9rem;backdrop-filter:blur(10px)}.city-cta-content h2{font-size:2.5rem;font-weight:800;color:var(--color-gray-800);margin-bottom:1rem}.city-cta-content h2 .highlight{color:var(--color-primary-red)}.city-cta-content .intro-lead{font-size:1.15rem;color:var(--color-gray-600);line-height:1.7;margin-bottom:2rem}.city-cta-content .intro-lead strong{color:var(--color-gray-800)}.cta-card-inline{background:var(--color-gray-100);border-radius:var(--radius-lg);padding:1.5rem}.cta-buttons-inline{display:flex;gap:1rem;margin-bottom:1rem}.cta-buttons-inline .btn{flex:1;justify-content:center;text-align:center;display:inline-flex;align-items:center;gap:.5rem}.btn-outline{background:transparent;border:2px solid var(--color-gray-400);color:var(--color-gray-700);border-radius:var(--radius-md);font-weight:600;transition:all var(--transition-fast)}.btn-outline:hover{border-color:var(--color-gray-600);background:var(--color-gray-200)}.cta-trust-inline{display:flex;justify-content:center;gap:1.5rem;font-size:.85rem;color:var(--color-gray-600);font-weight:500}.cta-trust-inline span:before{content:"✓ ";color:var(--color-primary-red)}.dallas-services{background:var(--color-off-white);padding:4rem 0}.section-header{text-align:center;margin-bottom:2.5rem}.section-label{display:inline-block;background:linear-gradient(135deg,var(--color-primary-red) 0%,var(--color-secondary-orange) 100%);color:#fff;padding:.4rem 1rem;border-radius:var(--radius-full);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.section-header h2{font-size:2rem;font-weight:800;color:var(--color-gray-800)}.section-header h2 .highlight{color:var(--color-primary-red)}.services-scroll{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{position:relative;background:var(--color-white);border-radius:var(--radius-xl);padding:2rem 1.5rem;text-decoration:none;box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-200);transition:all var(--transition-fast);display:flex;flex-direction:column}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--color-primary-red)}.service-card-icon{color:var(--color-primary-red);margin-bottom:1rem}.service-card h4{font-size:1.1rem;font-weight:700;color:var(--color-gray-800);margin-bottom:.5rem}.service-card p{font-size:.9rem;color:var(--color-gray-600);line-height:1.5;flex-grow:1}.service-link{margin-top:1rem;font-size:.85rem;font-weight:600;color:var(--color-primary-red)}.neighborhoods{padding:4.5rem 0;background:linear-gradient(135deg,#da362e0f,#ffc3001a),var(--color-white);border-top:1px solid var(--color-gray-100);border-bottom:1px solid var(--color-gray-100);position:relative;overflow:hidden}.neighborhoods:before{content:"";position:absolute;left:50%;top:52%;width:min(880px,82vw);height:210px;border:2px dashed rgba(218,54,46,.16);border-radius:48% 52% 46% 54%;transform:translate(-50%,-50%) rotate(-2deg)}.neighborhoods:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.035) 1px,transparent 1px),linear-gradient(0deg,rgba(17,24,39,.03) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,transparent 0%,black 22%,black 78%,transparent 100%);pointer-events:none}.neighborhoods.section{padding:4.5rem 0}.neighborhoods .container-narrow{max-width:1040px;position:relative;z-index:1}.neighborhoods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:1.5rem;padding:1rem;border-radius:var(--radius-lg);background:#ffffff7a;border:1px solid rgba(255,255,255,.64);box-shadow:0 18px 45px #1118270f;backdrop-filter:blur(6px)}.neighborhood-tag{display:flex;align-items:center;gap:.65rem;min-height:52px;background:var(--color-white);border:1px solid var(--color-gray-200);padding:.75rem 1rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);font-size:.9rem;font-weight:700;color:var(--color-gray-700);line-height:1.25;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.neighborhood-tag:before{content:"";width:.55rem;height:.55rem;border-radius:50%;background:var(--color-primary-red);box-shadow:0 0 0 4px #da362e1a;flex:0 0 auto}.neighborhood-tag:hover{border-color:var(--color-primary-red);color:var(--color-gray-900);box-shadow:var(--shadow-md);transform:translateY(-2px)}.section-title{font-size:2.25rem;font-weight:800;color:var(--color-gray-800);text-align:center;margin-bottom:.5rem}.section-title .highlight{color:var(--color-primary-red)}.section-subtitle{text-align:center;color:var(--color-gray-600);margin-bottom:2.5rem}.faq-section.section,.faq-section{padding:4.5rem 0;background:var(--color-off-white)}.faq-header{max-width:760px;margin:0 auto 2rem;text-align:center}.faq-header h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--color-gray-900)}.faq-header .highlight{color:var(--color-primary-red)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;max-width:1100px;margin:0 auto}.faq-column{min-width:0}.faq-column-title{display:inline-flex;align-items:center;min-height:34px;margin-bottom:.75rem;padding:.25rem .7rem;border-radius:var(--radius-full);background:#da362e14;color:var(--color-primary-red);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.faq-item{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;text-align:left;color:var(--color-gray-900);font-weight:800;line-height:1.35}.faq-question:after{content:"+";display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#da362e1a;color:var(--color-primary-red);font-size:1.2rem;line-height:1;flex:0 0 auto;transition:transform var(--transition-fast)}.faq-question:focus-visible{outline:2px solid var(--color-primary-red);outline-offset:-4px}.faq-answer{display:none;padding:0 1.1rem 1.1rem}.faq-answer p{color:var(--color-gray-600);font-size:.96rem;line-height:1.7}.faq-item.active .faq-question:after{content:"-";transform:none}.faq-item.active .faq-answer{display:block}.why-trust-cards{background:var(--color-off-white);padding:5rem 0}.trust-cards-header{text-align:center;margin-bottom:3rem}.trust-cards-header h2{font-size:2.25rem;font-weight:800;color:var(--color-gray-800);margin-bottom:.75rem}.trust-cards-header h2 .highlight{color:var(--color-primary-red)}.trust-cards-header p{color:var(--color-gray-600);font-size:1.1rem}.trust-cards-row{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.trust-cards-row-centered{margin-bottom:0}.trust-photo-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 4px 20px #00000014;flex:1;transition:all var(--transition-fast)}.trust-photo-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.card-photo{position:relative;height:200px}.card-photo .photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2d3748,#1a202c 55%,#da362e8c);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#ffffff4d}.card-photo .photo-placeholder span,.card-photo .photo-placeholder svg,.city-image-placeholder svg,.gallery-placeholder svg{display:none}.card-photo img{width:100%;height:100%;object-fit:cover}.card-icon-badge{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;color:var(--color-primary-red);z-index:1}.card-content{padding:2rem 1.5rem 1.5rem;text-align:center}.card-content h4{font-size:1.1rem;font-weight:700;color:var(--color-gray-800);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.02em}.card-content p{font-size:.9rem;color:var(--color-gray-600);line-height:1.6;margin-bottom:1.25rem}.card-btn{display:inline-block;background:var(--color-gray-800);color:#fff;padding:.6rem 1.25rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;text-decoration:none;transition:all var(--transition-fast)}.card-btn:hover{background:var(--color-gray-900)}.testimonials{background:var(--color-off-white)}.testimonial-header{text-align:center;margin-bottom:2.5rem}.testimonials .section-badge{display:inline-block;background:var(--color-gray-200);color:var(--color-gray-700);padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:var(--color-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md)}.testimonial-stars{color:var(--color-primary-yellow);font-size:1.25rem;margin-bottom:1rem}.testimonial-card blockquote{font-size:.95rem;color:var(--color-gray-700);line-height:1.6;font-style:italic;margin-bottom:1rem}.testimonial-card cite{font-size:.85rem;color:var(--color-gray-500);font-style:normal;font-weight:600}.areas{background:var(--color-dark);color:var(--color-white)}.areas-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.areas .animate-fade-left,.areas .animate-scale{opacity:1;transform:none}.areas-content:not(:has(.areas-map)){grid-template-columns:minmax(0,1fr);max-width:980px;margin:0 auto;padding:3rem;position:relative;overflow:hidden;text-align:center;isolation:isolate;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.14);background:linear-gradient(115deg,rgba(255,195,0,.18),transparent 34%),linear-gradient(295deg,rgba(218,54,46,.18),transparent 38%),repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0 1px,transparent 1px 38px),repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 38px),linear-gradient(135deg,#ffffff14,#ffffff08);box-shadow:inset 0 1px #ffffff1f,0 24px 70px #00000038}.areas-content:not(:has(.areas-map)):before{content:"";position:absolute;inset:18% 9%;z-index:-1;border:2px dashed rgba(255,195,0,.42);border-radius:48% 52% 42% 58%;transform:rotate(-3deg)}.areas-content:not(:has(.areas-map)):after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 16% 36%,var(--color-primary-yellow) 0 .45rem,transparent .5rem),radial-gradient(circle at 34% 64%,rgba(255,255,255,.95) 0 .35rem,transparent .4rem),radial-gradient(circle at 58% 31%,var(--color-secondary-red) 0 .48rem,transparent .54rem),radial-gradient(circle at 79% 68%,var(--color-primary-yellow) 0 .42rem,transparent .48rem);opacity:.95}.areas-content:not(:has(.areas-map)) .areas-text{max-width:820px;margin:0 auto;position:relative;z-index:1}.areas-content:not(:has(.areas-map)) .section-badge{box-shadow:0 12px 28px #ffc3002e}.areas-content:not(:has(.areas-map)) .areas-list{justify-content:center;margin-bottom:0}.areas-content:not(:has(.areas-map)) .area-tag{background:#ffffff24;border-color:#ffffff3d;color:var(--color-white);backdrop-filter:blur(8px)}.areas .section-badge{background:linear-gradient(135deg,var(--color-primary-yellow) 0%,var(--color-secondary-orange) 100%);color:var(--color-gray-900);display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase}.areas-text h2{color:var(--color-white);margin-bottom:1rem}.areas-text h2 .highlight{color:var(--color-primary-yellow)}.areas-text>p{color:var(--color-gray-400);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.areas-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.area-tag{display:inline-block;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-full);font-size:.875rem;color:var(--color-gray-300);transition:all var(--transition-fast)}.area-tag:hover{background:var(--color-primary-yellow);color:var(--color-gray-800);border-color:var(--color-primary-yellow)}.areas-map{display:flex;justify-content:center}.map-placeholder{width:100%;aspect-ratio:1;max-width:350px;position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 50% 50%,rgba(255,195,0,.28) 0 5%,transparent 6% 100%),radial-gradient(circle at 28% 32%,rgba(218,54,46,.95) 0 2.6%,transparent 3% 100%),radial-gradient(circle at 70% 26%,rgba(255,195,0,.9) 0 2.4%,transparent 2.9% 100%),radial-gradient(circle at 74% 72%,rgba(218,54,46,.9) 0 2.4%,transparent 2.9% 100%),radial-gradient(circle at 27% 72%,rgba(255,195,0,.86) 0 2.3%,transparent 2.8% 100%),linear-gradient(135deg,#ffffff1a,#ffffff0a),#111827;border-radius:var(--radius-xl);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--color-white);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px #ffffff1f,0 24px 60px #0003}.map-placeholder:before{content:"";position:absolute;inset:10%;z-index:-1;border:2px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 34px #ffffff0b,0 0 0 74px #ffffff06}.map-placeholder:after{content:"";position:absolute;inset:18% 17%;z-index:-1;border-top:3px solid rgba(255,195,0,.78);border-right:3px solid rgba(218,54,46,.8);border-radius:42% 58% 45% 55%;transform:rotate(-13deg);filter:drop-shadow(0 0 14px rgba(255,195,0,.22))}.map-placeholder svg{display:none}.map-placeholder span{display:inline-flex;align-items:center;justify-content:center;max-width:78%;min-height:44px;padding:.65rem 1rem;border-radius:var(--radius-full);background:#ffffff24;border:1px solid rgba(255,255,255,.2);color:var(--color-white);font-size:.9rem;font-weight:800;line-height:1.25;text-align:center;text-transform:uppercase;letter-spacing:.04em;backdrop-filter:blur(12px)}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-ctas{justify-content:center}.hero-stats{flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:2rem}.stat-card{flex:0 1 auto}.trust-cards-row{flex-wrap:wrap}.trust-photo-card{max-width:280px}.services-scroll{grid-template-columns:repeat(2,1fr)}.areas-content{grid-template-columns:1fr;text-align:center}.areas-list{justify-content:center}}@media(max-width:900px){.city-intro-grid{grid-template-columns:1fr}.city-image{order:-1}.city-image-placeholder{min-height:280px}.cta-buttons-inline{flex-direction:column}}@media(max-width:768px){.trust-photo-card{max-width:100%}.trust-cards-row{flex-direction:column;align-items:center}.services-scroll,.testimonials-grid{grid-template-columns:1fr}.trust-items{gap:1.5rem}.trust-item{font-size:.8rem}}@media(max-width:600px){.city-hero{padding:80px 0 30px;min-height:auto}.hero-inner{grid-template-columns:1fr;gap:1.5rem}.city-label{margin-bottom:.5rem;padding:.25rem .6rem;font-size:.7rem}.city-hero h1{font-size:1.75rem;margin-bottom:.75rem}.hero-lead{margin-bottom:1rem;font-size:.9rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.hero-stats{display:none}.hero-ctas{flex-direction:column;gap:.5rem}.btn-lg{width:100%;justify-content:center;padding:.6rem 1rem;font-size:.85rem}.hero-wave{height:40px}.trust-strip{padding:.75rem 0}.trust-items{display:flex;overflow-x:auto;gap:1.5rem;padding:.5rem 1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start}.trust-items::-webkit-scrollbar{display:none}.trust-item{font-size:.75rem;white-space:nowrap;flex-shrink:0}.city-intro,.dallas-services,.neighborhoods,.faq-section,.why-trust-cards,.areas{padding:2rem 0}.section-header{margin-bottom:1.25rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem;margin-bottom:1.5rem}.city-intro-grid{gap:1.5rem}.city-image-placeholder,.city-image img{min-height:180px}.city-cta-content h2{font-size:1.5rem}.city-cta-content .intro-lead{font-size:.9rem;margin-bottom:1rem}.cta-card-inline{padding:1rem}.cta-buttons-inline{gap:.5rem;margin-bottom:.75rem}.cta-trust-inline{flex-wrap:wrap;gap:.75rem;font-size:.75rem}.services-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.services-scroll::-webkit-scrollbar{display:none}.service-card{flex:0 0 80%;scroll-snap-align:center;padding:1.25rem 1rem}.service-card h4{font-size:1rem}.service-card p{font-size:.8rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.neighborhoods-grid{display:flex;overflow-x:auto;flex-wrap:nowrap;gap:.5rem;justify-content:flex-start;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.neighborhoods-grid::-webkit-scrollbar{display:none}.neighborhood-tag{flex-shrink:0;min-height:40px;padding:.45rem .75rem;font-size:.8rem}.faq-header{margin-bottom:1.25rem}.faq-grid{grid-template-columns:1fr;gap:.75rem}.faq-question{padding:.9rem 1rem;font-size:.92rem}.faq-answer{padding:0 1rem 1rem}.faq-answer p{font-size:.85rem}.trust-cards-header{margin-bottom:1.5rem}.trust-cards-header h2{font-size:1.5rem}.trust-cards-header p{font-size:.9rem}.trust-cards-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap}.trust-cards-row::-webkit-scrollbar{display:none}.trust-photo-card{flex:0 0 85%;scroll-snap-align:center;max-width:none}.testimonials-grid{gap:1rem}.areas-content{gap:1.5rem}.areas-content:not(:has(.areas-map)){padding:2rem 1.25rem;border-radius:var(--radius-lg)}.areas-content:not(:has(.areas-map)):before{inset:14% 4%}}.city-gallery{background:var(--color-white);padding:4rem 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}.gallery-item{border-radius:var(--radius-xl);overflow:hidden}.gallery-item.gallery-large{grid-column:1 / -1}.gallery-placeholder{width:100%;min-height:240px;height:100%;background:linear-gradient(135deg,#2d3748,#1a202c 55%,#da362e8c);display:flex;align-items:center;justify-content:center;color:#ffffff4d}.gallery-item.gallery-large .gallery-placeholder{min-height:320px}.gallery-placeholder .placeholder-name,.gallery-placeholder .placeholder-desc{display:none}.gallery-item img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item.gallery-large{grid-column:1 / -1}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}}
