/* =========================================================
   SENJATAAPI.COM — REBUILD VERSION
   Semua CSS dibuat ulang.
   Featured Products memakai IMG biasa tanpa SVG / overlay.
   ========================================================= */

:root {
  --black: #080a0c;
  --black-2: #0d1013;
  --black-3: #12171c;
  --panel: #14191e;
  --panel-hover: #181e24;
  --white: #f6f4ee;
  --muted: #9ba2a9;
  --gold: #c5a15a;
  --gold-light: #e4c376;
  --line: rgba(255,255,255,.10);
  --cream: #eeeae1;
  --dark-text: #17191b;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.section-description {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--muted);
}

.button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  color: #0b0d0f;
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--gold-light), #a98442);
}

.button-outline {
  border-color: rgba(197,161,90,.55);
}

.button-dark {
  border-color: rgba(0,0,0,.28);
  color: #1a1c1e;
}


/* HEADER */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(8,10,12,.84);
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 42px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(197,161,90,.65);
  clip-path: polygon(50% 0, 90% 18%, 84% 76%, 50% 100%, 16% 76%, 10% 18%);
  font-size: 12px;
  font-weight: 900;
}

.brand strong {
  display: block;
  color: var(--gold-light);
  font-size: 13px;
  letter-spacing: .05em;
}

.brand span {
  display: block;
  margin-top: 2px;
  color: #9ca3aa;
  font-size: 9px;
  letter-spacing: .11em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-nav a {
  color: #d3d7da;
  font-size: 13px;
  transition: color .2s ease;
}

.desktop-nav a:hover {
  color: var(--gold-light);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-button {
  width: 45px;
  height: 45px;
  display: none;
  color: var(--white);
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.mobile-nav {
  display: none;
}


/* HERO */

.hero {
  min-height: 790px;
  padding-top: 78px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 40%, rgba(197,161,90,.12), transparent 26%),
    radial-gradient(circle at 70% 70%, rgba(62,76,88,.16), transparent 30%),
    linear-gradient(180deg, #080a0c, #0c1014 72%, #080a0c);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, transparent, black 25%, black 80%, transparent);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
}

.hero-glow-one {
  right: 8%;
  top: 20%;
  width: 320px;
  height: 320px;
  background: rgba(197,161,90,.06);
}

.hero-glow-two {
  right: 28%;
  bottom: 10%;
  width: 250px;
  height: 250px;
  background: rgba(65,86,104,.08);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}

.hero-copy {
  padding: 80px 0;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(58px, 7vw, 102px);
  line-height: .91;
  letter-spacing: -.065em;
}

.hero h1 span {
  color: var(--gold-light);
}

.hero-description {
  max-width: 620px;
  color: #c0c6cb;
  font-size: 17px;
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-meta {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: #8f979e;
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero-art {
  min-height: 550px;
  position: relative;
  display: grid;
  place-items: center;
}

.hero-ring {
  position: absolute;
  border: 1px solid rgba(197,161,90,.14);
  border-radius: 50%;
}

.ring-one {
  width: 430px;
  height: 430px;
}

.ring-two {
  width: 550px;
  height: 550px;
  border-color: rgba(255,255,255,.04);
}

.hero-panel {
  width: min(100%, 430px);
  padding: 42px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(197,161,90,.26);
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.01)),
    rgba(11,14,17,.82);
  box-shadow: 0 35px 80px rgba(0,0,0,.38);
}

.hero-panel > span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}

.hero-panel strong {
  display: block;
  margin-top: 16px;
  font-size: 46px;
  line-height: 1;
}

.hero-line {
  width: 80px;
  height: 1px;
  margin: 24px 0;
  background: var(--gold);
}

.hero-panel p {
  margin-bottom: 0;
  color: #9fa6ac;
  font-size: 13px;
}


/* TRUST */

.trust {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0c0f12;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 110px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(197,161,90,.36);
}

.trust-item strong {
  display: block;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.trust-item small {
  color: var(--muted);
}


/* SECTION HEADER */

.section-heading {
  margin-bottom: 34px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}


/* CATEGORY CARDS */

.category-grid,
.featured-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.category-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #14191e, #0e1216);
  transition: .3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(197,161,90,.45);
}

.category-art {
  height: 220px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(197,161,90,.09), transparent 36%),
    #101419;
}

.category-art::after {
  content: "";
  width: 68%;
  height: 16px;
  position: absolute;
  bottom: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,.9), transparent 72%);
}

