:root {
  --editorial-navy: #061c45;
  --editorial-navy-rich: #0b2d63;
  --editorial-gold: #d4a55a;
  --editorial-gold-deep: #be8c3d;
  --editorial-cream: #f8f4ee;
  --editorial-ink: #1f2937;
  --editorial-border: rgba(212, 165, 90, 0.2);
  --editorial-shadow: 0 28px 65px rgba(3, 17, 43, 0.18);
}

body.editorial-page {
  background: var(--editorial-cream);
  color: var(--editorial-ink);
  padding-top: 0 !important;
}

.editorial-page main {
  overflow: clip;
}

.editorial-page [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.editorial-page .homepage-main-nav {
  top: 24px !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .editorial-page .homepage-main-nav,
  .editorial-page .homepage-main-nav:not(.is-scrolled),
  .editorial-page .homepage-main-nav.is-scrolled {
    top: 8px !important;
  }

  .editorial-page--about .editorial-hero,
  .editorial-page--reviews .editorial-hero,
  .editorial-page--portfolio .editorial-hero {
    background-image: url("../img/home-section-blue-plain.png") !important;
  }
}

.editorial-page .homepage-navbar {
  min-height: 80px !important;
  height: 80px !important;
  background: linear-gradient(180deg, rgba(11, 45, 99, 0.32), rgba(212, 165, 90, 0.24)) !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  box-shadow: 0 24px 60px rgba(6, 28, 69, 0.16) !important;
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px) !important;
}

.editorial-page .homepage-centered-nav {
  grid-template-columns: repeat(2, auto) minmax(160px, 240px) repeat(2, auto);
  gap: 34px;
}

.editorial-page .homepage-centered-nav a {
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  opacity: 1 !important;
}

.editorial-page .homepage-main-nav:not(.is-scrolled) .homepage-centered-nav > li > a,
.editorial-page .homepage-main-nav:not(.is-scrolled) .homepage-centered-nav > li > a:visited {
  color: #ffffff !important;
}

.editorial-page .homepage-centered-nav a:hover,
.editorial-page .homepage-centered-nav a:focus-visible,
.editorial-page .homepage-centered-nav a[aria-current="page"] {
  color: inherit !important;
}

.editorial-page .homepage-main-nav:not(.is-scrolled) .homepage-centered-nav > li > a:hover,
.editorial-page .homepage-main-nav:not(.is-scrolled) .homepage-centered-nav > li > a:focus-visible,
.editorial-page .homepage-main-nav:not(.is-scrolled) .homepage-centered-nav > li > a[aria-current="page"] {
  color: #ffffff !important;
}

.editorial-page .homepage-main-nav.is-scrolled {
  background: transparent !important;
  box-shadow: none !important;
}

.editorial-page .homepage-main-nav.is-scrolled .homepage-navbar {
  height: 80px !important;
  min-height: 80px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(249, 236, 121, 0.88) 0%, rgba(244, 217, 94, 0.84) 18%, rgba(221, 180, 71, 0.8) 40%, rgba(201, 150, 45, 0.82) 60%, rgba(174, 125, 30, 0.88) 80%, rgba(125, 85, 16, 0.92) 100%) !important;
  border: 1px solid rgba(125, 85, 16, 0.45) !important;
  box-shadow: 0 24px 52px rgba(2, 10, 24, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.editorial-page .homepage-main-nav.is-scrolled .homepage-centered-nav {
  grid-template-columns: repeat(2, auto) 74px repeat(2, auto) !important;
  gap: clamp(14px, 1.35vw, 22px) !important;
}

.editorial-page .homepage-main-nav.is-scrolled .homepage-centered-nav > li > a {
  min-height: 72px !important;
  color: #081D33 !important;
  -webkit-text-fill-color: #081D33 !important;
  text-shadow: none !important;
}

.editorial-page .homepage-main-nav.is-scrolled .homepage-centered-nav > li > a:hover,
.editorial-page .homepage-main-nav.is-scrolled .homepage-centered-nav > li > a:focus-visible,
.editorial-page .homepage-main-nav.is-scrolled .homepage-centered-nav > li > a[aria-current="page"] {
  color: #081D33 !important;
  -webkit-text-fill-color: #081D33 !important;
}

.editorial-page .homepage-main-nav.is-scrolled .homepage-centered-nav__logo a {
  min-height: 72px !important;
  padding: 0 !important;
}

.editorial-page .homepage-main-nav.is-scrolled .homepage-logo--full {
  display: none !important;
}

.editorial-page .homepage-main-nav.is-scrolled .homepage-logo--mark {
  display: block !important;
  width: 48px !important;
  max-width: 48px !important;
  height: auto !important;
}

.editorial-page .homepage-main-nav .homepage-services-dropdown a,
.editorial-page .homepage-main-nav.is-scrolled .homepage-services-dropdown a {
  color: var(--editorial-ink) !important;
  text-shadow: none;
}

.editorial-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 8.25rem 0 4.75rem;
  color: #ffffff;
  background-color: var(--editorial-navy);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.editorial-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 14, 35, 0.66) 0%, rgba(4, 14, 35, 0.46) 44%, rgba(4, 14, 35, 0.12) 100%);
}

