/*
Theme Name: Lakpesdam NU Bangil
Theme URI: https://www.lakpesdam.or.id/
Author: Lakpesdam NU Bangil
Description: Tema modern islami untuk website Lakpesdam NU Bangil.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lakpesdamnubangil
*/

:root{
  --lp-bg:#f7fbf8;
  --lp-surface:#ffffff;
  --lp-card:#ffffff;
  --lp-text:#0b1f14;
  --lp-muted:rgba(11,31,20,.72);
  --lp-border:rgba(11,31,20,.12);
  --lp-emerald:#0f9d58;
  --lp-emerald-2:#0b7a46;
  --lp-emerald-dark:#0a4b2d;
  --lp-emerald-dark-2:#073621;
  --lp-cyan:#0f9d58;
  --lp-indigo:#0f9d58;
  --lp-gold:#0f9d58;
  --lp-ivory:#0f9d58;
  --lp-shadow:0 18px 50px rgba(11,31,20,.12);
  --lp-radius:18px;
  --lp-radius-sm:12px;
  --lp-container:1160px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Arial,sans-serif;
  color:var(--lp-text);
  background:radial-gradient(1200px 600px at 15% 10%, rgba(15,157,88,.18), transparent 62%),
             radial-gradient(900px 540px at 90% 0%, rgba(15,157,88,.12), transparent 62%),
             radial-gradient(900px 600px at 45% 115%, rgba(15,157,88,.08), transparent 62%),
             var(--lp-bg);
  line-height:1.6;
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.95}
img{max-width:100%;height:auto;display:block}

.lp-container{
  max-width:var(--lp-container);
  margin:0 auto;
  padding:0 20px;
}

.lp-skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.lp-skip-link:focus{
  position:fixed;
  left:20px;
  top:20px;
  width:auto;
  height:auto;
  padding:10px 14px;
  background:rgba(255,255,255,.95);
  border:1px solid var(--lp-border);
  border-radius:12px;
  z-index:9999;
}

.lp-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(10,75,45,.96);
  backdrop-filter:saturate(150%) blur(14px);
  border-bottom:1px solid rgba(255,255,255,.14);
}
.lp-header a{color:rgba(255,255,255,.94)}
.lp-header .lp-brand__tagline{color:rgba(255,255,255,.70)}
.lp-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}
.lp-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.lp-brand__logo{
  width:42px;
  height:42px;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(15,157,88,.18), rgba(15,157,88,.08));
  border:1px solid rgba(11,31,20,.12);
  overflow:hidden;
  flex:0 0 auto;
}
.lp-brand__logo img{width:100%;height:100%;object-fit:contain;padding:6px}
.lp-brand__text{min-width:0}
.lp-brand__name{
  font-weight:800;
  letter-spacing:.2px;
  line-height:1.15;
  font-size:15px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.lp-brand__tagline{
  font-size:12px;
  color:var(--lp-muted);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.lp-nav{
  display:flex;
  align-items:center;
  gap:12px;
}
.lp-menu-toggle{
  display:none;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.92);
  font-weight:700;
  cursor:pointer;
}
.lp-menu-toggle svg{width:18px;height:18px}

.lp-menu{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:18px}
.lp-menu li{position:relative}
.lp-menu a{
  display:inline-flex;
  align-items:center;
  padding:10px 10px;
  border-radius:999px;
  color:rgba(255,255,255,.92);
  font-weight:650;
  font-size:13px;
}
.lp-menu a:hover{background:rgba(255,255,255,.14)}
.lp-menu .sub-menu{
  position:absolute;
  left:0;
  top:calc(100% + 10px);
  min-width:220px;
  margin:0;
  padding:10px;
  list-style:none;
  border-radius:16px;
  background:rgba(10,75,45,.98);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 46px rgba(0,0,0,.28);
  display:none;
  z-index:50;
}
.lp-menu .sub-menu a{
  display:flex;
  width:100%;
  padding:10px 10px;
  border-radius:12px;
  color:rgba(255,255,255,.92);
  font-weight:650;
}
.lp-menu .menu-item-has-children:hover > .sub-menu,
.lp-menu .menu-item-has-children:focus-within > .sub-menu{display:block}

.lp-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--lp-emerald), var(--lp-emerald-2));
  border:1px solid rgba(15,157,88,.22);
  color:#ffffff;
  font-weight:900;
  letter-spacing:.2px;
  box-shadow:0 14px 30px rgba(15,157,88,.18);
}
.lp-cta__icon{display:inline-flex;align-items:center;justify-content:center}
.lp-cta__icon svg{width:18px;height:18px}
.lp-cta--ghost{
  background:transparent;
  color:var(--lp-text);
  border:1px solid rgba(15,157,88,.30);
  box-shadow:none;
}
.lp-header .lp-cta--ghost{
  color:rgba(255,255,255,.92);
  border-color:rgba(255,255,255,.28);
}
.lp-header .lp-cta--ghost:hover{background:rgba(255,255,255,.12)}
.lp-header__contact{
  padding:10px 14px;
  background:linear-gradient(180deg, rgba(245,196,0,.98), rgba(245,196,0,.86));
  border:1px solid rgba(245,196,0,.75);
  color:rgba(10,75,45,.98);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}
