/* GCPG 2026 editorial redesign — visual layer only */
html {
  --color-primary: #0b2d4d !important;
  --color-primary-hover: #16466c !important;
  --color-primary-active: #071f36 !important;
  --color-primary-light: #e9eef2 !important;
  --color-accent: #b88b3b !important;
  --color-ink: #12212d !important;
  --color-muted-ink: #5b6570 !important;
  --color-surface: #f8f5ee !important;
  --color-surface-muted: #eee9df !important;
  --color-border: #d8d2c6 !important;
  --color-dark: #071d30 !important;
  --font-heading: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif !important;
  --font-body: "Inter Variable", "PingFang SC", "Microsoft YaHei", sans-serif !important;
  --radius: 2px !important;
  --section-py: 7.5rem !important;
  --section-py-lg: 10rem !important;
}

html, body {
  background: #f8f5ee;
  color: #12212d;
}

body {
  overflow-x: hidden;
  letter-spacing: .006em;
  background-image:
    linear-gradient(rgba(11,45,77,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,45,77,.018) 1px, transparent 1px);
  background-size: 48px 48px;
}

::selection {
  color: #fff;
  background: #b88b3b;
}

/* Navigation */
body > header {
  background: rgba(248,245,238,.94) !important;
  border-color: rgba(11,45,77,.14) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.75);
}

body > header nav {
  height: 82px !important;
  max-width: 1440px !important;
}

body > header nav > a img {
  width: 205px !important;
  height: 52px !important;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

body > header nav > ul {
  gap: 2.1rem !important;
}

body > header nav > ul a {
  position: relative;
  padding: 31px 0 28px;
  font-size: 13px !important;
  letter-spacing: .08em;
}

body > header nav > ul a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  content: "";
  background: #b88b3b;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .28s ease;
}

body > header nav > ul a:hover::after,
body > header nav > ul a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

[data-lang-switch] {
  border-radius: 0 !important;
  letter-spacing: .04em;
}

body > header a[href="/contact"].bg-primary,
body > header a[href="/contact"][class*="bg-primary"] {
  min-height: 42px !important;
  padding: 0 19px !important;
  border: 1px solid #0b2d4d;
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: .05em;
}

/* Global typography */
h1, h2, h3 {
  font-family: var(--font-heading) !important;
  text-wrap: balance;
}

h1 {
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

h2 {
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
}

h3 {
  font-weight: 600 !important;
  letter-spacing: -.01em !important;
}

p {
  text-wrap: pretty;
}

.section-py {
  position: relative;
}

.section-py > div {
  max-width: 1280px !important;
}

.ss-eyebrow,
section p[class*="uppercase"] {
  font-family: var(--font-body) !important;
  font-weight: 650 !important;
  letter-spacing: .18em !important;
}

/* Hero — home and inner pages */
main > section:first-child {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(184,139,59,.2), transparent 25%),
    linear-gradient(120deg, #071d30 0%, #0c3456 64%, #092844 100%) !important;
}

main > section:first-child::before {
  position: absolute;
  z-index: -1;
  top: -240px;
  right: -180px;
  width: 680px;
  height: 680px;
  content: "";
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255,255,255,.025),
    0 0 0 180px rgba(255,255,255,.018);
}

main > section:first-child::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 42%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #b88b3b, transparent);
}

main > section:first-child > div {
  max-width: 1440px !important;
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

main > section:first-child h1,
main > section:first-child h2 {
  color: #fff !important;
}

main > section:first-child h1 {
  max-width: 850px;
  font-size: clamp(3rem, 5.3vw, 5.5rem) !important;
  line-height: 1.08 !important;
}

main > section:first-child p:not(.ss-eyebrow) {
  color: rgba(255,255,255,.72) !important;
}

main > section:first-child .ss-eyebrow,
main > section:first-child p[class*="uppercase"] {
  color: #d8b66d !important;
}

main > section:first-child .ss-eyebrow {
  border: 0 !important;
  border-left: 2px solid #b88b3b !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: .2rem 0 .2rem .9rem !important;
}

#home > div {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

#home > div > div {
  grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr) !important;
  gap: clamp(4rem, 8vw, 9rem) !important;
}

#home h1 {
  max-width: 760px;
}

#home h1 .i18n-zh {
  line-height: 1.16;
}

#home p[class*="max-w-xl"] {
  max-width: 690px !important;
  font-size: 17px !important;
  line-height: 2 !important;
}

#home ul[class*="flex-wrap"] {
  gap: .55rem !important;
}

#home ul[class*="flex-wrap"] li {
  border-color: rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,.06) !important;
  box-shadow: none !important;
  color: rgba(255,255,255,.72) !important;
}

