* {
  box-sizing: border-box;
}

:root {
  font-family: "Inter", sans-serif;
  color: #fff;
  background: #0b0907;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #0b0907;
  overflow-x: hidden;
}

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

.page-shell {
  position: relative;
}

.site-header {
  background: #291a0e;
  position: sticky;
  top: 0;
  z-index: 15;
  box-shadow:
    inset 0 -1px 0 rgba(255, 246, 233, 0.08),
    0 14px 30px rgba(0, 0, 0, 0.22);
}

.site-nav a {
  color: #f7ead5;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #ffdd8c;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #d69e2e;
  color: #111827;
  font-weight: 700;
  font-size: 1.2rem;
}

.eyebrow {
  margin: 0;
  color: #f7e5c3;
  font-weight: 600;
  font-size: 0.95rem;
}

.frequency-label {
  margin: 4px 0 0;
  color: #f7e5c3;
  font-size: 0.9rem;
}

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

.site-nav a {
  color: #f7ead5;
  font-size: 0.95rem;
  font-weight: 500;
}

.hero-section {
  position: relative;
  min-height: 840px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  background-image:
    linear-gradient(180deg, rgba(8, 6, 4, 0.16) 0%, rgba(8, 6, 4, 0.42) 100%),
    url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1920,fit=crop/0w3NrcGqlDWWpKAH/t4qc8b-KmvPuifvB2wKfCaO.png");
  background-size: cover;
  background-position: center 28%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 9, 7, 0.04) 0%,
    rgba(11, 9, 7, 0.32) 100%
  );
  pointer-events: none;
}

.hero-inner {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 64px;
}

.hero-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #f5cb68;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-topline span {
  display: inline-flex;
  align-items: center;
}

.hero-inner h1 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(3.8rem, 6vw, 6.4rem);
  line-height: 0.95;
}

.hero-text {
  margin: 30px 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.button {
  border-radius: 18px;
  font-weight: 700;
  padding: 18px 36px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
  min-width: 180px;
}

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

.button-primary {
  background: #d39d22;
  color: #111827;
  box-shadow: 0 18px 35px rgba(214, 158, 46, 0.26);
}

.button-secondary {
  background: #f1ede4;
  color: #241b16;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.site-nav a.active,
.site-nav a:hover {
  color: #f5e1b7;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.site-nav a.active {
  font-weight: 700;
}

main {
  background: #f2ede4;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 32px;
}

.broadcast-section {
  background: #a23e14;
  color: #fff;
}

.broadcast-section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 32px;
}

.section-label {
  display: block;
  margin-bottom: 18px;
  color: #f5cd5c;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 1.05;
}

.page-breadcrumb {
  margin: 0 0 12px;
  color: #b56f3d;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.culture-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
  gap: 40px;
  align-items: start;
  margin-top: 38px;
}

.culture-media {
  display: grid;
  place-items: center;
}

.culture-media img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.12);
  min-height: 520px;
  object-fit: cover;
}

.culture-copy {
  display: grid;
  gap: 18px;
}

.culture-panel {
  background: #fff;
  border-radius: 32px;
  padding: 40px 42px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.culture-panel h3 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  color: #2d1911;
  line-height: 1.08;
}

.culture-text {
  margin: 0 0 28px;
  color: #5d4433;
  line-height: 1.85;
  font-size: 1rem;
}

.program-note {
  margin: 0;
  color: #8a6c50;
  line-height: 1.9;
}

.culture-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.culture-card {
  background: #fff;
  border: 1px solid rgba(183, 108, 45, 0.16);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  min-height: 218px;
}

.culture-card-label {
  display: block;
  margin-bottom: 14px;
  color: #bd6d36;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.culture-card h4 {
  margin: 0 0 14px;
  font-size: 1.15rem;
  color: #2b1a11;
}

.culture-card p {
  margin: 0;
  color: #5e4235;
  line-height: 1.8;
}

.broadcast-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  margin-top: 42px;
  align-items: stretch;
}

.broadcast-media {
  display: grid;
  min-height: 540px;
}

.broadcast-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  border: 4px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.broadcast-card {
  background: rgba(17, 9, 5, 0.94);
  border-radius: 32px;
  padding: 42px 44px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.broadcast-side {
  display: grid;
  gap: 22px;
  align-items: start;
}

.broadcast-side .broadcast-description {
  margin: 0;
}

.card-status {
  display: inline-flex;
  color: #f5cd5c;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.broadcast-card h3 {
  margin: 0 0 24px;
  font-size: 2.5rem;
}

.broadcast-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-size: 1rem;
}

.card-footer {
  margin-top: 32px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #f5ead5;
}

.broadcast-media {
  display: grid;
  align-items: stretch;
}

.broadcast-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  border: 4px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.news-section,
.culture-section,
.ads-section {
  background: #f2ede4;
}

.news-section .section-title,
.culture-section .section-title,
.ads-section .section-title {
  color: #2a1a11;
}

.section-description {
  margin: 18px 0 32px;
  max-width: 760px;
  color: #564335;
  line-height: 1.85;
}

.broadcast-description {
  color: rgba(255, 255, 255, 0.85);
  max-width: 720px;
}

.cards-grid,
.culture-grid,
.ads-grid {
  display: grid;
  gap: 28px;
}

.cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.feature-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.feature-card .card-tag {
  margin: 24px 24px 12px;
  color: #c8641d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.feature-card h3 {
  margin: 0 24px 16px;
  font-size: 1.7rem;
  color: #1d120e;
}

