/* ==========================================================================
   Eterna Pintura — Static rebuild
   Design system fidel temei „coverup" (Lexend/Sora, #fe4713, navy #070e2e)
   ========================================================================== */
:root{
  --thm-primary:#fe4713;        /* acento / iconos (marca) */
  --thm-cta:#d6390f;            /* fondo con texto blanco — cumple contraste WCAG AA */
  --thm-cta-dark:#b83109;       /* hover */
  --thm-primary-dark:#e82c0c;
  --thm-navy:#070e2e;        /* heading / black */
  --thm-navy-bg:#091033;     /* dark sections + footer */
  --thm-navy-2:#182045;
  --thm-body:#656567;        /* body text */
  --thm-gray-bg:#eff0f5;
  --thm-border:#e3e4ea;
  --thm-white:#ffffff;
  --thm-wa:#25d366;
  --thm-radius:4px;
  --thm-font:"Lexend",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --thm-font-2:"Sora",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --container:1200px;
  --shadow:0 10px 30px rgba(7,14,46,.08);
  --shadow-lg:0 20px 50px rgba(7,14,46,.12);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--thm-font);font-size:16px;line-height:26px;
  font-weight:400;color:var(--thm-body);background:var(--thm-white);
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--thm-primary);text-decoration:none;transition:color .2s,background .2s,opacity .2s}
a:hover{color:var(--thm-primary-dark)}
h1,h2,h3,h4,h5,h6{font-family:var(--thm-font-2);color:var(--thm-navy);margin:0 0 .5em;line-height:1.2;font-weight:600}
p{margin:0 0 1rem}
ul{margin:0 0 1rem;padding-left:1.1rem}
.container{max-width:var(--container);margin:0 auto;padding:0 20px}
.section{padding:90px 0}
.section--tight{padding:60px 0}
.bg-gray{background:var(--thm-gray-bg)}
.bg-navy{background:var(--thm-navy-bg)}
.bg-navy h1,.bg-navy h2,.bg-navy h3{color:#fff}
.text-center{text-align:center}

/* ---- Ribbon / eyebrow badge ------------------------------------------- */
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--thm-cta);color:#fff;font-family:var(--thm-font-2);
  font-weight:600;font-size:14px;letter-spacing:.08em;text-transform:uppercase;
  padding:8px 20px;border-radius:var(--thm-radius);margin-bottom:18px;
  clip-path:polygon(6% 0,100% 0,94% 100%,0 100%);
}
.eyebrow--plain{clip-path:none}
.section-title{font-size:44px;font-weight:600;color:var(--thm-navy);margin:0 0 14px}
.bg-navy .section-title{color:#fff}
.section-lead{max-width:720px;margin:0 auto 10px;color:var(--thm-body)}
.bg-navy .section-lead{color:#a0a3b1}
.squiggle{display:block;width:70px;height:11px;margin:6px 0 16px;color:var(--thm-primary)}
.text-center .squiggle{margin-left:auto;margin-right:auto}

/* ---- Buttons ----------------------------------------------------------- */
.btn{
  display:inline-flex;align-items:center;gap:10px;cursor:pointer;
  font-family:var(--thm-font);font-weight:500;font-size:15px;
  padding:14px 30px;border-radius:var(--thm-radius);border:2px solid transparent;
  transition:all .2s;text-align:center;line-height:1;
}
.btn-primary{background:var(--thm-cta);color:#fff}
.btn-primary:hover{background:var(--thm-cta-dark);color:#fff}
.btn-navy{background:var(--thm-navy);color:#fff}
.btn-navy:hover{background:#000;color:#fff}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.btn-outline:hover{background:#fff;color:var(--thm-navy)}
.btn-lg{padding:16px 38px;font-size:16px}

/* ---- Header ------------------------------------------------------------ */
.topbar{background:var(--thm-navy-bg);color:#c9ccd8;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:44px;flex-wrap:wrap}
.topbar a{color:#c9ccd8}
.topbar a:hover{color:#fff}
.topbar__right{display:flex;gap:22px;align-items:center}
.topbar__item{display:inline-flex;align-items:center;gap:7px}
.topbar__item svg{width:15px;height:15px;color:var(--thm-primary);flex:0 0 auto}

.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 18px rgba(7,14,46,.07)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:20px}
.brand img{width:186px;height:auto}
.main-nav{display:flex;align-items:center;gap:6px}
.main-nav a{
  font-family:var(--thm-font);font-weight:500;color:var(--thm-navy);
  padding:10px 14px;border-radius:var(--thm-radius);font-size:15px;
}
.main-nav a:hover,.main-nav a.is-active{color:var(--thm-primary)}
.header-cta{display:flex;align-items:center;gap:18px}
.header-phone{display:inline-flex;align-items:center;gap:9px;font-family:var(--thm-font-2);font-weight:600;color:var(--thm-navy);white-space:nowrap}
.header-phone svg{width:34px;height:34px;color:var(--thm-primary)}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px;color:var(--thm-primary)}
.nav-toggle svg{width:30px;height:30px}

/* ---- Hero -------------------------------------------------------------- */
.hero{position:relative;min-height:560px;display:flex;align-items:center;color:#fff;text-align:center;background:#0a1230}
.hero__bg{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;z-index:0}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,14,46,.55),rgba(7,14,46,.7));z-index:1}
.hero .container{position:relative;z-index:2;width:100%}
.hero h1{color:#fff;font-size:52px;line-height:1.12;margin:0 0 18px}
.hero p{color:#e7e9f2;font-size:19px;max-width:680px;margin:0 auto 28px}
.hero__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* page-title banner (interior pages) */
.page-hero{position:relative;padding:120px 0 80px;color:#fff;text-align:center;background:var(--thm-navy-bg)}
.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,14,46,.55),rgba(9,16,51,.85));z-index:1}
.page-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{color:#fff;font-size:46px;margin:0 0 12px}
.breadcrumb{display:flex;gap:8px;justify-content:center;font-size:14px;color:#c9ccd8;list-style:none;padding:0;margin:0}
.breadcrumb a{color:#fff}
.breadcrumb li+li::before{content:"›";margin-right:8px;color:var(--thm-primary)}

/* ---- Grid helpers ------------------------------------------------------ */
.grid{display:grid;gap:30px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}

/* ---- Service cards ----------------------------------------------------- */
.svc-card{background:#fff;border:1px solid var(--thm-border);border-radius:8px;padding:34px 28px 30px;box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s}
.svc-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.svc-card h3{font-size:22px;margin:0 0 4px}
.svc-card__img{margin:18px 0 20px;aspect-ratio:11/10;overflow:hidden;
  clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background:var(--thm-gray-bg)}
.svc-card__img img{width:100%;height:100%;object-fit:cover}
.svc-card p{margin:0 0 18px}
.more-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--thm-font-2);font-weight:600;color:var(--thm-navy);font-size:14px;letter-spacing:.02em}
.more-link svg{width:16px;height:16px;color:var(--thm-primary);transition:transform .2s}
.more-link:hover{color:var(--thm-primary)}
.more-link:hover svg{transform:translateX(4px)}

/* ---- Stats ------------------------------------------------------------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}
.stat{background:#fff;border-radius:8px;padding:34px 20px;text-align:center;box-shadow:var(--shadow)}
.stat__num{font-family:var(--thm-font);font-size:48px;font-weight:600;color:var(--thm-navy);line-height:1}
.stat__num .plus{color:var(--thm-primary)}
.stat h3{font-size:18px;margin:12px 0 0;font-weight:600}

/* ---- Feature / about --------------------------------------------------- */
.feature{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.feature__media{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.feature__media img{border-radius:8px;box-shadow:var(--shadow);width:100%;object-fit:cover}
.check-list{list-style:none;padding:0;margin:18px 0 26px}
.check-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;color:var(--thm-navy);font-weight:500}
.check-list svg{flex:0 0 auto;width:22px;height:22px;color:var(--thm-primary);margin-top:2px}

/* ---- Steps ------------------------------------------------------------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:44px}
.step{text-align:center;color:#c9ccd8}
.step__badge{display:inline-block;font-family:var(--thm-font-2);font-weight:600;font-size:13px;letter-spacing:.1em;color:var(--thm-primary);margin-bottom:14px}
.step__icon{width:88px;height:88px;margin:0 auto 18px;border-radius:50%;background:rgba(254,71,19,.12);display:flex;align-items:center;justify-content:center}
.step__icon svg{width:38px;height:38px;color:var(--thm-primary)}
.step h3{color:#fff;font-size:20px;margin:0 0 8px}

/* ---- Testimonials ------------------------------------------------------ */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.testi{background:#fff;border:1px solid var(--thm-border);border-radius:8px;padding:30px 28px;box-shadow:var(--shadow)}
.testi__stars{color:#f5a623;letter-spacing:2px;margin-bottom:12px;font-size:16px}
.testi__text{color:var(--thm-body);margin:0 0 18px;font-style:italic}
.testi__who{display:flex;align-items:center;gap:12px}
.testi__avatar{width:46px;height:46px;border-radius:50%;background:var(--thm-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--thm-font-2);font-weight:600}
.testi__name{font-family:var(--thm-font-2);font-weight:600;color:var(--thm-navy);font-size:16px;line-height:1.2}
.testi__city{font-size:13px;color:var(--thm-body)}

/* ---- Content (article) pages ------------------------------------------ */
.prose{max-width:860px;margin:0 auto}
.prose h2{font-size:30px;margin:38px 0 14px}
.prose h3{font-size:22px;margin:28px 0 10px}
.prose ul{padding-left:1.2rem}
.prose li{margin-bottom:8px}
.prose .callout{background:var(--thm-gray-bg);border-left:4px solid var(--thm-primary);border-radius:var(--thm-radius);padding:20px 24px;margin:24px 0}
.data-table{width:100%;border-collapse:collapse;margin:22px 0;font-size:15px}
.data-table th,.data-table td{border:1px solid var(--thm-border);padding:12px 14px;text-align:left}
.data-table thead th{background:var(--thm-navy-bg);color:#fff;font-family:var(--thm-font-2);font-weight:600}
.data-table tbody tr:nth-child(even){background:var(--thm-gray-bg)}

/* ---- FAQ (AEO) --------------------------------------------------------- */
.faq{max-width:860px;margin:0 auto}
.faq__item{border:1px solid var(--thm-border);border-radius:8px;margin-bottom:14px;overflow:hidden;background:#fff}
.faq__q{width:100%;text-align:left;background:none;border:0;cursor:pointer;padding:20px 24px;
  font-family:var(--thm-font-2);font-weight:600;color:var(--thm-navy);font-size:18px;
  display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq__q .ico{flex:0 0 auto;width:22px;height:22px;color:var(--thm-primary);transition:transform .25s}
.faq__item.open .faq__q .ico{transform:rotate(45deg)}
.faq__a{padding:0 24px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
.faq__item.open .faq__a{padding:0 24px 22px;max-height:600px}

/* ---- Gallery ----------------------------------------------------------- */
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery img{border-radius:8px;width:100%;aspect-ratio:4/3;object-fit:cover;box-shadow:var(--shadow)}

/* ---- Coverage / cities ------------------------------------------------- */
.chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:8px}
.chip{background:#fff;border:1px solid var(--thm-border);border-radius:999px;padding:9px 20px;font-weight:500;color:var(--thm-navy)}
.chip:hover{border-color:var(--thm-primary);color:var(--thm-primary)}

/* ---- Resumen (answer-first / AEO) -------------------------------------- */
.resumen{background:var(--thm-gray-bg);border:1px solid var(--thm-border);border-left:4px solid var(--thm-cta);border-radius:8px;padding:20px 24px;margin:0 0 28px}
.resumen__h{display:flex;align-items:center;gap:8px;font-family:var(--thm-font-2);font-weight:700;color:var(--thm-navy);text-transform:uppercase;font-size:13px;letter-spacing:.06em;margin-bottom:8px}
.resumen__h svg{width:18px;height:18px;color:var(--thm-cta);flex:0 0 auto}
.resumen__a{font-size:17px;color:var(--thm-navy);margin:0 0 10px;font-weight:500;line-height:1.5}
.resumen__p{margin:0;padding-left:1.15rem}
.resumen__p li{margin-bottom:5px;font-size:15px}
.resumen__p li:last-child{margin-bottom:0}

/* ---- Team (sobre nosotros) --------------------------------------------- */
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:20px 0 8px}
.team-card{background:var(--thm-gray-bg);border:1px solid var(--thm-border);border-radius:10px;padding:24px}
.team-card__av{width:56px;height:56px;border-radius:50%;background:var(--thm-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--thm-font-2);font-weight:700;font-size:18px;margin-bottom:14px}
.team-card__name{font-family:var(--thm-font-2);font-weight:600;color:var(--thm-navy);font-size:17px}
.team-card__role{color:var(--thm-primary);font-weight:600;font-size:13px;margin:2px 0 8px}
.team-card p{font-size:14px;margin:0}
@media(max-width:768px){.team{grid-template-columns:1fr}}

/* ---- Blog author / meta ------------------------------------------------ */
.post-meta{font-size:14px;color:var(--thm-body);margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid var(--thm-border)}
.post-meta a{font-weight:600}
.author-box{display:flex;gap:16px;align-items:flex-start;background:var(--thm-gray-bg);border:1px solid var(--thm-border);border-radius:10px;padding:22px 24px;margin:30px 0 0}
.author-box__av{flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:var(--thm-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--thm-font-2);font-weight:700}
.author-box__name{font-family:var(--thm-font-2);font-weight:600;font-size:17px;color:var(--thm-navy)}
.author-box__role{font-size:13px;color:var(--thm-primary);font-weight:600;margin-top:2px}
.author-box p{font-size:15px}

/* ---- Trust strip ------------------------------------------------------- */
.trust-strip{background:var(--thm-gray-bg);border-top:1px solid var(--thm-border);border-bottom:1px solid var(--thm-border);padding:22px 0}
.trust-strip ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:14px 34px}
.trust-strip li{display:inline-flex;align-items:center;gap:9px;font-family:var(--thm-font-2);font-weight:600;color:var(--thm-navy);font-size:15px}
.trust-strip svg{width:20px;height:20px;color:var(--thm-primary);flex:0 0 auto}

/* ---- CTA banner -------------------------------------------------------- */
.cta-band{background:var(--thm-cta);color:#fff;text-align:center;padding:64px 0}
.cta-band h2{color:#fff;font-size:34px;margin:0 0 10px}
.cta-band p{color:#ffe4da;margin:0 0 24px;font-size:18px}

/* ---- Contact ----------------------------------------------------------- */
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:44px;align-items:start}
.info-card{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--thm-border);border-radius:8px;padding:24px;margin-bottom:18px;box-shadow:var(--shadow)}
.info-card__ico{flex:0 0 auto;width:54px;height:54px;border-radius:50%;background:rgba(254,71,19,.12);display:flex;align-items:center;justify-content:center}
.info-card__ico svg{width:24px;height:24px;color:var(--thm-primary)}
.info-card h3{font-size:17px;margin:0 0 4px}
.info-card p{margin:0}
.form{background:#fff;border:1px solid var(--thm-border);border-radius:10px;padding:34px;box-shadow:var(--shadow)}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{margin-bottom:16px}
.field label{display:block;font-weight:500;color:var(--thm-navy);margin-bottom:6px;font-size:14px}
.field input,.field textarea,.field select{
  width:100%;border:1px solid var(--thm-border);border-radius:var(--thm-radius);
  padding:12px 14px;font-family:var(--thm-font);font-size:15px;color:var(--thm-navy);background:#fdfdfe}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--thm-primary);background:#fff}
.map-embed{border:0;width:100%;height:340px;border-radius:10px;box-shadow:var(--shadow)}

/* ---- Footer ------------------------------------------------------------ */
.site-footer{background:var(--thm-navy-bg);color:#a0a3b1;padding:70px 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}
.site-footer h3{color:#fff;font-size:18px;margin:0 0 18px}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:10px}
.site-footer a{color:#a0a3b1}
.site-footer a:hover{color:var(--thm-primary)}
.footer-brand img{width:200px;margin-bottom:18px}
.footer-logo{display:inline-flex;flex-direction:column;gap:5px;margin-bottom:20px;text-decoration:none;line-height:1}
.footer-logo .fl-word{font-family:var(--thm-font-2);font-weight:700;font-size:28px;letter-spacing:.01em}
.footer-logo .fl-word b{color:#fff;font-weight:800}
.footer-logo .fl-word i{color:var(--thm-primary);font-style:normal;font-weight:800}
.footer-logo .fl-sub{display:flex;align-items:center;gap:10px;font-family:var(--thm-font-2);font-weight:500;font-size:13px;letter-spacing:.42em;color:#a0a3b1;text-transform:uppercase}
.footer-logo .fl-sub::before,.footer-logo .fl-sub::after{content:"";height:1px;width:26px;background:rgba(255,255,255,.35)}
.footer-contact-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px}
.footer-contact-item svg{width:18px;height:18px;color:var(--thm-primary);flex:0 0 auto;margin-top:4px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding:22px 0;text-align:center;font-size:14px;color:#a0a3b1}
.footer-bottom a{color:#c9ccd8;text-decoration:underline}

/* ---- WhatsApp float ---------------------------------------------------- */
.wa-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;background:var(--thm-wa);
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,.28);z-index:9999;transition:transform .2s}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:32px;height:32px;fill:#fff}
.wa-float::after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid var(--thm-wa);opacity:.6;animation:wa-pulse 2s infinite}
@keyframes wa-pulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.4);opacity:0}100%{opacity:0}}

/* ---- Mobile nav drawer ------------------------------------------------- */
.nav-backdrop{position:fixed;inset:0;background:rgba(7,14,46,.5);opacity:0;visibility:hidden;transition:.25s;z-index:1099}
.nav-backdrop.show{opacity:1;visibility:visible}
.nav-phone{display:none}

/* ---- Mobile fixed call bar --------------------------------------------- */
.mobile-callbar{display:none}
@media(max-width:768px){
  .mobile-callbar{
    display:flex;position:fixed;left:0;right:0;bottom:0;z-index:1090;
    box-shadow:0 -4px 16px rgba(7,14,46,.16)
  }
  .mcb{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
    padding:9px 4px 8px;color:#fff;font-family:var(--thm-font);font-weight:600;font-size:12px;text-align:center;line-height:1}
  .mcb svg{width:20px;height:20px}
  .mcb-call{background:var(--thm-navy)}
  .mcb-wa{background:var(--thm-wa)}
  .mcb-wa svg{fill:#fff}
  .mcb-pres{background:var(--thm-cta)}
  .wa-float{display:none}          /* barra inferior ya incluye WhatsApp */
  body{padding-bottom:60px}        /* espacio para la barra fija */
}

/* ---- Responsive -------------------------------------------------------- */
@media(max-width:991px){
  .grid-3,.grid-4,.stats,.steps,.testi-grid,.gallery,.grid-2{grid-template-columns:repeat(2,1fr)}
  .feature{grid-template-columns:1fr;gap:30px}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .section-title,.cta-band h2{font-size:34px}
  .hero h1{font-size:40px}
  .main-nav,.header-phone{display:none}
  .nav-toggle{display:inline-flex}
  .main-nav{display:flex;position:fixed;top:0;right:-320px;width:300px;height:100vh;background:#fff;
    flex-direction:column;align-items:stretch;padding:80px 22px 22px;gap:4px;
    box-shadow:-10px 0 40px rgba(0,0,0,.15);transition:right .3s;z-index:1100;overflow-y:auto}
  .main-nav.open{right:0}
  .main-nav a{padding:14px 12px;border-bottom:1px solid var(--thm-border)}
  .main-nav .btn{margin-top:14px;justify-content:center}
  .nav-phone{display:flex;align-items:center;gap:10px;margin-top:18px;padding:14px 16px;
    background:var(--thm-gray-bg);border-radius:var(--thm-radius);border-bottom:0;
    font-family:var(--thm-font-2);font-weight:700;font-size:18px;color:var(--thm-navy)}
  .nav-phone svg{width:24px;height:24px;color:var(--thm-primary)}
}
@media(max-width:768px){
  .topbar__left,.tb-hide{display:none}
  .topbar__right{width:100%;justify-content:center}
}
@media(max-width:575px){
  .section{padding:60px 0}
  .grid-3,.grid-4,.stats,.steps,.testi-grid,.gallery,.grid-2,.footer-grid,.form .row{grid-template-columns:1fr}
  .section-title{font-size:28px}
  .hero h1{font-size:32px}
  .hero{min-height:480px}
}
