/* ==============================
   ARTICLE PAGE
   TrailWatch UK
============================== */

.article-hero__content {
  max-width: 960px;
}

.article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.article-hero__meta span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 900;
}

/* Layout */

.article-page {
  padding: 104px 0 110px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 88% 4%, rgba(143, 191, 77, 0.14), transparent 30%),
    linear-gradient(180deg, #f4f7f0 0%, #ffffff 46%, #f4f7f0 100%);
}

.article-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: calc(var(--header-height, 112px) + 24px);
  padding: 22px;
  border: 1px solid rgba(11, 61, 44, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 44px rgba(6, 20, 15, 0.08);
  backdrop-filter: blur(14px);
}

.article-sidebar__title {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.article-sidebar nav {
  display: grid;
  gap: 6px;
}

.article-sidebar a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 14px;
  color: #4f5a4f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.article-sidebar a:hover {
  color: #06140f;
  background: rgba(143, 191, 77, 0.16);
  transform: translateX(2px);
}

.article-content {
  min-width: 0;
}

.article-kicker {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.article-header {
  padding: 42px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 16%, rgba(199, 229, 109, 0.22), transparent 30%),
    linear-gradient(135deg, #06140f 0%, #0b3d2c 100%);
  box-shadow: 0 24px 64px rgba(6, 20, 15, 0.15);
}

.article-header .article-kicker {
  color: var(--accent-strong);
}

.article-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.article-header p {
  max-width: 860px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
}

/* Article sections */

.article-section {
  scroll-margin-top: calc(var(--header-height, 112px) + 28px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 22px;
}

.article-section--image-left {
  grid-template-columns: minmax(360px, 0.75fr) minmax(0, 0.9fr);
}

.article-section__content {
  min-width: 0;
  padding: 36px;
  border: 1px solid rgba(11, 61, 44, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(6, 20, 15, 0.065);
}

.article-number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #07140f;
  background: linear-gradient(135deg, #c7e56d, #8fbf4d);
  font-size: 15px;
  font-weight: 900;
}

.article-section h3,
.article-practice h3,
.article-final h3 {
  margin: 0;
  color: #101410;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
}

.article-section p,
.article-practice p,
.article-final p {
  margin: 20px 0 0;
  color: #556052;
  font-size: 17px;
  line-height: 1.72;
}

.article-section__image,
.article-practice__image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 61, 44, 0.14);
  border-radius: 30px;
  background: #06140f;
  box-shadow: 0 18px 44px rgba(6, 20, 15, 0.09);
}

.article-section__image img,
.article-practice__image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.article-section__image:hover img,
.article-practice__image:hover img {
  transform: scale(1.045);
}

.article-tip-card {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(143, 191, 77, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 229, 109, 0.18), transparent 30%),
    #f4f7f0;
}

.article-tip-card strong {
  display: block;
  margin-bottom: 8px;
  color: #101410;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.article-tip-card p {
  margin: 0;
  color: #4f5a4f;
  font-size: 16px;
  line-height: 1.6;
}

.article-gear {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 14%, rgba(199, 229, 109, 0.20), transparent 30%),
    #06140f;
}

.article-gear span {
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.article-gear strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
}

/* Practice block */

.article-practice {
  scroll-margin-top: calc(var(--header-height, 112px) + 28px);
  display: grid;
  grid-template-columns: minmax(360px, 0.75fr) minmax(0, 0.95fr);
  gap: 28px;
  margin-top: 22px;
}

.article-practice__content {
  min-width: 0;
  padding: 38px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 12%, rgba(199, 229, 109, 0.20), transparent 30%),
    linear-gradient(135deg, #06140f 0%, #0b3d2c 100%);
  box-shadow: 0 22px 54px rgba(6, 20, 15, 0.12);
}

.article-practice__content .article-kicker {
  color: var(--accent-strong);
}

.article-practice__content h3 {
  color: #ffffff;
}

.article-practice__content p {
  color: rgba(255, 255, 255, 0.74);
}

.article-check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.article-check-list li {
  position: relative;
  padding-left: 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.article-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07140f;
  background: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
}

.article-check-list strong {
  color: #ffffff;
}

/* Final */

.article-final {
  scroll-margin-top: calc(var(--header-height, 112px) + 28px);
  margin-top: 22px;
  padding: 42px;
  border-radius: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 191, 77, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(6, 20, 15, 0.065);
}

.article-final h3 {
  max-width: 880px;
  margin: 0 auto;
}

.article-final p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.article-final__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* Bottom article navigation */