.feature-card p {
  margin: 0 24px 24px;
  color: #5c4334;
  line-height: 1.8;
}

.culture-grid {
  grid-template-columns: 0.95fr 1fr;
  align-items: start;
}

.culture-media img {
  width: 100%;
  height: auto;
}

.culture-copy {
  display: grid;
  gap: 28px;
}

.program-highlight {
  background: #fff;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.program-highlight h3 {
  margin: 0 0 18px;
  color: #2a1a11;
  font-size: 2.1rem;
}

.program-highlight p {
  color: #5c4334;
  line-height: 1.9;
}

.program-note {
  margin-top: 20px;
  color: #8d6f54;
}

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

.mini-card {
  background: #fff;
  border: 1px solid rgba(200, 120, 56, 0.18);
  border-radius: 22px;
  padding: 24px;
}

.mini-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #c8641d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.mini-card h4 {
  margin: 0 0 12px;
  color: #1d120e;
}

.mini-card p {
  margin: 0;
  color: #5c4334;
  line-height: 1.8;
}

.ads-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.ads-copy {
  display: grid;
  gap: 24px;
  padding: 32px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.ads-copy p {
  margin: 0;
  color: #5c4334;
  line-height: 1.9;
}

.ads-feature h3 {
  margin: 0 0 12px;
  font-size: 1.9rem;
  color: #1d120e;
}

.ads-feature p {
  margin: 0;
  color: #5c4334;
  line-height: 1.9;
}

.ads-image img {
  width: 100%;
  border-radius: 28px;
}

.site-footer {
  background: #231809;
  color: #f5ead5;
  padding: 64px 32px 36px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-brand h2 {
  margin: 0 0 12px;
  font-size: 2rem;
}

.footer-brand p,
.footer-links p,
.footer-links a {
  margin: 0 0 12px;
  color: #d9c9ae;
  line-height: 1.8;
}

.footer-title {
  margin: 0 0 18px;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f5cd5c;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.footer-note {
  max-width: 1200px;
  margin: 28px auto 0;
  text-align: center;
  color: #b8a78d;
  font-size: 0.95rem;
}

.news-spotlight {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 24px;
  margin: 32px 0 28px;
}

.news-spotlight-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(260px, 1fr);
}

.news-spotlight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.news-spotlight-copy {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-spotlight-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  color: #27160d;
}

.news-spotlight-copy p {
  margin: 0 0 20px;
  color: #5c4334;
  line-height: 1.8;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9d4c11;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.news-side-list {
  display: grid;
  gap: 16px;
}

.news-side-item {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.news-side-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #c8641d;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
}

.news-side-item h4 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  color: #20130d;
}

.news-side-item p {
  margin: 0;
  color: #5f4637;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Beranda page */
.beranda-page {
  background: #f4f0ea;
}

.beranda-page .site-header {
  background: #2b170f;
  box-shadow: none;
}

.beranda-page .header-inner {
  max-width: 1130px;
  padding: 28px 32px;
}

.beranda-page .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #d99b1c;
  color: #2b170f;
}

.beranda-page .eyebrow {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
}

.beranda-page .frequency-label {
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
}

.beranda-page .site-nav {
  gap: 38px;
}

.beranda-page .site-nav a {
  color: #fff;
  font-size: 0.93rem;
}

.beranda-page .site-nav a.active,
.beranda-page .site-nav a:hover {
  color: #fff;
  text-underline-offset: 7px;
}

.beranda-page main {
  background: #f4f0ea;
}

.beranda-page .hero-section {
  min-height: 520px;
  align-items: flex-start;
  padding: 105px 32px 70px;
  background-image:
    linear-gradient(180deg, rgba(127, 108, 62, 0.58), rgba(12, 8, 6, 0.7)),
    url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1920,fit=crop/0w3NrcGqlDWWpKAH/t4qc8b-KmvPuifvB2wKfCaO.png");
  background-position: center 48%;
}

.beranda-page .hero-overlay {
  display: none;
}

.beranda-page .hero-inner {
  width: min(1060px, 100%);
  max-width: none;
  margin: 0 auto;
  padding-top: 0;
}

.beranda-page .hero-topline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 52px;
  color: #e0b920;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.beranda-page .hero-topline span:last-child {
  justify-self: center;
  color: #fff;
}

.beranda-page .hero-inner h1 {
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(3.8rem, 6vw, 4.9rem);
  font-weight: 400;
  line-height: 1;
}

.beranda-page .hero-text {
  max-width: 1060px;
  margin: 0 0 48px;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.2;
}

.beranda-page .hero-actions {
  justify-content: center;
  gap: 12px;
}

.beranda-page .button {
  min-width: 180px;
  padding: 17px 30px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.95rem;
  box-shadow: none;
}

.beranda-page .button-primary {
  background: #d8ae1f;
  color: #0f0804;
}

.beranda-page .button-secondary {
  background: #fffdf8;
  color: #0f0804;
}

.beranda-page .broadcast-section {
  background: #b52808;
}

.beranda-page .broadcast-section .section-inner {
  max-width: 960px;
  padding: 64px 32px 58px;
}

.beranda-page .section-label {
  margin-bottom: 24px;
  color: #d6a71b;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.beranda-page .section-label.accent::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: 1px;
}

.beranda-page .ads-section .section-label.accent::before {
  content: "+";
  width: auto;
  height: auto;
  border: 0;
  vertical-align: baseline;
}

.beranda-page .section-title {
  color: #fff;
  font-size: clamp(2.6rem, 3.8vw, 3.45rem);
  font-weight: 400;
  line-height: 1.1;
}

.beranda-page .broadcast-description {
  display: none;
}

.beranda-page .broadcast-grid {
  grid-template-columns: 360px 1fr;
  gap: 14px;
  margin-top: 34px;
  align-items: start;
}

.beranda-page .broadcast-side-copy {
  margin: 0;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.25;
}

.beranda-page .broadcast-card {
  grid-row: span 2;
  min-height: 470px;
  padding: 34px 30px;
  border-radius: 8px;
  background: #2b170f;
}

.beranda-page .card-status {
  margin-bottom: 36px;
  color: #d6a71b;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.beranda-page .broadcast-card h3 {
  margin-bottom: 34px;
  font-size: 2rem;
  font-weight: 400;
}

.beranda-page .broadcast-card p {
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.55;
}

.beranda-page .card-footer {
  display: block;
  margin-top: auto;
  border-top: 2px dotted #d6a71b;
  color: #d6a71b;
  font-size: 0.72rem;
}

.beranda-page .card-footer strong {
  display: inline;
  font-weight: 400;
}

.beranda-page .broadcast-media {
  min-height: 375px;
}

.beranda-page .broadcast-media img {
  height: 375px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

.beranda-page .section {
  max-width: 960px;
  padding: 92px 32px;
}

.beranda-page .news-section,
.beranda-page .culture-section,
.beranda-page .ads-section {
  background: #f4f0ea;
}

.beranda-page .news-section .section-title,
.beranda-page .culture-section .section-title,
.beranda-page .ads-section .section-title {
  color: #2b170f;
}

.beranda-page .section-description {
  max-width: 880px;
  margin: 22px 0 52px;
  color: #15100d;
  font-size: 0.88rem;
  line-height: 1.4;
}

.beranda-page .cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.beranda-page .feature-card {
  min-height: 465px;
  padding: 20px;
  border-radius: 8px;
  background: #e7e2dc;
  box-shadow: 0 14px 20px rgba(45, 31, 23, 0.12);
}

.beranda-page .feature-card img {
  height: 195px;
  border-radius: 5px;
}

.beranda-page .feature-card .card-tag,
.beranda-page .culture-panel .card-tag {
  display: block;
  margin: 12px 0 30px;
  color: #bd350d;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.beranda-page .feature-card h3 {
  margin: 0 0 42px;
  color: #2b170f;
  font-size: 1.95rem;
  font-weight: 400;
  line-height: 1.05;
}

.beranda-page .feature-card p {
  margin: 0;
  color: #15100d;
  font-size: 0.72rem;
  line-height: 1.4;
}

.beranda-page .page-breadcrumb {
  margin-bottom: 24px;
  color: #bd350d;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.beranda-page .culture-layout {
  grid-template-columns: 390px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 42px;
}

.beranda-page .culture-media img {
  min-height: 0;
  height: 380px;
  border: 10px solid #140b06;
  border-radius: 3px;
  box-shadow: none;
}

.beranda-page .culture-panel {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.beranda-page .culture-panel h3 {
  margin-bottom: 32px;
  color: #2b170f;
  font-size: 1.7rem;
  font-weight: 400;
}

.beranda-page .culture-text,
.beranda-page .program-note {
  color: #15100d;
  font-size: 0.72rem;
  line-height: 1.45;
}

.beranda-page .program-note {
  padding-top: 14px;
  border-top: 2px solid #bd350d;
}

.beranda-page .culture-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.beranda-page .culture-card {
  min-height: 150px;
  padding: 18px;
  border: 1px solid #e1a58b;
  border-radius: 5px;
  background: transparent;
  box-shadow: 0 10px 18px rgba(45, 31, 23, 0.1);
}

.beranda-page .culture-card-label {
  margin-bottom: 28px;
  color: #bd350d;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
}

.beranda-page .culture-card h4 {
  margin-bottom: 22px;
  color: #2b170f;
  font-size: 0.95rem;
  font-weight: 400;
}

.beranda-page .culture-card p {
  color: #15100d;
  font-size: 0.6rem;
  line-height: 1.4;
}

.beranda-page .ads-section {
  padding-top: 52px;
  padding-bottom: 88px;
}

.beranda-page .ads-section .section-label,
.beranda-page .ads-section .section-title,
.beranda-page .ads-description {
  text-align: left;
}

.beranda-page .ads-description {
  max-width: 690px;
  margin-left: 14px;
  text-align: center;
}

.beranda-page .ads-grid {
  grid-template-columns: 1fr 360px;
  gap: 78px;
  margin-top: 42px;
}

.beranda-page .ads-copy {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.beranda-page .ads-feature h3 {
  margin-bottom: 30px;
  color: #2b170f;
  font-size: 1.7rem;
  font-weight: 400;
}

.beranda-page .ads-feature p {
  margin-bottom: 34px;
  color: #15100d;
  font-size: 0.72rem;
  line-height: 1.45;
}

.beranda-page .ads-copy .button {
  min-width: 125px;
  padding: 12px 22px;
  border-radius: 5px;
  background: #2b170f;
  color: #fff;
  font-size: 0.62rem;
}

.beranda-page .ads-image img {
  height: 272px;
  border-radius: 4px;
  object-fit: cover;
}

.beranda-footer {
  padding: 32px 32px 18px;
  background: #2b170f;
}

.beranda-footer .footer-inner {
  max-width: 530px;
  grid-template-columns: 1.15fr 0.8fr 1.05fr;
  gap: 54px;
}

.beranda-footer .footer-brand {
  border-top: 2px solid #d6a71b;
  padding-top: 12px;
}

.beranda-footer .footer-brand h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.12;
}

.beranda-footer .footer-brand h2 strong {
  display: block;
  font-weight: 400;
}

.beranda-footer .footer-brand p,
.beranda-footer .footer-links p,
.beranda-footer .footer-links a {
  color: #fff;
  font-size: 0.52rem;
  line-height: 1.65;
}

.beranda-footer .footer-links {
  display: contents;
}

.beranda-footer .footer-title {
  color: #d6a71b;
  font-size: 0.48rem;
  letter-spacing: 0.28em;
}

.beranda-footer .footer-note {
  max-width: 530px;
  margin-top: 36px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
  font-size: 0.42rem;
}

/* Kabar Jogja page */
.kabar-page {
  background: #f2ede9;
}

.kabar-page .site-header {
  background: #2b170f;
  box-shadow: none;
}

.kabar-page .header-inner {
  max-width: 1020px;
  padding: 28px 32px;
}

.kabar-page .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #d99b1c;
  color: #2b170f;
}

.kabar-page .eyebrow {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
}

.kabar-page .frequency-label {
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
}

.kabar-page .site-nav {
  gap: 38px;
}

.kabar-page .site-nav a {
  color: #fff;
  font-size: 0.93rem;
}

.kabar-page .site-nav a.active,
.kabar-page .site-nav a:hover {
  color: #fff;
  text-underline-offset: 7px;
}

.news-content-section {
  background: #f2ede9;
}

.news-hero-section {
  position: relative;
  min-height: 625px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 32px;
  background:
    linear-gradient(90deg, rgba(42, 24, 14, 0.28), rgba(42, 24, 14, 0.62)),
    url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1920,fit=crop/0w3NrcGqlDWWpKAH/qs16ix-bS3Kx1tQVrRetUtB.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.news-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 25, 15, 0.24);
  backdrop-filter: blur(1px);
}

.news-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: minmax(360px, 550px) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
}