.editorial-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -140px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 165, 90, 0.32) 0%, rgba(212, 165, 90, 0) 68%);
  pointer-events: none;
}

.editorial-hero__inner {
  position: relative;
  z-index: 1;
}

.editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  opacity: 1 !important;
}

.editorial-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--editorial-gold);
  box-shadow: 0 0 0 5px rgba(212, 165, 90, 0.18);
}

.editorial-hero h1 {
  max-width: 760px;
  margin: 1.5rem 0 1.25rem;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 1;
  color: #ffffff !important;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.42);
  opacity: 1 !important;
}

.editorial-hero p {
  max-width: 640px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9) !important;
  opacity: 1 !important;
}

.editorial-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.editorial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.65rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 85, 16, 0.45);
  background: var(--site-metal-gold-gradient, linear-gradient(180deg, #F9EC79 0%, #F4D95E 18%, #DDB447 40%, #C9962D 60%, #AE7D1E 80%, #7D5510 100%));
  color: #0B2742 !important;
  -webkit-text-fill-color: #0B2742 !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none !important;
}

.editorial-btn:hover {
  transform: translateY(-2px);
  background: var(--site-metal-gold-gradient-hover, linear-gradient(180deg, #FFF18A 0%, #F7DE67 18%, #E4BC4D 40%, #D09D33 60%, #B98623 80%, #835B12 100%));
  border-color: rgba(125, 85, 16, 0.58);
  color: #0B2742 !important;
  -webkit-text-fill-color: #0B2742 !important;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.editorial-btn--gold {
  background: var(--site-metal-gold-gradient, linear-gradient(180deg, #F9EC79 0%, #F4D95E 18%, #DDB447 40%, #C9962D 60%, #AE7D1E 80%, #7D5510 100%));
  color: #0B2742 !important;
  -webkit-text-fill-color: #0B2742 !important;
}

.editorial-btn--gold:hover {
  background: var(--site-metal-gold-gradient-hover, linear-gradient(180deg, #FFF18A 0%, #F7DE67 18%, #E4BC4D 40%, #D09D33 60%, #B98623 80%, #835B12 100%));
  color: #0B2742 !important;
  -webkit-text-fill-color: #0B2742 !important;
}

.editorial-btn--ghost {
  background: var(--site-metal-gold-gradient, linear-gradient(180deg, #F9EC79 0%, #F4D95E 18%, #DDB447 40%, #C9962D 60%, #AE7D1E 80%, #7D5510 100%));
  color: #0B2742 !important;
  -webkit-text-fill-color: #0B2742 !important;
}

.editorial-btn--ghost:hover {
  background: var(--site-metal-gold-gradient-hover, linear-gradient(180deg, #FFF18A 0%, #F7DE67 18%, #E4BC4D 40%, #D09D33 60%, #B98623 80%, #835B12 100%));
  color: #0B2742 !important;
  -webkit-text-fill-color: #0B2742 !important;
}

.editorial-hero__spotlight {
  margin-left: auto;
  max-width: 365px;
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(7, 24, 57, 0.54);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(2, 12, 30, 0.34);
}

.editorial-hero__spotlight-label {
  color: var(--editorial-gold) !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

.editorial-hero__spotlight-value {
  display: block;
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff !important;
}

.editorial-hero__spotlight p {
  margin: 0.9rem 0 0;
  font-size: 0.98rem;
  line-height: 1.75;
}

.editorial-section {
  position: relative;
  padding: 5.75rem 0;
}

.editorial-section--paper {
  background: #ffffff;
}

.editorial-section--navy {
  color: #ffffff;
  background: var(--editorial-navy) url("../img/home-section-blue-plain.png") center/cover no-repeat;
}

.editorial-section--cream {
  background: var(--editorial-cream);
}

.editorial-section--goldwash {
  background:
    linear-gradient(135deg, rgba(212, 165, 90, 0.12), rgba(248, 244, 238, 0.9)),
    #ffffff;
}

.editorial-eyebrow {
  margin-bottom: 1rem;
  color: var(--editorial-gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 2rem;
  font-weight: 700;
}

.editorial-title {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  color: inherit;
}

.editorial-section--paper .editorial-title,
.editorial-section--cream .editorial-title,
.editorial-section--goldwash .editorial-title {
  color: var(--editorial-navy);
}

.editorial-lead {
  max-width: 640px;
  margin-bottom: 0;
  font-size: 1.02rem;
  line-height: 1.9;
  color: rgba(31, 41, 55, 0.82);
}

.editorial-section--navy .editorial-lead {
  color: rgba(255, 255, 255, 0.82);
}

.editorial-section--navy .editorial-title,
.editorial-section--navy h2,
.editorial-section--navy h3,
.editorial-section--navy h4,
.editorial-section--navy p,
.editorial-section--navy li,
.editorial-section--navy strong,
.editorial-section--navy span:not(.editorial-step):not(.editorial-chip):not(.editorial-eyebrow) {
  color: #ffffff !important;
}

.editorial-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.editorial-stat-card,
.editorial-panel,
.editorial-review-card,
.editorial-process-card,
.editorial-service-card,
.editorial-portfolio-card,
.editorial-category-card {
  height: 100%;
  border: 1px solid var(--editorial-border);
  border-radius: 28px;
  box-shadow: var(--editorial-shadow);
}

.editorial-stat-card {
  padding: 1.8rem;
  background: rgba(255, 255, 255, 0.84);
}

.editorial-stat-card strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1;
  color: var(--editorial-navy);
}

.editorial-stat-card span {
  display: block;
  margin-bottom: 0.6rem;
  font-weight: 700;
  color: var(--editorial-ink);
}

.editorial-stat-card p {
  margin: 0;
  color: rgba(31, 41, 55, 0.75);
  line-height: 1.7;
}

.editorial-panel {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
}

.editorial-panel--navy {
  background: rgba(9, 31, 72, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
}

.editorial-panel--navy h3,
.editorial-panel--navy p,
.editorial-panel--navy li {
  color: #ffffff;
}

.editorial-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.editorial-list li {
  position: relative;
  padding-left: 1.9rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.editorial-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--editorial-gold);
  box-shadow: 0 0 0 5px rgba(212, 165, 90, 0.14);
}

.editorial-team-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--editorial-border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--editorial-shadow);
}

.editorial-team-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.editorial-team-card__body {
  padding: 1.7rem;
}

.editorial-team-card:hover img {
  transform: scale(1.04);
}

.editorial-team-card__role {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--editorial-gold-deep);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.editorial-team-card h3,
.editorial-review-card h3,
.editorial-process-card h3,
.editorial-service-card h3,
.editorial-category-card h3,
.editorial-portfolio-card h3 {
  font-size: 1.4rem;
  color: var(--editorial-navy);
}

.editorial-process-grid,
.editorial-service-grid,
.editorial-reviews-grid,
.editorial-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.editorial-process-card,
.editorial-service-card,
.editorial-category-card {
  padding: 1.9rem;
  background: rgba(255, 255, 255, 0.94);
}

.editorial-section--navy .editorial-process-card,
.editorial-section--navy .editorial-service-card,
.editorial-section--navy .editorial-category-card,
.editorial-section--navy .editorial-review-card,
.editorial-section--navy .editorial-team-card,
.editorial-section--navy .editorial-panel,
.editorial-section--navy .editorial-quote-strip {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.22);
}

.editorial-section--navy .editorial-review-card__meta {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.editorial-section--navy .editorial-review-card__meta span {
  color: rgba(255, 255, 255, 0.72);
}

.editorial-section--navy .editorial-team-card__role,
.editorial-section--navy .editorial-review-card__stars,
.editorial-section--navy .editorial-eyebrow {
  color: var(--editorial-gold) !important;
}

.editorial-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 1.2rem;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--editorial-gold), #f2cf90);
  color: var(--editorial-navy);
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 18px 34px rgba(212, 165, 90, 0.24);
}

.editorial-quote-strip {
  padding: 2.2rem;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(212, 165, 90, 0.16), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(212, 165, 90, 0.24);
}

.editorial-quote-strip blockquote {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.7;
  color: var(--editorial-navy);
}

.editorial-quote-strip cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-weight: 700;
  color: var(--editorial-gold-deep);
}

.editorial-about-showcase {
  position: relative;
}

.editorial-about-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.editorial-about-showcase__grid--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1.02fr);
}

.editorial-about-copy .editorial-title {
  max-width: 11ch;
}

.editorial-about-copy__lead {
  margin-bottom: 1.35rem;
}

.editorial-about-copy__body {
  max-width: 700px;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.95;
  color: rgba(31, 41, 55, 0.84);
}

.editorial-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.editorial-page--about .editorial-section--paper .editorial-about-actions .editorial-btn,
.editorial-page--about .editorial-section--cream .editorial-about-actions .editorial-btn {
  background: #061c45 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: rgba(6, 28, 69, 0.88) !important;
  box-shadow: 0 10px 24px rgba(6, 28, 69, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.editorial-page--about .editorial-section--paper .editorial-about-actions .editorial-btn:hover,
.editorial-page--about .editorial-section--cream .editorial-about-actions .editorial-btn:hover {
  background: #0b2d63 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: rgba(11, 45, 99, 0.95) !important;
}

.editorial-about-visual {
  position: relative;
}

.editorial-about-visual__frame {
  position: relative;
  padding: clamp(1rem, 2vw, 1.3rem);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 244, 238, 0.9) 100%);
  border: 1px solid rgba(212, 165, 90, 0.22);
  box-shadow: 0 28px 60px rgba(3, 17, 43, 0.12);
  overflow: hidden;
}

.editorial-about-visual__frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(212, 165, 90, 0.18);
  pointer-events: none;
}

.editorial-about-visual__frame--soft {
  background:
    linear-gradient(135deg, rgba(212, 165, 90, 0.12), rgba(255, 255, 255, 0.92)),
    #ffffff;
}

.editorial-about-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 24px;
}

.editorial-about-promo__inner {
  position: relative;
  text-align: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.2rem, 3vw, 2.4rem);
  border-radius: 34px;
  border: 1px solid rgba(212, 165, 90, 0.22);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.editorial-about-promo__title {
  max-width: 15ch;
  margin: 0 auto 1.5rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.08;
  color: #ffffff !important;
}

.editorial-about-promo__lead,
.editorial-about-promo__body {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.75;
}

.editorial-about-promo__lead {
  margin-bottom: 1rem;
  font-size: 1.06rem;
}

.editorial-about-promo__body {
  margin-bottom: 0;
  font-size: 1.04rem;
}

.editorial-about-promo__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.25rem;
}

.editorial-about-promo__actions .editorial-btn {
  min-width: 210px;
}

.editorial-about-promo__accent {
  position: absolute;
  right: -12px;
  bottom: -30px;
  width: clamp(110px, 14vw, 190px);
  opacity: 0.24;
  pointer-events: none;
}

.editorial-about-promo__accent img {
  display: block;
  width: 100%;
  height: auto;
}

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

.editorial-about-mission__card {
  padding: clamp(2rem, 4vw, 3rem);
  text-align: center;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(6, 28, 69, 0.98) 0%, rgba(11, 45, 99, 0.96) 100%);
  border: 1px solid rgba(212, 165, 90, 0.22);
  box-shadow: 0 24px 50px rgba(3, 17, 43, 0.18);
}

.editorial-about-mission__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  margin: 0 auto 1.3rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.editorial-about-mission__icon i {
  font-size: 3rem;
  line-height: 1;
}

.editorial-about-mission__card h3 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3vw, 2.5rem);
  color: #ffffff;
}