#home ul[class*="flex-wrap"] svg {
  color: #d8b66d !important;
}

#home .aspect-\[4\/3\] {
  position: relative;
  overflow: visible !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 28px 28px 0 rgba(184,139,59,.16), 0 36px 80px rgba(0,0,0,.3) !important;
  transform: rotate(1.5deg);
}

#home .aspect-\[4\/3\]::before {
  position: absolute;
  z-index: -1;
  inset: -18px 18px 18px -18px;
  content: "";
  border: 1px solid rgba(216,182,109,.45);
}

#home .aspect-\[4\/3\] img {
  object-fit: contain !important;
  padding: 3.3rem 2rem;
}

/* Buttons */
a[class*="inline-flex"][class*="bg-primary"],
a[class*="inline-flex"][class*="border-primary"],
main a[class*="h-12"] {
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: .04em;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease !important;
}

a[class*="inline-flex"][class*="bg-primary"]:hover,
main a[class*="h-12"]:hover {
  transform: translateY(-2px);
}

main > section:first-child a[class*="bg-primary"] {
  border: 1px solid #d8b66d !important;
  background: #d8b66d !important;
  color: #071d30 !important;
}

main > section:first-child a[class*="border-primary"] {
  border-color: rgba(255,255,255,.5) !important;
  color: #fff !important;
}

main > section:first-child a[class*="border-primary"]:hover {
  background: rgba(255,255,255,.1) !important;
}

/* Trust metrics */
#trust {
  border-bottom: 1px solid #d8d2c6;
  background: #efe9de !important;
}

#trust h2 {
  margin-bottom: 4.5rem !important;
  font-size: clamp(2rem, 3.4vw, 3.2rem) !important;
}

#trust dl {
  gap: 0 !important;
  border-top: 1px solid #cfc6b7;
  border-bottom: 1px solid #cfc6b7;
}

#trust dl > div {
  position: relative;
  padding: 2.8rem 1rem;
}

#trust dl > div + div {
  border-left: 1px solid #cfc6b7;
}

#trust dt {
  color: #0b2d4d !important;
  font-family: var(--font-heading);
  font-weight: 500 !important;
}

#trust dd {
  margin-top: .8rem !important;
  color: #6c675e !important;
  font-size: 11px !important;
  letter-spacing: .14em !important;
}

/* Editorial content sections */
.bg-default {
  background: #f8f5ee !important;
}

.bg-muted {
  background: #eee9df !important;
}

section:not(:first-child) h2 {
  font-size: clamp(2.25rem, 4vw, 4.15rem) !important;
  line-height: 1.2 !important;
}

#about-preview .grid,
section[id*="about"] .grid {
  gap: clamp(3rem, 8vw, 8rem) !important;
}

#about-preview p[class*="text-lg"] {
  font-size: 16px !important;
  line-height: 2.1 !important;
}

section img {
  filter: saturate(.88) contrast(1.03);
}

section:not(#home) .aspect-\[4\/3\] {
  border: 1px solid #d8d2c6 !important;
  border-radius: 0 !important;
  box-shadow: 18px 18px 0 #e5ded1 !important;
}

/* Cards */
.ss-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d8d2c6 !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,.5) !important;
  box-shadow: none !important;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease !important;
}

.ss-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background: #b88b3b;
  transition: width .35s ease;
}

.ss-card:hover {
  z-index: 1;
  border-color: #b8ac98 !important;
  box-shadow: 0 24px 55px rgba(7,29,48,.09) !important;
  transform: translateY(-7px);
}

.ss-card:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.ss-card h3 {
  color: #0b2d4d !important;
  font-size: 1.3rem !important;
  line-height: 1.45;
}

.ss-card [class*="rounded-full"] {
  border-radius: 0 !important;
}

.media-placeholder {
  position: relative;
  color: rgba(255,255,255,.65) !important;
  background:
    linear-gradient(135deg, rgba(184,139,59,.45), transparent 58%),
    #0b2d4d !important;
}

.media-placeholder::after {
  position: absolute;
  inset: 12px;
  content: "";
  border: 1px solid rgba(255,255,255,.2);
}

/* Platform statement */
#platform-positioning {
  overflow: hidden;
  background: #0b2d4d !important;
  color: #fff;
}

#platform-positioning::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 660px;
  content: "";
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}

#platform-positioning h2 {
  color: #fff !important;
}

#platform-positioning p {
  color: rgba(255,255,255,.72) !important;
}

#platform-positioning p[class*="uppercase"] {
  color: #d8b66d !important;
}