.news-hero-left img {
  width: 100%;
  height: 405px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.news-hero-right {
  padding-left: 0;
}

.news-hero-label {
  display: inline-block;
  margin-bottom: 44px;
  color: #dba917;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-hero-title {
  max-width: 470px;
  margin: 0 0 40px;
  color: #fff;
  font-size: clamp(3.2rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 1.02;
}

.news-hero-subtitle {
  max-width: 505px;
  margin: 0 0 56px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.98rem;
  line-height: 1.2;
}

.news-hero-right .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 6px;
  background: #d8a91d;
  color: #0f0804;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.news-page-shell {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 32px;
}

.section-kicker {
  display: block;
  margin-bottom: 34px;
  color: #bd350d;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

.section-kicker::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  vertical-align: 2px;
  background: currentColor;
}

.section-kicker.white {
  color: #d6a71b;
}

.section-kicker.white::before {
  content: "+";
  width: auto;
  height: auto;
  margin-right: 12px;
  background: none;
  vertical-align: baseline;
}

.news-channel-section {
  padding: 68px 0 82px;
  background: #f2ede9;
}

.news-channel-section .section-kicker {
  text-align: left;
}

.news-channel-title {
  margin: 0;
  text-align: center;
  font-size: clamp(2.6rem, 4.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  color: #2b170f;
}

.news-channel-subtitle {
  max-width: 905px;
  margin: 22px auto 52px;
  text-align: center;
  color: #2d1c14;
  font-size: 0.92rem;
  line-height: 1.5;
}

.news-divider {
  height: 8px;
  margin: 0 16px 26px;
  background-image: radial-gradient(circle, rgba(45, 31, 23, 0.56) 2px, transparent 2.5px);
  background-size: 40px 8px;
  background-repeat: repeat-x;
}

.news-channels-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.news-channel-card {
  min-height: 218px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid #e1a58b;
  border-radius: 13px;
  padding: 20px;
  box-shadow: 0 15px 22px rgba(49, 35, 25, 0.15);
}

.news-channel-card h3 {
  margin: 0 0 28px;
  color: #2b170f;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.news-channel-card p {
  margin: 0;
  color: #2d1c14;
  font-size: 0.94rem;
  line-height: 1.15;
}

.news-notice-section {
  background: #b52808;
  color: #fff;
  padding: 78px 32px 66px;
}

.news-notice-inner {
  max-width: 916px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.news-notice-title {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 3.1rem);
  font-weight: 400;
  line-height: 1.02;
}

.notice-subtitle {
  max-width: 390px;
  margin: 0;
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.15;
}

.notice-card-main {
  background: #fffdfa;
  border-radius: 24px;
  padding: 34px 32px 56px;
  color: #0e0e0f;
}

.notice-card-label {
  display: block;
  margin-bottom: 40px;
  color: #bd350d;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.notice-card-label::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 12px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  vertical-align: 1px;
}

.notice-card-main h3 {
  margin: 0 0 28px;
  color: #0e0e0f;
  font-size: clamp(1.7rem, 2.6vw, 2rem);
  font-weight: 400;
  line-height: 1.1;
}

.notice-card-main p {
  max-width: 520px;
  margin: 0;
  color: #0e0e0f;
  font-size: 0.94rem;
  line-height: 1.15;
}

.news-umkm-section {
  background: #fffdf8;
  padding: 92px 0 68px;
}

.news-umkm-section .section-kicker {
  margin-left: 122px;
  margin-bottom: 22px;
}

.news-umkm-title {
  margin: 0 0 18px;
  text-align: center;
  color: #0e0e0f;
  font-size: clamp(2rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.1;
}

.news-umkm-subtitle {
  max-width: 630px;
  margin: 0 auto 52px;
  text-align: center;
  color: #0e0e0f;
  font-size: 0.72rem;
  line-height: 1.35;
}

.news-umkm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 705px;
  margin: 0 auto 30px;
}

.umkm-item {
  min-height: 392px;
  background: #eeeae2;
  border: 1px solid #e1a58b;
  border-radius: 9px;
  padding: 14px;
  box-shadow: 0 15px 22px rgba(49, 35, 25, 0.11);
}

.umkm-item img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  border-radius: 5px;
}

.umkm-item h3 {
  margin: 10px 0 22px;
  color: #0e0e0f;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.1;
}

.umkm-item p {
  margin: 0;
  color: #0e0e0f;
  font-size: 0.72rem;
  line-height: 1.15;
}

.umkm-cta {
  text-align: center;
}

.umkm-cta .button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 35px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #2b170f;
  color: #fff;
  box-shadow: 0 8px 14px rgba(43, 23, 15, 0.2);
  font-size: 0.72rem;
}