.editorial-about-mission__card p {
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.86);
}

.editorial-logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.editorial-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 1rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.editorial-logo-badge img {
  max-width: 150px;
  max-height: 42px;
}

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

.editorial-review-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.96);
}

.editorial-review-card__stars {
  margin-bottom: 1.1rem;
  color: var(--editorial-gold);
  letter-spacing: 0.22em;
}

.editorial-review-card p {
  line-height: 1.85;
  color: rgba(31, 41, 55, 0.78);
}

.editorial-review-card__meta {
  margin-top: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(6, 28, 69, 0.08);
}

.editorial-review-card__meta strong {
  display: block;
  color: var(--editorial-navy);
}

.editorial-review-card__meta span {
  color: rgba(31, 41, 55, 0.65);
  font-size: 0.94rem;
}

.editorial-review-card {
  background: var(--editorial-navy, #061C45) !important;
  color: #fff !important;
  border-color: rgba(212, 165, 90, 0.34) !important;
}

.editorial-review-card h3,
.editorial-review-card p,
.editorial-review-card__meta strong,
.editorial-review-card__meta span {
  color: #fff !important;
}

.editorial-review-card__stars {
  color: var(--editorial-gold, #D4A55A) !important;
}

.editorial-review-card__meta {
  border-top-color: rgba(212, 165, 90, 0.28) !important;
}

.editorial-page--reviews .editorial-review-card {
  display: flex;
  flex-direction: column;
  height: 36rem;
  align-self: stretch;
}

.editorial-page--reviews .editorial-review-card p {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.4rem;
  scrollbar-width: thin;
  scrollbar-color: #D4A55A rgba(255, 255, 255, 0.08);
}

.editorial-page--reviews .editorial-review-card p::-webkit-scrollbar {
  width: 10px;
}

.editorial-page--reviews .editorial-review-card p::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(212, 165, 90, 0.14);
}

.editorial-page--reviews .editorial-review-card p::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #F6E27A 0%, #D4A55A 48%, #9E6E22 100%);
  border-radius: 999px;
  border: 2px solid rgba(6, 28, 69, 0.82);
}

