.wrc-breadcrumb {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 10px;
}
.wrc-breadcrumb a {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}
.wrc-breadcrumb a:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wrc-breadcrumb__sep {
  margin: 0 10px;
  opacity: 0.55;
}
.wrc-prose {
  font-family: 'Jost', sans-serif;
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  line-height: 1.85;
}
.wrc-prose p {
  margin: 0 0 14px;
}
.wrc-prose h2,
.wrc-prose h3 {
  color: #0f0f10;
  font-weight: 600;
  line-height: 1.2;
  margin: 26px 0 10px;
}
.wrc-prose h3 {
  font-size: 20px;
  padding-left: 14px;
  border-left: 2px solid rgba(201, 162, 76, 0.8);
}
.wrc-prose ul,
.wrc-prose ol {
  padding-left: 1.25rem;
  margin: 0 0 14px;
}
.wrc-prose li {
  margin: 6px 0;
}
.wrc-prose strong {
  color: rgba(0, 0, 0, 0.78);
}
.wrc-h2 {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color: #0f0f10;
  font-size: 22px;
  margin: 28px 0 12px;
}
.wrc-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}
.wrc-pill strong {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
.wrc-mediaStrip {
  background: #fff;
}
.wrc-mediaTile {
  min-height: 260px;
  background: #111;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.wrc-mediaTile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 400px at 20% 20%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28));
}
.wrc-editions {
  padding: 70px 0 40px;
  background: #fff;
}
.wrc-editionRow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .wrc-editionRow {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    padding: 34px 0;
  }
}
@media (min-width: 992px) {
  .wrc-editionRow--reverse .wrc-editionRow__media {
    order: 2;
  }
  .wrc-editionRow--reverse .wrc-editionRow__content {
    order: 1;
  }
}
.wrc-editionRow__frame {
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(240px 240px at 70% 25%, rgba(201, 162, 76, 0.18), rgba(255, 255, 255, 0) 65%), #fbfbfc;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
  padding: 26px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.wrc-editionRow__frame img {
  max-height: 380px;
  width: 100%;
  object-fit: contain;
  display: block;
}
.wrc-editionRow__kicker {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.wrc-editionRow__title {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color: #0f0f10;
  font-size: 34px;
  line-height: 1.05;
  margin: 0 0 8px;
}
.wrc-editionRow__title a {
  color: inherit;
  text-decoration: none;
}
.wrc-editionRow__title a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(201, 162, 76, 0.7);
  text-underline-offset: 5px;
}
.wrc-editionRow__tagline {
  font-family: 'Jost', sans-serif;
  color: rgba(0, 0, 0, 0.58);
  margin-bottom: 12px;
}
.wrc-editionRow__lead {
  font-family: 'Jost', sans-serif;
  color: rgba(0, 0, 0, 0.62);
  line-height: 1.75;
  margin: 0 0 14px;
}
.wrc-editionRow__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.wrc-editionRow__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrc-fullBleed {
  position: relative;
  padding: 90px 0;
  color: #fff;
  background: #111;
  overflow: hidden;
}
.wrc-fullBleed__bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: top right;
  transform: scale(1.02);
}
.wrc-fullBleed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.55) 100%);
}
.wrc-fullBleed__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.wrc-fullBleed__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 12px;
}
.wrc-fullBleed__title {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.15;
}
.wrc-noteCard {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.06);
  padding: 16px;
}
.wrc-noteCard__title {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 10px;
}
.wrc-noteCard__text {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.64);
}
.wrc-noteCard__text p {
  margin: 0 0 10px;
}
.wrc-noteCard__text p:last-child {
  margin-bottom: 0;
}
.wrc-specList {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 16px 18px;
}
.wrc-specList li {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.62);
}
.wrc-mediaPlaceholder {
  display: block;
  width: 100%;
  min-height: 240px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(220px 160px at 35% 25%, rgba(201, 162, 76, 0.18), rgba(0, 0, 0, 0) 60%), #f5f5f6;
}
.wrc-hero.is-swapping .wrc-hero__bg {
  filter: brightness(0.96);
  transition: filter 0.55s ease;
}
.wrc-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wrc-formAlerts .alert {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.wrc-ageModal {
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(380px 260px at 18% 20%, rgba(201, 162, 76, 0.18), rgba(255, 255, 255, 0) 60%), #fff;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.18);
}
.wrc-ageModal .modal-body {
  padding: 22px;
}
.wrc-ageModal__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.52);
  margin-bottom: 10px;
}
.wrc-ageModal__title {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 10px;
  color: #0f0f10;
}
.wrc-ageModal__lead {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.66);
  margin: 0 0 10px;
}
.wrc-ageModal__note {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.56);
  margin: 0;
}
.wrc-ageModal__resp {
  display: inline-block;
  margin-left: 6px;
  color: rgba(0, 0, 0, 0.48);
}
.wrc-ageModal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.modal-backdrop.show {
  opacity: 0.55;
}
.wrc-mediaStrip {
  position: relative;
  z-index: 5;
}
.wrc-mediaTile {
  position: relative;
  isolation: isolate;
  min-height: 240px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.wrc-mediaTile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(900px 320px at 50% 50%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.7) 70%), linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 100%);
  pointer-events: none;
}
.wrc-mediaTile::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 20px;
  height: 1px;
  z-index: 2;
  background: rgba(201, 162, 76, 0.35);
  pointer-events: none;
}
.wrc-mediaTile__content {
  position: relative;
  z-index: 3;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 34px 34px;
  max-width: 520px;
  margin: 0 auto;
}
.wrc-mediaTile__kicker {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.wrc-mediaTile__kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #c9a24c;
  opacity: 0.9;
  border-radius: 99px;
}
.wrc-mediaTile__title {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1.08;
  margin: 0 0 12px;
  font-size: 30px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .wrc-mediaTile__title {
    font-size: 34px;
  }
}
.wrc-mediaTile__text {
  font-family: 'Jost', sans-serif;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  margin: 0;
  font-size: 16px;
  max-width: 460px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .wrc-mediaTile {
    min-height: 210px;
  }
  .wrc-mediaTile__content {
    padding: 26px 18px;
  }
  .wrc-mediaTile__title {
    font-size: 26px;
  }
  .wrc-mediaTile__text {
    font-size: 15px;
  }
}
/* --- 2026-03 polishing tweaks: article detail + product detail + terminology --- */
.wrc-breadcrumb--wide {
  margin-bottom: 30px;
  padding-top: 8px;
}
.wrc-articleHero {
  padding: 56px 0 24px;
  background: radial-gradient(900px 420px at 20% 0%, rgba(201, 162, 76, 0.12), rgba(255, 255, 255, 0) 58%), #fff;
}
.wrc-articleHero__intro {
  max-width: 1040px;
  margin: 0 auto;
}
.wrc-articleHero__actions {
  margin-bottom: 8px;
}
.wrc-articleHero__mediaBlock {
  border-radius: 26px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.12);
}
.wrc-articleHero__mediaBlock img,
.wrc-articleHero__mediaBlock video {
  width: 100%;
  display: block;
  border-radius: 0;
}
.wrc-articleHero__ctaPanel {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.wrc-articleHero__ctaButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wrc-articleHero__ctaButtons .wrc-btn {
  flex: 1 1 240px;
}
.wrc-articleBody {
  padding: 18px 0 90px;
  background: #fff;
}
.wrc-prose--article {
  font-size: 17px;
  line-height: 1.9;
}
.wrc-prose--article h2 {
  font-size: 28px;
  margin-top: 36px;
}
.wrc-prose--article h3 {
  font-size: 24px;
  margin-top: 30px;
}
.wrc-detailHero {
  padding: 68px 0 34px;
}
.wrc-detailHero__copy {
  max-width: 640px;
}
.wrc-detailHero .wrc-sectionHead {
  margin-bottom: 0;
}
.wrc-detailHero .wrc-sectionHead__eyebrow {
  margin-bottom: 14px;
}
.wrc-detailHero .wrc-sectionHead__lead {
  font-size: 18px;
  line-height: 1.75;
}
.wrc-detailHero__actions {
  margin-top: 8px;
}
.wrc-detailMeta--chips {
  margin-top: 22px;
}
.wrc-detailMeta--chips .wrc-pill {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrc-detailMedia {
  min-height: 100%;
}
.wrc-detailIntro {
  margin-bottom: 28px;
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(320px 220px at 18% 20%, rgba(201, 162, 76, 0.14), rgba(255, 255, 255, 0) 60%), #fff;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.06);
}
.wrc-detailIntro p {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.85;
}
.wrc-detailIntro p:last-child {
  margin-bottom: 0;
}
.wrc-noteCard {
  height: 100%;
}
.wrc-specList {
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}
.wrc-products--related .wrc-sectionHead {
  max-width: 760px;
}
@media (max-width: 991px) {
  .wrc-articleHero {
    padding-top: 42px;
  }
  .wrc-breadcrumb--wide {
    margin-bottom: 22px;
  }
  .wrc-prose--article {
    font-size: 16px;
  }
  .wrc-detailHero {
    padding-top: 46px;
  }
  .wrc-detailIntro {
    padding: 20px;
  }
}
.wrc-fullBleed__text {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  margin: 14px 0 0;
  max-width: 720px;
}
.wrc-fullBleed__cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.wrc-fullBleed--mid {
  padding: 78px 0;
}
.wrc-fullBleed--mid .wrc-fullBleed__content {
  max-width: 760px;
}
.wrc-fullBleed--mid .wrc-fullBleed__title {
  max-width: 680px;
}
@media (max-width: 767px) {
  .wrc-fullBleed--mid {
    padding: 64px 0;
  }
  .wrc-fullBleed__title {
    font-size: 30px;
  }
  .wrc-fullBleed__text {
    font-size: 15px;
  }
}
.wrc-topbar {
  background: linear-gradient(90deg, #a97a2f 0%, #c9a24c 35%, #e1c57a 55%, #c9a24c 75%, #a97a2f 100%);
  color: rgba(15, 15, 16, 0.88);
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}
.wrc-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wrc-topbar__text {
  line-height: 1.1;
  font-weight: 500;
}
.wrc-topbar__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  color: #0f0f10;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.18em;
  border: 1px solid rgba(15, 15, 16, 0.28);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(2px);
  transition: all 0.18s ease;
}
.wrc-topbar__link:hover {
  background: rgba(15, 15, 16, 0.1);
  border-color: rgba(15, 15, 16, 0.4);
  transform: translateY(-1px);
}
.wrc-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrc-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.wrc-brand__text {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #0f0f10;
  text-transform: none;
}
.wrc-brand--center {
  margin: 0 30px;
}
.wrc-nav {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .wrc-nav {
    gap: 28px;
  }
}
.wrc-nav .nav-link {
  position: relative;
  padding: 10px 0;
  color: rgba(15, 15, 16, 0.72);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.18s ease;
}
.wrc-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.25em;
  right: 0.25em;
  bottom: -6px;
  height: 1px;
  background: rgba(169, 122, 47, 0.85);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.wrc-nav .nav-link:hover {
  color: rgba(15, 15, 16, 0.92);
}
.wrc-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.wrc-nav .nav-link.is-active,
.wrc-nav .nav-link.active {
  color: #0f0f10;
}
.wrc-nav .nav-link.is-active::after,
.wrc-nav .nav-link.active::after {
  transform: scaleX(1);
  background: rgba(201, 162, 76, 0.95);
}
.wrc-lang {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}
.wrc-lang__link {
  color: rgba(15, 15, 16, 0.55);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.18s ease;
}
.wrc-lang__link:hover {
  color: rgba(15, 15, 16, 0.9);
}
.wrc-lang__link.is-active {
  color: #0f0f10;
}
.wrc-lang__sep {
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.22);
}
.wrc-hero {
  position: relative;
  overflow: hidden;
  background: #0b0b0c;
  color: rgba(255, 255, 255, 0.92);
  padding: 90px 0 70px;
}
@media (min-width: 992px) {
  .wrc-hero {
    padding: 110px 0 90px;
  }
}
.wrc-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1);
}
.wrc-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 20% 40%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.45) 70%), linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.18) 50%, rgba(0, 0, 0, 0.35) 100%);
}
.wrc-hero__content {
  position: relative;
  z-index: 2;
}
.wrc-hero__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 2px solid rgba(201, 162, 76, 0.85);
}
.wrc-hero__title {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.02;
  margin: 0 0 18px;
  font-size: 44px;
}
@media (min-width: 768px) {
  .wrc-hero__title {
    font-size: 58px;
  }
}
@media (min-width: 992px) {
  .wrc-hero__title {
    font-size: 64px;
  }
}
.wrc-hero__lead {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 26px;
  max-width: 560px;
}
.wrc-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}
.wrc-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrc-btn {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 18px;
  border-radius: 999px;
}
.wrc-btn--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.92);
}
.wrc-btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}
.wrc-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
}
.wrc-hero__card {
  position: relative;
  z-index: 2;
  margin-left: auto;
  max-width: 420px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  padding: 22px 22px 18px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}