.lp-header__contact:hover{filter:brightness(1.02)}
.lp-header__contact .lp-cta__icon svg{width:18px;height:18px}

.lp-hero{
  padding:56px 0 26px;
  position:relative;
  overflow:hidden;
  --lp-hero-bg:none;
  color:#ffffff;
}
.lp-hero:before{
  content:"";
  position:absolute;
  inset:-2%;
  background-image:var(--lp-hero-bg);
  background-size:cover;
  background-position:center;
  filter:saturate(1.2) contrast(1.12) brightness(1.06);
  opacity:.52;
  transform:scale(1.02);
  pointer-events:none;
  z-index:0;
}
.lp-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(980px 640px at 18% 20%, rgba(15,157,88,.40), transparent 62%),
    radial-gradient(980px 640px at 78% 56%, rgba(15,157,88,.26), transparent 66%),
    linear-gradient(180deg, rgba(10,75,45,.52), rgba(10,75,45,.38) 45%, rgba(247,251,248,.92));
  pointer-events:none;
  z-index:0;
}
.lp-hero .lp-container{position:relative;z-index:1}
.lp-hero__grid{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:26px;
  align-items:center;
}
.lp-hero__side{
  display:grid;
  gap:14px;
}
.lp-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
  font-size:12px;
  font-weight:750;
}
.lp-hero__badge i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--lp-gold);
  box-shadow:0 0 0 6px rgba(15,157,88,.12);
}
.lp-hero h1{
  margin:14px 0 10px;
  font-size:44px;
  line-height:1.1;
  letter-spacing:-.4px;
}
.lp-hero p{
  margin:0 0 18px;
  color:rgba(255,255,255,.84);
  font-size:16px;
  max-width:62ch;
}
.lp-hero__actions{display:flex;gap:12px;flex-wrap:wrap}

.lp-hero__card{
  border-radius:var(--lp-radius);
  background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.74));
  border:1px solid rgba(11,31,20,.12);
  box-shadow:var(--lp-shadow);
  padding:18px;
  position:relative;
  overflow:hidden;
  color:rgba(11,31,20,.92);
}
.lp-hero__card:before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 30% 35%, rgba(15,157,88,.16), transparent 54%),
    radial-gradient(circle at 70% 60%, rgba(15,157,88,.10), transparent 56%);
  transform:rotate(18deg);
  opacity:.95;
}
.lp-hero__card > *{position:relative}
.lp-hero__card h3{
  margin:0 0 6px;
  font-size:14px;
  color:rgba(11,31,20,.88);
  font-weight:850;
  letter-spacing:.3px;
  text-transform:uppercase;
}
.lp-hero__card p{
  margin:0 0 14px;
  color:rgba(11,31,20,.72);
  font-size:13px;
}
.lp-hero__card ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.lp-hero__card li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:13px;
  color:rgba(11,31,20,.90);
}
.lp-hero__card li span{
  width:26px;
  height:26px;
  border-radius:10px;
  background:rgba(15,157,88,.12);
  border:1px solid rgba(15,157,88,.20);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.lp-icon{color:rgba(15,157,88,.95)}
.lp-icon svg{width:16px;height:16px}

.lp-section{padding:34px 0}
.lp-section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.lp-section__title{
  margin:0;
  font-size:22px;
  letter-spacing:-.2px;
}
.lp-section__desc{
  margin:6px 0 0;
  color:var(--lp-muted);
  font-size:14px;
  max-width:72ch;
}

.lp-reach__grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:16px;
  align-items:center;
}
.lp-reach__card{padding:18px}
.lp-reach__title{
  margin:10px 0 8px;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.2px;
}
.lp-reach__desc{
  margin:0;
  color:var(--lp-muted);
  font-size:14px;
  max-width:70ch;
}
.lp-reach__stats{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.lp-reach__stat{
  border-radius:16px;
  border:1px solid rgba(15,157,88,.18);
  background:rgba(15,157,88,.06);
  padding:12px;
}
.lp-reach__num{
  font-weight:950;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.2px;
  color:rgba(11,31,20,.92);
}
.lp-reach__label{
  margin-top:4px;
  font-size:12px;
  font-weight:800;
  color:rgba(11,31,20,.70);
  text-transform:uppercase;
  letter-spacing:.3px;
}
.lp-reach__map{
  border-radius:var(--lp-radius);
  border:1px solid rgba(15,157,88,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(15,157,88,.05));
  box-shadow:0 16px 44px rgba(11,31,20,.08);
  padding:16px;
  overflow:hidden;
}
.lp-reach__map svg,.lp-reach__map img{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 22px rgba(11,31,20,.10))}
.lp-reach__map-stage{position:relative}
.lp-map-pins{position:absolute;inset:0}
.lp-pin{
  position:absolute;
  transform:translate(-50%,-50%);
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--lp-pin-color, rgba(15,157,88,.96));
  box-shadow:0 0 0 2px rgba(255,255,255,.92), 0 12px 22px rgba(11,31,20,.18);
  opacity:.98;
}
.lp-map__land{
  fill:rgba(15,157,88,.24);
  stroke:rgba(10,75,45,.50);
  stroke-width:2;
  stroke-linejoin:round;
  stroke-linecap:round;
}