.editorial-page--reviews .editorial-review-card p::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #FFF0A0 0%, #E1B765 48%, #B8822E 100%);
}

.editorial-page--reviews .editorial-review-card__meta {
  margin-top: auto;
}

.editorial-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.editorial-portfolio-card {
  overflow: hidden;
  background: #ffffff;
}

.editorial-portfolio-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.editorial-portfolio-card__body {
  padding: 1.6rem;
}

.editorial-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(212, 165, 90, 0.12);
  color: var(--editorial-gold-deep);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.editorial-category-card p,
.editorial-service-card p,
.editorial-process-card p,
.editorial-portfolio-card p {
  margin-bottom: 0;
  line-height: 1.75;
  color: rgba(31, 41, 55, 0.76);
}

.editorial-marquee {
  overflow: hidden;
  padding: 1rem 0 0;
}

.editorial-marquee__track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: editorial-marquee 22s linear infinite;
}

.editorial-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.editorial-marquee__dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--editorial-gold);
}

.editorial-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.editorial-tab {
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border: 1px solid rgba(6, 28, 69, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--editorial-navy);
  font-weight: 600;
  transition: all 0.25s ease;
}

.editorial-tab.is-active,
.editorial-tab:hover {
  background: var(--editorial-navy);
  border-color: var(--editorial-navy);
  color: #ffffff;
}