.shape {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #22282d, #596168, #1a1f23);
  box-shadow: 0 20px 26px rgba(0,0,0,.42);
}

.shape-handgun {
  width: 68%;
  height: 48px;
  transform: rotate(-7deg);
}

.shape-handgun::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 86px;
  right: 18%;
  top: 38px;
  transform: skew(-9deg);
  background: #1a1f23;
}

.shape-rifle {
  width: 80%;
  height: 35px;
}

.shape-rifle::before {
  content: "";
  position: absolute;
  left: -12%;
  top: 4px;
  width: 18%;
  height: 26px;
  background: #252b30;
}

.shape-rifle::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 31px;
  width: 16%;
  height: 80px;
  background: #171c20;
  transform: skew(-7deg);
}

.shape-shotgun {
  width: 84%;
  height: 30px;
  transform: rotate(-3deg);
}

.shape-shotgun::after {
  content: "";
  position: absolute;
  right: -10%;
  top: -3px;
  width: 18%;
  height: 36px;
  background: #272d32;
}

.ammo-art {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.bullet {
  width: 20px;
  border-radius: 10px 10px 3px 3px;
  background: linear-gradient(90deg, #735724, #e2c174 50%, #886830);
  position: relative;
  z-index: 2;
}

.bullet-one { height: 95px; }
.bullet-two { height: 125px; }
.bullet-three { height: 108px; }
.bullet-four { height: 80px; }

.category-info {
  padding: 20px;
}

.category-info h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.category-info a {
  color: #aab1b6;
  font-size: 13px;
}


/* =========================================================
   FEATURED PRODUCTS
   INI BAGIAN YANG DIBUAT PALING SEDERHANA.
   Gambar SELALU opacity 1 dan tidak dipengaruhi JavaScript.
   ========================================================= */

.featured-section {
  padding-top: 28px;
}

.featured-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #14191e, #0e1216);
  transition: transform .3s ease, border-color .3s ease;
}

.featured-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197,161,90,.52);
}

/* AREA FOTO */
.featured-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: #000;
}

/* FOTO LANGSUNG TAMPIL */
.featured-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  visibility: visible;
  filter: none;
  transform: none;
  transition: transform .35s ease;
}

.featured-card:hover .featured-image img {
  transform: scale(1.035);
}

.featured-content {
  min-height: 160px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.product-brand {
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.featured-content h3 {
  margin-bottom: 18px;
  font-size: 19px;
}

.product-button {
  width: 100%;
  margin-top: auto;
  min-height: 40px;
}


/* ABOUT */

.about-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d1013;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #101419;
}

.about-visual {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(197,161,90,.10), transparent 35%),
    linear-gradient(145deg, #2b333a, #151a1f 50%, #0c0f12);
}

.building {
  position: absolute;
  left: 8%;
  right: 5%;
  bottom: 0;
  height: 72%;
  padding: 55px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #14191d;
  background-size: 48px 48px;
  clip-path: polygon(0 15%, 72% 0, 100% 10%, 100% 100%, 0 100%);
}

.building-logo {
  margin-top: 60px;
  color: var(--gold-light);
  font-size: 38px;
  font-weight: 900;
}

.building-name {
  color: #c3c8cc;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
}

.about-content {
  padding: 70px 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-content p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--muted);
}

.about-content .button {
  width: fit-content;
  margin-top: 15px;
}


/* EDUCATION */

.education-section {
  color: var(--dark-text);
  background: var(--cream);
}

