/*
Theme Name: Zhabto Infra
Theme URI: https://zinew.denovamarketingsolutions.com
Author: Zhabto Infra Limited
Author URI: https://zinew.denovamarketingsolutions.com
Description: Custom WordPress theme for Zhabto Infra Limited — ported from the Lovable React build with full visual parity (navy + orange brand, Inter typography, full site sections).
Version: 1.0.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zhabto
Tags: business, construction, infrastructure, custom-menu, custom-logo, featured-images, responsive
*/

/* ===== DESIGN TOKENS ===== */
:root {
  --background: #ffffff;
  --foreground: #1f2640;
  --primary: #e6772e;
  --primary-foreground: #ffffff;
  --primary-90: #d96a23;
  --secondary: #f3f4f7;
  --muted: #f6f6f8;
  --muted-foreground: #555c70;
  --accent: #faeede;
  --border: #e5e7ec;
  --input: #e5e7ec;
  --navy: #1d2547;
  --navy-foreground: #f7f7f9;
  --orange-soft: #fae4cf;
  --destructive: #d63d2a;
  --radius: 0.5rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --shadow-sm: 0 1px 2px 0 rgba(0,0,0,.05);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  --container: 1280px;
}

/* ===== RESET / BASE ===== */
*,*::before,*::after{box-sizing:border-box;border-color:var(--border)}
html{-webkit-text-size-adjust:100%;line-height:1.65}
body{margin:0;font-family:"Inter","Roboto","Arial",sans-serif;font-size:17px;line-height:1.65;color:var(--foreground);background:var(--background);font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;letter-spacing:-.015em;line-height:1.2;color:var(--navy)}
p{margin:0}
a{color:inherit;text-decoration:none}
img,video{max-width:100%;height:auto;display:block}
button{font-family:inherit;cursor:pointer;border:0;background:none}
input,textarea,select{font:inherit;color:inherit}
ul,ol{margin:0;padding:0;list-style:none}
::selection{background:var(--primary);color:#fff}

/* ===== LAYOUT ===== */
.container{max-width:var(--container);margin:0 auto;padding-inline:1.5rem;width:100%}
.section{padding:4rem 0}
@media(min-width:768px){.section{padding:5rem 0}}
.grid{display:grid;gap:1.5rem}
.flex{display:flex}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}