/* Editorial list */
#editorial [class*="divide-y"] {
  max-width: 950px !important;
  border-top: 1px solid #d8d2c6;
}

#editorial article {
  position: relative;
  display: grid !important;
  grid-template-columns: 160px minmax(0,1fr) auto;
  gap: .4rem 2rem !important;
  align-items: center;
  padding: 2rem 0 !important;
}

#editorial article > div:first-child {
  grid-row: 1 / span 2;
}

#editorial article > h3,
#editorial article > p {
  grid-column: 2;
}

#editorial article > div:last-child {
  grid-column: 3;
  grid-row: 1 / span 2;
}

/* CTA */
#home-cta,
section[id$="-cta"] {
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(184,139,59,.13), transparent 42%),
    #071d30 !important;
}

#home-cta h2,
section[id$="-cta"] h2 {
  color: #fff !important;
}

#home-cta a[class*="bg-white"],
section[id$="-cta"] a[class*="bg-white"] {
  border-radius: 0 !important;
  background: #d8b66d !important;
  color: #071d30 !important;
}

/* Forms */
input, textarea, select {
  border-radius: 0 !important;
  border-color: #cfc6b7 !important;
  background: rgba(255,255,255,.72) !important;
}

input:focus, textarea:focus, select:focus {
  border-color: #b88b3b !important;
  box-shadow: 0 0 0 3px rgba(184,139,59,.12) !important;
}

/* Footer */
body > footer {
  border-top: 0 !important;
  background: #061724 !important;
  color: #fff;
}

body > footer > div {
  max-width: 1280px !important;
  padding-top: 5.5rem !important;
  padding-bottom: 2.5rem !important;
}

body > footer h3,
body > footer [class*="text-ink"] {
  color: #fff !important;
}

body > footer p,
body > footer a,
body > footer [class*="muted-ink"] {
  color: rgba(255,255,255,.58) !important;
}

body > footer a:hover {
  color: #d8b66d !important;
}

body > footer > div > div:first-child > div:first-child > span {
  color: #fff !important;
  font-family: var(--font-heading) !important;
  font-size: 1.5rem !important;
}

body > footer [class*="border-t"],
body > footer a[class*="border"] {
  border-color: rgba(255,255,255,.14) !important;
}

/* Motion */
.animate-on-scroll {
  transition-duration: .85s !important;
  transition-timing-function: cubic-bezier(.22,1,.36,1) !important;
}

@media (max-width: 1023px) {
  html {
    --section-py: 6rem !important;
  }

  #home > div > div {
    grid-template-columns: 1fr !important;
  }

  #home .aspect-\[4\/3\] {
    max-width: 660px;
    margin: 1rem auto 0;
  }

  #editorial article {
    grid-template-columns: 130px minmax(0,1fr);
  }

  #editorial article > div:last-child {
    grid-column: 2;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  html {
    --section-py: 4.5rem !important;
  }

  body > header nav {
    height: 68px !important;
  }

  body > header nav > a img {
    width: 160px !important;
    height: 42px !important;
  }

  #nav-drawer {
    background: #f8f5ee !important;
  }

  main > section:first-child > div,
  #home > div {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  main > section:first-child h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem) !important;
  }

  section:not(:first-child) h2 {
    font-size: 2.25rem !important;
  }

  #home .aspect-\[4\/3\] {
    box-shadow: 12px 12px 0 rgba(184,139,59,.18) !important;
    transform: none;
  }

  #home .aspect-\[4\/3\] img {
    padding: 2rem 1rem;
  }

  #trust dl > div {
    padding: 2rem .5rem;
  }

  #trust dl > div:nth-child(3) {
    border-left: 0 !important;
    border-top: 1px solid #cfc6b7;
  }

  #trust dl > div:nth-child(4) {
    border-top: 1px solid #cfc6b7;
  }

  #editorial article {
    display: flex !important;
    gap: .6rem !important;
  }

  body > footer > div {
    padding-top: 4rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* Homepage direction v2 — cinematic publishing atelier */
#home {
  min-height: calc(100svh - 82px);
  background:
    linear-gradient(90deg, rgba(3,14,23,.88) 0%, rgba(3,14,23,.73) 38%, rgba(3,14,23,.28) 68%, rgba(3,14,23,.12) 100%),
    linear-gradient(0deg, rgba(3,14,23,.68) 0%, transparent 46%),
    url("/assets/hero-publishing-atelier.png") center center / cover no-repeat !important;
}

#home::before {
  display: none;
}

#home::after {
  width: 100%;
  background: linear-gradient(90deg, #b88b3b, rgba(184,139,59,.08) 36%, transparent 70%);
}

