/* ===== 돌봄배움 인포허브 — 공통 디자인 시스템 (home + single + page) ===== */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

:root{
  --brand:#12674f; --brand-dark:#0c4a39; --brand-600:#15795d;
  --brand-soft:#e8f2ee; --brand-soft2:#f4f9f6; --brand-ring:rgba(18,103,79,.28);
  --accent:#b0743a; --accent-soft:#f6efe6;
  --ink:#182420; --body:#33403a; --muted:#63736c; --line:#e3eae6; --line-2:#eef3f0;
  --bg:#ffffff; --bg-soft:#f6f9f7;
  --r-xs:8px; --r-sm:12px; --r:16px; --r-lg:22px; --r-xl:28px;
  --sh-sm:0 1px 2px rgba(14,40,30,.05),0 1px 3px rgba(14,40,30,.05);
  --sh:0 6px 20px rgba(14,40,30,.07);
  --sh-lg:0 20px 50px rgba(14,40,30,.13);
  --maxw:1120px; --content:760px;
  --fs:'Pretendard','Pretendard Variable',-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Malgun Gothic',system-ui,sans-serif;
  --serif:'Noto Serif KR',serif;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--fs);color:var(--body);background:var(--bg);
  font-size:17px;line-height:1.75;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{color:var(--brand);text-decoration:none;transition:color .18s ease}
a:hover{color:var(--brand-dark)}
h1,h2,h3,h4{color:var(--ink);line-height:1.32;letter-spacing:-.02em;font-weight:700}
:focus-visible{outline:3px solid var(--brand-ring);outline-offset:2px;border-radius:6px}
.ih-wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}

/* ---------- Header / Nav ---------- */
.ih-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.88);
  backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}
.ih-header-in{display:flex;align-items:center;gap:20px;height:70px}
.ih-brand{display:flex;align-items:center;gap:11px;flex-shrink:0}
.ih-brand-sym{width:38px;height:38px;border-radius:11px;flex:0 0 38px;
  background:linear-gradient(140deg,var(--brand),var(--brand-600));position:relative;box-shadow:var(--sh-sm)}