.lp-metrics{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.lp-metric{
  border-radius:var(--lp-radius);
  background:rgba(255,255,255,.92);
  border:1px solid rgba(15,157,88,.22);
  padding:14px;
  box-shadow:0 12px 34px rgba(11,31,20,.10);
  position:relative;
  overflow:hidden;
}
.lp-metric:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:linear-gradient(90deg, rgba(15,157,88,.98), rgba(15,157,88,.45));
}
.lp-metric__num{
  font-weight:950;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.2px;
  color:rgba(10,75,45,.98);
}
.lp-metric__label{
  margin-top:4px;
  font-size:13px;
  color:var(--lp-muted);
}

.lp-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.lp-card{
  border-radius:var(--lp-radius);
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.80));
  border:1px solid rgba(11,31,20,.12);
  box-shadow:0 16px 44px rgba(11,31,20,.10);
  padding:16px;
  overflow:hidden;
}
.lp-card__kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,157,88,.10);
  border:1px solid rgba(15,157,88,.20);
  color:rgba(11,31,20,.92);
  font-weight:800;
  font-size:11px;
  letter-spacing:.4px;
  text-transform:uppercase;
}
.lp-card__title{margin:10px 0 6px;font-size:16px;line-height:1.25}
.lp-card__text{margin:0;color:var(--lp-muted);font-size:13px}
.lp-card__meta{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}
.lp-pill{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(15,157,88,.20);
  background:rgba(15,157,88,.08);
  color:rgba(11,31,20,.90);
  font-weight:750;
  font-size:12px;
}

.lp-post{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.lp-post__thumb{
  width:100%;
  aspect-ratio:16/9;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(11,31,20,.12);
  background:rgba(255,255,255,.70);
}
.lp-post__thumb img{width:100%;height:100%;object-fit:cover}
.lp-post__title{margin:0;font-size:16px;line-height:1.25}
.lp-post__meta{font-size:12px;color:rgba(11,31,20,.62)}

.lp-partners{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}
.lp-partner{
  border-radius:16px;
  border:1px solid rgba(11,31,20,.12);
  background:rgba(255,255,255,.78);
  padding:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:72px;
}
.lp-partner img{max-height:40px;width:auto;filter:grayscale(0%);opacity:.98}

.lp-marquee{
  border-radius:var(--lp-radius);
  border:1px solid rgba(11,31,20,.12);
  background:rgba(255,255,255,.78);
  box-shadow:0 16px 44px rgba(11,31,20,.10);
  overflow:hidden;
  position:relative;
  padding:14px;
}
.lp-marquee:before,
.lp-marquee:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:72px;
  pointer-events:none;
  z-index:2;
}
.lp-marquee:before{
  left:0;
  background:linear-gradient(90deg, rgba(247,251,248,.95), rgba(247,251,248,0));
}
.lp-marquee:after{
  right:0;
  background:linear-gradient(270deg, rgba(247,251,248,.95), rgba(247,251,248,0));
}
.lp-marquee__track{
  display:flex;
  align-items:center;
  gap:0;
  width:max-content;
  animation:lp-marquee-scroll 26s linear infinite;
  will-change:transform;
}
.lp-marquee__group{
  display:flex;
  gap:12px;
  padding:0;
}
.lp-marquee:hover .lp-marquee__track{animation-play-state:paused}
.lp-partner--marquee{
  min-height:74px;
  padding:14px 18px;
}
.lp-partner--marquee img{max-height:42px}