.editorial-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 28px;
  border: 1px solid rgba(6, 28, 69, 0.08);
  background: #ffffff;
  box-shadow: var(--editorial-shadow);
}

.editorial-tab-panel.is-active {
  display: block;
}

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

.editorial-metric-box {
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(212, 165, 90, 0.1);
}

.editorial-metric-box strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 2rem;
  color: var(--editorial-navy);
}

.editorial-timeline {
  position: relative;
  display: grid;
  gap: 1.15rem;
}

.editorial-timeline::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 2px;
  background: linear-gradient(var(--editorial-gold), rgba(212, 165, 90, 0.1));
}

.editorial-timeline__item {
  position: relative;
  padding: 0.15rem 0 0.15rem 3rem;
}

.editorial-timeline__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  border: 6px solid var(--editorial-gold);
  box-shadow: 0 0 0 5px rgba(212, 165, 90, 0.14);
}

.editorial-timeline__item strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--editorial-navy);
}

.editorial-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.editorial-filter__btn {
  min-height: 46px;
  padding: 0.75rem 1.05rem;
  border: 1px solid rgba(6, 28, 69, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--editorial-navy);
  font-weight: 600;
}

.editorial-filter__btn.is-active,
.editorial-filter__btn:hover {
  background: var(--site-metal-gold-gradient);
  border-color: var(--editorial-gold);
  color: var(--editorial-navy);
}

