/* ==========================================================
   PARAKKH INSIGHTS — EDITORIAL DESIGN SYSTEM
========================================================== */
:root {
   --navy: #243647;
   --ink: #17232d;
   --body: #5c6872;
   --muted: #7d878e;
   --ivory: #f6f5f1;
   --white: #fff;
   --red: #be3032;
   --line: rgba(36, 54, 71, .12);
   --shadow: 0 20px 60px rgba(23, 35, 45, .09);
   --ease: cubic-bezier(.22, .61, .36, 1)
}

* {
   box-sizing: border-box
}

html {
   scroll-behavior: smooth
}

body {
   margin: 0;
   background: var(--white);
   color: var(--ink);
   font-family: "Inter", "Segoe UI", Arial, sans-serif;
   -webkit-font-smoothing: antialiased
}

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

.insights-page {
   overflow: hidden
}

.insights-container {
   width: min(1180px, calc(100% - 48px));
   margin: auto
}

/* nav active */
nav {
   font-family: Inter, sans-serif !important
}

nav a {
   font-family: Inter, sans-serif !important
}

.insights-nav-active {
   color: var(--red) !important
}

.insights-nav-active:after {
   transform: scaleX(1) !important
}

/* hero */
.insights-hero {
   position: relative;
   min-height: 650px;
   background: var(--navy);
   display: flex;
   align-items: center;
   overflow: hidden;
   padding: 150px 0 100px
}

.insights-hero:before {
   content: "";
   position: absolute;
   width: 760px;
   height: 760px;
   border: 1px solid rgba(255, 255, 255, .09);
   border-radius: 50%;
   right: -260px;
   top: -270px
}

.insights-hero:after {
   content: "";
   position: absolute;
   width: 420px;
   height: 420px;
   border: 1px solid rgba(190, 48, 50, .22);
   border-radius: 50%;
   right: 30px;
   bottom: -280px
}

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

.insights-eyebrow {
   display: flex;
   align-items: center;
   gap: 14px;
   color: #e7a4a5;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: .28em;
   text-transform: uppercase
}

.insights-eyebrow:before {
   content: "";
   width: 42px;
   height: 1px;
   background: var(--red)
}

.insights-hero h1 {
   font-size: clamp(54px, 6.4vw, 88px);
   line-height: .99;
   letter-spacing: -.06em;
   color: #fff;
   font-weight: 600;
   margin: 28px 0
}

.insights-hero h1 span {
   display: block;
   /* color: #e7a4a5 */
}

.insights-hero-copy {
   max-width: 570px;
   color: rgba(255, 255, 255, .70);
   font-size: 17px;
   line-height: 1.8
}

.hero-note {
   margin-top: 34px;
   display: flex;
   align-items: center;
   gap: 16px;
   color: rgba(255, 255, 255, .55);
   font-size: 11px;
   letter-spacing: .16em;
   text-transform: uppercase
}

.hero-note i {
   display: block;
   width: 50px;
   height: 1px;
   background: rgba(255, 255, 255, .28)
}

/* featured */
.featured-wrap {
   margin-top: -70px;
   position: relative;
   z-index: 5
}

.featured-card {
   display: grid;
   grid-template-columns: 1fr 1fr;
   background: #fff;
   box-shadow: var(--shadow);
   border: 1px solid var(--line);
   min-height: 470px
}

.featured-image {
   min-height: 470px;
   background-size: cover;
   background-position: center;
   position: relative
}

.featured-image:after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(90deg, rgba(23, 35, 45, .18), rgba(23, 35, 45, .45))
}

.featured-badge {
   position: absolute;
   z-index: 2;
   left: 30px;
   top: 30px;
   background: var(--red);
   color: #fff;
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .2em;
   text-transform: uppercase;
   padding: 10px 14px
}

.featured-content {
   padding: 65px 60px;
   display: flex;
   flex-direction: column;
   justify-content: center
}

.article-meta {
   color: var(--red);
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .22em;
   text-transform: uppercase
}

.featured-content h2 {
   font-size: clamp(34px, 3.6vw, 52px);
   line-height: 1.06;
   letter-spacing: -.045em;
   color: var(--navy);
   margin: 18px 0 22px;
   font-weight: 600
}