.kabar-footer {
  padding: 32px 32px 18px;
  background: #2b170f;
}

.kabar-footer .footer-inner {
  max-width: 710px;
  grid-template-columns: 1.15fr 0.8fr 1.05fr;
  gap: 58px;
}

.kabar-footer .footer-brand {
  border-top: 2px solid #d6a71b;
  padding-top: 12px;
}

.kabar-footer .footer-brand h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.1;
}

.kabar-footer .footer-brand h2 strong {
  display: block;
  font-weight: 400;
}

.kabar-footer .footer-brand p,
.kabar-footer .footer-links p,
.kabar-footer .footer-links a {
  color: #fff;
  font-size: 0.68rem;
  line-height: 1.7;
}

.kabar-footer .footer-links {
  display: contents;
}

.kabar-footer .footer-title {
  color: #d6a71b;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
}

.kabar-footer .footer-note {
  max-width: 710px;
  margin-top: 44px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
  font-size: 0.52rem;
}

/* Kulturan page */
.kulturan-page {
  background: #f4f0ea;
}

.kulturan-page .site-header {
  background: #2b170f;
  box-shadow: none;
}

.kulturan-page .header-inner {
  max-width: 1130px;
  padding: 28px 32px;
}

.kulturan-page .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #d99b1c;
  color: #2b170f;
}