.light-heading .section-description {
  color: #65615c;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.article-card {
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.12);
  background: #f9f6ef;
  transition: transform .25s ease, box-shadow .25s ease;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(0,0,0,.12);
}

.article-image {
  min-height: 220px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #e7d29f;
  background:
    radial-gradient(circle at 35% 30%, rgba(197,161,90,.24), transparent 28%),
    linear-gradient(140deg, #353630, #15191c);
}

.article-image > span {
  border: 1px solid rgba(228,195,118,.38);
  padding: 14px 18px;
  letter-spacing: .18em;
  font-size: 11px;
}

.article-two {
  background:
    radial-gradient(circle at 70% 30%, rgba(197,161,90,.22), transparent 26%),
    linear-gradient(140deg, #22272a, #101315);
}

.article-three {
  background:
    linear-gradient(145deg, rgba(197,161,90,.12), transparent),
    #24221e;
}

.ikhsa-book {
  width: 155px;
  height: 195px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  background: #151515;
  border: 1px solid rgba(197,161,90,.55);
  box-shadow: 0 28px 45px rgba(0,0,0,.38);
  transform: rotate(-5deg);
  font-family: Georgia, serif;
  font-size: 28px;
}

.article-content {
  padding: 24px;
}

.article-content small {
  color: #8e6d30;
  font-weight: 800;
  letter-spacing: .12em;
}

.article-content h3 {
  margin: 8px 0 10px;
  line-height: 1.25;
}

.article-content p {
  color: #65605a;
  font-size: 14px;
}

.article-content a {
  font-weight: 800;
  font-size: 13px;
}


/* SERVICES */

.service-card {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #14191e, #0d1114);
}

.service-card > span {
  display: block;
  margin-bottom: 56px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.service-card h3 {
  margin-bottom: 8px;
}

.service-card p {
  color: var(--muted);
  font-size: 14px;
}


/* BRANDS */

.brand-strip {
  padding: 35px 0;
  color: #25282a;
  background: #eae6de;
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.brand-row strong {
  opacity: .55;
  font-size: 18px;
}


/* CONTACT */

.contact-section {
  background:
    radial-gradient(circle at 85% 45%, rgba(197,161,90,.07), transparent 24%),
    #090b0d;
}

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 75px;
}

.contact-list {
  margin-top: 35px;
  display: grid;
  gap: 18px;
}

.contact-list span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.contact-list p {
  margin: 4px 0 0;
  color: var(--muted);
}

.contact-form {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.02);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  padding: 15px;
  color: var(--white);
  border: 1px solid var(--line);
  outline: none;
  background: #101419;
}

.form-grid textarea {
  min-height: 150px;
  resize: vertical;
  grid-column: 1 / -1;
}

.form-grid button {
  grid-column: 1 / -1;
}

.form-grid input:focus,
.form-grid textarea:focus {
  border-color: rgba(197,161,90,.58);
}


/* FOOTER */

.footer {
  padding: 55px 0 24px;
  border-top: 1px solid var(--line);
  background: #07090a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 45px;
}

.footer h4 {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer a {
  display: block;
  margin: 7px 0;
  color: #8c949a;
  font-size: 13px;
}

.footer a:hover {
  color: var(--gold);
}

.footer-brand p {
  max-width: 350px;
  margin-top: 20px;
  color: #777f86;
  font-size: 13px;
}

.copyright {
  margin-top: 44px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: #687078;
  border-top: 1px solid var(--line);
  font-size: 12px;
}


/* RESPONSIVE */

@media (max-width: 1080px) {
  .desktop-nav,
  .desktop-contact {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-nav.open {
    display: flex;
    padding: 22px 20px 28px;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid var(--line);
    background: #0b0e11;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 10px;
  }

  .hero-art {
    min-height: 430px;
  }

  .trust-grid,
  .category-grid,
  .featured-grid,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand span {
    display: none;
  }

  .section {
    padding: 68px 0;
  }

  .hero {
    padding-top: 70px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .hero-panel {
    padding: 30px;
  }

  .hero-panel strong {
    font-size: 36px;
  }

  .section-heading {
    display: block;
  }

  .section-heading > .button {
    margin-top: 22px;
  }

  .trust-grid,
  .category-grid,
  .featured-grid,
  .service-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .featured-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-content {
    padding: 45px 28px;
  }

  .about-visual {
    min-height: 360px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid textarea,
  .form-grid button {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}


/* =========================================================
   OFFICIAL COMPANY LOGO
   ========================================================= */

.company-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: contain;
  display: block;
}

.company-logo-footer {
  width: 62px;
  height: 62px;
}

.building-logo-image {
  width: 92px;
  height: 92px;
  margin-top: 35px;
  margin-bottom: 14px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.28));
}

@media (max-width: 700px) {
  .company-logo {
    width: 46px;
    height: 46px;
  }

  .company-logo-footer {
    width: 56px;
    height: 56px;
  }

  .building-logo-image {
    width: 76px;
    height: 76px;
  }
}


/* =========================================================
   EDUCATION SECTION — REAL IMAGE CARDS
   ========================================================= */

.article-image {
  min-height: 220px;
  overflow: hidden;
  background: #111;
  display: block;
  position: relative;
}

.article-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.03);
}

/* disable old placeholder styles if present */
.article-image > span,
.article-image .ikhsa-book {
  display: none !important;
}

@media (max-width: 700px) {
  .article-image {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .article-image img {
    min-height: auto;
    height: 100%;
  }
}


/* =========================================================
   PRODUCT CATEGORIES — REAL IMAGE CARDS
   ========================================================= */
.category-photo {
  height: 220px;
  overflow: hidden;
  position: relative;
  background: #0d1013;
  border-bottom: 1px solid var(--line);
}

.category-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.category-card:hover .category-photo img {
  transform: scale(1.03);
}

.category-art,
.shape,
.ammo-art,
.bullet {
  display: none !important;
}

@media (max-width: 700px) {
  .category-photo {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}


/* =========================================================
   ARTICLE DETAIL PAGE
   ========================================================= */

.article-page {
  background: #0a0c0e;
}

.active-nav-link {
  color: var(--gold-light) !important;
}

.article-back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: #a8b0b6;
  font-size: 13px;
  transition: color .2s ease;
}

.article-back-link:hover {
  color: var(--gold-light);
}

.article-detail-hero {
  padding: 150px 0 74px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 30%, rgba(197,161,90,.10), transparent 25%),
    linear-gradient(180deg, #0b0e11, #101419);
}

.article-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, transparent, black 25%, black 80%, transparent);
}

.article-detail-heading {
  position: relative;
  z-index: 2;
}

.article-detail-heading h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
}