.featured-content p {
   font-size: 16px;
   line-height: 1.8;
   color: var(--body);
   margin: 0
}

.read-link {
   margin-top: 34px;
   display: inline-flex;
   align-items: center;
   gap: 14px;
   color: var(--navy);
   font-size: 12px;
   font-weight: 700;
   letter-spacing: .12em;
   text-transform: uppercase;
   width: max-content
}

.read-link span {
   width: 42px;
   height: 1px;
   background: var(--red);
   transition: width .35s var(--ease)
}

.read-link:hover span {
   width: 64px
}

/* grid */
.insights-library {
   padding: 125px 0 105px;
   background: var(--ivory)
}

.section-intro {
   display: flex;
   justify-content: space-between;
   align-items: end;
   gap: 50px;
   margin-bottom: 55px
}

.section-intro .eyebrow {
   color: var(--red);
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .24em;
   text-transform: uppercase
}

.section-intro h2 {
   font-size: clamp(40px, 5vw, 64px);
   line-height: 1.02;
   letter-spacing: -.05em;
   color: var(--navy);
   font-weight: 600;
   margin: 16px 0 0
}

.section-intro p {
   max-width: 390px;
   color: var(--body);
   line-height: 1.75;
   margin: 0
}

.insights-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 26px
}

.insight-card {
   background: #fff;
   border: 1px solid var(--line);
   transition: transform .45s var(--ease), box-shadow .45s var(--ease);
   display: flex;
   flex-direction: column;
   min-height: 520px
}

.insight-card:hover {
   transform: translateY(-7px);
   box-shadow: var(--shadow)
}

.insight-image {
   height: 245px;
   background-size: cover;
   background-position: center;
   position: relative;
   overflow: hidden
}

.insight-image:after {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, rgba(23, 35, 45, .05), rgba(23, 35, 45, .5))
}

.insight-index {
   position: absolute;
   z-index: 2;
   right: 20px;
   bottom: 18px;
   color: #fff;
   font-size: 36px;
   font-weight: 600;
   letter-spacing: -.06em
}

.insight-content {
   padding: 30px 32px 34px;
   display: flex;
   flex: 1;
   flex-direction: column
}

.insight-content .article-meta {
   margin-bottom: 15px
}

.insight-content h3 {
   color: var(--navy);
   font-size: 27px;
   line-height: 1.15;
   letter-spacing: -.035em;
   font-weight: 600;
   margin: 0 0 15px
}

.insight-content p {
   color: var(--body);
   font-size: 15px;
   line-height: 1.75;
   margin: 0
}

.insight-content .read-link {
   margin-top: auto;
   padding-top: 26px
}

/* philosophy */
.insights-philosophy {
   background: #fff;
   padding: 115px 0
}

.philosophy-grid {
   display: grid;
   grid-template-columns: .7fr 1.3fr;
   gap: 90px;
   align-items: start
}

