/* PrimeMan Indonesia | v1.0.0 | Men's Health Blog | primeman.id */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --dark:    #1C1C2E;
  --dark2:   #13131F;
  --teal:    #0D9488;
  --teal2:   #0F766E;
  --orange:  #FB923C;
  --orange2: #EA580C;
  --bg:      #F8F9FA;
  --card:    #FFFFFF;
  --text:    #0F172A;
  --muted:   #64748B;
  --light:   #F0FDFA;
  --border:  #99F6E4;
  --r:       14px;
  --sh:      0 4px 20px rgba(13,148,136,0.10);
  --sh-lg:   0 16px 48px rgba(13,148,136,0.16);
}
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; -webkit-font-smoothing: antialiased; }

/* ── Disclaimer ── */
.disc {
  background: #FFF7ED; border-bottom: 1px solid #FED7AA;
  padding: 9px 24px; text-align: center;
  font-size: 0.71rem; color: #9A3412; font-weight: 600; letter-spacing: 0.01em;
}

/* ── Header ── */
.hdr { background: var(--dark); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 24px rgba(0,0,0,0.35); }
.hdr-in {
  max-width: 1360px; margin: auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between; height: 66px;
}
.logo { text-decoration: none; display: flex; align-items: center; gap: 10px; }
.logo-mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; box-shadow: 0 4px 12px rgba(13,148,136,0.4);
}
.logo-name { color: #fff; font-size: 1.3rem; font-weight: 800; letter-spacing: -0.03em; }
.logo-name span { color: var(--teal); }
.logo-sub { color: #475569; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.14em; display: block; margin-top: 1px; }
.nav { display: flex; align-items: center; gap: 2px; }
.nl { color: #94A3B8; text-decoration: none; font-size: 0.86rem; font-weight: 600; padding: 7px 14px; border-radius: 8px; transition: all 0.2s; }
.nl:hover { color: #fff; background: rgba(255,255,255,0.08); }
.nl.on { color: var(--teal); }
.btn-hdr { background: var(--teal); color: #fff; padding: 9px 22px; border-radius: 9px; font-size: 0.82rem; font-weight: 700; text-decoration: none; transition: all 0.2s; margin-left: 12px; box-shadow: 0 4px 14px rgba(13,148,136,0.3); }
.btn-hdr:hover { background: var(--teal2); transform: translateY(-1px); }

/* ── HERO: Magazine style — big text, diagonal accent ── */
.hero {
  background: var(--dark);
  position: relative; overflow: hidden;
  padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; min-height: 620px;
}
.hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse 80% 100% at 0% 50%, rgba(13,148,136,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 100% 0%, rgba(251,146,60,0.08) 0%, transparent 50%);
}
.hero-text-col {
  padding: 80px 64px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 2;
}
.hero-label {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 28px;
}
.hero-label-line { width: 28px; height: 3px; background: var(--teal); border-radius: 2px; }
.hero-label-text { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: var(--teal); }
.hero-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 4.5vw, 4.2rem);
  color: #fff; line-height: 1.1; margin-bottom: 22px; letter-spacing: -0.02em;
}
.hero-h em { color: var(--teal); font-style: normal; }
.hero-p { color: #94A3B8; font-size: 1.05rem; max-width: 480px; line-height: 1.8; margin-bottom: 38px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-main { background: linear-gradient(135deg, var(--teal), var(--teal2)); color: #fff; padding: 15px 34px; border-radius: 11px; font-size: 0.95rem; font-weight: 800; text-decoration: none; transition: all 0.25s; box-shadow: 0 6px 20px rgba(13,148,136,0.4); }
.btn-main:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(13,148,136,0.5); }
.btn-ghost { color: #CBD5E1; padding: 15px 34px; border-radius: 11px; font-size: 0.95rem; font-weight: 600; text-decoration: none; border: 1.5px solid rgba(255,255,255,0.2); transition: all 0.25s; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.55); color: #fff; }
.hero-img-col { position: relative; overflow: hidden; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: brightness(0.75) saturate(0.85); }
.hero-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--dark) 0%, transparent 40%); }
.hero-chips {
  position: absolute; bottom: 28px; left: 28px; right: 28px;
  display: flex; gap: 10px; flex-wrap: wrap; z-index: 3;
}
.hero-chip {
  background: rgba(13,148,136,0.2); border: 1px solid rgba(13,148,136,0.4);
  color: #5EEAD4; padding: 6px 14px; border-radius: 100px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
}