/* ===== TYPOGRAPHY ===== */
.eyebrow{font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);font-weight:600;display:inline-block}
.h-section{font-size:1.75rem;font-weight:700;color:var(--navy);line-height:1.2;letter-spacing:-.015em}
@media(min-width:768px){.h-section{font-size:1.875rem}}
.h-hero{font-size:1.875rem;font-weight:700;line-height:1.1;letter-spacing:-.015em;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.55)}
@media(min-width:768px){.h-hero{font-size:2.5rem}}
.text-muted{color:var(--muted-foreground)}
.text-navy{color:var(--navy)}
.text-primary{color:var(--primary)}
.text-white{color:#fff}
.text-sm{font-size:.875rem}
.text-xs{font-size:.75rem}
.text-lg{font-size:1.125rem}
.text-xl{font-size:1.25rem}
.text-2xl{font-size:1.5rem}
.text-3xl{font-size:1.875rem}
.text-4xl{font-size:2.25rem}
.text-5xl{font-size:3rem}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.font-medium{font-weight:500}
.uppercase{text-transform:uppercase}
.tracking-wider{letter-spacing:.05em}
.tracking-widest{letter-spacing:.1em}
.leading-relaxed{line-height:1.625}
.text-center{text-align:center}

/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;transition:all .2s;cursor:pointer;border:0;line-height:1}
.btn-primary{background:var(--primary);color:var(--primary-foreground)}
.btn-primary:hover{background:var(--primary-90)}
.btn-outline-white{border:1px solid rgba(255,255,255,.4);color:#fff;background:transparent}
.btn-outline-white:hover{background:rgba(255,255,255,.1)}
.btn-outline{border:1px solid var(--border);color:var(--navy);background:#fff}
.btn-outline:hover{background:var(--muted)}
.btn-lg{padding:.875rem 1.5rem;font-size:.95rem}

/* ===== HEADER ===== */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:5rem}
.site-logo img{height:3.5rem;width:auto}
@media(min-width:768px){.site-logo img{height:4rem}}
.primary-nav{display:none;align-items:center;gap:.25rem}
@media(min-width:1024px){.primary-nav{display:flex}}
.primary-nav>li{position:relative}
.primary-nav>li>a{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:15px;font-weight:600;color:var(--navy);transition:color .2s}
.primary-nav>li>a:hover,.primary-nav>li:hover>a,.primary-nav>li.current-menu-item>a,.primary-nav>li.current-menu-ancestor>a{color:var(--primary)}
.primary-nav>li{padding-bottom:.25rem}
.primary-nav .sub-menu{position:absolute;top:100%;left:0;min-width:16rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:.25rem 0;opacity:0;visibility:hidden;transform:translateY(.25rem);transition:opacity .2s,transform .2s,visibility .2s;z-index:100;pointer-events:none}
.primary-nav .sub-menu::before{content:"";position:absolute;left:0;right:0;top:-.5rem;height:.5rem}
.primary-nav>li:hover .sub-menu,.primary-nav>li:focus-within .sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.primary-nav .sub-menu li a{display:block;padding:.75rem 1rem;font-size:14.5px;font-weight:500;color:var(--navy);border-bottom:1px solid var(--border)}
.primary-nav .sub-menu li:last-child a{border-bottom:0}
.primary-nav .sub-menu li a:hover{background:var(--accent);color:var(--primary)}
.header-cta{display:none;align-items:center;gap:.75rem}
@media(min-width:1024px){.header-cta{display:flex}}
.header-search{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);background:rgba(243,244,247,.5);border-radius:var(--radius-md);padding:.5rem .75rem}
.header-search:focus-within{border-color:var(--primary)}
.header-search input{background:transparent;border:0;outline:0;font-size:.875rem;width:10rem;color:var(--navy)}
.menu-toggle{display:inline-flex;align-items:center;justify-content:center;color:var(--navy);width:2.5rem;height:2.5rem}
@media(min-width:1024px){.menu-toggle{display:none}}
.mobile-nav{display:none;border-top:1px solid var(--border);background:#fff}
.mobile-nav.open{display:block}
.mobile-nav>div{padding:1rem 1.5rem}
.mobile-nav .menu-item{border-bottom:1px solid var(--border)}
.mobile-nav .menu-item:last-child{border-bottom:0}
.mobile-nav .menu-item>a{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-size:15px;font-weight:600;color:var(--navy)}
.mobile-nav .sub-menu{display:none;padding:0 0 .75rem .75rem}
.mobile-nav .menu-item.open .sub-menu{display:block}
.mobile-nav .sub-menu a{display:block;padding:.625rem 0;font-size:14.5px;color:var(--muted-foreground)}
.mobile-nav .sub-menu a:hover{color:var(--primary)}

/* ===== HERO SLIDER ===== */
.hero{position:relative;background:var(--navy);color:var(--navy-foreground);overflow:hidden}
.hero-wrap{position:relative;height:520px}
@media(min-width:768px){.hero-wrap{height:620px}}
@media(min-width:1024px){.hero-wrap{height:680px}}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s}
.hero-slide.active{opacity:1}
.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(29,37,71,.6),rgba(29,37,71,.25) 50%,rgba(29,37,71,.1))}
.hero-content{position:relative;height:100%;display:flex;align-items:flex-start;justify-content:center;padding-top:5rem;text-align:center}
.hero-content-inner{max-width:48rem;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}
.hero-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:var(--primary);margin-bottom:1.25rem}
@media(min-width:768px){.hero-eyebrow{font-size:.875rem}}
.hero-desc{margin-top:1.25rem;font-size:1rem;line-height:1.4;color:rgba(255,255,255,.95);max-width:36rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}
@media(min-width:768px){.hero-desc{font-size:1.25rem}}
.hero-ctas{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.hero-badge{position:absolute;top:1rem;right:1rem;z-index:20;background:var(--primary);color:var(--primary-foreground);padding:.625rem 1rem;border-radius:var(--radius);box-shadow:var(--shadow-lg)}
@media(min-width:768px){.hero-badge{top:1.5rem;right:1.5rem}}
.hero-badge p:first-child{font-size:1.5rem;font-weight:700;line-height:1}
@media(min-width:768px){.hero-badge p:first-child{font-size:1.875rem}}
.hero-badge p:last-child{font-size:10px;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-weight:600}
@media(min-width:768px){.hero-badge p:last-child{font-size:.75rem}}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;display:none;width:2.75rem;height:2.75rem;border-radius:9999px;background:rgba(255,255,255,.8);color:var(--navy);align-items:center;justify-content:center;transition:background .2s}
@media(min-width:768px){.hero-arrow{display:flex}}
.hero-arrow:hover{background:#fff}
.hero-arrow.prev{left:1rem}.hero-arrow.next{right:1rem}
.hero-dots{position:absolute;bottom:.75rem;left:50%;transform:translateX(-50%);z-index:20;display:flex;gap:.5rem}
.hero-dot{height:.5rem;width:.5rem;border-radius:9999px;background:rgba(255,255,255,.6);transition:all .3s}
.hero-dot.active{width:2rem;background:var(--primary)}

/* ===== ABOUT SECTION ===== */
.about-grid{display:grid;gap:3rem;align-items:center}
@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}
.about-image-wrap{position:relative}
.about-image-wrap img{border-radius:var(--radius-xl);width:100%;height:460px;object-fit:cover}
.about-badge{position:absolute;top:1rem;left:1rem;background:var(--primary);color:var(--primary-foreground);padding:1.25rem;border-radius:var(--radius);box-shadow:var(--shadow-lg)}
@media(min-width:768px){.about-badge{top:-1.5rem;left:-1.5rem}}
.about-badge p:first-child{font-size:2.25rem;font-weight:700;line-height:1}
.about-badge p:last-child{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}