.kulturan-page .eyebrow {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
}

.kulturan-page .frequency-label {
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
}

.kulturan-page .site-nav {
  gap: 38px;
}

.kulturan-page .site-nav a {
  color: #fff;
  font-size: 0.93rem;
}

.kulturan-page .site-nav a.active,
.kulturan-page .site-nav a:hover {
  color: #fff;
  text-underline-offset: 7px;
}

.kulturan-page main {
  background: #f4f0ea;
}

.kulturan-shell {
  width: min(960px, calc(100% - 64px));
  margin: 0 auto;
}

.kulturan-page .section-label,
.kulturan-kicker {
  display: block;
  color: #d6a71b;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kulturan-page .section-label.accent {
  color: #bd350d;
}

.kulturan-page .section-label.accent::before,
.kulturan-kicker::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: 1px;
}

.kulturan-hero {
  min-height: 510px;
  padding: 106px 0 86px;
  background: linear-gradient(90deg, #5a2013 0%, #a12608 100%);
  color: #fff;
}

.kulturan-hero h1 {
  margin: 46px 0 26px;
  color: #fff;
  text-align: center;
  font-size: clamp(4rem, 7vw, 5rem);
  font-weight: 400;
  line-height: 1.02;
}

.kulturan-hero p {
  max-width: 1040px;
  margin: 0 auto 50px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.16;
}

.kulturan-hero .button {
  display: flex;
  width: fit-content;
  min-width: 180px;
  margin: 0 auto;
  padding: 16px 28px;
  border-radius: 7px;
  background: #d8ae1f;
  color: #0f0804;
  box-shadow: none;
  text-align: center;
}

.hero-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}

.hero-images img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
}

.kulturan-schedule {
  padding: 78px 0 80px;
  color: #0e0e0f;
}

.kulturan-schedule .section-label,
.kulturan-visual .section-label {
  margin-bottom: 28px;
}