/* ── Quick Stats Band ── */
.qband { background: var(--dark); border-top: 1px solid rgba(255,255,255,0.06); }
.qband-in { max-width: 1360px; margin: auto; padding: 24px 40px; display: grid; grid-template-columns: repeat(4,1fr); }
.qs { text-align: center; padding: 8px; position: relative; }
.qs + .qs::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 36px; width: 1px; background: rgba(255,255,255,0.08); }
.qs-n { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--teal); line-height: 1; }
.qs-l { font-size: 0.72rem; color: #475569; margin-top: 5px; font-weight: 600; }

/* ── SECTIONS ── */
.w { max-width: 1360px; margin: 0 auto; padding: 0 40px; }
.sp { padding: 80px 0; }
.kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.kicker-text { font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--teal); }
.sh { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem,3vw,2.6rem); color: var(--dark); letter-spacing: -0.02em; line-height: 1.2; }
.sub { color: var(--muted); font-size: 0.975rem; max-width: 540px; line-height: 1.75; margin-top: 10px; margin-bottom: 50px; }

/* ── MAGAZINE GRID: 3-col asymmetric ── */
.mag-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}
.mag-main { grid-row: 1 / 3; }
.mag-card {
  background: var(--card); border-radius: 18px; overflow: hidden;
  box-shadow: var(--sh); border: 1px solid #E2E8F0; text-decoration: none;
  display: flex; flex-direction: column;
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), box-shadow 0.3s;
}
.mag-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.mag-img-w { overflow: hidden; }
.mag-img-main { width: 100%; height: 340px; object-fit: cover; display: block; transition: transform 0.4s; }
.mag-img-sm { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.4s; }
.mag-card:hover .mag-img-main, .mag-card:hover .mag-img-sm { transform: scale(1.06); }
.mag-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.mag-body-sm { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.cat-tag { font-size: 0.65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--teal); margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.card-h-big { font-family: 'Playfair Display', serif; font-size: 1.45rem; color: var(--text); line-height: 1.3; margin-bottom: 14px; font-weight: 700; }
.card-h-sm { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--text); line-height: 1.4; margin-bottom: 8px; font-weight: 700; }
.card-ex { color: var(--muted); font-size: 0.875rem; line-height: 1.65; flex: 1; }
.card-ex-sm { color: var(--muted); font-size: 0.82rem; line-height: 1.55; flex: 1; }
.card-ft { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 1px solid #F1F5F9; }
.card-ft-sm { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.read-lnk { font-size: 0.8rem; font-weight: 800; color: var(--teal); display: flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.mag-card:hover .read-lnk { gap: 8px; }
.dt { font-size: 0.73rem; color: var(--muted); }

/* ── TOPICS ROW (horizontal scroll cards) ── */
.topics-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 24px; }
.topic-card {
  background: var(--card); border-radius: var(--r);
  overflow: hidden; border: 1px solid #E2E8F0; text-decoration: none;
  box-shadow: var(--sh); transition: transform 0.25s, box-shadow 0.25s;
}
.topic-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.topic-img-w { overflow: hidden; }
.topic-img { width: 100%; height: 160px; object-fit: cover; transition: transform 0.35s; }
.topic-card:hover .topic-img { transform: scale(1.07); }
.topic-body { padding: 16px 18px; }
.topic-h { font-family: 'Playfair Display', serif; font-size: 0.95rem; color: var(--text); font-weight: 700; line-height: 1.4; margin-bottom: 8px; }
.topic-read { font-size: 0.75rem; font-weight: 800; color: var(--teal); }

/* ── TEAL HIGHLIGHT SECTION ── */
.teal-section { background: linear-gradient(135deg, var(--dark) 0%, #0D2B26 100%); padding: 80px 0; position: relative; overflow: hidden; }
.teal-section::before { content: ''; position: absolute; right: -100px; top: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(13,148,136,0.15) 0%, transparent 70%); }
.teal-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.teal-img { width: 100%; height: 380px; object-fit: cover; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.teal-content {}
.teal-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: #fff; margin-bottom: 18px; letter-spacing: -0.02em; line-height: 1.2; }
.teal-text { color: #94A3B8; font-size: 0.975rem; line-height: 1.8; margin-bottom: 14px; }
.teal-list { list-style: none; margin: 20px 0 28px; }
.teal-list li { display: flex; gap: 12px; align-items: flex-start; color: #CBD5E1; font-size: 0.9rem; line-height: 1.6; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.teal-list li:last-child { border: none; }
.tl-icon { color: var(--teal); font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.disc-box-dark { background: rgba(251,146,60,0.08); border: 1px solid rgba(251,146,60,0.2); border-left: 3px solid var(--orange); border-radius: 10px; padding: 14px 16px; font-size: 0.74rem; color: #FCA68A; line-height: 1.65; }

/* ── VITALITY FACTS ── */
.facts-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.fact-box {
  background: var(--card); border-radius: 18px; padding: 32px;
  border: 1px solid #E2E8F0; box-shadow: var(--sh);
  position: relative; overflow: hidden;
}
.fact-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--teal), var(--teal2)); }
.fact-num { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 700; color: var(--teal); line-height: 1; margin-bottom: 10px; }
.fact-title { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.fact-desc { color: var(--muted); font-size: 0.875rem; line-height: 1.7; }

/* ── NEWSLETTER ── */
.nl-sec { background: var(--teal); padding: 64px 40px; }
.nl-in { max-width: 600px; margin: auto; text-align: center; }
.nl-h { font-family: 'Playfair Display', serif; font-size: 2rem; color: #fff; margin-bottom: 10px; }
.nl-s { color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.nl-f { display: flex; gap: 10px; }
.nl-inp { flex: 1; padding: 14px 18px; border-radius: 10px; border: none; font-size: 0.9rem; outline: none; font-family: inherit; }
.nl-btn { background: var(--dark); color: #fff; padding: 14px 26px; border-radius: 10px; border: none; font-size: 0.9rem; font-weight: 800; cursor: pointer; font-family: inherit; white-space: nowrap; transition: all 0.2s; }
.nl-btn:hover { background: var(--dark2); }

/* ── FOOTER ── */
.ftr { background: var(--dark2); color: #64748B; padding: 64px 0 36px; }
.ftr-in { max-width: 1360px; margin: auto; padding: 0 40px; }
.ftr-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.ftr-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #fff; margin-bottom: 12px; }
.ftr-logo span { color: var(--teal); }
.ftr-desc { font-size: 0.875rem; line-height: 1.75; max-width: 300px; margin-bottom: 20px; }
.ftr-disc { background: rgba(251,146,60,0.07); border: 1px solid rgba(251,146,60,0.15); border-radius: 10px; padding: 12px 14px; font-size: 0.7rem; color: #F97316; line-height: 1.65; }
.fh { color: #fff; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 18px; }
.fl { list-style: none; }
.fl li { margin-bottom: 10px; }
.fl a { color: #374151; text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
.fl a:hover { color: #5EEAD4; }
.ftr-bot { display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; flex-wrap: wrap; gap: 10px; }
.ftr-leg { display: flex; gap: 20px; }
.ftr-leg a { color: #374151; text-decoration: none; transition: color 0.2s; }
.ftr-leg a:hover { color: #5EEAD4; }

/* ── ARTICLE ── */
.art-wrap { max-width: 1360px; margin: 0 auto; padding: 60px 40px; display: grid; grid-template-columns: 1fr 340px; gap: 64px; }
.back-t { display: inline-flex; align-items: center; gap: 7px; background: var(--light); border: 1.5px solid var(--border); color: var(--teal2); padding: 8px 18px; border-radius: 100px; font-size: 0.82rem; font-weight: 700; text-decoration: none; transition: all 0.2s; margin-bottom: 30px; }
.back-t:hover { background: var(--border); }
.am { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.ac { background: var(--light); color: var(--teal2); padding: 4px 14px; border-radius: 100px; font-size: 0.64rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; border: 1px solid var(--border); }
.ad { font-size: 0.8rem; color: var(--muted); }
.at { font-family: 'Playfair Display', serif; font-size: clamp(2rem,3.5vw,3rem); color: var(--dark); line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.al { font-size: 1.1rem; color: var(--muted); line-height: 1.8; border-left: 4px solid var(--teal); padding-left: 22px; margin-bottom: 32px; font-style: italic; }
.a-img { width: 100%; height: 420px; object-fit: cover; border-radius: 18px; margin-bottom: 40px; box-shadow: var(--sh-lg); display: block; }
.ac-body p { font-size: 1rem; line-height: 1.9; margin-bottom: 20px; color: #334155; }
.ac-body h2 { font-family: 'Playfair Display', serif; font-size: 1.55rem; color: var(--dark); margin: 40px 0 14px; }
.ac-body h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--dark); margin: 28px 0 10px; }
.ac-body ul, .ac-body ol { padding-left: 22px; margin-bottom: 20px; }
.ac-body li { margin-bottom: 10px; line-height: 1.75; color: #334155; }
.ib { background: var(--light); border: 1px solid var(--border); border-left: 4px solid var(--teal); border-radius: 12px; padding: 20px 22px; margin: 28px 0; }
.ib-l { font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--teal2); margin-bottom: 8px; }
.ib p { font-size: 0.92rem; margin-bottom: 0 !important; line-height: 1.7; color: #0F766E; }
.wb { background: #FFF7ED; border: 1px solid #FED7AA; border-left: 4px solid var(--orange); border-radius: 12px; padding: 20px 22px; margin: 28px 0; }
.wb-l { font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--orange2); margin-bottom: 8px; }
.wb p { font-size: 0.92rem; margin-bottom: 0 !important; line-height: 1.7; color: #7C2D12; }
/* Sidebar */
.sb-w { background: var(--card); border: 1px solid #E2E8F0; border-radius: 16px; padding: 22px; margin-bottom: 22px; box-shadow: var(--sh); }
.sb-t { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--dark); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--teal); }
.sb-li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid #F8FAFC; text-decoration: none; transition: all 0.2s; }
.sb-li:last-child { border: none; }
.sb-li:hover .sb-n { color: var(--teal); }
.sb-num { font-size: 1.3rem; font-weight: 800; color: #E2E8F0; line-height: 1; flex-shrink: 0; }
.sb-n { font-size: 0.82rem; font-weight: 700; color: var(--text); line-height: 1.4; }
.sb-cat { font-size: 0.67rem; color: var(--teal); font-weight: 700; margin-bottom: 4px; }
.chk-i { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.chk-ico { color: var(--teal); flex-shrink: 0; margin-top: 2px; }
.chk-txt { font-size: 0.86rem; color: var(--text); line-height: 1.5; }

/* ── Page Hero ── */
.ph { background: var(--dark); padding: 56px 40px; position: relative; overflow: hidden; }
.ph::before { content: ''; position: absolute; left: -80px; bottom: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(13,148,136,0.08); }
.ph-in { max-width: 1360px; margin: auto; position: relative; z-index: 1; }
.ph-kicker { font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--teal); display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.ph-kicker::before { content: ''; width: 20px; height: 2px; background: var(--teal); }
.ph-h { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem,3.5vw,3.2rem); color: #fff; max-width: 760px; line-height: 1.2; letter-spacing: -0.02em; }

/* ── Contact ── */
.ct-grid { max-width: 1360px; margin: 0 auto; padding: 72px 40px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: start; }
.cf { background: var(--card); border: 1px solid #E2E8F0; border-radius: 20px; padding: 44px; box-shadow: var(--sh-lg); }
.cf-h { font-family: 'Playfair Display', serif; font-size: 1.7rem; color: var(--dark); margin-bottom: 28px; }
.fg { margin-bottom: 20px; }
.fl-l { font-size: 0.84rem; font-weight: 700; color: var(--text); margin-bottom: 7px; display: block; }
.fc { width: 100%; padding: 13px 16px; border-radius: 10px; border: 2px solid #E2E8F0; font-size: 0.9rem; outline: none; background: var(--bg); transition: border-color 0.2s, box-shadow 0.2s; font-family: inherit; color: var(--text); }
.fc:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(13,148,136,0.12); }
textarea.fc { resize: vertical; min-height: 120px; }
.btn-send { background: linear-gradient(135deg, var(--teal), var(--teal2)); color: #fff; padding: 15px 32px; border-radius: 11px; border: none; font-size: 0.95rem; font-weight: 800; cursor: pointer; width: 100%; font-family: inherit; transition: all 0.2s; }
.btn-send:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(13,148,136,0.35); }
.ci { padding-top: 8px; }
.ci-h { font-family: 'Playfair Display', serif; font-size: 1.7rem; color: var(--dark); margin-bottom: 10px; }
.ci-s { color: var(--muted); margin-bottom: 36px; line-height: 1.75; }
.ci-row { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.ci-ico { width: 46px; height: 46px; background: var(--light); border: 1px solid var(--border); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.ci-lb { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.09em; color: var(--muted); margin-bottom: 3px; }
.ci-vl { font-size: 0.95rem; color: var(--text); font-weight: 600; line-height: 1.6; }

/* ── Policy ── */
.pol { max-width: 820px; margin: 0 auto; padding: 64px 40px; }
.pol-h { font-family: 'Playfair Display', serif; font-size: 2.4rem; color: var(--dark); margin-bottom: 6px; }
.pol-d { color: var(--muted); font-size: 0.85rem; margin-bottom: 44px; }
.pol h2 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--dark); margin: 36px 0 12px; }
.pol p { font-size: 0.95rem; line-height: 1.85; color: #334155; margin-bottom: 14px; }
.pol ul { padding-left: 20px; margin-bottom: 14px; }
.pol li { font-size: 0.95rem; line-height: 1.75; color: #334155; margin-bottom: 8px; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-img-col { display: none; }
  .qband-in { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .qs + .qs::before { display: none; }
  .mag-grid { grid-template-columns: 1fr; }
  .mag-main { grid-row: auto; }
  .facts-3 { grid-template-columns: 1fr 1fr; }
  .teal-grid { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .art-wrap { grid-template-columns: 1fr; }
  .ct-grid { grid-template-columns: 1fr; padding: 40px 16px; }
  .topics-row { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .hdr-in { padding: 0 16px; }
  .nav { display: none; }
  .hero-text-col { padding: 56px 20px; }
  .w { padding: 0 16px; }
  .sp { padding: 56px 0; }
  .facts-3 { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr; }
  .art-wrap { padding: 40px 16px; }
  .ph { padding: 44px 16px; }
  .nl-f { flex-direction: column; }
  .nl-sec { padding: 56px 20px; }
  .topics-row { grid-template-columns: 1fr; }
}