.article-lead {
  max-width: 850px;
  margin: 24px 0 0;
  color: #bdc4ca;
  font-size: 18px;
}

.article-meta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #858e96;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.article-meta span:not(:last-child)::after {
  content: "•";
  margin-left: 18px;
  color: var(--gold);
}

.article-detail-main {
  padding: 60px 0 100px;
  background: #eeeae1;
  color: #1b1e20;
}

.article-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 46px;
  align-items: start;
}

.article-detail-content {
  min-width: 0;
}

.article-feature-image {
  margin: 0 0 44px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.13);
  background: #111;
}

.article-feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

.article-body {
  max-width: 860px;
  font-size: 16px;
  line-height: 1.82;
}

.article-body > p:first-child {
  font-size: 19px;
  color: #464646;
}

.article-body h2 {
  margin: 46px 0 14px;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.article-body p {
  color: #4f4d49;
}

.article-check-list,
.article-cross-list {
  margin: 24px 0 10px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.article-check-list li,
.article-cross-list li {
  position: relative;
  padding: 20px 22px 20px 58px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.42);
}

.article-check-list li::before,
.article-cross-list li::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.article-check-list li::before {
  content: "✓";
  color: #fff;
  background: #1d7f3b;
}

.article-cross-list li::before {
  content: "×";
  color: #fff;
  background: #b22525;
}

.article-check-list strong,
.article-cross-list strong {
  display: block;
  margin-bottom: 4px;
  color: #202224;
}

.article-highlight {
  margin: 34px 0;
  padding: 28px 30px;
  color: #f3f1ea;
  border-left: 4px solid var(--gold);
  background: #101419;
}

.article-highlight span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.article-highlight strong {
  font-size: 22px;
  line-height: 1.3;
}

.article-info-grid {
  margin: 26px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.article-info-grid > div {
  padding: 24px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.42);
}

.article-info-grid span {
  display: block;
  margin-bottom: 18px;
  color: #9b762f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.article-info-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.article-info-grid p {
  margin: 0;
  font-size: 14px;
}

.article-requirement-list {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}

.article-requirement-list > div {
  padding: 22px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.42);
}