.editorial-portfolio-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.25s ease;
}

.editorial-portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 36px 72px rgba(3, 17, 43, 0.24);
}

.editorial-portfolio-card.is-hidden {
  display: none;
}

.editorial-spotlight-switcher {
  display: grid;
  gap: 1rem;
}

.editorial-spotlight-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.editorial-spotlight-btn {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}

.editorial-spotlight-btn.is-active {
  background: rgba(212, 165, 90, 0.16);
  border-color: rgba(212, 165, 90, 0.42);
}

.editorial-spotlight-panel {
  display: none;
  padding: 2rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.editorial-spotlight-panel.is-active {
  display: block;
}

.editorial-accordion details {
  margin-bottom: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(6, 28, 69, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(6, 28, 69, 0.08);
}

.editorial-accordion summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--editorial-navy);
}

.editorial-accordion summary::-webkit-details-marker {
  display: none;
}

.editorial-accordion details p {
  margin: 1rem 0 0;
  line-height: 1.8;
  color: rgba(31, 41, 55, 0.78);
}

[hidden] {
  display: none !important;
}

.editorial-page--about .editorial-hero::before {
  background: linear-gradient(90deg, rgba(4, 14, 35, 0.52) 0%, rgba(4, 14, 35, 0.32) 46%, rgba(4, 14, 35, 0.06) 100%);
}

.editorial-page--about .editorial-hero {
  min-height: 100vh;
  align-items: flex-start;
  padding: 8.6rem 0 3.8rem;
}

.editorial-page--about .editorial-hero__inner {
  width: 100%;
}

.about-hero-layout {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.about-hero-panel {
  width: min(100%, 1020px);
  margin: 3.2rem auto 2.9rem;
  padding: clamp(2rem, 3.8vw, 3.3rem) clamp(1.5rem, 3vw, 3.8rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: rgba(38, 57, 87, 0.42);
  box-shadow: 0 24px 70px rgba(5, 13, 29, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: center;
}

.editorial-page--about .about-hero-panel h1 {
  max-width: none;
  margin: 0 0 1.35rem;
  font-size: clamp(3.5rem, 5vw, 4.9rem);
  line-height: 1.02;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.42);
}

.editorial-page--about .about-hero-panel p {
  max-width: 940px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.75;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96) !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.34);
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.about-hero-stat {
  padding: 2rem 1.25rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: rgba(26, 40, 64, 0.5);
  box-shadow: 0 20px 52px rgba(5, 13, 29, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: center;
}

.about-hero-stat__value,
.about-hero-stat__label {
  display: block;
  color: #ffffff;
}

.about-hero-stat__value {
  margin-bottom: 0.6rem;
  font-size: clamp(3rem, 4.4vw, 4rem);
  font-weight: 800;
  line-height: 0.95;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.32);
}

.about-hero-stat__label {
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.35;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
}

.editorial-page--reviews .editorial-hero {
  min-height: 100vh;
  align-items: flex-start;
  padding: 8.6rem 0 3.8rem;
}

.editorial-page--reviews .editorial-hero__inner {
  width: 100%;
}

.reviews-hero-layout {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.reviews-hero-panel {
  width: min(100%, 1020px);
  margin: 3.2rem auto 0;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: rgba(38, 57, 87, 0.42);
  box-shadow: 0 24px 70px rgba(5, 13, 29, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: center;
}

.editorial-page--reviews .reviews-hero-panel h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  line-height: 1.04;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.42);
}

.editorial-page--portfolio .editorial-hero::before {
  background: linear-gradient(115deg, rgba(6, 28, 69, 0.72) 8%, rgba(6, 28, 69, 0.44) 42%, rgba(6, 28, 69, 0.08) 100%);
}

.editorial-page--portfolio .editorial-kicker,
.editorial-page--reviews .editorial-kicker {
  text-shadow:
    0 0 12px rgba(0, 0, 0, 0.72),
    0 0 22px rgba(0, 0, 0, 0.46),
    0 3px 10px rgba(0, 0, 0, 0.36);
}

.editorial-page--portfolio .editorial-hero h1,
.editorial-page--reviews .editorial-hero h1 {
  text-shadow:
    0 0 24px rgba(0, 0, 0, 0.84),
    0 0 44px rgba(0, 0, 0, 0.58),
    0 6px 22px rgba(0, 0, 0, 0.48);
}

.editorial-page--portfolio .editorial-hero p,
.editorial-page--reviews .editorial-hero p {
  text-shadow:
    0 0 16px rgba(0, 0, 0, 0.76),
    0 0 30px rgba(0, 0, 0, 0.5),
    0 4px 14px rgba(0, 0, 0, 0.4);
}

.editorial-page--portfolio .editorial-hero::after {
  inset: auto auto -120px -100px;
}

.editorial-page--reviews .editorial-hero::before {
  background: linear-gradient(90deg, rgba(3, 13, 33, 0.66) 0%, rgba(3, 13, 33, 0.42) 52%, rgba(3, 13, 33, 0.1) 100%);
}

.editorial-cta {
  padding: 3rem;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(6, 28, 69, 0.96), rgba(11, 45, 99, 0.92)),
    var(--editorial-navy);
  box-shadow: 0 34px 76px rgba(4, 15, 37, 0.28);
}

