/* =========================================================
   宝飾展・ジュエリーイベント特集ページ
   /event_type/projectresult/event_type_jewelry.html
   ========================================================= */

:root {
  --jwl-ink: #151516;
  --jwl-ink-soft: #2a2a2d;
  --jwl-gold: #b79a5d;
  --jwl-gold-dark: #8d733e;
  --jwl-ivory: #f5f1e8;
  --jwl-sand: #e6dfd0;
  --jwl-line: #d8d0c1;
  --jwl-text: #2d2d2f;
  --jwl-muted: #6d6a64;
  --jwl-white: #ffffff;
  --jwl-max: 1220px;
}

html {
  scroll-behavior: smooth;
}

body.jwl-page {
  margin: 0;
  background: var(--jwl-white);
  color: var(--jwl-text);
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  line-height: 1.8;
}

.jwl-page *,
.jwl-page *::before,
.jwl-page *::after {
  box-sizing: border-box;
}

.jwl-page img {
  display: block;
  width: 100%;
  height: auto;
}

.jwl-page a {
  color: inherit;
  text-decoration: none;
}

.jwl-page button,
.jwl-page input,
.jwl-page textarea,
.jwl-page select {
  font: inherit;
}

.jwl-container {
  width: min(var(--jwl-max), calc(100% - 40px));
  margin-inline: auto;
}

.jwl-section {
  padding: clamp(64px, 8vw, 112px) 0;
}

.jwl-section--ivory {
  background: var(--jwl-ivory);
}

.jwl-section--dark {
  background: var(--jwl-ink);
  color: var(--jwl-white);
}

.jwl-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--jwl-gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.jwl-kicker::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.jwl-section--dark .jwl-kicker {
  color: #d7c18d;
}

.jwl-heading {
  margin: 0;
  color: var(--jwl-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .025em;
}

.jwl-section--dark .jwl-heading {
  color: var(--jwl-white);
}

.jwl-heading span {
  color: var(--jwl-gold-dark);
}

.jwl-section-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--jwl-muted);
  font-size: 16px;
  line-height: 2;
}

.jwl-section--dark .jwl-section-lead {
  color: #c8c5bf;
}

/* パンくず */
.jwl-breadcrumbs {
  width: min(var(--jwl-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  font-size: 12px;
}

.jwl-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jwl-breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #77736c;
}

.jwl-breadcrumbs li:not(:last-child)::after {
  color: #aaa59d;
  content: ">";
}

.jwl-breadcrumbs a:hover {
  text-decoration: underline;
}

/* HERO */
.jwl-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  background: var(--jwl-ink);
  color: var(--jwl-white);
}

.jwl-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 10, 11, .97) 0%, rgba(10, 10, 11, .88) 41%, rgba(10, 10, 11, .35) 72%, rgba(10, 10, 11, .2) 100%),
    linear-gradient(180deg, rgba(10, 10, 11, .05), rgba(10, 10, 11, .7));
  content: "";
}

.jwl-hero::after {
  position: absolute;
  top: -240px;
  left: 35%;
  z-index: 2;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(211, 183, 119, .18);
  transform: rotate(45deg);
  content: "";
}

.jwl-hero__images {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 52% 24% 24%;
}

.jwl-hero__image {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.jwl-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jwl-hero__image:nth-child(2),
.jwl-hero__image:nth-child(3) {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.jwl-hero__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 690px;
}

.jwl-hero__content {
  width: min(670px, 68%);
  padding: 72px 0 84px;
}

.jwl-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: #dbc58f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .24em;
}

.jwl-hero__eyebrow::before {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
}

.jwl-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .02em;
}

.jwl-hero h1 em {
  display: block;
  margin-bottom: 8px;
  color: #d9c28e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .4em;
  font-style: normal;
  letter-spacing: .16em;
}

.jwl-hero__lead {
  max-width: 600px;
  margin: 28px 0 0;
  color: #e5e2dc;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 2;
}

.jwl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.jwl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 28px;
  border: 1px solid var(--jwl-gold);
  background: var(--jwl-gold);
  color: #151515;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.jwl-button::after {
  margin-left: 18px;
  content: "→";
}

.jwl-button:hover {
  border-color: #d5bd84;
  background: #d5bd84;
}

.jwl-button--ghost {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(12, 12, 13, .28);
  color: #fff;
}

.jwl-button--ghost:hover {
  border-color: #fff;
  background: #fff;
  color: #151515;
}