.article-requirement-list > div > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #111;
  border: 1px solid rgba(197,161,90,.65);
  background: #e4c376;
  font-size: 11px;
  font-weight: 900;
}

.article-requirement-list strong {
  display: block;
  color: #202224;
  font-size: 16px;
}

.article-requirement-list p {
  margin: 4px 0 0;
  font-size: 14px;
}

.article-legal-note {
  margin-top: 52px;
  padding: 22px 24px;
  border: 1px solid rgba(151,113,40,.32);
  background: #e7dfcf;
}

.article-legal-note strong {
  display: block;
  margin-bottom: 6px;
  color: #7b5b24;
}

.article-legal-note p {
  margin: 0;
  color: #5b554d;
  font-size: 14px;
}

.article-end-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.article-detail-main .button-outline {
  color: #17191b;
  border-color: rgba(0,0,0,.28);
}

.article-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 18px;
}

.article-sidebar-box {
  padding: 25px;
  border: 1px solid rgba(0,0,0,.12);
  background: #f7f3eb;
}

.article-sidebar-box h3 {
  margin-bottom: 18px;
  font-size: 20px;
}

.sidebar-article-link {
  padding: 16px 0;
  display: block;
  border-top: 1px solid rgba(0,0,0,.09);
}

.sidebar-article-link span {
  display: block;
  margin-bottom: 5px;
  color: #9a742e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.sidebar-article-link strong {
  font-size: 14px;
  line-height: 1.35;
}

.sidebar-article-link:hover strong {
  color: #9a742e;
}

.sidebar-article-link.current-article strong {
  color: #9a742e;
}

.sidebar-contact-box {
  color: #f5f2ea;
  background: #101419;
  border-color: rgba(197,161,90,.25);
}

.sidebar-contact-box h3 {
  color: #f5f2ea;
}

.sidebar-contact-box p:not(.eyebrow) {
  color: #9fa7ad;
  font-size: 14px;
}

.sidebar-contact-box .button {
  width: 100%;
  margin-top: 10px;
}

.article-image-link {
  display: block;
}

.article-content h3 a:hover {
  color: #8e6d30;
}

@media (max-width: 980px) {
  .article-detail-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .article-detail-hero {
    padding: 125px 0 55px;
  }

  .article-detail-heading h1 {
    font-size: 48px;
  }

  .article-lead {
    font-size: 16px;
  }

  .article-meta span:not(:last-child)::after {
    display: none;
  }

  .article-meta {
    gap: 10px 18px;
  }

  .article-detail-main {
    padding: 35px 0 70px;
  }

  .article-body > p:first-child {
    font-size: 17px;
  }

  .article-body h2 {
    font-size: 26px;
  }

  .article-info-grid,
  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .article-highlight strong {
    font-size: 18px;
  }

  .article-requirement-list > div {
    grid-template-columns: 40px 1fr;
    gap: 13px;
    padding: 18px;
  }
}