/* ===== CARDS ===== */
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem;transition:all .2s}
.card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.card-icon{width:3rem;height:3rem;border-radius:var(--radius-md);background:var(--primary);color:var(--primary-foreground);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.card-icon svg{width:1.5rem;height:1.5rem}
.card h3{font-size:1.125rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.card p{font-size:15px;color:rgba(31,38,64,.75);line-height:1.625}
.card-link{margin-top:1.25rem;display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--primary)}
.grid-cards{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:640px){.grid-cards{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.grid-cards{grid-template-columns:repeat(3,1fr)}}

/* ===== SECTION HEADERS ===== */
.section-head{display:grid;gap:1.5rem;margin-bottom:3rem;align-items:end}
@media(min-width:1024px){.section-head{grid-template-columns:1fr 1fr}}
.section-head h2{margin-top:.75rem}

/* ===== PROJECT CARDS ===== */
.project-card{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3}
.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.project-card:hover img{transform:scale(1.05)}
.project-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(29,37,71,.95),rgba(29,37,71,.3),transparent);padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}
.project-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-weight:600}
.project-card h3{color:#fff;font-size:1.25rem;font-weight:700;margin-top:.5rem}
.project-status{margin-top:.5rem;display:inline-block;font-size:.75rem;background:var(--primary);color:#fff;padding:.25rem .625rem;border-radius:9999px;width:fit-content}

/* ===== STATS / COUNTERS ===== */
.stats{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);text-align:center}
@media(min-width:768px){.stats{grid-template-columns:repeat(4,1fr)}}
.stat-num{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}
@media(min-width:768px){.stat-num{font-size:3rem}}
.stat-label{margin-top:.5rem;font-size:.875rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;font-weight:600}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero{background:var(--navy);color:var(--navy-foreground);position:relative;background-image:linear-gradient(rgba(10,25,47,.78),rgba(10,25,47,.6)),url('assets/images/drive/blog-2.jpg');background-size:cover;background-position:center;padding:3rem 0}
.page-hero h1{font-size:1.875rem;color:#fff;max-width:48rem;letter-spacing:-.015em}
@media(min-width:768px){.page-hero h1{font-size:2.25rem}}
.page-hero p{margin-top:1rem;font-size:1.125rem;opacity:.8;max-width:32rem;color:#fff}
.page-hero .breadcrumb{font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);font-weight:600;margin-bottom:.75rem}

/* ===== FOOTER ===== */
.site-footer{position:relative;background:var(--navy);color:var(--navy-foreground);margin-top:5rem;overflow:hidden}
.site-footer::before{content:"";position:absolute;inset:0;background-image:url('assets/images/drive/cta.jpg');background-size:cover;background-position:center;opacity:.4;z-index:0}
.site-footer::after{content:"";position:absolute;inset:0;background:rgba(29,37,71,.85);z-index:1}
.footer-inner{position:relative;z-index:2;display:grid;gap:2.5rem 2rem;padding:2.5rem 0;grid-template-columns:1fr}
@media(min-width:768px){.footer-inner{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.footer-inner{grid-template-columns:repeat(12,1fr)}}
.footer-col{}
.footer-col.brand{grid-column:span 2}
.footer-col.links{grid-column:span 2}
.footer-col.map{grid-column:span 4}
@media(max-width:1023px){.footer-col.brand,.footer-col.links,.footer-col.map{grid-column:auto}}
.footer-col h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff;position:relative;display:inline-block;padding-bottom:.5rem}
.footer-col h4::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;height:2px;width:2rem;background:var(--primary)}
.footer-col ul{display:flex;flex-direction:column;gap:.625rem;font-size:.875rem;color:rgba(255,255,255,.92)}
.footer-col ul a{color:inherit}
.footer-col ul a:hover{color:var(--primary)}
.footer-contact li{display:flex;gap:.5rem;align-items:flex-start}
.footer-contact svg{height:1rem;width:1rem;color:var(--primary);flex-shrink:0;margin-top:.125rem}
.footer-logo{display:inline-flex;background:#fff;border-radius:.75rem;padding:.75rem 1rem;box-shadow:var(--shadow-md);margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.2)}
.footer-logo img{height:3.5rem;width:auto}
.footer-map iframe{width:100%;height:16rem;border:0;border-radius:var(--radius-md)}
.footer-bottom{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.1)}
.footer-bottom-inner{padding:1.25rem 0;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center;font-size:.875rem}
@media(min-width:768px){.footer-bottom-inner{flex-direction:row}}
.socials{display:flex;gap:.5rem}
.socials a{height:2.25rem;width:2.25rem;border-radius:var(--radius-md);background:rgba(255,255,255,.1);display:inline-flex;align-items:center;justify-content:center;transition:background .2s}
.socials a:hover{background:var(--primary)}
.socials svg{height:1rem;width:1rem;color:#fff}
.footer-legal{display:flex;gap:1.25rem;opacity:.8}
.footer-legal a:hover{color:var(--primary)}

/* ===== FORMS ===== */
.form-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}
.form-field label{display:block;font-size:.875rem;font-weight:500;color:var(--navy);margin-bottom:.375rem}
.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid var(--input);border-radius:var(--radius-md);padding:.625rem .75rem;font-size:.875rem;background:#fff;color:var(--foreground);outline:0;transition:box-shadow .15s,border-color .15s}
.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)}
.form-grid-2{display:grid;gap:.75rem;grid-template-columns:1fr}
@media(min-width:640px){.form-grid-2{grid-template-columns:repeat(2,1fr)}}