.article-bottom-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.article-bottom-nav__link {
  min-width: 0;
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(11, 61, 44, 0.14);
  border-radius: 24px;
  color: #101410;
  background:
    radial-gradient(circle at 12% 18%, rgba(199, 229, 109, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(6, 20, 15, 0.065);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.article-bottom-nav__link:hover {
  transform: translateY(-3px);
  border-color: rgba(143, 191, 77, 0.34);
  box-shadow: 0 24px 56px rgba(6, 20, 15, 0.10);
}

.article-bottom-nav__link--next {
  justify-content: flex-end;
  text-align: right;
  background:
    radial-gradient(circle at 88% 18%, rgba(199, 229, 109, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.88);
}

.article-bottom-nav__link span:not(.article-bottom-nav__icon) {
  display: grid;
  gap: 4px;
  min-width: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.article-bottom-nav__link small {
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.article-bottom-nav__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c7e56d, #8fbf4d);
  box-shadow: 0 12px 28px rgba(143, 191, 77, 0.24);
}

.article-bottom-nav__icon img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

/* Responsive */

@media (max-width: 1120px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: relative;
    top: auto;
  }

  .article-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-section,
  .article-section--image-left,
  .article-practice {
    grid-template-columns: 1fr;
  }

  .article-section--image-left .article-section__image,
  .article-practice__image {
    order: 2;
  }

  .article-section--image-left .article-section__content,
  .article-practice__content {
    order: 1;
  }

  .article-section__image img,
  .article-practice__image img {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .article-page {
    padding: 72px 0;
  }

  .article-header,
  .article-section__content,
  .article-practice__content,
  .article-final {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .article-header h2,
  .article-section h3,
  .article-practice h3,
  .article-final h3 {
    letter-spacing: -0.05em;
  }

  .article-sidebar {
    padding: 18px;
    border-radius: 22px;
  }

  .article-sidebar nav {
    grid-template-columns: 1fr;
  }

  .article-section__image,
  .article-practice__image {
    border-radius: 24px;
  }

  .article-section__image img,
  .article-practice__image img {
    min-height: 280px;
  }

  .article-bottom-nav {
    grid-template-columns: 1fr;
  }

  .article-bottom-nav__link,
  .article-bottom-nav__link--next {
    justify-content: flex-start;
    text-align: left;
  }

  .article-bottom-nav__link--next {
    flex-direction: row-reverse;
  }

  .article-final__actions {
    display: grid;
  }

  .article-final__actions .home-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .article-header,
  .article-section__content,
  .article-practice__content,
  .article-final {
    padding: 24px 20px;
  }

  .article-header p,
  .article-section p,
  .article-practice p,
  .article-final p,
  .article-check-list li {
    font-size: 16px;
  }
}

/*  */
/* ==============================
   TEXT-ONLY GUIDE ARTICLE BLOCKS
============================== */

.article-guide-card {
  scroll-margin-top: calc(var(--header-height, 112px) + 28px);
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 24px;
  margin-top: 22px;
  padding: 36px;
  border: 1px solid rgba(11, 61, 44, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 94% 12%, rgba(143, 191, 77, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 44px rgba(6, 20, 15, 0.065);
}

.article-guide-card__number {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07140f;
  background: linear-gradient(135deg, #c7e56d, #8fbf4d);
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(143, 191, 77, 0.22);
}

.article-guide-card__body {
  min-width: 0;
}

.article-guide-card h3,
.article-buying-summary h3 {
  margin: 0;
  color: #101410;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
}

.article-guide-card p,
.article-buying-summary p {
  margin: 20px 0 0;
  color: #556052;
  font-size: 17px;
  line-height: 1.72;
}

.article-buying-summary {
  scroll-margin-top: calc(var(--header-height, 112px) + 28px);
  margin-top: 22px;
  padding: 38px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 12%, rgba(199, 229, 109, 0.20), transparent 30%),
    linear-gradient(135deg, #06140f 0%, #0b3d2c 100%);
  box-shadow: 0 22px 54px rgba(6, 20, 15, 0.12);
}

.article-buying-summary .article-kicker {
  color: var(--accent-strong);
}

.article-buying-summary h3 {
  color: #ffffff;
}

.article-table-wrap {
  width: 100%;
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.article-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.article-table th,
.article-table td {
  padding: 17px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  text-align: left;
  vertical-align: top;
}

.article-table th {
  color: #07140f;
  background: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.article-table td {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.article-table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 760px) {
  .article-guide-card {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .article-buying-summary {
    padding: 28px 24px;
    border-radius: 24px;
  }
}

@media (max-width: 420px) {
  .article-guide-card,
  .article-buying-summary {
    padding: 24px 20px;
  }

  .article-guide-card p,
  .article-buying-summary p {
    font-size: 16px;
  }
}
/* ==============================
   ETHICS ARTICLE EXTRA BLOCKS
============================== */

.article-ethics-summary {
  scroll-margin-top: calc(var(--header-height, 112px) + 28px);
  margin-top: 22px;
  padding: 42px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 10%, rgba(199, 229, 109, 0.22), transparent 30%),
    linear-gradient(135deg, #06140f 0%, #0b3d2c 100%);
  box-shadow: 0 24px 64px rgba(6, 20, 15, 0.15);
}

.article-ethics-summary .article-kicker {
  color: var(--accent-strong);
}

.article-ethics-summary h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.article-ethics-summary p {
  max-width: 860px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.7;
}

.article-ethics-summary blockquote {
  margin: 30px 0 0;
  padding: 26px 30px;
  border-left: 5px solid var(--accent-strong);
  border-radius: 22px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: -0.035em;
}

.article-ethics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.article-ethics-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.article-ethics-grid strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #07140f;
  background: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
}

.article-ethics-grid h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.article-ethics-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 1.55;
}

.article-standard-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.article-standard-list li {
  position: relative;
  padding-left: 34px;
  color: #556052;
  font-size: 17px;
  line-height: 1.62;
}

.article-standard-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07140f;
  background: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
}

.article-final__actions--left {
  justify-content: flex-start;
  margin-top: 28px;
}

@media (max-width: 980px) {
  .article-ethics-grid {
    grid-template-columns: 1fr;
  }

  .article-ethics-grid strong {
    margin-bottom: 18px;
  }
}

@media (max-width: 760px) {
  .article-ethics-summary {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .article-ethics-summary h3 {
    letter-spacing: -0.05em;
  }

  .article-ethics-summary blockquote {
    padding: 22px;
    font-size: 22px;
  }

  .article-standard-list li {
    font-size: 16px;
  }

  .article-final__actions--left {
    display: grid;
  }

  .article-final__actions--left .home-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .article-ethics-summary {
    padding: 24px 20px;
  }
}
/* ==============================
   COMPACT TEXT ARTICLE BLOCKS
============================== */

.article-header--compact {
  padding: 38px;
}

.article-compact-card {
  scroll-margin-top: calc(var(--header-height, 112px) + 28px);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid rgba(11, 61, 44, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 14px 34px rgba(6, 20, 15, 0.055);
}

.article-compact-card__number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07140f;
  background: linear-gradient(135deg, #c7e56d, #8fbf4d);
  font-size: 14px;
  font-weight: 900;
}

.article-compact-card h3 {
  margin: 0;
  color: #101410;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.article-compact-card p {
  margin: 16px 0 0;
  color: #556052;
  font-size: 17px;
  line-height: 1.68;
}

.article-compact-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.article-compact-list li {
  position: relative;
  padding-left: 30px;
  color: #556052;
  font-size: 16px;
  line-height: 1.55;
}

.article-compact-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07140f;
  background: var(--accent-strong);
  font-size: 11px;
  font-weight: 900;
}

.article-compact-list strong {
  color: #101410;
}

.article-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.article-mini-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-mini-grid article,
.article-season-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(11, 61, 44, 0.10);
  border-radius: 20px;
  background: #f4f7f0;
}

.article-mini-grid h4,
.article-season-grid h4 {
  margin: 0 0 8px;
  color: #101410;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.article-mini-grid p,
.article-season-grid p {
  margin: 0;
  color: #556052;
  font-size: 15px;
  line-height: 1.55;
}

.article-simple-table-wrap {
  width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid rgba(11, 61, 44, 0.12);
  border-radius: 20px;
  background: #ffffff;
}

.article-simple-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.article-simple-table th,
.article-simple-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(11, 61, 44, 0.10);
  text-align: left;
  vertical-align: top;
}

.article-simple-table th {
  color: #07140f;
  background: #eaf1e4;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.article-simple-table td {
  color: #556052;
  font-size: 15px;
  line-height: 1.55;
}

.article-simple-table tr:last-child td {
  border-bottom: 0;
}

.article-season-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .article-mini-grid,
  .article-mini-grid--two,
  .article-season-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .article-header--compact,
  .article-compact-card {
    padding: 24px;
    border-radius: 22px;
  }

  .article-compact-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .article-compact-card h3 {
    letter-spacing: -0.04em;
  }
}

@media (max-width: 420px) {
  .article-header--compact,
  .article-compact-card {
    padding: 22px 18px;
  }

  .article-compact-card p,
  .article-compact-list li {
    font-size: 16px;
  }
}