/* CATEGORY GALLERY */
.category-photo-link {
  display: block;
  width: 100%;
  height: 100%;
}
.category-photo-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-page {
  background: #0a0c0e;
}
.category-hero {
  padding: 145px 0 64px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 20%, rgba(197,161,90,.10), transparent 22%),
    linear-gradient(180deg, #0b0e11, #101419);
}
.category-hero h1 {
  margin: 8px 0 0;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.05em;
}
.category-lead {
  max-width: 840px;
  margin: 18px 0 0;
  color: #bdc4ca;
  font-size: 18px;
}
.category-hero-meta {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #858e96;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.category-gallery-section {
  padding: 56px 0 90px;
  background: #eeeae1;
}
.category-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gallery-card-button {
  width: 100%;
  padding: 0;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.gallery-card-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
}
.gallery-card-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0d1013;
}
.gallery-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.gallery-card-button:hover .gallery-card-image img {
  transform: scale(1.03);
}
.gallery-card-content {
  padding: 18px 18px 20px;
}
.gallery-card-content span {
  display: block;
  margin-bottom: 9px;
  color: #9a742e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}
.gallery-card-content h3 {
  margin: 0 0 8px;
  color: #17191b;
  font-size: 21px;
  line-height: 1.22;
}
.gallery-card-content p {
  margin: 0;
  color: #5f656a;
  font-size: 14px;
}
.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 28px;
  z-index: 9999;
  background: rgba(4,5,6,.90);
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-width: min(100%, 1200px);
  max-height: 80vh;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 80px rgba(0,0,0,.45);
}
.lightbox p {
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .category-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .category-hero {
    padding: 125px 0 50px;
  }
  .category-lead {
    font-size: 16px;
  }
  .category-gallery-section {
    padding: 34px 0 70px;
  }
  .category-gallery-grid {
    grid-template-columns: 1fr;
  }
  .lightbox {
    padding: 18px;
  }
}


/* =========================================================
   EDUCATION LIBRARY — 50 ARTICLE SYSTEM
   ========================================================= */

.education-library-page {
  background: #0a0c0e;
}

.education-library-hero {
  padding: 145px 0 72px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 30%, rgba(197,161,90,.11), transparent 25%),
    linear-gradient(180deg, #0a0d10, #101419);
}

.education-library-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent, black 25%, black 86%, transparent);
}

.education-library-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
}

.education-library-hero h1 {
  margin: 0;
  font-size: clamp(58px, 7vw, 98px);
  line-height: .91;
  letter-spacing: -.065em;
}

.education-library-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: #b9c0c6;
  font-size: 17px;
}

.education-library-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(197,161,90,.23);
  background: rgba(255,255,255,.025);
}

.education-library-stats > div {
  min-height: 130px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-right: 1px solid rgba(255,255,255,.08);
}

.education-library-stats > div:last-child {
  border-right: 0;
}

.education-library-stats strong {
  color: var(--gold-light);
  font-size: 26px;
  line-height: 1;
}

.education-library-stats span {
  margin-top: 8px;
  color: #9199a0;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.education-featured-themes {
  padding: 36px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: #0d1013;
}

.education-theme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.education-theme-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #11161a;
  transition: transform .25s ease, border-color .25s ease;
}

.education-theme-card:hover {
  transform: translateY(-3px);
  border-color: rgba(197,161,90,.48);
}

.education-theme-card img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  display: block;
}

.education-theme-card div {
  padding: 16px 18px;
}

.education-theme-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.education-theme-card strong {
  display: block;
  color: #f4f1ea;
  font-size: 15px;
}

.education-library-content {
  padding: 56px 0 100px;
  color: #17191b;
  background: #eeeae1;
}

.education-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 26px;
  margin-bottom: 18px;
}

.education-search-wrap {
  width: min(100%, 620px);
}

.education-search-wrap label {
  display: block;
  margin-bottom: 8px;
  color: #81796d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.education-search-box {
  position: relative;
}