.ih-brand-sym::before{content:"";position:absolute;inset:0;border-radius:11px;
  background:
   radial-gradient(circle at 50% 34%, #fff 0 4.2px, transparent 5px),
   radial-gradient(circle at 34% 66%, rgba(255,255,255,.92) 0 3.1px, transparent 3.7px),
   radial-gradient(circle at 66% 66%, rgba(255,255,255,.92) 0 3.1px, transparent 3.7px)}
.ih-brand-sym::after{content:"";position:absolute;left:50%;top:34%;width:20px;height:16px;
  transform:translate(-50%,2px);border:2.2px solid rgba(255,255,255,.9);border-top:none;
  border-radius:0 0 12px 12px}
.ih-brand-txt{display:flex;flex-direction:column;line-height:1.15}
.ih-brand-name{font-weight:800;font-size:18px;color:var(--ink);letter-spacing:-.03em}
.ih-brand-tag{font-size:11.5px;color:var(--muted);letter-spacing:-.01em}
.ih-nav{margin-left:auto;display:flex;align-items:center;gap:4px}
.ih-nav a{padding:9px 14px;border-radius:10px;color:var(--body);font-weight:600;font-size:15px}
.ih-nav a:hover{background:var(--brand-soft);color:var(--brand-dark)}
.ih-nav a.cta{background:var(--brand);color:#fff;margin-left:6px}
.ih-nav a.cta:hover{background:var(--brand-dark);color:#fff}
.ih-burger{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);
  background:#fff;border-radius:11px;cursor:pointer;position:relative}
.ih-burger span,.ih-burger span::before,.ih-burger span::after{content:"";position:absolute;left:11px;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:.2s}
.ih-burger span{top:21px}.ih-burger span::before{top:-7px}.ih-burger span::after{top:7px}

/* ---------- Buttons ---------- */
.ih-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:12px;
  font-weight:700;font-size:15.5px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;border:1px solid transparent}
.ih-btn-primary{background:var(--brand);color:#fff;box-shadow:0 8px 22px rgba(18,103,79,.22)}
.ih-btn-primary:hover{background:var(--brand-dark);color:#fff;transform:translateY(-2px);box-shadow:0 12px 28px rgba(18,103,79,.28)}
.ih-btn-ghost{background:#fff;color:var(--brand-dark);border-color:var(--line)}
.ih-btn-ghost:hover{border-color:var(--brand);background:var(--brand-soft2);transform:translateY(-2px)}

/* ---------- Hero (home) ---------- */
.ih-hero{position:relative;overflow:hidden;background:linear-gradient(160deg,#f4f9f6 0%,#e8f2ee 60%,#e3efe9 100%)}
.ih-hero::after{content:"";position:absolute;right:-140px;top:-120px;width:460px;height:460px;border-radius:50%;
  background:radial-gradient(circle,rgba(18,103,79,.10),transparent 70%);pointer-events:none}
.ih-hero-in{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:80px 0 88px}
.ih-eyebrow{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:13.5px;letter-spacing:.02em;
  color:var(--brand-dark);background:#fff;border:1px solid var(--line);padding:7px 15px;border-radius:100px;box-shadow:var(--sh-sm)}
.ih-eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand)}
.ih-hero h1{font-size:clamp(30px,4.6vw,50px);line-height:1.22;margin:22px 0 0;letter-spacing:-.035em;color:var(--ink)}
.ih-hero h1 .em{color:var(--brand);font-family:var(--serif);font-weight:700}
.ih-hero-kw{font-family:var(--serif);color:var(--brand-dark);font-weight:700}
.ih-hero-sub{font-size:clamp(19px,2.5vw,27px);font-weight:700;color:var(--ink);margin:16px 0 0;letter-spacing:-.025em;line-height:1.4}
.ih-hero p.lead{font-size:18.5px;color:var(--body);margin:18px 0 0;max-width:520px}
.ih-hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.ih-hero-stats{display:flex;gap:30px;margin-top:36px;padding-top:26px;border-top:1px solid rgba(18,103,79,.14)}
.ih-hero-stats b{display:block;font-size:24px;color:var(--brand-dark);font-weight:800;letter-spacing:-.02em}
.ih-hero-stats span{font-size:13.5px;color:var(--muted)}
.ih-hero-media{position:relative}
.ih-hero-media img{border-radius:var(--r-lg);box-shadow:var(--sh-lg);aspect-ratio:4/3;object-fit:cover;width:100%}
.ih-hero-badge{position:absolute;left:-18px;bottom:26px;background:#fff;border-radius:16px;box-shadow:var(--sh);
  padding:14px 18px;display:flex;align-items:center;gap:12px;border:1px solid var(--line-2)}
.ih-hero-badge .dot{width:38px;height:38px;border-radius:11px;background:var(--brand-soft);flex:0 0 38px;position:relative}
.ih-hero-badge .dot::after{content:"";position:absolute;inset:11px;border:2.4px solid var(--brand);border-radius:3px;border-top-color:transparent;transform:rotate(45deg)}
.ih-hero-badge b{display:block;color:var(--ink);font-size:14.5px}
.ih-hero-badge span{font-size:12.5px;color:var(--muted)}

/* ---------- Section shells ---------- */
.ih-section{padding:78px 0}
.ih-section.alt{background:var(--bg-soft)}
.ih-sec-head{max-width:660px;margin:0 auto 44px;text-align:center}
.ih-sec-head .k{font-weight:700;font-size:13.5px;letter-spacing:.06em;color:var(--brand);text-transform:uppercase}
.ih-sec-head h2{font-size:clamp(24px,3.2vw,34px);margin:12px 0 0;letter-spacing:-.03em}
.ih-sec-head p{color:var(--muted);margin:14px 0 0;font-size:16.5px}

/* ---------- Topic grid (home) ---------- */
.ih-topics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ih-topic{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px 22px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:block}
.ih-topic:hover{transform:translateY(-4px);box-shadow:var(--sh);border-color:transparent}
.ih-topic .ic{width:46px;height:46px;border-radius:13px;background:var(--brand-soft);position:relative;margin-bottom:16px}
.ih-topic .ic::after{content:"";position:absolute;inset:13px;border:2.4px solid var(--brand);border-radius:4px}
.ih-topic.a2 .ic{background:var(--accent-soft)}.ih-topic.a2 .ic::after{border-color:var(--accent);border-radius:50%}
.ih-topic.a3 .ic::after{border-radius:50% 50% 50% 4px}
.ih-topic.a4 .ic::after{border-radius:4px;transform:rotate(45deg);inset:14px}
.ih-topic h3{font-size:17.5px;margin:0 0 7px}
.ih-topic p{font-size:14px;color:var(--muted);margin:0;line-height:1.6}

/* ---------- Carousel (home) ---------- */
.ih-carousel{position:relative}
.ih-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,1fr);gap:20px;overflow-x:auto;
  scroll-snap-type:x mandatory;padding:6px 2px 18px;scrollbar-width:thin}
.ih-track::-webkit-scrollbar{height:8px}.ih-track::-webkit-scrollbar-thumb{background:var(--line);border-radius:8px}
.ih-slide{scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-sm);display:flex;flex-direction:column}
.ih-slide img{aspect-ratio:16/10;object-fit:cover;width:100%}
.ih-slide .b{padding:20px}
.ih-slide .tag{font-size:12px;font-weight:700;color:var(--brand);letter-spacing:.02em}
.ih-slide h3{font-size:17px;margin:9px 0 8px;line-height:1.4}
.ih-slide p{font-size:14px;color:var(--muted);margin:0 0 14px;line-height:1.6}
.ih-slide a.more{font-weight:700;font-size:14px;color:var(--brand-dark)}

/* ---------- Latest posts grid ---------- */
.ih-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.ih-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}
.ih-card:hover{transform:translateY(-5px);box-shadow:var(--sh-lg)}
.ih-card-thumb{aspect-ratio:16/10;overflow:hidden;background:var(--brand-soft2)}
.ih-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.ih-card:hover .ih-card-thumb img{transform:scale(1.05)}
.ih-card-b{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.ih-card .cat{font-size:12px;font-weight:700;color:var(--brand);letter-spacing:.02em}
.ih-card h3{font-size:18px;margin:10px 0 9px;line-height:1.42}
.ih-card p{font-size:14.5px;color:var(--muted);margin:0 0 16px;line-height:1.62;flex:1}
.ih-card .rd{font-weight:700;font-size:14px;color:var(--brand-dark)}

/* ---------- Single / Page article ---------- */
.ih-article{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.ih-post-hero{padding:52px 0 30px;border-bottom:1px solid var(--line-2)}
.ih-crumb{font-size:13.5px;color:var(--muted);margin-bottom:16px}
.ih-crumb a{color:var(--muted)}.ih-crumb a:hover{color:var(--brand)}
.ih-post-cat{display:inline-block;font-weight:700;font-size:13px;color:var(--brand);background:var(--brand-soft);padding:5px 13px;border-radius:100px}
.ih-post-title{font-size:clamp(26px,3.6vw,40px);margin:16px 0 0;letter-spacing:-.035em;line-height:1.28;max-width:820px}
.ih-post-meta{display:flex;gap:16px;align-items:center;margin-top:18px;font-size:14px;color:var(--muted)}
.ih-post-meta .av{width:30px;height:30px;border-radius:50%;background:linear-gradient(140deg,var(--brand),var(--brand-600))}
.ih-featured{max-width:920px;margin:34px auto 0;padding:0 24px}
.ih-featured img{width:100%;border-radius:var(--r-lg);box-shadow:var(--sh);aspect-ratio:16/8.5;object-fit:cover}
.ih-body{max-width:var(--content);margin:0 auto;padding:44px 24px 10px;font-size:17.5px}
.ih-body>p{margin:0 0 22px}
.ih-body h2{font-size:26px;margin:52px 0 18px;padding-top:14px;letter-spacing:-.03em;position:relative}
.ih-body h2::before{content:"";position:absolute;top:-2px;left:0;width:44px;height:4px;background:var(--brand);border-radius:3px}
.ih-body h3{font-size:20px;margin:34px 0 12px;color:var(--brand-dark)}
.ih-body a{font-weight:600;border-bottom:1px solid var(--brand-ring)}
.ih-body strong{color:var(--ink);font-weight:700}

/* summary box */
.ih-summary{background:linear-gradient(180deg,var(--brand-soft2),#fff);border:1px solid var(--line);
  border-left:4px solid var(--brand);border-radius:var(--r-sm);padding:22px 24px;margin:0 0 34px}
.ih-summary-tag{display:inline-block;font-weight:800;font-size:12.5px;letter-spacing:.04em;color:var(--brand);margin-bottom:10px}
.ih-summary ul{margin:0;padding-left:20px}.ih-summary li{margin:7px 0;font-size:16px;color:var(--body)}

/* callout */
.ih-callout{display:flex;flex-direction:column;gap:8px;background:var(--brand-soft2);border:1px solid var(--line);
  border-radius:var(--r-sm);padding:18px 22px;margin:26px 0}
.ih-callout.ih-warn{background:#fbf6ec;border-color:#efe2c6}
.ih-callout-tag{font-weight:800;font-size:13px;letter-spacing:.02em;color:var(--brand-dark)}
.ih-callout.ih-warn .ih-callout-tag{color:#98671f}
.ih-callout-body{font-size:16px;color:var(--body)}

/* quote */
.ih-quote{margin:28px 0;padding:20px 26px;border-left:4px solid var(--accent);background:var(--accent-soft);
  border-radius:0 var(--r-sm) var(--r-sm) 0;font-size:18px;color:var(--ink);font-weight:600;line-height:1.6}
.ih-quote cite{display:block;margin-top:8px;font-size:14px;color:var(--muted);font-weight:500;font-style:normal}

/* lists */
.ih-list{margin:22px 0;padding-left:0;list-style:none}
.ih-list li{position:relative;padding-left:30px;margin:11px 0;font-size:16.5px}
.ih-list li::before{content:"";position:absolute;left:6px;top:11px;width:8px;height:8px;border-radius:2px;background:var(--brand);transform:rotate(45deg)}
.ih-list.ih-ol{counter-reset:i}
.ih-list.ih-ol li::before{display:none}
.ih-list.ih-ol li{counter-increment:i;padding-left:38px}
.ih-list.ih-ol li::after{content:counter(i);position:absolute;left:0;top:1px;width:24px;height:24px;background:var(--brand-soft);
  color:var(--brand-dark);border-radius:7px;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}

/* checklist */
.ih-check{margin:22px 0;padding:0;list-style:none;display:grid;gap:10px}
.ih-check li{position:relative;padding:12px 16px 12px 44px;background:#fff;border:1px solid var(--line);border-radius:11px;font-size:15.5px;color:var(--body)}
.ih-check li::before{content:"";position:absolute;left:15px;top:50%;width:15px;height:9px;border-left:2.6px solid var(--brand);
  border-bottom:2.6px solid var(--brand);transform:translateY(-70%) rotate(-45deg)}

/* steps */
.ih-steps{list-style:none;margin:26px 0;padding:0;display:grid;gap:12px;counter-reset:s}
.ih-step{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);padding:16px 20px}
.ih-step-no{flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:var(--brand);color:#fff;font-weight:800;
  display:flex;align-items:center;justify-content:center;font-size:15px}
.ih-step-c{display:flex;flex-direction:column;gap:3px}
.ih-step-c strong{color:var(--ink);font-size:16.5px}
.ih-step-c span{color:var(--muted);font-size:15px;line-height:1.55}

/* table */
.ih-tablewrap{overflow-x:auto;margin:28px 0;border:1px solid var(--line);border-radius:var(--r-sm);-webkit-overflow-scrolling:touch}
.ih-table{width:100%;border-collapse:collapse;font-size:15.5px;min-width:460px}
.ih-table caption{text-align:left;padding:14px 18px 0;font-weight:700;color:var(--ink);caption-side:top}
.ih-table thead th{background:var(--brand);color:#fff;font-weight:700;text-align:left;padding:13px 18px;font-size:14.5px;white-space:nowrap}
.ih-table tbody{}
.ih-table td{padding:13px 18px;border-top:1px solid var(--line);color:var(--body);vertical-align:top}
.ih-table tbody tr:nth-child(even){background:var(--brand-soft2)}
.ih-table th:first-child,.ih-table td:first-child{font-weight:600;color:var(--ink)}

/* chart */
.ih-chart{margin:28px 0;padding:22px 24px;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm)}
.ih-chart figcaption{font-weight:700;color:var(--ink);font-size:15px;margin-bottom:16px}
.ih-bar-row{display:grid;grid-template-columns:130px 1fr 78px;align-items:center;gap:12px;margin:11px 0}
.ih-bar-label{font-size:14px;color:var(--body);font-weight:600}
.ih-bar-track{height:12px;background:var(--brand-soft);border-radius:100px;overflow:hidden}
.ih-bar-fill{display:block;height:100%;border-radius:100px;background:linear-gradient(90deg,var(--brand-600),var(--brand));transition:width .8s cubic-bezier(.2,.7,.2,1)}
.ih-bar-val{font-size:13px;color:var(--muted);text-align:right;font-weight:600}

/* figure */
.ih-figure{margin:32px 0}
.ih-figure img{width:100%;border-radius:var(--r);box-shadow:var(--sh-sm);aspect-ratio:16/9;object-fit:cover}
.ih-figure figcaption{margin-top:11px;font-size:13.5px;color:var(--muted);text-align:center}

/* faq */
.ih-faq{margin:44px 0 10px}
.ih-faq h2{font-size:24px;margin:0 0 18px}
.ih-faq-item{border:1px solid var(--line);border-radius:var(--r-sm);margin:10px 0;background:#fff;overflow:hidden}
.ih-faq-item summary{cursor:pointer;padding:17px 52px 17px 20px;font-weight:700;color:var(--ink);font-size:16px;position:relative;list-style:none}
.ih-faq-item summary::-webkit-details-marker{display:none}
.ih-faq-item summary::after{content:"";position:absolute;right:22px;top:50%;width:11px;height:11px;border-right:2.4px solid var(--brand);border-bottom:2.4px solid var(--brand);transform:translateY(-70%) rotate(45deg);transition:transform .2s}
.ih-faq-item[open] summary::after{transform:translateY(-30%) rotate(-135deg)}
.ih-faq-a{padding:0 20px 18px;color:var(--body);font-size:15.5px;line-height:1.7}

/* legal / ai notice */
.legal-notice{font-size:13.5px;color:#6a756f;background:#f5f8f6;border:1px solid var(--line);border-left:3px solid var(--brand);
  padding:16px 20px;margin:40px 0 0;border-radius:0 var(--r-sm) var(--r-sm) 0;line-height:1.6}
.legal-notice p{margin:6px 0}
.ai-notice{font-size:13px;color:#8a938e;margin:16px 0 0}

/* related */
.ih-related{margin:52px 0 0;padding-top:40px;border-top:1px solid var(--line)}
.ih-related h2{font-size:22px;margin:0 0 20px}
.ih-rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ih-rel-card{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);padding:20px;transition:transform .2s,box-shadow .2s,border-color .2s}
.ih-rel-card:hover{transform:translateY(-3px);box-shadow:var(--sh);border-color:transparent}
.ih-rel-k{font-size:12px;font-weight:700;color:var(--brand);letter-spacing:.02em}
.ih-rel-t{font-size:16px;font-weight:700;color:var(--ink);line-height:1.42}

/* ---------- Footer ---------- */
.ih-footer{background:#10201b;color:#c4d2cb;margin-top:80px}
.ih-footer-in{max-width:var(--maxw);margin:0 auto;padding:56px 24px 28px}
.ih-footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1)}
.ih-footer .fbrand{display:flex;align-items:center;gap:11px;margin-bottom:16px}
.ih-footer .fbrand .ih-brand-sym{box-shadow:none}
.ih-footer .fbrand b{color:#fff;font-size:18px;font-weight:800}
.ih-footer .fdesc{font-size:14px;line-height:1.7;color:#9fb0a8;max-width:340px}
.ih-footer h4{color:#fff;font-size:14px;margin:0 0 14px;letter-spacing:.02em}
.ih-footer ul{list-style:none;margin:0;padding:0}
.ih-footer li{margin:9px 0}
.ih-footer a{color:#b6c5bd;font-size:14px}
.ih-footer a:hover{color:#fff}
.ih-footer-legal{font-size:12.5px;line-height:1.7;padding:22px 0 0;color:#8a998f}
.ih-footer-bottom{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;padding-top:20px;font-size:13px;color:#7d8c83}
.ih-footer-bottom .op{color:#9fb0a8}

/* reveal animation */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}

/* ---------- Responsive ---------- */
@media(max-width:960px){
  .ih-hero-in{grid-template-columns:1fr;gap:38px;padding:56px 0 60px}
  .ih-hero-media{order:-1}
  .ih-topics{grid-template-columns:repeat(2,1fr)}
  .ih-cards{grid-template-columns:repeat(2,1fr)}
  .ih-footer-top{grid-template-columns:1fr 1fr}
  .ih-rel-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  body{font-size:16px}
  .ih-nav{position:fixed;inset:70px 0 auto 0;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);
    padding:12px 16px 18px;gap:2px;display:none;box-shadow:var(--sh)}
  .ih-nav.open{display:flex}
  .ih-nav a{width:100%;padding:13px 14px}
  .ih-nav a.cta{margin:6px 0 0;text-align:center;justify-content:center}
  .ih-burger{display:block}
  .ih-cards{grid-template-columns:1fr}
  .ih-topics{grid-template-columns:1fr}
  .ih-hero-stats{gap:20px;flex-wrap:wrap}
  .ih-body{padding:34px 20px 10px;font-size:16.5px}
  .ih-body h2{font-size:22px}
  .ih-bar-row{grid-template-columns:96px 1fr 56px;gap:8px}
  .ih-footer-top{grid-template-columns:1fr}
  .ih-featured{padding:0 20px}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}