#home > div {
  display: flex;
  min-height: calc(100svh - 82px);
  align-items: flex-end;
  width: 100%;
  padding-top: 8rem !important;
  padding-bottom: clamp(4.5rem, 8vh, 7rem) !important;
}

#home > div > div {
  display: block !important;
  width: 100%;
}

#home > div > div > div:first-child {
  max-width: 790px;
  margin: 0 !important;
  text-align: left !important;
}

#home > div > div > div:last-child {
  display: none !important;
}

#home h1 {
  max-width: 780px;
  font-size: clamp(3.7rem, 5.8vw, 6.15rem) !important;
  line-height: 1.08 !important;
  text-shadow: 0 5px 32px rgba(0,0,0,.28);
}

#home p[class*="max-w-xl"] {
  max-width: 720px !important;
  color: rgba(255,255,255,.82) !important;
  text-shadow: 0 2px 15px rgba(0,0,0,.35);
}

#home ul[class*="flex-wrap"] {
  max-width: 760px;
}

#home ul[class*="flex-wrap"] li {
  background: rgba(5,21,34,.46) !important;
  backdrop-filter: blur(8px);
}

#home a[class*="h-12"] {
  min-width: 180px;
}

#home + #trust {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#home + #trust h2 {
  display: none;
}

#home + #trust dl {
  border-top: 0;
  border-bottom: 0;
}

#home + #trust dl > div {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

@media (max-width: 1023px) {
  #home {
    background-position: 59% center !important;
  }

  #home > div {
    min-height: calc(100svh - 82px);
  }
}

@media (max-width: 767px) {
  #home {
    min-height: calc(100svh - 68px);
    background:
      linear-gradient(90deg, rgba(3,14,23,.9) 0%, rgba(3,14,23,.64) 100%),
      linear-gradient(0deg, rgba(3,14,23,.75), transparent 55%),
      url("/assets/hero-publishing-atelier.png") 58% center / cover no-repeat !important;
  }

  #home > div {
    min-height: calc(100svh - 68px);
    padding-top: 5rem !important;
    padding-bottom: 3.5rem !important;
  }

  #home h1 {
    font-size: clamp(2.8rem, 13.3vw, 4.1rem) !important;
  }

  #home p[class*="max-w-xl"] {
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  #home .ss-eyebrow {
    font-size: 10px !important;
  }

  #home + #trust dl > div {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

/* Typography and project imagery refinement */
html {
  --font-heading: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", Georgia, serif !important;
  --font-body: "Inter Variable", "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
}

body {
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 1.75;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2 {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

h3,
body > header,
button,
a[class*="inline-flex"] {
  font-family: var(--font-body) !important;
}

h3 {
  font-weight: 650 !important;
  letter-spacing: -.015em !important;
}

section p[class*="text-lg"] {
  font-size: 17px !important;
  line-height: 1.95 !important;
}

.project-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.03);
  transition: transform .7s cubic-bezier(.22,1,.36,1), filter .5s ease;
}

.ss-card:hover .project-image {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.035);
}

/* Make all article calls-to-action visible and deliberate */
a.inline-flex[href="/why-entrepreneurs-should-publish-a-book"],
a.inline-flex[href="/institutional-publication-as-brand-asset"],
a.inline-flex[href="/profile-stories-build-long-term-credibility"],
a.inline-flex[href="/why-publishing-is-still-the-most-valuable-communication"] {
  display: inline-flex !important;
  min-width: 132px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 14px !important;
  padding: 11px 17px !important;
  border: 1px solid #0b2d4d !important;
  background: #0b2d4d !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: .08em;
  text-decoration: none !important;
  box-shadow: inset 0 0 0 0 #b88b3b;
}

a.inline-flex[href="/why-entrepreneurs-should-publish-a-book"]::after,
a.inline-flex[href="/institutional-publication-as-brand-asset"]::after,
a.inline-flex[href="/profile-stories-build-long-term-credibility"]::after,
a.inline-flex[href="/why-publishing-is-still-the-most-valuable-communication"]::after {
  content: "↗";
  color: #d8b66d;
  font-size: 15px;
  transition: transform .25s ease, color .25s ease;
}

a.inline-flex[href="/why-entrepreneurs-should-publish-a-book"]:hover,
a.inline-flex[href="/institutional-publication-as-brand-asset"]:hover,
a.inline-flex[href="/profile-stories-build-long-term-credibility"]:hover,
a.inline-flex[href="/why-publishing-is-still-the-most-valuable-communication"]:hover {
  border-color: #b88b3b !important;
  color: #071d30 !important;
  box-shadow: inset 180px 0 0 0 #d8b66d;
  transform: translateY(-2px);
}