.kulturan-schedule h2,
.kulturan-audio h2,
.kulturan-visual h2 {
  margin: 0 0 24px;
  color: #0e0e0f;
  text-align: center;
  font-size: clamp(2.5rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.08;
}

.kulturan-page .section-copy {
  max-width: 780px;
  margin: 0 auto;
  color: #0e0e0f;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.25;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 52px;
}

.schedule-card {
  min-height: 178px;
  padding: 24px 18px;
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 12px 18px rgba(45, 31, 23, 0.12);
}

.schedule-card span {
  display: block;
  margin-bottom: 28px;
  color: #bd350d;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
}

.schedule-card h3 {
  margin: 0 0 22px;
  color: #0e0e0f;
  font-size: 1.72rem;
  font-weight: 500;
  line-height: 1.05;
}

.schedule-card p {
  margin: 0;
  color: #0e0e0f;
  font-size: 0.72rem;
  line-height: 1.25;
}

.kulturan-audio {
  padding: 56px 0 72px;
  background: #b52808;
  color: #fff;
}

.kulturan-audio h2,
.kulturan-audio .section-copy {
  color: #fff;
}

.kulturan-audio .section-label {
  margin-bottom: 26px;
}

.audio-divider {
  height: 8px;
  margin: 34px 12px 18px;
  background-image: radial-gradient(circle, #d6a71b 2px, transparent 2.5px);
  background-size: 38px 8px;
  background-repeat: repeat-x;
}

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

.audio-card {
  min-height: 364px;
  padding: 16px;
  border-radius: 8px;
  background: #fffdf8;
  color: #0e0e0f;
}

.audio-card img {
  width: 100%;
  height: 198px;
  object-fit: cover;
  border-radius: 5px;
}

.audio-card h3 {
  margin: 12px 0 48px;
  color: #0e0e0f;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.06;
}

.audio-card p {
  margin: 0;
  color: #0e0e0f;
  font-size: 0.62rem;
  line-height: 1.35;
}

.kulturan-visual {
  padding: 50px 0 58px;
  text-align: center;
}

.kulturan-visual .kulturan-shell {
  width: min(560px, calc(100% - 64px));
}

.kulturan-visual .section-label {
  text-align: center;
}

.kulturan-visual .section-label.accent::before {
  content: none;
}

.kulturan-visual h2 {
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
}

.kulturan-visual .section-copy {
  max-width: 510px;
  font-size: 0.48rem;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin-top: 26px;
}

.visual-grid img {
  width: 100%;
  height: 173px;
  object-fit: cover;
}

.visual-note {
  margin: 8px 0 18px;
  color: #0e0e0f;
  font-size: 0.48rem;
}

.kulturan-visual .button {
  display: inline-flex;
  min-width: auto;
  padding: 10px 18px;
  border-radius: 4px;
  background: #2b170f;
  color: #fff;
  font-size: 0.52rem;
  box-shadow: 0 8px 14px rgba(43, 23, 15, 0.2);
}

.kulturan-footer {
  padding: 32px 32px 18px;
  background: #2b170f;
}

.kulturan-footer .footer-inner {
  max-width: 790px;
  grid-template-columns: 1.15fr 0.8fr 1.05fr;
  gap: 72px;
}

.kulturan-footer .footer-brand {
  border-top: 2px solid #d6a71b;
  padding-top: 14px;
}

.kulturan-footer .footer-brand h2 {
  margin-bottom: 26px;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.08;
}

.kulturan-footer .footer-brand h2 strong {
  display: block;
  font-weight: 400;
}

.kulturan-footer .footer-brand p,
.kulturan-footer .footer-links p,
.kulturan-footer .footer-links a {
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.7;
}

.kulturan-footer .footer-links {
  display: contents;
}

.kulturan-footer .footer-title {
  color: #d6a71b;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
}

.kulturan-footer .footer-note {
  max-width: 790px;
  margin-top: 46px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
  font-size: 0.58rem;
}

.ks-shell {
  width: min(1224px, calc(100% - 48px));
  margin: 0 auto;
}

.ks-hero {
  padding: 80px 0 60px;
  background: #2b1a13;
  color: #fff;
  text-align: center;
}

.ks-kicker {
  display: block;
  color: #dca842;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ks-hero h1 {
  max-width: 820px;
  margin: 32px auto 20px;
  color: #fcf8f2;
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
}

.ks-hero p {
  max-width: 780px;
  margin: 0 auto 40px;
  color: #fcf8f2;
  font-size: 1rem;
  line-height: 1.4;
}

.ks-hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.ks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none;
}

.ks-btn-gold {
  background: #dca842;
  color: #000;
}

.ks-btn-gold:hover {
  background: #b08634;
}

.ks-btn-light {
  background: #ebe6e0;
  color: #000;
}

.ks-btn-light:hover {
  background: #bcb8b3;
}

.ks-paket {
  padding: 60px 0;
  background: #a63f24;
  color: #fff;
  text-align: center;
}

.ks-label {
  display: block;
  margin-bottom: 16px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ks-label-gold {
  color: #dca842;
}

.ks-label-terracotta {
  color: #a63f24;
}

.ks-paket h2,
.ks-kolaborasi h2,
.ks-form-text h2 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
}

.ks-paket h2,
.ks-paket .ks-desc {
  color: #fff;
}

.ks-desc {
  max-width: 720px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.4;
}

.ks-paket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.ks-card {
  padding: 32px 24px;
  border-radius: 16px;
  background: #fcf8f2;
  color: #2b1a13;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.ks-card h3 {
  margin: 0 0 16px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.06;
}

.ks-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  opacity: 0.88;
}

.ks-kolaborasi {
  padding: 60px 0;
  background: #ebe6e0;
  color: #2b1a13;
  text-align: center;
}

.ks-kolaborasi h2 {
  color: #2b1a13;
}

.ks-kolaborasi .ks-desc {
  color: #2b1a13;
}

.ks-kolaborasi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.ks-border-card {
  padding: 36px 28px;
  border: 1px solid #dca842;
  border-radius: 16px;
  background: transparent;
  text-align: left;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.ks-tag {
  display: block;
  margin-bottom: 12px;
  color: #a63f24;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ks-border-card h3 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.06;
}

.ks-border-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  opacity: 0.88;
}

.ks-form {
  padding: 60px 0;
  background: #fcf8f2;
}

.ks-form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.ks-form-text {
  text-align: left;
}

.ks-form-text h2 {
  color: #2b1a13;
}

.ks-form-text p {
  margin: 0;
  color: #2b1a13;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.88;
}

.ks-form-wrap {
  background: #fcf8f2;
  border-radius: 8px;
  padding: 28px;
}