@keyframes lp-marquee-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.lp-footer{
  margin-top:34px;
  border-top:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(10,75,45,1), rgba(7,54,33,1));
  padding:28px 0;
  color:rgba(255,255,255,.86);
}
.lp-footer h4{color:#ffffff}
.lp-footer p{color:rgba(255,255,255,.72)}
.lp-footer__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:22px;
  align-items:start;
}
.lp-footer h4{margin:0 0 10px;font-size:14px;text-transform:uppercase;letter-spacing:.35px}
.lp-footer p{margin:0;font-size:13px}
.lp-footer__brandTitle{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.lp-footer__logo{
  width:36px;
  height:36px;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex:0 0 auto;
}
.lp-footer__logo img{width:100%;height:100%;object-fit:contain;padding:6px}
.lp-footer__name{margin:0;font-size:16px;text-transform:none;letter-spacing:0;font-weight:950;line-height:1.15}
.lp-social{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
.lp-social__link{
  width:40px;
  height:40px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,.92);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.lp-social__link svg{width:20px;height:20px}
.lp-social__link:hover{transform:translateY(-1px);filter:brightness(1.02)}
.lp-social__link--ig{background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(245,196,0,.18))}
.lp-social__link--fb{background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.06))}
.lp-social__link--tt{background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(15,157,88,.16))}
.lp-footer__nav{margin:0;padding:0;list-style:none;display:grid;gap:8px}
.lp-footer__nav a{color:rgba(255,255,255,.90);text-decoration:none}
.lp-footer__nav a:hover{text-decoration:underline;text-decoration-color:rgba(255,255,255,.55)}
.lp-footer__list{margin:0;padding:0;list-style:none;display:grid;gap:8px}
.lp-footer__list a{color:rgba(255,255,255,.90)}
.lp-footer__bottom{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  color:rgba(255,255,255,.62);
  font-size:12px;
}

.lp-content{
  padding:28px 0;
}
.lp-article{
  border-radius:var(--lp-radius);
  background:rgba(255,255,255,.82);
  border:1px solid rgba(11,31,20,.12);
  padding:18px;
  box-shadow:0 16px 44px rgba(11,31,20,.10);
}
.lp-article h1,.lp-article h2,.lp-article h3{line-height:1.25}
.lp-article a{color:var(--lp-emerald);text-decoration:underline;text-decoration-color:rgba(15,157,88,.45)}
.lp-article a:hover{text-decoration-color:rgba(15,157,88,.75)}
.lp-article ul,.lp-article ol{padding-left:18px}
.lp-article hr{border:0;border-top:1px solid rgba(11,31,20,.12);margin:18px 0}
.lp-article blockquote{
  margin:16px 0;
  padding:12px 14px;
  border-left:3px solid rgba(15,157,88,.55);
  background:rgba(15,157,88,.08);
  border-radius:14px;
  color:rgba(11,31,20,.88);
}

.lp-pagination{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.lp-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(11,31,20,.12);
  background:rgba(255,255,255,.78);
  color:rgba(11,31,20,.90);
  font-weight:800;
  font-size:13px;
}
.lp-pagination .page-numbers.current{
  background:rgba(15,157,88,.12);
  border-color:rgba(15,157,88,.22);
}

@media (max-width: 980px){
  .lp-hero__grid{grid-template-columns:1fr}
  .lp-reach__grid{grid-template-columns:1fr}
  .lp-partners{grid-template-columns:repeat(3,1fr)}
  .lp-partners{grid-template-columns:repeat(3,1fr)}
  .lp-partners{grid-template-columns:repeat(3,1fr)}
  .lp-partners{grid-template-columns:repeat(3,1fr)}
  .lp-grid{grid-template-columns:repeat(2,1fr)}
  .lp-metrics{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 720px){
  .lp-menu-toggle{display:inline-flex}
  .lp-menu{
    position:fixed;
    inset:74px 14px auto 14px;
    background:rgba(10,75,45,.96);
    border:1px solid rgba(255,255,255,.16);
    border-radius:18px;
    padding:10px;
    box-shadow:var(--lp-shadow);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }
  .lp-menu.is-open{display:flex}
  .lp-menu a{width:100%;justify-content:flex-start}
  .lp-menu .sub-menu{
    position:static;
    top:auto;
    left:auto;
    min-width:0;
    margin:4px 0 2px;
    padding:0 0 0 12px;
    background:transparent;
    border:0;
    box-shadow:none;
    display:block;
  }
  .lp-menu .sub-menu a{padding:9px 10px}
  .lp-menu__contact{margin-top:6px}
  .lp-menu__contact .lp-header__contact{
    width:100%;
    justify-content:flex-start;
  }
  .lp-grid{grid-template-columns:1fr}
  .lp-carousel{
    display:flex;
    overflow-x:auto;
    gap:14px;
    padding:2px 6px 10px;
    margin:0 -6px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .lp-carousel::-webkit-scrollbar{display:none}
  .lp-carousel > *{
    flex:0 0 86%;
    max-width:86%;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .lp-metrics{grid-template-columns:1fr}
  .lp-footer__grid{grid-template-columns:1fr}
  .lp-hero h1{font-size:36px}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .lp-marquee__track{animation:none}
}

