.insights-page {
  --insight-gold: #c88a4a;
  --insight-cream: #f2eee7;
  --insight-ink: #11100e;
  background: var(--insight-cream);
  color: var(--insight-ink);
}

.insights-page .site-header {
  background: rgba(13, 12, 10, .94);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  backdrop-filter: blur(14px) saturate(115%);
}

.insights-page .site-nav a[aria-current="page"] { color: var(--copper-soft); }

.insights-hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  padding: 11rem 7vw 6rem;
  overflow: hidden;
  background: #171512;
  color: var(--white);
}

.insights-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 9, 8, .91) 0%, rgba(10, 9, 8, .58) 48%, rgba(10, 9, 8, .18) 100%),
    url("assets/images/pazo-raxoi-atardecer.png") center 42% / cover no-repeat;
  filter: saturate(.76) sepia(.1);
  transform: scale(1.015);
}

.insights-hero::after {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 3.4rem;
  height: 2px;
  background: linear-gradient(90deg, #a33327 0 22%, var(--insight-gold) 22% 58%, rgba(255, 255, 255, .2) 58%);
}

.insights-hero__content { position: relative; z-index: 1; width: min(100%, 1080px); }
.insights-kicker { display: flex; align-items: center; gap: 1rem; margin: 0 0 2rem; color: #ddac78; font-size: .68rem; letter-spacing: .23em; text-transform: uppercase; }
.insights-kicker::before { content: ""; width: 42px; height: 2px; background: linear-gradient(90deg, #a43727 0 45%, #d38b48 45%); }
.insights-hero h1 { max-width: 1040px; margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 5.8vw, 6.35rem); font-weight: 400; line-height: .94; letter-spacing: -.035em; text-wrap: balance; }
.insights-hero h1 em { display: block; margin-left: 8%; color: #db9a58; font-weight: 400; }
.insights-hero__lead { max-width: 720px; margin: 2.25rem 0 0 8%; color: #d5cec3; font-family: var(--serif); font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.5; }

.insights-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; padding: 7rem 7vw; background: #eee8de; }
.insights-intro__label { color: #9f4f21; font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; }
.insights-intro blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.7rem); line-height: 1.08; }
.insights-intro blockquote span { color: #a9582e; }

.insights-featured { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 620px; background: #12110f; color: var(--white); }
.insights-featured__image { min-height: 560px; background: linear-gradient(180deg, rgba(13, 12, 10, .03), rgba(13, 12, 10, .48)), url("assets/images/perspectivas-bosque-lago.webp") center / cover no-repeat; filter: saturate(.82) contrast(1.03); }
.insights-featured__copy { display: flex; flex-direction: column; justify-content: center; padding: 6rem 7vw 6rem 6vw; }
.insights-meta { display: flex; gap: 1rem; color: #c78045; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; }
.insights-featured h2 { margin: 1.7rem 0; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.4rem); font-weight: 400; line-height: 1.03; }
.insights-featured p { max-width: 540px; color: #aaa39a; line-height: 1.75; }
.insights-read { display: inline-flex; align-items: center; gap: .9rem; margin-top: 2rem; color: var(--white); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.insights-read::after { content: "↗"; color: #d28648; font-size: 1rem; }

.insights-articles { padding: 8rem 7vw; background: #f5f1ea; }
.insights-articles__head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3.5rem; }
.insights-articles__head h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 4.8vw, 5.2rem); font-weight: 400; }
.insights-articles__head p { max-width: 440px; margin: 0; color: #676057; line-height: 1.65; }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #c9c0b4; border-top: 3px solid transparent; border-image: linear-gradient(90deg, #a33727, #c87836 55%, rgba(0, 0, 0, .12)) 1; }
.insights-entry { min-width: 0; background: #eee9e1; }
.insights-entry > summary { list-style: none; cursor: pointer; }
.insights-entry > summary::-webkit-details-marker { display: none; }
.insights-entry[open] { grid-column: 1 / -1; background: #171512; }
.insights-card { min-height: 430px; display: flex; flex-direction: column; padding: 2.5rem; background: #eee9e1; transition: background .35s, transform .35s; }
.insights-card:hover { background: var(--white); transform: translateY(-5px); }
.insights-card__no { color: #a9532e; font-family: var(--serif); font-size: 1.3rem; }
.insights-card h3 { margin: 5rem 0 1.25rem; font-family: var(--serif); font-size: clamp(1.7rem, 2.3vw, 2.45rem); font-weight: 400; line-height: 1.08; }
.insights-card p { margin: 0; color: #6e675e; line-height: 1.65; }
.insights-card .insights-read { margin-top: auto; padding-top: 1.4rem; border-top: 1px solid #c9c0b4; color: #191714; }
.insights-entry[open] > .insights-card { min-height: 300px; background: #e7dfd4; }
.insights-entry[open] .insights-read { color: #a44627; }
.insights-full-article { scroll-margin-top: 6rem; padding: 5.5rem clamp(2rem, 9vw, 10rem) 6.5rem; border-top: 3px solid transparent; border-image: linear-gradient(90deg, #9f3528, #d49654 58%, rgba(255,255,255,.18)) 1; background: #171512; color: #f4efe8; }
.insights-full-article__head { display: flex; justify-content: space-between; gap: 2rem; align-items: center; color: #d49a61; font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; }
.insights-full-article h2 { max-width: 950px; margin: 3rem 0 4rem; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.7rem); font-weight: 400; line-height: 1.02; }
.insights-full-article__body { max-width: 1160px; columns: 2; column-gap: clamp(3rem, 8vw, 8rem); column-rule: 1px solid rgba(255,255,255,.13); }
.insights-full-article__body p { margin: 0 0 1.55rem; color: #d2cbc1; font-family: var(--serif); font-size: clamp(1.12rem, 1.45vw, 1.35rem); line-height: 1.75; break-inside: avoid; }
.insights-full-article__body p:first-child::first-letter { float: left; margin: .08em .12em 0 0; color: #d49555; font-size: 4.1em; line-height: .72; }
.insights-full-article__note { max-width: 820px; margin: 3.5rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); color: #8f887f; font-size: .72rem; line-height: 1.6; }

.insights-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4rem; padding: 6rem 7vw; background: #a13d29; color: var(--white); }
.insights-cta h2 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 4.5vw, 4.8rem); font-weight: 400; line-height: 1.02; }
.insights-cta a { padding: 1.1rem 1.5rem; border: 1px solid rgba(255, 255, 255, .6); font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; transition: background .25s, color .25s; }
.insights-cta a:hover { background: var(--white); color: #8e281d; }

[dir="rtl"] .insights-kicker { flex-direction: row-reverse; justify-content: flex-end; }
[dir="rtl"] .insights-hero h1 em, [dir="rtl"] .insights-hero__lead { margin-left: 0; margin-right: 12%; }

@media (max-width: 850px) {
  .insights-hero { min-height: 76vh; padding: 9rem 1.25rem 5rem; }
  .insights-hero h1 em, .insights-hero__lead, [dir="rtl"] .insights-hero h1 em, [dir="rtl"] .insights-hero__lead { margin-left: 0; margin-right: 0; }
  .insights-hero::after { left: 1.25rem; right: 1.25rem; }
  .insights-intro, .insights-featured, .insights-cta { grid-template-columns: 1fr; }
  .insights-intro { padding: 5rem 1.25rem; }
  .insights-featured__copy { padding: 4rem 1.25rem; }
  .insights-featured__image { min-height: 420px; }
  .insights-articles { padding: 5rem 1.25rem; }
  .insights-articles__head { display: block; }
  .insights-articles__head p { margin-top: 1.5rem; }
  .insights-grid { grid-template-columns: 1fr; }
  .insights-card { min-height: 350px; }
  .insights-full-article { padding: 4rem 1.25rem 5rem; }
  .insights-full-article__body { columns: 1; }
  .insights-full-article h2 { margin: 2rem 0 3rem; }
  .insights-cta { gap: 2rem; padding: 4.5rem 1.25rem; }
  .insights-cta a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .insights-card { transition: none; }
  .insights-hero::before { transform: none; }
}