.ks-iklan-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ks-fg {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ks-fg label {
  color: #2b1a13;
  font-size: 0.85rem;
  font-weight: 500;
}

.ks-fg input,
.ks-fg textarea {
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d2cbc5;
  border-radius: 8px;
  background: #f1eee8;
  color: #2b1a13;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ks-fg textarea {
  height: auto;
  min-height: 100px;
  padding: 12px 14px;
  resize: none;
}

.ks-fg input:hover,
.ks-fg textarea:hover {
  background: #e7e4de;
}

.ks-fg input:focus,
.ks-fg textarea:focus {
  border-color: #dca842;
  background: #e7e4de;
}

.ks-fg input::placeholder,
.ks-fg textarea::placeholder {
  color: #2b1a13;
  opacity: 0.45;
}

.ks-iklan-form .ks-btn {
  align-self: flex-start;
}

/* Footer */
.ks-footer {
  background: #2b1a13;
  color: #fcf8f2;
  padding: 40px 32px 24px;
}

.ks-footer-inner {
  max-width: 1224px;
  margin: 0 auto;
}

.ks-footer-line {
  width: 60px;
  height: 3px;
  background: #dca842;
  margin-bottom: 28px;
}

.ks-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  gap: 40px;
}

.ks-footer-brand h2 {
  margin: 0 0 10px;
  color: #ebe6e0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}

.ks-footer-brand h2 strong {
  font-weight: 700;
  font-size: 1.8rem;
}

.ks-footer-brand p {
  margin: 0;
  color: #fcf8f2;
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.85;
}

.ks-footer-title {
  margin: 0 0 14px;
  color: #dca842;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ks-footer-nav a {
  display: block;
  margin-bottom: 6px;
  color: #fcf8f2;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.85;
  text-decoration: none;
}

.ks-footer-nav a:hover {
  opacity: 1;
}

.ks-footer-contact p {
  margin: 0 0 4px;
  color: #fcf8f2;
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.85;
}

.ks-footer-divider {
  height: 1px;
  background: rgba(252, 248, 242, 0.4);
  margin: 36px 0 20px;
}

.ks-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ks-footer-bottom p {
  margin: 0;
  color: #fcf8f2;
  font-size: 0.75rem;
  opacity: 0.7;
}

.ks-sep {
  color: #dca842;
  opacity: 0.85;
  margin: 0 8px;
}

.ks-tagline {
  color: #dca842 !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: right;
  opacity: 1 !important;
}

.news-notice-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  border-left: 6px solid #d69e2e;
  display: none;
}

.news-notice-card h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  color: #22150f;
}

.news-notice-card p {
  margin: 0;
  color: #5d4536;
  line-height: 1.8;
  font-size: 0.95rem;
}

/* Old UMKM styles - deprecated */
.news-umkm-section.deprecated {
  margin-bottom: 36px;
}

.news-umkm-title.deprecated {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  color: #2a1a11;
  line-height: 1.1;
}

.news-umkm-subtitle.deprecated {
  margin: 0 0 36px;
  max-width: 800px;
  color: #674b38;
  line-height: 1.85;
  font-size: 1rem;
}