/* ===== CONTACT INFO CARDS ===== */
.info-card{display:flex;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem}
.info-card .icon{height:3rem;width:3rem;border-radius:var(--radius-md);background:var(--primary);color:var(--primary-foreground);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.info-card h3{font-size:1rem;color:var(--navy);font-weight:700}
.info-card p{font-size:.875rem;color:var(--muted-foreground);margin-top:.125rem}

/* ===== ANIMATIONS ===== */
@keyframes fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes scale-in{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.animate-fade-in{animation:fade-in .3s ease-out}
.animate-scale-in{animation:scale-in .2s ease-out}
.hover-scale{transition:transform .2s}
.hover-scale:hover{transform:scale(1.05)}

/* ===== MODAL ===== */
.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:100;display:none;align-items:center;justify-content:center;padding:1rem}
.modal-backdrop.open{display:flex;animation:fade-in .2s}
.modal{background:#fff;border-radius:var(--radius-xl);max-width:36rem;width:100%;padding:1.5rem;max-height:90vh;overflow-y:auto;animation:scale-in .2s}
.modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:var(--muted)}
.modal-header{display:flex;gap:.75rem;align-items:center;margin-bottom:1.25rem}
.modal-header .icon{height:2.5rem;width:2.5rem;border-radius:var(--radius-md);background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center}
.modal-title{font-size:1.5rem;color:var(--navy);font-weight:700}
.modal-desc{color:var(--muted-foreground);font-size:.875rem;margin-top:.125rem}

/* ===== BACK TO TOP ===== */
#back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;width:2.75rem;height:2.75rem;border-radius:9999px;background:var(--primary);color:#fff;display:none;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);z-index:40;transition:transform .2s}
#back-to-top.show{display:inline-flex}
#back-to-top:hover{transform:translateY(-2px)}

/* ===== UTILITIES ===== */
.bg-secondary{background:var(--secondary)}
.bg-muted{background:var(--muted)}
.bg-navy{background:var(--navy);color:#fff}
.bg-accent{background:var(--accent)}
.bg-orange-soft{background:var(--orange-soft)}
.mt-0{margin-top:0}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}
.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}
.py-4{padding:1rem 0}.py-8{padding:2rem 0}.py-10{padding:2.5rem 0}.py-12{padding:3rem 0}.py-16{padding:4rem 0}.py-20{padding:5rem 0}
.rounded{border-radius:var(--radius)}
.rounded-md{border-radius:var(--radius-md)}
.rounded-xl{border-radius:var(--radius-xl)}
.shadow-lg{box-shadow:var(--shadow-lg)}
.w-full{width:100%}
.max-w-3xl{max-width:48rem}.max-w-2xl{max-width:42rem}.max-w-xl{max-width:36rem}.max-w-lg{max-width:32rem}
.mx-auto{margin-left:auto;margin-right:auto}
.hidden{display:none}
@media(min-width:768px){.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}}
@media(min-width:1024px){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}
.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}