a.inline-flex[href="/why-entrepreneurs-should-publish-a-book"]:hover::after,
a.inline-flex[href="/institutional-publication-as-brand-asset"]:hover::after,
a.inline-flex[href="/profile-stories-build-long-term-credibility"]:hover::after,
a.inline-flex[href="/why-publishing-is-still-the-most-valuable-communication"]:hover::after {
  color: #071d30;
  transform: translate(2px,-2px);
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  section p[class*="text-lg"] {
    font-size: 16px !important;
    line-height: 1.85 !important;
  }

  #editorial article > div:last-child {
    width: 100%;
    margin-top: .45rem;
  }

  #editorial article > div:last-child a {
    width: 100%;
  }
}

/* Editorial page — high contrast, magazine-style article grid */
main > .editorial-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 4%, rgba(184,139,59,.14), transparent 24%),
    linear-gradient(to bottom, #082942 0, #0b3554 420px, #f4efe6 420px, #f4efe6 100%) !important;
}

main > .editorial-page::after {
  top: 419px;
  bottom: auto;
  width: 100%;
  background: linear-gradient(90deg, transparent, #b88b3b 18%, #b88b3b 82%, transparent);
}

main > .editorial-page > div {
  max-width: 1180px !important;
  padding-top: 4.8rem !important;
  padding-bottom: 8rem !important;
}

.editorial-page > div > div:first-child {
  max-width: 900px !important;
  min-height: 245px;
}

.editorial-page > div > div:first-child h2 {
  color: #fff !important;
  font-size: clamp(2.75rem, 4.6vw, 5rem) !important;
  line-height: 1.16 !important;
}

.editorial-page > div > div:first-child > p:last-child {
  color: rgba(255,255,255,.72) !important;
}

.editorial-page > div > div:first-child .ss-eyebrow {
  color: #e4bf6c !important;
}

.editorial-page > div > div:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
  max-width: 1100px !important;
  margin-top: 3.4rem !important;
  border: 0 !important;
}

.editorial-page article {
  position: relative;
  display: flex !important;
  flex-direction: column;
  min-height: 315px;
  align-items: flex-start;
  padding: 34px 34px 30px !important;
  border: 1px solid #d9d1c4 !important;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 40px rgba(7,29,48,.08);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.editorial-page article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 3px;
  content: "";
  background: #b88b3b;
  transition: width .3s ease;
}

.editorial-page article:hover {
  z-index: 1;
  border-color: #b8aa93 !important;
  box-shadow: 0 28px 60px rgba(7,29,48,.13);
  transform: translateY(-5px);
}

.editorial-page article:hover::before {
  width: 100%;
}

.editorial-page article > div:first-child {
  width: auto;
  margin-bottom: 1.2rem;
}

.editorial-page article > div:first-child span[class*="rounded-full"] {
  border: 1px solid rgba(11,45,77,.16);
  border-radius: 0 !important;
  background: #edf1f3 !important;
  color: #0b2d4d !important;
  letter-spacing: .08em;
}

.editorial-page article h3 {
  width: 100%;
  color: #12212d !important;
  font-family: var(--font-heading) !important;
  font-size: clamp(1.45rem, 2.2vw, 2rem) !important;
  font-weight: 600 !important;
  line-height: 1.45;
}

.editorial-page article > p {
  flex: 1;
  width: 100%;
  margin-top: .75rem;
  color: #5b6570 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

#main > .editorial-page article > p {
  color: #5b6570 !important;
}

.editorial-page article > div:last-child {
  width: 100%;
  margin-top: 1.6rem;
}

.editorial-page article > div:last-child a {
  min-width: 144px;
}

@media (max-width: 767px) {
  main > .editorial-page {
    background:
      linear-gradient(to bottom, #082942 0, #0b3554 380px, #f4efe6 380px, #f4efe6 100%) !important;
  }

  main > .editorial-page::after {
    top: 379px;
  }

  main > .editorial-page > div {
    padding-top: 4rem !important;
    padding-bottom: 5rem !important;
  }

  .editorial-page > div > div:first-child {
    min-height: 245px;
  }

  .editorial-page > div > div:first-child h2 {
    font-size: 2.55rem !important;
  }

  .editorial-page > div > div:nth-child(2) {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 2.4rem !important;
  }

  .editorial-page article {
    min-height: 0;
    padding: 28px 24px 24px !important;
  }

  .editorial-page article h3 {
    font-size: 1.55rem !important;
  }
}