.wrc-hero__cardTitle {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wrc-hero__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrc-hero__list li + li {
  margin-top: 10px;
}
.wrc-hero__list a {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}
.wrc-hero__list a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(201, 162, 76, 0.85);
  text-underline-offset: 4px;
}
.wrc-hero__cardNote {
  margin-top: 14px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.wrc-products {
  padding: 80px 0;
  background: #fff;
}
.wrc-sectionHead {
  margin-bottom: 26px;
}
.wrc-sectionHead__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 12px;
  padding-left: 14px;
  border-left: 2px solid rgba(201, 162, 76, 0.85);
}
.wrc-sectionHead__title {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color: #0f0f10;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 10px;
}
.wrc-sectionHead__lead {
  font-family: 'Jost', sans-serif;
  color: rgba(0, 0, 0, 0.62);
  font-size: 16px;
  line-height: 1.65;
  max-width: 760px;
  margin: 0;
}
.wrc-productCard {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wrc-productCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
}
.wrc-productCard__media {
  position: relative;
  padding: 18px;
  background: radial-gradient(120px 120px at 70% 30%, rgba(201, 162, 76, 0.2), rgba(255, 255, 255, 0) 70%), linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
}
.wrc-productCard__imgLink {
  display: block;
}
.wrc-productCard__img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  display: block;
  transform: translateZ(0);
}
.wrc-productCard__body {
  padding: 16px 18px 18px;
}
.wrc-productCard__title {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 2px 0 4px;
}
.wrc-productCard__title a {
  color: #0f0f10;
  text-decoration: none;
}
.wrc-productCard__title a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(201, 162, 76, 0.75);
}
.wrc-productCard__sub {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 12px;
}
.wrc-productCard__meta {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 12px;
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}
.wrc-productCard__cta {
  margin-top: 8px;
}
.wrc-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(15, 15, 16, 0.88);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.wrc-metaRow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}
.wrc-metaRow strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.78);
  letter-spacing: 0.06em;
}
.wrc-story {
  padding: 90px 0;
  background: #fbfbfc;
}
.wrc-story__visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}
.wrc-story__photo {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.wrc-story__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 340px at 30% 25%, rgba(201, 162, 76, 0.18), rgba(0, 0, 0, 0) 60%), linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.22));
}
@media (max-width: 991px) {
  .wrc-story__photo {
    height: 360px;
  }
}
.wrc-story__stamp {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: rgba(15, 15, 16, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Jost', sans-serif;
}
.wrc-story__stampTop {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 6px;
}
.wrc-story__stampMid {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.wrc-story__stampBot {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.8;
}
.wrc-story__content {
  padding-left: 6px;
}
.wrc-storyBlock {
  padding: 16px 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.wrc-storyBlock:last-child {
  border-bottom: none;
}
.wrc-storyBlock__kicker {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 10px;
}
.wrc-storyBlock__title {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #0f0f10;
  margin: 0 0 10px;
  line-height: 1.2;
}
.wrc-storyBlock__text {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.66);
  margin: 0 0 10px;
}
.wrc-storyBlock__text:last-child {
  margin-bottom: 0;
}
.wrc-storyQuote {
  margin: 18px 0;
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: rgba(201, 162, 76, 0.1);
  border: 1px solid rgba(201, 162, 76, 0.25);
  display: flex;
  gap: 12px;
}
.wrc-storyQuote__mark {
  font-family: 'Jost', sans-serif;
  font-size: 34px;
  line-height: 1;
  color: rgba(169, 122, 47, 0.85);
  margin-top: -2px;
}
.wrc-storyQuote__text {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.72);
  margin: 0;
}
.wrc-story__closing {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0, 0, 0, 0.14);
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.72);
}
.wrc-story__closing strong {
  color: #0f0f10;
}
.wrc-pillar {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.06);
  padding: 18px;
}
.wrc-pillar__title {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0f0f10;
  font-weight: 600;
  margin-bottom: 8px;
}
.wrc-pillar__text {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.62);
}
.wrc-about {
  padding: 90px 0;
  background: #fff;
}
.wrc-about__p {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.66);
  margin: 0 0 14px;
}
.wrc-about__mission {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(240px 140px at 15% 25%, rgba(201, 162, 76, 0.18), rgba(255, 255, 255, 0) 60%), #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}
.wrc-about__missionKicker {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}
.wrc-about__missionText {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 500;
}
.wrc-about__cta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wrc-btn--outline {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 999px;
}
.wrc-about__cards {
  display: grid;
  gap: 14px;
}
.wrc-infoCard {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.06);
  padding: 18px;
}
.wrc-infoCard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.wrc-infoCard__label {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.wrc-infoCard__badge {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.68);
  background: rgba(0, 0, 0, 0.02);
  white-space: nowrap;
}
.wrc-infoCard__title {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0f0f10;
  margin-bottom: 6px;
  line-height: 1.2;
}
.wrc-infoCard__text {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.62);
}
.wrc-infoCard--accent {
  border-color: rgba(201, 162, 76, 0.35);
  background: radial-gradient(320px 220px at 20% 20%, rgba(201, 162, 76, 0.2), rgba(255, 255, 255, 0) 60%), #fff;
}
.wrc-articles {
  padding: 90px 0;
  background: #fbfbfc;
}
.wrc-articles__footer {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.wrc-articleCard {
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wrc-articleCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
}
.wrc-articleCard__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #111;
}
.wrc-articleCard__media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.25s ease;
}
.wrc-articleCard__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.55));
  opacity: 0.55;
}
.wrc-articleCard:hover .wrc-articleCard__media img {
  transform: scale(1.06);
}
.wrc-articleCard__media--sm img {
  height: 200px;
}
.wrc-articleCard__body {
  padding: 18px 18px 16px;
}
.wrc-articleCard__title {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color: #0f0f10;
  line-height: 1.2;
  margin: 6px 0 8px;
  font-size: 20px;
}
.wrc-articleCard__title a {
  color: inherit;
  text-decoration: none;
}
.wrc-articleCard__title a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(201, 162, 76, 0.7);
  text-underline-offset: 4px;
}
.wrc-articleCard__perex {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.62);
  margin: 0 0 10px;
}
.wrc-articleCard__cta {
  margin-top: 10px;
}
.wrc-articleCard--featured .wrc-articleCard__media img {
  height: 420px;
}
.wrc-articleCard--featured .wrc-articleCard__title {
  font-size: 26px;
}
.wrc-articleCard--featured .wrc-articleCard__perex {
  font-size: 16px;
}
.wrc-articleCard--mini .wrc-articleCard__perex {
  display: none;
}
.wrc-articleCard--mini .wrc-articleCard__title {
  font-size: 18px;
  margin-bottom: 4px;
}
.wrc-articleCard--mini .wrc-articleCard__body {
  padding: 16px 16px 14px;
}
.wrc-articleMeta {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.48);
  display: flex;
  align-items: center;
  gap: 8px;
}
.wrc-articleMeta__dot {
  opacity: 0.5;
}
.wrc-articleBadge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(15, 15, 16, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.wrc-articleBadge--video {
  background: rgba(169, 122, 47, 0.85);
  color: rgba(15, 15, 16, 0.92);
  border-color: rgba(15, 15, 16, 0.2);
}
.wrc-articleLink {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.78);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.wrc-articleLink::after {
  content: "→";
  color: rgba(169, 122, 47, 0.85);
  transform: translateY(-1px);
}
.wrc-play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}
.wrc-play::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 12px solid rgba(255, 255, 255, 0.9);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.wrc-articleCard__media img {
  height: 260px;
}
@media (min-width: 992px) {
  .wrc-articleCard__media img {
    height: 280px;
  }
}
.wrc-contact {
  padding: 90px 0;
  background: #fff;
}
.wrc-contact__panel {
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(320px 220px at 18% 20%, rgba(201, 162, 76, 0.18), rgba(255, 255, 255, 0) 60%), #fff;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.06);
  padding: 22px;
}
.wrc-contactInfo {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.wrc-contactInfo__name {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #0f0f10;
  margin-bottom: 6px;
}
.wrc-contactInfo__addr {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.62);
  margin-bottom: 14px;
}
.wrc-contactInfo__mail {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}
.wrc-contactInfo__mail a {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0f0f10;
  text-decoration: none;
}
.wrc-contactInfo__mail a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(201, 162, 76, 0.7);
  text-underline-offset: 4px;
}
.wrc-contactInfo__label {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.48);
}
.wrc-contactInfo__note {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.58);
  padding-top: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
}
.wrc-contactInfo__note strong {
  color: rgba(0, 0, 0, 0.78);
}
.wrc-contact__miniCta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wrc-contact__formWrap {
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fbfbfc;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.06);
  padding: 22px;
}
.wrc-form .wrc-label {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 6px;
}
.wrc-form .wrc-input {
  font-family: 'Jost', sans-serif;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 12px;
}
.wrc-form .wrc-input:focus {
  border-color: rgba(169, 122, 47, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 76, 0.18);
}
.wrc-form__hint {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.52);
}
.wrc-map__title {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 10px;
}
.wrc-map__frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #eee;
}
.wrc-map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.05);
}
.wrc-detailHero {
  padding: 56px 0 34px;
  background: radial-gradient(800px 400px at 20% 10%, rgba(201, 162, 76, 0.14), rgba(255, 255, 255, 0) 55%), radial-gradient(600px 340px at 80% 20%, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0) 60%), #fff;
}
.wrc-detailHero .wrc-sectionHead__title {
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 8px;
}
@media (min-width: 992px) {
  .wrc-detailHero .wrc-sectionHead__title {
    font-size: 56px;
  }
}
.wrc-detailHero .wrc-sectionHead__lead {
  color: rgba(0, 0, 0, 0.58);
  max-width: 560px;
}
.wrc-detailMeta {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}
@media (min-width: 992px) {
  .wrc-detailMeta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
.wrc-detailMeta .wrc-metaRow {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 12px 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.wrc-detailMeta .wrc-metaRow span {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.wrc-detailMeta .wrc-metaRow strong {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.78);
  white-space: nowrap;
  margin-left: 10px;
}
.wrc-detailMedia {
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(220px 220px at 70% 25%, rgba(201, 162, 76, 0.2), rgba(255, 255, 255, 0) 65%), #fbfbfc;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 26px;
  display: grid;
  place-items: center;
}
.wrc-detailMedia img {
  max-height: 520px;
  width: 100%;
  object-fit: contain;
  display: block;
  transform: translateZ(0);
}
@media (max-width: 991px) {
  .wrc-detailMedia {
    padding: 18px;
  }
  .wrc-detailMedia img {
    max-height: 420px;
  }
}
.wrc-detailBody {
  padding: 26px 0 70px;
  background: #fff;
}
.wrc-detailText {
  font-family: 'Jost', sans-serif;
}
.wrc-detailText p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(0, 0, 0, 0.66);
  margin: 0 0 14px;
}
.wrc-detailText h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0f0f10;
  margin: 26px 0 10px;
  line-height: 1.2;
  padding-left: 14px;
  border-left: 2px solid rgba(201, 162, 76, 0.85);
}
.wrc-detailAside {
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(320px 240px at 20% 20%, rgba(201, 162, 76, 0.18), rgba(255, 255, 255, 0) 60%), #fff;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
@media (min-width: 992px) {
  .wrc-detailAside {
    position: sticky;
    top: 120px;
  }
}
.wrc-detailAside__title {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 10px;
}
.wrc-detailAside__text {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.62);
}
.wrc-detailAside .btn.wrc-btn {
  border-radius: 999px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 16px;
}
.wrc-detailHero .btn.wrc-btn {
  border-radius: 999px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 18px;
}
.wrc-products--related {
  padding: 70px 0 90px;
  background: #fbfbfc;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.wrc-products--related .wrc-sectionHead {
  margin-bottom: 22px;
}
.wrc-products--related .wrc-productCard__media {
  background: radial-gradient(160px 160px at 65% 30%, rgba(201, 162, 76, 0.18), rgba(255, 255, 255, 0) 70%), linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
}
.wrc-articleVideo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #000;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
}
.wrc-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wrc-formAlerts .alert {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.wrc-ageModal {
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(380px 260px at 18% 20%, rgba(201, 162, 76, 0.18), rgba(255, 255, 255, 0) 60%), #fff;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.18);
}
.wrc-ageModal .modal-body {
  padding: 22px;
}
.wrc-ageModal__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.52);
  margin-bottom: 10px;
}
.wrc-ageModal__title {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 10px;
  color: #0f0f10;
}
.wrc-ageModal__lead {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.66);
  margin: 0 0 10px;
}
.wrc-ageModal__note {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.56);
  margin: 0;
}
.wrc-ageModal__resp {
  display: inline-block;
  margin-left: 6px;
  color: rgba(0, 0, 0, 0.48);
}
.wrc-ageModal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.modal-backdrop.show {
  opacity: 0.55;
}
/* --- 2026-03 polishing tweaks: article detail + product detail + terminology --- */
.wrc-breadcrumb--wide {
  margin-bottom: 30px;
  padding-top: 8px;
}
.wrc-articleHero {
  padding: 56px 0 24px;
  background: radial-gradient(900px 420px at 20% 0%, rgba(201, 162, 76, 0.12), rgba(255, 255, 255, 0) 58%), #fff;
}
.wrc-articleHero__intro {
  max-width: 1040px;
  margin: 0 auto;
}
.wrc-articleHero__actions {
  margin-bottom: 8px;
}
.wrc-articleHero__mediaBlock {
  border-radius: 26px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.12);
}
.wrc-articleHero__mediaBlock img,
.wrc-articleHero__mediaBlock video {
  width: 100%;
  display: block;
  border-radius: 0;
}
.wrc-articleHero__ctaPanel {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.wrc-articleHero__ctaButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wrc-articleHero__ctaButtons .wrc-btn {
  flex: 1 1 240px;
}
.wrc-articleBody {
  padding: 18px 0 90px;
  background: #fff;
}
.wrc-prose--article {
  font-size: 17px;
  line-height: 1.9;
}
.wrc-prose--article h2 {
  font-size: 28px;
  margin-top: 36px;
}
.wrc-prose--article h3 {
  font-size: 24px;
  margin-top: 30px;
}
.wrc-detailHero {
  padding: 68px 0 34px;
}
.wrc-detailHero__copy {
  max-width: 640px;
}
.wrc-detailHero .wrc-sectionHead {
  margin-bottom: 0;
}
.wrc-detailHero .wrc-sectionHead__eyebrow {
  margin-bottom: 14px;
}
.wrc-detailHero .wrc-sectionHead__lead {
  font-size: 18px;
  line-height: 1.75;
}
.wrc-detailHero__actions {
  margin-top: 8px;
}
.wrc-detailMeta--chips {
  margin-top: 22px;
}
.wrc-detailMeta--chips .wrc-pill {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrc-detailMedia {
  min-height: 100%;
}
.wrc-detailIntro {
  margin-bottom: 28px;
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: radial-gradient(320px 220px at 18% 20%, rgba(201, 162, 76, 0.14), rgba(255, 255, 255, 0) 60%), #fff;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.06);
}
.wrc-detailIntro p {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.85;
}
.wrc-detailIntro p:last-child {
  margin-bottom: 0;
}
.wrc-noteCard {
  height: 100%;
}
.wrc-specList {
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}
.wrc-products--related .wrc-sectionHead {
  max-width: 760px;
}
@media (max-width: 991px) {
  .wrc-articleHero {
    padding-top: 42px;
  }
  .wrc-breadcrumb--wide {
    margin-bottom: 22px;
  }
  .wrc-prose--article {
    font-size: 16px;
  }
  .wrc-detailHero {
    padding-top: 46px;
  }
  .wrc-detailIntro {
    padding: 20px;
  }
}
.wrc-formSummary {
  margin-bottom: 18px;
  border-radius: 16px;
  border: 1px solid rgba(176, 42, 55, 0.18);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.wrc-toastContainer {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1095;
  display: grid;
  gap: 12px;
  width: min(420px, calc(100vw - 36px));
}
.wrc-toast {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  font-family: 'Jost', sans-serif;
  backdrop-filter: blur(12px);
}
.wrc-toast .toast-header {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background: transparent;
  color: #0f0f10;
}
.wrc-toast .toast-body {
  padding: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 1.6;
}
.wrc-toast__icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(201, 162, 76, 0.16);
  color: #74511c;
  font-size: 15px;
  font-weight: 700;
}
.wrc-toast--error {
  border-color: rgba(176, 42, 55, 0.2);
}
.wrc-toast--error .wrc-toast__icon {
  background: rgba(176, 42, 55, 0.12);
  color: #9d2331;
}
.wrc-hero--noMedia {
  background: radial-gradient(900px 620px at 18% 28%, rgba(201, 162, 76, 0.22), transparent 65%), linear-gradient(135deg, #171717, #050505);
}
.wrc-hero--noMedia .wrc-hero__bg {
  display: none;
}
@media (max-width: 575.98px) {
  .wrc-toastContainer {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}
.wrc-footer {
  background: #0c0c0d;
  color: rgba(255, 255, 255, 0.82);
  padding: 70px 0 24px;
}
.wrc-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.wrc-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(201, 162, 76, 0.7);
  text-underline-offset: 4px;
}
.wrc-footer__brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.wrc-footer__brandText {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.06em;
  color: #fff;
}
.wrc-footer__tagline {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 360px;
}
.wrc-footer__title {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}
.wrc-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.wrc-footer__links a {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wrc-footer__contact {
  display: grid;
  gap: 8px;
}
.wrc-footer__company {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
.wrc-footer__addr {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.66);
}
.wrc-footer__mail {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
.wrc-footer__social {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}
.wrc-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wrc-footer__social a:hover {
  border-color: rgba(201, 162, 76, 0.55);
  background: rgba(201, 162, 76, 0.1);
  text-decoration: none;
}
.wrc-footer__bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.wrc-footer__mini {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.wrc-footer__mini a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.wrc-footer__mini a:hover {
  color: #fff;
}
.wrc-footer__sep {
  opacity: 0.4;
}
.wrc-cookieConsent {
  position: fixed;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 1040;
  pointer-events: none;
}
.wrc-cookieConsent[hidden] {
  display: none;
}
.wrc-cookieConsent__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.18);
  font-family: 'Jost', sans-serif;
  pointer-events: auto;
  backdrop-filter: blur(14px);
}
.wrc-cookieConsent__copy {
  max-width: 760px;
}
.wrc-cookieConsent__eyebrow {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.48);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.wrc-cookieConsent__title {
  margin: 0 0 6px;
  color: #0f0f10;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
.wrc-cookieConsent__text {
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
  line-height: 1.6;
}
.wrc-cookieConsent__text a {
  color: #0f0f10;
  font-weight: 500;
  text-decoration-color: rgba(201, 162, 76, 0.7);
  text-underline-offset: 3px;
}
.wrc-cookieConsent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
}
.wrc-cookieConsent__button,
.wrc-cookieConsent__settings {
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 17px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.wrc-cookieConsent__settings {
  color: rgba(0, 0, 0, 0.66);
  text-decoration: none;
}
.wrc-cookieConsent__settings:hover,
.wrc-cookieConsent__settings:focus-visible {
  color: #0f0f10;
  text-decoration: underline;
  text-decoration-color: rgba(201, 162, 76, 0.8);
  text-underline-offset: 4px;
}
.wrc-cookieModal {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  font-family: 'Jost', sans-serif;
}
.wrc-cookieModal__header {
  align-items: flex-start;
  padding: 22px 24px 18px;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  background: radial-gradient(360px 180px at 10% 0%, rgba(201, 162, 76, 0.16), transparent 70%), #fff;
}
.wrc-cookieModal__eyebrow {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.48);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.wrc-cookieModal__title {
  color: #0f0f10;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}
.wrc-cookieModal__body {
  padding: 22px 24px 8px;
}
.wrc-cookieModal__lead {
  margin: 0 0 18px;
  color: rgba(0, 0, 0, 0.62);
  font-size: 14px;
  line-height: 1.65;
}
.wrc-cookieModal__footer {
  gap: 9px;
  padding: 16px 24px 22px;
  border-top: 0;
}
.wrc-cookieModal__button {
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.wrc-cookieCategory {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.wrc-cookieCategory__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}
.wrc-cookieCategory__title {
  margin: 0 0 5px;
  color: #0f0f10;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}
.wrc-cookieCategory__heading .wrc-cookieCategory__title {
  margin-bottom: 0;
}
.wrc-cookieCategory__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(201, 162, 76, 0.14);
  color: #75521d;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wrc-cookieCategory__text {
  max-width: 650px;
  margin: 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  line-height: 1.6;
}
.wrc-cookieCategory__switch {
  min-height: 28px;
  margin: 0;
  padding-left: 3.25rem;
}
.wrc-cookieCategory__switch .form-check-input {
  width: 2.75rem;
  height: 1.45rem;
  margin-top: 0;
  margin-left: -3.25rem;
  border-color: rgba(0, 0, 0, 0.22);
  box-shadow: none;
  cursor: pointer;
}
.wrc-cookieCategory__switch .form-check-input:checked {
  border-color: #0f0f10;
  background-color: #0f0f10;
}
.wrc-cookieCategory__switch .form-check-input:focus-visible {
  border-color: #a97a2f;
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 76, 0.22);
}
.wrc-cookieCategory__switch .form-check-input:disabled {
  cursor: default;
  opacity: 0.72;
}
.wrc-footer__mini {
  flex-wrap: wrap;
}
.wrc-footer__settings {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font: inherit;
  cursor: pointer;
}
.wrc-footer__settings:hover,
.wrc-footer__settings:focus-visible {
  color: #fff;
}
.wrc-footer__settings:focus-visible {
  outline: 2px solid rgba(201, 162, 76, 0.75);
  outline-offset: 3px;
}
@media (max-width: 991.98px) {
  .wrc-cookieConsent {
    bottom: 12px;
  }
  .wrc-cookieConsent__panel {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wrc-cookieConsent__actions {
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .wrc-cookieConsent {
    bottom: 8px;
  }
  .wrc-cookieConsent .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .wrc-cookieConsent__panel {
    gap: 14px;
    padding: 17px;
    border-radius: 17px;
  }
  .wrc-cookieConsent__title {
    font-size: 18px;
  }
  .wrc-cookieConsent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .wrc-cookieConsent__button,
  .wrc-cookieConsent__settings {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .wrc-cookieConsent__settings {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 36px;
  }
  .wrc-cookieModal {
    border-radius: 18px;
  }
  .wrc-cookieModal__header,
  .wrc-cookieModal__body {
    padding-right: 18px;
    padding-left: 18px;
  }
  .wrc-cookieModal__footer {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px 18px 18px;
  }
  .wrc-cookieModal__button {
    width: 100%;
  }
  .wrc-cookieCategory {
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wrc-cookieConsent *,
  .wrc-cookieModal * {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}
/*# sourceMappingURL=style.css.map */