.news-umkm-grid.deprecated {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.umkm-item.deprecated {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.umkm-item.deprecated img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.umkm-item.deprecated h3 {
  margin: 0;
  padding: 20px 24px 8px;
  font-size: 1.25rem;
  color: #22150f;
}

.umkm-item.deprecated p {
  margin: 0;
  padding: 0 24px 24px;
  color: #5d4536;
  line-height: 1.75;
  font-size: 0.95rem;
}

@media (max-width: 1040px) {
  .header-inner,
  .hero-section,
  .section,
  .footer-inner,
  .news-page-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .news-hero-section {
    grid-template-columns: 1fr;
    min-height: 610px;
  }

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

  .news-hero-left {
    display: none;
  }

  .news-hero-right {
    padding: 40px 24px;
  }

  .broadcast-grid,
  .news-section .cards-grid,
  .culture-grid,
  .ads-grid,
  .mini-cards,
  .footer-links,
  .news-spotlight,
  .news-channels-grid,
  .news-notices-grid,
  .news-umkm-grid {
    grid-template-columns: 1fr;
  }

  .news-spotlight-card {
    grid-template-columns: 1fr;
  }

  .news-notice-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .notice-left {
    padding-right: 0;
  }

  .notice-right {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .site-nav {
    justify-content: center;
  }

  .hero-inner h1 {
    font-size: 3.4rem;
  }

  .hero-actions,
  .site-nav {
    flex-direction: column;
  }

  .social-sidebar {
    display: none;
  }

  .button,
  .button-primary,
  .button-secondary {
    width: 100%;
  }
}

@media (max-width: 1040px) {
  .beranda-page .header-inner,
  .beranda-page .section,
  .beranda-page .broadcast-section .section-inner {
    max-width: 720px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .beranda-page .hero-section {
    min-height: auto;
    padding: 72px 24px 58px;
  }

  .beranda-page .broadcast-grid,
  .beranda-page .culture-layout,
  .beranda-page .ads-grid {
    grid-template-columns: 1fr;
  }

  .beranda-page .broadcast-card {
    grid-row: auto;
  }

  .beranda-page .broadcast-media img,
  .beranda-page .culture-media img,
  .beranda-page .ads-image img {
    height: 300px;
  }

  .beranda-page .cards-grid,
  .beranda-page .culture-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beranda-page .beranda-footer .footer-inner {
    max-width: 720px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .beranda-page .beranda-footer .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kulturan-page .header-inner,
  .kulturan-shell,
  .ks-shell {
    width: auto;
    max-width: 720px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .kulturan-hero h1 {
    font-size: 4rem;
  }

  .schedule-grid,
  .audio-grid,
  .ks-paket-grid,
  .ks-kolaborasi-grid {
    grid-template-columns: 1fr;
  }

  .audio-card {
    min-height: auto;
  }

  .audio-card img {
    height: 260px;
  }

  .audio-card h3 {
    margin-bottom: 24px;
  }

  .kulturan-footer .footer-inner {
    max-width: 720px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .kulturan-footer .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ks-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ks-footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .ks-tagline {
    text-align: center;
  }

  .kabar-page .header-inner {
    max-width: 100%;
  }

  .kabar-page .news-hero-section {
    min-height: auto;
    padding: 56px 24px;
  }

  .kabar-page .news-hero-inner {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .kabar-page .news-hero-left {
    display: block;
  }

  .kabar-page .news-hero-right {
    padding: 0;
  }

  .kabar-page .news-hero-left img {
    height: 360px;
  }

  .kabar-page .news-notice-inner,
  .kabar-page .kabar-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .kabar-page .news-umkm-section .section-kicker {
    margin-left: 0;
  }

  .kabar-page .kabar-footer .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .beranda-page .header-inner {
    align-items: flex-start;
    padding: 22px 20px;
  }

  .beranda-page .site-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .beranda-page .hero-section {
    padding: 46px 20px 44px;
  }

  .beranda-page .hero-topline {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 36px;
  }

  .beranda-page .hero-topline span:last-child {
    justify-self: start;
  }

  .beranda-page .hero-inner h1 {
    font-size: 3rem;
  }

  .beranda-page .hero-actions {
    justify-content: flex-start;
  }

  .beranda-page .button,
  .beranda-page .button-primary,
  .beranda-page .button-secondary {
    width: auto;
    min-width: 150px;
  }

  .beranda-page .section,
  .beranda-page .broadcast-section .section-inner {
    padding: 54px 20px;
  }

  .beranda-page .cards-grid,
  .beranda-page .culture-cards,
  .beranda-page .beranda-footer .footer-links {
    grid-template-columns: 1fr;
  }

  .beranda-page .broadcast-media img,
  .beranda-page .culture-media img,
  .beranda-page .ads-image img {
    height: 230px;
  }

  .beranda-page .feature-card,
  .beranda-page .broadcast-card {
    min-height: auto;
  }

  .beranda-page .ads-description {
    margin-left: 0;
    text-align: left;
  }

  .beranda-page .beranda-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kulturan-page .header-inner,
  .kerjasama-page .header-inner {
    align-items: flex-start;
    padding: 22px 20px;
  }

  .kulturan-page .site-nav,
  .kerjasama-page .site-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .kulturan-shell,
  .kulturan-visual .kulturan-shell,
  .ks-shell {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kulturan-hero,
  .ks-hero {
    min-height: auto;
    padding: 60px 0 50px;
  }

  .kulturan-hero h1 {
    margin-top: 34px;
    font-size: 3rem;
    text-align: left;
  }

  .kulturan-hero p {
    text-align: left;
  }

  .kulturan-hero .button {
    margin-left: 0;
  }

  .hero-images {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .hero-images img {
    height: 220px;
  }

  .ks-hero h1 {
    text-align: left;
    font-size: 2.5rem;
  }

  .ks-hero p {
    text-align: left;
  }

  .ks-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .kulturan-schedule,
  .kulturan-audio,
  .kulturan-visual {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .kulturan-schedule h2,
  .kulturan-audio h2,
  .kulturan-visual h2,
  .kulturan-page .section-copy,
  .ks-paket h2,
  .ks-kolaborasi h2,
  .ks-form-text h2,
  .ks-paket .ks-desc,
  .ks-kolaborasi .ks-desc {
    text-align: left;
  }

  .schedule-card h3 {
    font-size: 1.5rem;
  }

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

  .visual-grid img,
  .audio-card img {
    height: 220px;
  }

  .kulturan-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .ks-paket,
  .ks-kolaborasi,
  .ks-form {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .ks-paket-grid,
  .ks-kolaborasi-grid {
    grid-template-columns: 1fr;
  }

  .ks-form-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ks-card h3,
  .ks-border-card h3 {
    font-size: 1.3rem;
  }

  .ks-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ks-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ks-footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .ks-tagline {
    text-align: center;
  }

  .kabar-page .site-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .kabar-page .header-inner {
    align-items: flex-start;
    padding: 22px 20px;
  }

  .kabar-page .news-hero-section {
    padding: 34px 20px 44px;
  }

  .kabar-page .news-hero-left img {
    height: 300px;
  }

  .kabar-page .news-hero-label {
    margin-bottom: 22px;
  }

  .kabar-page .news-hero-title {
    margin-bottom: 22px;
    font-size: 2.7rem;
  }

  .kabar-page .news-hero-subtitle {
    margin-bottom: 28px;
  }

  .kabar-page .news-hero-right .button,
  .kabar-page .umkm-cta .button-secondary {
    width: auto;
  }

  .kabar-page .news-page-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kabar-page .news-channel-section,
  .kabar-page .news-umkm-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .kabar-page .news-channels-grid,
  .kabar-page .news-umkm-grid,
  .kabar-page .kabar-footer .footer-links {
    grid-template-columns: 1fr;
  }

  .kabar-page .news-notice-section {
    padding: 54px 20px;
  }

  .kabar-page .notice-card-main {
    padding: 28px 24px 36px;
  }

  .kabar-page .umkm-item img {
    height: 220px;
  }

  .kabar-page .kabar-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