.education-search-box input {
  width: 100%;
  height: 52px;
  padding: 0 54px 0 16px;
  border: 1px solid rgba(0,0,0,.16);
  outline: none;
  color: #17191b;
  background: #f8f5ef;
}

.education-search-box input:focus {
  border-color: rgba(154,116,46,.62);
}

.education-search-box span {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #8c7446;
  font-size: 24px;
}

.education-results-info {
  color: #6d675f;
  font-size: 13px;
}

.education-filter-row {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.education-filter {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(0,0,0,.14);
  background: transparent;
  color: #3d3c39;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  transition: .2s ease;
}

.education-filter:hover,
.education-filter.active {
  color: #fff;
  border-color: #17191b;
  background: #17191b;
}

.education-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.education-library-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.11);
  background: #f8f5ef;
  transition: transform .25s ease, box-shadow .25s ease;
}

.education-library-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(0,0,0,.10);
}

.education-library-card-cover {
  height: 210px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background:
    linear-gradient(145deg, #142031, #0c1117);
}

.education-library-card-cover::before,
.article-data-cover::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -65px;
  top: -55px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
}

.education-library-card-cover::after,
.article-data-cover::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  right: -18px;
  top: -18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.category-regulasi {
  background: linear-gradient(145deg, #102c55, #081425) !important;
}

.category-legalitas {
  background: linear-gradient(145deg, #202d4f, #0c1224) !important;
}

.category-keselamatan {
  background: linear-gradient(145deg, #1c4130, #081a12) !important;
}

.category-klasifikasi {
  background: linear-gradient(145deg, #4b3420, #1d1209) !important;
}

.category-literasi {
  background: linear-gradient(145deg, #382958, #160d27) !important;
}

.education-cover-top,
.article-data-cover-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.education-cover-top small,
.article-data-cover-top small {
  color: rgba(255,255,255,.62);
  font-size: 9px;
}

.education-cover-mark,
.article-data-cover-mark {
  position: relative;
  z-index: 2;
}

.education-cover-mark span {
  color: rgba(255,255,255,.92);
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}

.education-cover-bottom,
.article-data-cover-bottom {
  position: relative;
  z-index: 2;
}

.education-cover-bottom strong,
.article-data-cover-bottom strong {
  display: block;
  font-size: 10px;
  letter-spacing: .09em;
}

.education-cover-bottom small,
.article-data-cover-bottom small {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.50);
  font-size: 8px;
  letter-spacing: .12em;
}

.education-library-card-body {
  min-height: 280px;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.education-library-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.education-library-card-meta span {
  color: #96702d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.education-library-card-meta small {
  color: #97918a;
}

.education-library-card h2 {
  margin: 13px 0 11px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.education-library-card h2 a:hover {
  color: #8b692d;
}

.education-library-card p {
  margin-bottom: 24px;
  color: #68635d;
  font-size: 14px;
  line-height: 1.65;
}

.education-library-card-footer {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.education-library-card-footer a {
  font-size: 12px;
  font-weight: 900;
}

.education-load-more-wrap {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.education-empty {
  padding: 70px 20px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.10);
}

.education-empty strong {
  font-size: 24px;
}

.education-empty p {
  color: #69645e;
}

/* =========================================================
   ARTICLE DETAIL — DATASET VERSION
   ========================================================= */

.article-data-page {
  background: #0a0c0e;
}

.article-data-hero {
  padding: 145px 0 74px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 36%, rgba(197,161,90,.11), transparent 25%),
    linear-gradient(180deg, #0a0d10, #101419);
}

.article-data-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center;
}

.article-data-code {
  margin-bottom: 14px;
  color: #7f8991;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.article-data-heading h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: .99;
  letter-spacing: -.055em;
}

.article-data-summary {
  max-width: 800px;
  margin: 24px 0 0;
  color: #bcc3c9;
  font-size: 18px;
}

.article-data-cover {
  min-height: 470px;
  padding: 34px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(197,161,90,.30);
  box-shadow: 0 35px 80px rgba(0,0,0,.35);
}

.article-data-cover-mark span {
  display: block;
  color: rgba(255,255,255,.95);
  font-size: clamp(92px, 10vw, 150px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.08em;
}

.article-data-content-section {
  padding: 62px 0 100px;
  color: #1b1e20;
  background: #eeeae1;
}

.article-data-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 46px;
  align-items: start;
}

.article-data-body {
  max-width: 880px;
}

.article-data-intro {
  margin-bottom: 34px;
  padding: 28px;
  border-left: 4px solid #b28a42;
  background: #e1d8c8;
}

.article-data-intro span {
  display: block;
  margin-bottom: 8px;
  color: #8c6728;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.article-data-intro strong {
  font-size: 20px;
  line-height: 1.5;
}

.article-data-body > p {
  margin: 0 0 25px;
  color: #494744;
  font-size: 17px;
  line-height: 1.9;
}

.article-source-box {
  margin-top: 52px;
  padding: 30px;
  border: 1px solid rgba(0,0,0,.11);
  background: #f7f3eb;
}

.article-source-box h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.article-source-box > p:not(.eyebrow) {
  margin-bottom: 22px;
  color: #5f5a54;
}

.article-data-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 18px;
}

.article-info-row {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.article-info-row span {
  color: #77716a;
  font-size: 12px;
}

.article-info-row strong {
  text-align: right;
  font-size: 12px;
}

@media (max-width: 1050px) {
  .education-library-hero-grid,
  .article-data-hero-grid,
  .article-data-layout {
    grid-template-columns: 1fr;
  }

  .education-library-stats {
    max-width: 650px;
  }

  .education-theme-grid,
  .education-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-data-cover {
    min-height: 360px;
  }

  .article-data-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .education-library-hero,
  .article-data-hero {
    padding: 125px 0 55px;
  }

  .education-library-hero h1 {
    font-size: 56px;
  }

  .education-library-stats {
    grid-template-columns: 1fr;
  }

  .education-library-stats > div {
    min-height: 90px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .education-library-stats > div:last-child {
    border-bottom: 0;
  }

  .education-theme-grid,
  .education-article-grid,
  .article-data-sidebar {
    grid-template-columns: 1fr;
  }

  .education-theme-card {
    grid-template-columns: 110px 1fr;
  }

  .education-theme-card img {
    width: 110px;
    height: 92px;
  }

  .education-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .article-data-heading h1 {
    font-size: 46px;
  }

  .article-data-summary {
    font-size: 16px;
  }

  .article-data-cover {
    min-height: 310px;
  }

  .article-data-content-section {
    padding: 40px 0 70px;
  }

  .article-data-body > p {
    font-size: 16px;
  }
}


/* =========================================================
   FEATURED HOMEPAGE ARTICLES
   ========================================================= */

.featured-article-image {
  margin: 0 0 36px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.12);
  background: #111;
}

.featured-article-image img {
  width: 100%;
  height: auto;
  display: block;
}

.featured-article-section {
  margin-top: 38px;
}

.featured-article-section h2 {
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.featured-article-section p {
  margin: 0 0 18px;
  color: #494744;
  font-size: 17px;
  line-height: 1.85;
}

.featured-article-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.featured-article-list li {
  position: relative;
  padding: 18px 20px 18px 52px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.42);
  color: #45423f;
  line-height: 1.65;
}

.featured-article-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #9a742e;
  font-size: 11px;
  font-weight: 900;
}

.featured-article-note {
  margin-top: 42px;
  padding: 22px 24px;
  border-left: 4px solid #9a742e;
  background: #e3dacb;
}

.featured-article-note strong {
  display: block;
  margin-bottom: 5px;
  color: #765720;
}

.featured-article-note p {
  margin: 0;
  color: #59534d;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 700px) {
  .featured-article-section h2 {
    font-size: 26px;
  }

  .featured-article-section p {
    font-size: 16px;
  }
}