.editorial-cta h2 {
  margin-bottom: 1rem;
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.editorial-cta p {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86) !important;
  line-height: 1.85;
}

.editorial-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1199px) {
  .editorial-stats,
  .editorial-process-grid,
  .editorial-service-grid,
  .editorial-reviews-grid,
  .editorial-portfolio-grid,
  .editorial-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-hero__spotlight {
    margin: 2rem 0 0;
    max-width: 100%;
  }

  .editorial-about-showcase__grid,
  .editorial-about-showcase__grid--reverse {
    grid-template-columns: 1fr;
  }

  .editorial-about-mission__grid {
    grid-template-columns: 1fr;
  }

  .editorial-page--reviews .editorial-review-card {
    height: 34rem;
  }
}

@media (max-width: 991px) {
  .editorial-page .homepage-main-nav {
    top: 12px !important;
  }

  .editorial-page .homepage-navbar {
    min-height: 76px !important;
    height: auto !important;
    border-radius: 28px !important;
  }

  .editorial-page .homepage-main-nav.is-scrolled .homepage-logo--mark {
    width: 42px !important;
    max-width: 42px !important;
  }

  .editorial-page .homepage-centered-nav {
    gap: 18px;
  }

  .editorial-hero {
    min-height: auto;
    padding-top: 7.5rem;
    padding-bottom: 4.5rem;
  }

  .editorial-page--about .editorial-hero {
    min-height: auto;
    padding-top: 7.2rem;
    padding-bottom: 3.4rem;
  }

  .editorial-page--reviews .editorial-hero {
    min-height: auto;
    padding-top: 7.2rem;
    padding-bottom: 3.4rem;
  }

  .about-hero-panel {
    margin-top: 2rem;
    margin-bottom: 1.8rem;
    padding: 2.1rem 1.4rem;
  }

  .reviews-hero-panel {
    margin-top: 2rem;
    padding: 2.1rem 1.4rem;
  }

  .about-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-hero h1,
  .editorial-title {
    max-width: none;
  }

  .editorial-cta__actions {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .editorial-section {
    padding: 4.25rem 0;
  }

  .editorial-stats,
  .editorial-process-grid,
  .editorial-service-grid,
  .editorial-reviews-grid,
  .editorial-portfolio-grid,
  .editorial-category-grid,
  .editorial-grid-2 {
    grid-template-columns: 1fr;
  }

  .editorial-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-hero-panel {
    border-radius: 24px;
  }

  .reviews-hero-panel {
    border-radius: 24px;
  }

  .editorial-page--about .about-hero-panel h1 {
    font-size: clamp(2.6rem, 11vw, 3.4rem);
  }

  .editorial-page--reviews .reviews-hero-panel h1 {
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  .editorial-page--about .about-hero-panel p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .about-hero-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-hero-stat {
    padding: 1.7rem 1.1rem 1.55rem;
    border-radius: 22px;
  }

  .editorial-btn {
    width: 100%;
  }

  .editorial-about-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .editorial-about-promo__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .editorial-about-promo__actions .editorial-btn {
    min-width: 0;
    width: 100%;
  }

  .editorial-cta {
    padding: 2.2rem;
  }

  .editorial-team-card img {
    height: 260px;
  }

  .editorial-page--reviews .editorial-review-card {
    height: auto;
  }

  .editorial-page--reviews .editorial-review-card p {
    overflow: visible;
    padding-right: 0;
  }
}

@keyframes editorial-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