.philosophy-mark {
   font-size: 150px;
   line-height: .7;
   color: var(--ivory-2, #eeece6);
   font-weight: 600;
   letter-spacing: -.1em
}

.philosophy-copy .eyebrow {
   color: var(--red);
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .24em;
   text-transform: uppercase
}

.philosophy-copy h2 {
   font-size: clamp(38px, 4.8vw, 62px);
   line-height: 1.03;
   letter-spacing: -.05em;
   color: var(--navy);
   margin: 16px 0 22px;
   font-weight: 600
}

.philosophy-copy h2 span {
   color: var(--red)
}

.philosophy-copy p {
   max-width: 700px;
   color: var(--body);
   font-size: 17px;
   line-height: 1.85;
   margin: 0
}

.philosophy-rule {
   margin-top: 32px;
   width: 70px;
   height: 2px;
   background: var(--red)
}

/* CTA */
.insights-cta {
   background: var(--navy);
   padding: 100px 0
}

.cta-box {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 50px
}

.cta-box .eyebrow {
   color: #e7a4a5;
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .24em;
   text-transform: uppercase
}

.cta-box h2 {
   color: #fff;
   font-size: clamp(38px, 4.7vw, 62px);
   line-height: 1.04;
   letter-spacing: -.05em;
   margin: 15px 0 0;
   font-weight: 600;
   max-width: 720px
}

.cta-button {
   background: var(--red);
   color: #fff;
   padding: 18px 28px;
   white-space: nowrap;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: .08em;
   text-transform: uppercase;
   transition: transform .3s ease, background .3s ease
}

.cta-button:hover {
   background: #9f292b;
   transform: translateY(-3px)
}

/* article pages */
.article-hero {
   background: var(--navy);
   padding: 165px 0 100px
}

.article-hero .article-meta {
   color: #e7a4a5
}

.article-hero h1 {
   max-width: 980px;
   color: #fff;
   font-size: clamp(48px, 6vw, 78px);
   line-height: 1.02;
   letter-spacing: -.055em;
   font-weight: 600;
   margin: 24px 0
}

.article-hero p {
   max-width: 780px;
   color: rgba(255, 255, 255, .68);
   font-size: 17px;
   line-height: 1.8;
   margin: 0
}

.article-layout {
   display: grid;
   grid-template-columns: minmax(0, 780px) 250px;
   gap: 90px;
   padding: 90px 0 120px
}

.article-body h2 {
   font-size: 30px;
   line-height: 1.2;
   letter-spacing: -.03em;
   color: var(--navy);
   margin: 55px 0 18px
}

.article-body p {
   font-size: 17px;
   line-height: 1.9;
   color: var(--body);
   margin: 0 0 18px
}

.article-body h2:first-child {
   margin-top: 0
}

.article-aside {
   position: sticky;
   top: 120px;
   height: max-content;
   border-top: 2px solid var(--red);
   padding-top: 18px
}

.article-aside span {
   display: block;
   color: var(--muted);
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .2em;
   text-transform: uppercase
}

.article-aside strong {
   display: block;
   color: var(--navy);
   font-size: 30px;
   line-height: 1;
   margin-top: 8px
}

.article-next {
   background: var(--ivory);
   padding: 70px 0
}

.article-next h2 {
   color: var(--navy);
   font-size: 38px;
   letter-spacing: -.04em;
   margin: 0 0 25px
}

.next-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px
}

.next-card {
   background: #fff;
   border: 1px solid var(--line);
   padding: 28px
}

.next-card .article-meta {
   margin-bottom: 12px
}

.next-card h3 {
   color: var(--navy);
   font-size: 22px;
   line-height: 1.2;
   margin: 0
}

/* responsive */
@media(max-width:900px) {

   .insights-hero-grid,
   .featured-card,
   .philosophy-grid,
   .cta-box,
   .article-layout {
      grid-template-columns: 1fr;
      display: grid;
      gap: 35px
   }

   .insights-hero {
      min-height: auto;
      padding: 135px 0 90px
   }

   .featured-wrap {
      margin-top: 0
   }

   .featured-image {
      min-height: 330px
   }

   .featured-content {
      padding: 42px 32px
   }

   .section-intro {
      display: block
   }

   .section-intro p {
      margin-top: 20px
   }

   .article-aside {
      position: static
   }

   .next-grid {
      grid-template-columns: 1fr
   }
}

@media(max-width:600px) {
   .insights-container {
      width: min(100% - 36px, 1180px)
   }

   .insights-hero h1 {
      font-size: 48px
   }

   .insights-hero-copy {
      font-size: 15px
   }

   .insights-library {
      padding: 85px 0
   }

   .insights-grid {
      grid-template-columns: 1fr
   }

   .insight-image {
      height: 215px
   }

   .insight-content h3 {
      font-size: 24px
   }

   .featured-image {
      min-height: 250px
   }

   .featured-content {
      padding: 32px 24px
   }

   .featured-content h2 {
      font-size: 34px
   }

   .philosophy-mark {
      font-size: 100px
   }

   .insights-philosophy {
      padding: 80px 0
   }

   .insights-cta {
      padding: 80px 0
   }

   .cta-box h2 {
      font-size: 42px
   }

   .cta-button {
      width: max-content
   }

   .article-hero {
      padding: 135px 0 75px
   }

   .article-hero h1 {
      font-size: 46px
   }

   .article-layout {
      padding: 65px 0 85px
   }

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

   .article-body p {
      font-size: 16px;
      line-height: 1.8
   }
}

@media(prefers-reduced-motion:reduce) {
   * {
      scroll-behavior: auto !important;
      transition: none !important
   }
}
.featured-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.featured-card-link:hover {
    color: inherit;
}
