:root {
  --bg: #060606;
  --bg-soft: #101113;
  --surface: #17181b;
  --surface-2: #202126;
  --line: rgba(251, 191, 36, 0.24);
  --gold: #f6c945;
  --gold-2: #ffe08a;
  --mint: #63e6be;
  --text: #f6f4ea;
  --muted: #c9c4b6;
  --ink: #15110a;
  --danger: #ff7a59;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(246, 201, 69, 0.12), transparent 36rem),
    linear-gradient(180deg, #050505 0%, #0b0b0c 45%, #060606 100%);
  color: var(--text);
  font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0;
}

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

a {
  color: var(--gold-2);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--mint);
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  z-index: 1000;
  clip: auto;
  background: var(--gold);
  color: var(--ink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 5, 5, 0.92);
  border-bottom: 1px solid rgba(246, 201, 69, 0.18);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.hero-section__inner,
.content-stage__inner,
.page-main__inner,
.site-footer__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 1.5rem;
}

.custom-logo-link,
.site-wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  font-weight: 900;
  font-size: 1.35rem;
  text-decoration: none;
  letter-spacing: 0;
}

.custom-logo {
  width: auto;
  max-width: 168px;
  max-height: 52px;
  object-fit: contain;
}

.primary-navigation ul,
.footer-navigation ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation a,
.footer-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.8rem;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.primary-navigation a:hover,
.primary-navigation a:focus,
.footer-navigation a:hover,
.footer-navigation a:focus {
  background: rgba(246, 201, 69, 0.1);
  color: var(--gold-2);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(246, 201, 69, 0.28);
  border-radius: 6px;
  background: #0c0c0d;
  cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
  width: 20px;
  height: 2px;
  background: var(--gold);
}

.hero-section {
  padding: clamp(2.5rem, 6vw, 5rem) 0 2rem;
}

.hero-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.hero-copy {
  text-align: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 0.38rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--gold-2);
  background: rgba(246, 201, 69, 0.08);
  font-weight: 800;
}

.hero-copy h1 {
  margin: 0;
  color: #fff8dc;
  font-size: clamp(2.15rem, 5vw, 4.85rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-intro {
  max-width: 680px;
  margin: 1.15rem auto 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  margin-top: 1.35rem;
  padding: 0.8rem 1.35rem;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(246, 201, 69, 0.24);
}

.primary-cta:hover,
.primary-cta:focus {
  color: var(--ink);
  transform: translateY(-1px);
}

.hero-note {
  max-width: 620px;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-media {
  position: relative;
  margin: 0;
  padding: 0.65rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(246, 201, 69, 0.16), rgba(255, 255, 255, 0.03));
}

.hero-media > img:first-child {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-media__icon {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  width: 76px;
  height: 76px;
  border: 2px solid rgba(255, 224, 138, 0.72);
  border-radius: 8px;
  object-fit: cover;
  background: #070707;
}

.content-stage {
  padding: 1rem 0 4rem;
}

.longform-article,
.page-article {
  color: var(--text);
}

.longform-article > *,
.page-article > .entry-content > *,
.page-article > p,
.page-article > ul,
.page-article > ol {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.longform-article h1,
.longform-article h2,
.longform-article h3,
.page-header h1,
.page-article h2,
.page-article h3 {
  color: #fff5cf;
  line-height: 1.22;
  letter-spacing: 0;
}

.longform-article h1 {
  margin-top: 1.5rem;
  font-size: clamp(2rem, 4vw, 3.3rem);
  text-align: center;
}

.longform-article h2,
.page-article h2 {
  margin-top: 2.6rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.longform-article h3,
.page-article h3 {
  margin-top: 1.7rem;
  font-size: 1.22rem;
  color: var(--gold-2);
}

.longform-article p,
.page-article p,
.longform-article li,
.page-article li {
  color: var(--muted);
}

.longform-article strong,
.page-article strong {
  color: var(--text);
}

.wp-block-group,
.wp-block-yoast-faq-block,
.schema-faq-section,
.post-card {
  border: 1px solid rgba(246, 201, 69, 0.18);
  border-radius: 8px;
  background: rgba(18, 19, 22, 0.88);
}

.wp-block-group {
  padding: clamp(1rem, 3vw, 1.6rem);
}

.wp-block-image {
  max-width: 980px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-block-image img {
  width: 100%;
  border: 1px solid rgba(246, 201, 69, 0.18);
  border-radius: 8px;
  object-fit: cover;
}

.wp-block-image figcaption {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.wp-block-list,
.longform-article ul,
.longform-article ol,
.page-article ul,
.page-article ol {
  padding-left: 1.4rem;
}

.wp-block-yoast-faq-block {
  max-width: 900px;
  padding: clamp(1rem, 3vw, 1.6rem);
}

.schema-faq-section {
  padding: 1rem;
  margin: 0 0 0.8rem;
}

.schema-faq-question {
  display: block;
  color: var(--gold-2);
  font-size: 1.04rem;
  line-height: 1.45;
}

.schema-faq-answer {
  margin-bottom: 0;
}

.page-main {
  padding: 3rem 0 4rem;
}

.page-header {
  max-width: 860px;
  margin: 0 auto 2rem;
  text-align: center;
}

.page-header h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.post-card {
  padding: 1.2rem;
}

.site-footer {
  border-top: 1px solid rgba(246, 201, 69, 0.18);
  background: #050505;
  padding: 2.5rem 0;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 1.5rem;
}

.site-footer h2 {
  margin: 0 0 0.75rem;
  color: var(--gold-2);
  font-size: 1.05rem;
}

.site-footer p {
  margin: 0.35rem 0;
  color: var(--muted);
}

.site-footer span {
  color: var(--text);
  font-weight: 800;
}

.footer-navigation {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(246, 201, 69, 0.12);
  padding-top: 1rem;
}

.footer-navigation ul {
  flex-wrap: wrap;
}

.search-form {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.search-field {
  min-height: 44px;
  border: 1px solid rgba(246, 201, 69, 0.3);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text);
  padding: 0 0.75rem;
}

.search-submit {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
  }

  .primary-navigation {
    position: absolute;
    top: 68px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 0.75rem;
    border: 1px solid rgba(246, 201, 69, 0.22);
    border-radius: 8px;
    background: #080808;
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation ul {
    display: grid;
    gap: 0.25rem;
  }

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

  .hero-media {
    order: -1;
  }

  .site-footer__inner,
  .post-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  body {
    font-size: 16px;
  }

  .site-header__inner,
  .hero-section__inner,
  .content-stage__inner,
  .page-main__inner,
  .site-footer__inner {
    width: min(100% - 24px, var(--max));
  }

  .hero-section {
    padding-top: 1.3rem;
  }

  .hero-copy h1 {
    font-size: 2.2rem;
  }

  .primary-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