.jwl-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .24);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.jwl-hero__notes li {
  padding: 15px 20px 15px 0;
  color: #cfcac0;
  font-size: 12px;
  letter-spacing: .08em;
}

.jwl-hero__notes li + li {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

/* アンカーナビ */
.jwl-anchor-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #d8d3ca;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
}

.jwl-anchor {
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: thin;
}

.jwl-anchor li {
  flex: 0 0 auto;
}

.jwl-anchor a {
  position: relative;
  display: block;
  min-width: 118px;
  padding: 17px 18px 15px;
  color: #4b4945;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.jwl-anchor a::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 2px;
  background: transparent;
  content: "";
}

.jwl-anchor a:hover,
.jwl-anchor a.is-active {
  color: var(--jwl-gold-dark);
}

.jwl-anchor a.is-active::after {
  background: var(--jwl-gold);
}

/* 実績数字 */
.jwl-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 46px;
  border-top: 1px solid var(--jwl-line);
  border-left: 1px solid var(--jwl-line);
}

.jwl-proof__item {
  min-height: 172px;
  padding: 28px 24px;
  border-right: 1px solid var(--jwl-line);
  border-bottom: 1px solid var(--jwl-line);
  background: #fff;
}

.jwl-proof__event {
  display: block;
  margin-bottom: 14px;
  color: var(--jwl-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.jwl-proof__number {
  color: var(--jwl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}

.jwl-proof__number small {
  margin-left: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}

.jwl-proof__text {
  margin: 14px 0 0;
  color: var(--jwl-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* サポート */
.jwl-support {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 52px;
  background: var(--jwl-line);
  border: 1px solid var(--jwl-line);
}

.jwl-support__item {
  min-height: 280px;
  padding: 34px 28px;
  background: #fff;
}

.jwl-support__number {
  display: block;
  margin-bottom: 28px;
  color: var(--jwl-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.jwl-support__item h3 {
  margin: 0;
  color: var(--jwl-ink);
  font-size: 18px;
  line-height: 1.6;
}

.jwl-support__item p {
  margin: 16px 0 0;
  color: var(--jwl-muted);
  font-size: 14px;
  line-height: 1.9;
}

/* 展示会セクション */
.jwl-event-list {
  display: grid;
  gap: 42px;
  margin-top: 54px;
}

.jwl-event {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  min-height: 500px;
  border: 1px solid var(--jwl-line);
  background: #fff;
}

.jwl-event:nth-child(even) {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
}

.jwl-event:nth-child(even) .jwl-event__visual {
  order: 2;
}

.jwl-event:nth-child(even) .jwl-event__content {
  order: 1;
}

.jwl-event__visual {
  position: relative;
  display: block;
  min-height: 460px;
  overflow: hidden;
  background: #ddd;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.jwl-event__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .42));
  content: "";
}

.jwl-event__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.jwl-event:hover .jwl-event__visual img,
.jwl-event__visual:hover img,
.jwl-event__visual:focus-visible img {
  transform: scale(1.025);
}

.jwl-event__mark {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, .92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  letter-spacing: .04em;
}

.jwl-event__view {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .78);
  background: rgba(10, 10, 11, .72);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  backdrop-filter: blur(4px);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.jwl-event__view::after {
  margin-left: 10px;
  content: "↗";
  font-size: 13px;
}

.jwl-event__visual:hover .jwl-event__view,
.jwl-event__visual:focus-visible .jwl-event__view {
  border-color: #fff;
  background: #fff;
  color: #151516;
}

.jwl-event__visual:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -5px;
}

.jwl-event__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}

.jwl-event__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--jwl-gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.jwl-event__label::before {
  width: 28px;
  height: 1px;
  background: var(--jwl-gold);
  content: "";
}

.jwl-event h3 {
  margin: 0;
  color: var(--jwl-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 600;
  line-height: 1.4;
}

.jwl-event h3 small {
  display: block;
  margin-top: 8px;
  color: #77726a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
}

.jwl-event__meta {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 1px;
  margin: 22px 0 0;
  background: var(--jwl-line);
  border: 1px solid var(--jwl-line);
}

.jwl-event__meta div {
  padding: 14px 16px;
  background: var(--jwl-ivory);
}

.jwl-event__meta dt {
  margin: 0 0 4px;
  color: var(--jwl-gold-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.jwl-event__meta dd {
  margin: 0;
  color: #45433f;
  font-size: 13px;
  line-height: 1.65;
}

.jwl-event__description {
  margin: 22px 0 0;
  color: #58554f;
  font-size: 14px;
  line-height: 2;
}

.jwl-case-links {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.jwl-case-heading {
  margin: 0 0 2px;
  color: #77726a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.jwl-case-link {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 82px;
  overflow: hidden;
  border: 1px solid var(--jwl-line);
  background: #fff;
  color: #2d2d2f;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.jwl-case-link:hover {
  border-color: #777;
  background: #f8f8f8;
  transform: translateY(-1px);
}

.jwl-case-link__thumb {
  position: relative;
  display: block;
  min-height: 82px;
  overflow: hidden;
  background: #222;
}

.jwl-case-link__thumb::after {
  position: absolute;
  inset: 0;
  border-right: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(135deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .28));
  content: "";
}

.jwl-case-link__thumb img {
  width: 100%;
  height: 100%;
  min-height: 82px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.03);
  transition: filter .25s ease, transform .25s ease;
}

.jwl-case-link:hover .jwl-case-link__thumb img,
.jwl-case-link:focus-visible .jwl-case-link__thumb img {
  filter: grayscale(25%) contrast(1.02);
  transform: scale(1.035);
}

.jwl-case-link__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 13px 15px;
}

.jwl-case-link__body strong {
  display: block;
  color: #252527;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

.jwl-case-link__button {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  color: #777;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
}

.jwl-case-link__button::after {
  margin-left: 7px;
  content: "↗";
  font-size: 10px;
}

.jwl-case-link:hover .jwl-case-link__button,
.jwl-case-link:focus-visible .jwl-case-link__button {
  color: #111;
}

.jwl-case-link:focus-visible {
  outline: 2px solid #151516;
  outline-offset: 2px;
}

/* 原稿掲載の締め文章 */
.jwl-original-support {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background: #f5f5f5;
}

.jwl-original-support__text {
  max-width: 920px;
  margin-top: 28px;
  padding-left: 28px;
  border-left: 2px solid #222;
}

.jwl-original-support__text p {
  margin: 0;
  color: #4f4f52;
  font-size: 15px;
  line-height: 2.1;
}

.jwl-original-support__text p + p {
  margin-top: 18px;
}

/* 人気アイテム */
.jwl-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.jwl-product {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #3c3b3d;
  background: #1d1d1f;
  transition: border-color .2s ease, transform .2s ease;
}

.jwl-product:hover {
  border-color: var(--jwl-gold);
  transform: translateY(-3px);
}

.jwl-product__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
}

.jwl-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jwl-product__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.jwl-product__category {
  color: #cdb67f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.jwl-product h3 {
  margin: 9px 0 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.55;
}

.jwl-product p {
  margin: 13px 0 22px;
  color: #bdb9b1;
  font-size: 13px;
  line-height: 1.8;
}

.jwl-product__more {
  margin-top: auto;
  color: #d5c18e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.jwl-product__more::after {
  margin-left: 10px;
  content: "→";
}

/* フロー */
.jwl-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--jwl-line);
  border-left: 1px solid var(--jwl-line);
}

.jwl-flow__item {
  position: relative;
  min-height: 250px;
  padding: 30px 26px;
  border-right: 1px solid var(--jwl-line);
  border-bottom: 1px solid var(--jwl-line);
}

.jwl-flow__step {
  color: var(--jwl-gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
}

.jwl-flow__item h3 {
  margin: 24px 0 0;
  color: var(--jwl-ink);
  font-size: 18px;
}

.jwl-flow__item p {
  margin: 14px 0 0;
  color: var(--jwl-muted);
  font-size: 13px;
  line-height: 1.9;
}

/* FAQ */
.jwl-faq {
  margin-top: 44px;
  border-top: 1px solid var(--jwl-line);
}

.jwl-faq details {
  border-bottom: 1px solid var(--jwl-line);
}

.jwl-faq summary {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px 52px 24px 0;
  color: var(--jwl-ink);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.jwl-faq summary::-webkit-details-marker {
  display: none;
}

.jwl-faq summary::before {
  color: var(--jwl-gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  content: "Q";
}

.jwl-faq summary::after {
  position: absolute;
  top: 24px;
  right: 8px;
  color: var(--jwl-gold-dark);
  font-size: 22px;
  font-weight: 400;
  content: "+";
}

.jwl-faq details[open] summary::after {
  content: "−";
}

.jwl-faq__answer {
  display: flex;
  gap: 18px;
  padding: 0 56px 26px 0;
  color: var(--jwl-muted);
  font-size: 14px;
  line-height: 2;
}

.jwl-faq__answer::before {
  color: #99928a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  content: "A";
}

/* CTA */
.jwl-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 10vw, 128px) 0;
  background:
    linear-gradient(90deg, rgba(15, 15, 16, .96), rgba(15, 15, 16, .78)),
    url("https://www.kk-step.jp/img/ijt2026_001.jpg") center / cover no-repeat;
  color: #fff;
}

.jwl-cta::after {
  position: absolute;
  right: -160px;
  bottom: -360px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(211, 183, 119, .25);
  transform: rotate(45deg);
  content: "";
}

.jwl-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
}

.jwl-cta h2 {
  margin: 0;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.45;
}

.jwl-cta p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #d0ccc4;
  font-size: 15px;
  line-height: 2;
}

.jwl-cta__contact {
  display: grid;
  gap: 10px;
  min-width: 310px;
}

.jwl-tel {
  display: block;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  text-align: center;
}

.jwl-tel small {
  display: block;
  color: #bdb8ae;
  font-size: 10px;
  letter-spacing: .1em;
}

.jwl-tel strong {
  display: block;
  margin-top: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  letter-spacing: .03em;
}

.jwl-footnote {
  margin: 20px 0 0;
  color: #8a857c;
  font-size: 11px;
}

/* レスポンシブ */
@media (max-width: 1040px) {
  .jwl-proof,
  .jwl-support,
  .jwl-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .jwl-event,
  .jwl-event:nth-child(even) {
    grid-template-columns: minmax(310px, .85fr) minmax(0, 1.15fr);
  }

  .jwl-event:nth-child(even) .jwl-event__visual {
    order: 0;
  }

  .jwl-event:nth-child(even) .jwl-event__content {
    order: 0;
  }

  .jwl-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .jwl-cta__inner {
    grid-template-columns: 1fr;
  }

  .jwl-cta__contact {
    width: min(420px, 100%);
  }
}

@media (max-width: 760px) {
  .jwl-container,
  .jwl-breadcrumbs {
    width: min(100% - 28px, var(--jwl-max));
  }

  .jwl-section {
    padding: 64px 0;
  }

  .jwl-hero,
  .jwl-hero__inner {
    min-height: 720px;
  }

  .jwl-hero__images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 58% 42%;
  }

  .jwl-hero__image:first-child {
    grid-column: 1 / 3;
  }

  .jwl-hero::before {
    background: linear-gradient(180deg, rgba(10, 10, 11, .86) 0%, rgba(10, 10, 11, .76) 53%, rgba(10, 10, 11, .9) 100%);
  }

  .jwl-hero__content {
    width: 100%;
    padding: 62px 0 72px;
  }

  .jwl-hero h1 {
    font-size: clamp(36px, 11vw, 56px);
  }

  .jwl-hero__lead {
    font-size: 15px;
  }

  .jwl-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jwl-button {
    width: 100%;
  }

  .jwl-hero__notes li {
    width: 50%;
    padding: 12px 10px 12px 0;
  }

  .jwl-hero__notes li + li {
    padding-left: 10px;
  }

  .jwl-proof,
  .jwl-support,
  .jwl-flow,
  .jwl-products {
    grid-template-columns: 1fr;
  }

  .jwl-proof__item,
  .jwl-support__item,
  .jwl-flow__item {
    min-height: auto;
  }

  .jwl-event,
  .jwl-event:nth-child(even) {
    display: block;
    min-height: 0;
  }

  .jwl-event__visual {
    min-height: 280px;
    aspect-ratio: 4 / 3;
  }

  .jwl-event__view {
    left: 16px;
    bottom: 16px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 10px;
  }

  .jwl-event__content {
    padding: 30px 22px 34px;
  }

  .jwl-event__meta {
    grid-template-columns: 1fr;
  }

  .jwl-case-link {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 72px;
  }

  .jwl-case-link__thumb,
  .jwl-case-link__thumb img {
    min-height: 72px;
  }

  .jwl-case-link__body {
    padding: 11px 12px;
  }

  .jwl-original-support__text {
    padding-left: 18px;
  }

  .jwl-cta__contact {
    min-width: 0;
  }
}

@media (max-width: 430px) {
  .jwl-hero__notes li {
    width: 100%;
    padding-left: 0 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .jwl-event__visual {
    min-height: 230px;
  }

  .jwl-faq summary {
    padding-right: 38px;
  }

  .jwl-faq__answer {
    padding-right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .jwl-page *,
  .jwl-page *::before,
  .jwl-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
