@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@500;600;700;800;900&family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

html body.wm-portfolio-template,
body.wm-portfolio-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
  font-size: 16px !important;
  overflow-x: hidden !important;
}

body.wm-portfolio-template *,
body.wm-portfolio-template *::before,
body.wm-portfolio-template *::after,
body.wm-portfolio-page *,
body.wm-portfolio-page *::before,
body.wm-portfolio-page *::after {
  box-sizing: border-box;
}

body.wm-portfolio-template #page-container,
body.wm-portfolio-template #et-main-area,
body.wm-portfolio-template #main-content,
body.wm-portfolio-template #main-content .container,
body.wm-portfolio-template #content-area,
body.wm-portfolio-template #left-area,
body.wm-portfolio-template #primary,
body.wm-portfolio-template .site,
body.wm-portfolio-template .site-content,
body.wm-portfolio-template .post,
body.wm-portfolio-template article,
body.wm-portfolio-template .entry-content,
body.wm-portfolio-template .et_builder_inner_content,
body.wm-portfolio-template .et-l--post,
body.wm-portfolio-template .container,
body.wm-portfolio-page #page-container,
body.wm-portfolio-page #et-main-area,
body.wm-portfolio-page #main-content,
body.wm-portfolio-page #main-content .container,
body.wm-portfolio-page #content-area,
body.wm-portfolio-page #left-area,
body.wm-portfolio-page #primary,
body.wm-portfolio-page .site,
body.wm-portfolio-page .site-content,
body.wm-portfolio-page .post,
body.wm-portfolio-page article,
body.wm-portfolio-page .entry-content,
body.wm-portfolio-page .et_builder_inner_content,
body.wm-portfolio-page .et-l--post,
body.wm-portfolio-page .container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.wm-portfolio-template #sidebar,
body.wm-portfolio-page #sidebar,
body.wm-portfolio-template #left-area + #sidebar,
body.wm-portfolio-page .widget-area,
body.wm-portfolio-template .widget-area,
body.wm-portfolio-page .sidebar-container,
body.wm-portfolio-template .sidebar-container,
body.wm-portfolio-page aside.sidebar,
body.wm-portfolio-template aside.sidebar,
body.wm-portfolio-page .et_right_sidebar #sidebar,
body.wm-portfolio-template .et_right_sidebar #sidebar,
body.wm-portfolio-page .et_left_sidebar #sidebar,
body.wm-portfolio-template .et_left_sidebar #sidebar {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.wm-portfolio-template #left-area,
body.wm-portfolio-page #left-area,
body.wm-portfolio-template .et_right_sidebar #left-area,
body.wm-portfolio-page .et_right_sidebar #left-area,
body.wm-portfolio-template .et_left_sidebar #left-area,
body.wm-portfolio-page .et_left_sidebar #left-area,
body.wm-portfolio-template .content-area,
body.wm-portfolio-page .content-area,
body.wm-portfolio-template .site-content,
body.wm-portfolio-page .site-content,
body.wm-portfolio-template .entry-content,
body.wm-portfolio-page .entry-content,
body.wm-portfolio-template article.page,
body.wm-portfolio-page article.page,
body.wm-portfolio-template #primary,
body.wm-portfolio-page #primary {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.wm-portfolio-template #main-content .container,
body.wm-portfolio-page #main-content .container,
body.wm-portfolio-template .container,
body.wm-portfolio-page .container,
body.wm-portfolio-template #content-area,
body.wm-portfolio-page #content-area,
body.wm-portfolio-template .site-main,
body.wm-portfolio-page .site-main,
body.wm-portfolio-template .et-l--post,
body.wm-portfolio-page .et-l--post,
body.wm-portfolio-template .et_builder_inner_content,
body.wm-portfolio-page .et_builder_inner_content,
body.wm-portfolio-template .entry-content,
body.wm-portfolio-page .entry-content,
body.wm-portfolio-template .post-content,
body.wm-portfolio-page .post-content,
body.wm-portfolio-template .page-content,
body.wm-portfolio-page .page-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.wm-portfolio-template #main-content .container:before,
body.wm-portfolio-page #main-content .container:before,
body.wm-portfolio-template #content-area:before,
body.wm-portfolio-page #content-area:before {
  display: none !important;
}

body.wm-portfolio-template .entry-title,
body.wm-portfolio-page .entry-title,
body.wm-portfolio-template .main_title,
body.wm-portfolio-page .main_title,
body.wm-portfolio-template .page-title,
body.wm-portfolio-page .page-title {
  display: none !important;
}

.wm-portfolio-page-shell,
.wm-portfolio-main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

.wm-portfolio-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(10, 10, 18, 0.96), rgba(10, 10, 18, 0.78));
  backdrop-filter: blur(18px);
}

body.admin-bar .wm-portfolio-header {
  top: 32px;
}

.wm-portfolio-header-inner {
  width: min(1200px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wm-portfolio-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  text-decoration: none;
}

.wm-portfolio-logo-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(255, 130, 0, 0.18);
}

.wm-portfolio-logo-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wm-portfolio-logo-bg {
  opacity: 0.92;
  transform: scale(1);
}

.wm-portfolio-logo-main {
  transform: scale(0.92);
}

.wm-portfolio-logo-text {
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.wm-portfolio-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.wm-portfolio-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  transition: all .2s ease;
}

.wm-portfolio-nav-link:hover,
.wm-portfolio-nav-link.is-active {
  border-color: rgba(255, 130, 0, 0.28);
  background: rgba(255, 130, 0, 0.08);
  color: #ff8200;
}

.wm-portfolio-nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
}

.wm-portfolio-nav-toggle-lines,
.wm-portfolio-nav-toggle-lines::before,
.wm-portfolio-nav-toggle-lines::after {
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.wm-portfolio-nav-toggle-lines {
  position: relative;
}

.wm-portfolio-nav-toggle-lines::before,
.wm-portfolio-nav-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.wm-portfolio-nav-toggle-lines::before {
  top: -6px;
}

.wm-portfolio-nav-toggle-lines::after {
  top: 6px;
}

.wm-portfolio-nav-toggle[aria-expanded="true"] .wm-portfolio-nav-toggle-lines {
  background: transparent;
}

.wm-portfolio-nav-toggle[aria-expanded="true"] .wm-portfolio-nav-toggle-lines::before {
  top: 0;
  transform: rotate(45deg);
}

.wm-portfolio-nav-toggle[aria-expanded="true"] .wm-portfolio-nav-toggle-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

:root {
  --wm-orange: #ff8200;
  --wm-purple: #180052;
  --wm-pink: #9d0047;
  --wm-black: #000000;
  --wm-deepblue: #0b0f2a;
  --wm-deepviolet: #130735;
  --wm-white: #ffffff;
  --wm-text: #eceaf5;
  --wm-muted: #bbb7ce;
  --wm-border: rgba(255, 255, 255, 0.08);
  --wm-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --wm-radius: 26px;
  --wm-width: 1200px;
}

.wm-portfolio {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  color: var(--wm-text);
  font-family: "Montserrat", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(157, 0, 71, 0.20), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 130, 0, 0.14), transparent 24%),
    radial-gradient(circle at 50% 18%, rgba(24, 0, 82, 0.50), transparent 38%),
    #000000;
}

.wm-portfolio,
.wm-portfolio h1,
.wm-portfolio h2,
.wm-portfolio h3,
.wm-portfolio h4,
.wm-portfolio strong,
.wm-portfolio a {
  color: var(--wm-white);
}

.wm-portfolio,
.ght2jeu-home,
.aboutfaq-page,
.passion-page,
.tools-page {
  font-size: 16px;
}

.wm-portfolio :where(p, li, span, a, button, input, textarea, select, label, figcaption),
.ght2jeu-home :where(p, li, span, a, button, input, textarea, select, label, figcaption),
.aboutfaq-page :where(p, li, span, a, button, input, textarea, select, label, figcaption),
.passion-page :where(p, li, span, a, button, input, textarea, select, label, figcaption),
.tools-page :where(p, li, span, a, button, input, textarea, select, label, figcaption) {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wm-portfolio *,
.wm-portfolio *::before,
.wm-portfolio *::after {
  box-sizing: border-box;
}

.wm-shell {
  width: min(var(--wm-width), calc(100% - 40px));
  margin: 0 auto;
}

.wm-portfolio-projects .wm-shell {
  width: min(1360px, calc(100% - 48px));
}

.wm-section {
  position: relative;
  padding: 95px 0;
}

.wm-section-alt {
  background:
    radial-gradient(circle at 15% 20%, rgba(24, 0, 82, 0.35), transparent 30%),
    linear-gradient(180deg, rgba(11, 15, 42, 0.55), rgba(0, 0, 0, 0));
}

.wm-hero {
  padding: 110px 0 80px;
}

.wm-hero-compact {
  padding-top: 96px;
}

.wm-hero-grid,
.wm-split,
.wm-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.wm-title,
.wm-subtitle,
.wm-card h3,
.wm-project-card h3,
.wm-profile-card h2,
.wm-project-list-card h2,
.wm-project-detail-grid h2,
.wm-tool-card h2 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.02em;
}

.wm-title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.05;
}

.wm-hero h1.wm-title,
.wm-error-panel h1.wm-title {
  font-size: 4.25rem;
  line-height: 1.02;
}

.wm-subtitle,
.wm-profile-card h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.wm-lead,
.wm-panel p,
.wm-card p,
.wm-project-card p,
.wm-faq-list p,
.wm-tool-card p {
  margin: 0;
  color: var(--wm-muted);
  font-size: 16px;
  line-height: 1.9;
}

.wm-pill,
.wm-badge,
.wm-label,
.wm-dot {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 16px;
  border: 1px solid rgba(255, 130, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 130, 0, 0.08);
  color: var(--wm-orange);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.wm-badge {
  padding: 8px 12px;
  margin-bottom: 16px;
}

.wm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.wm-actions-center {
  justify-content: center;
}

.wm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.98rem;
  transition: all 0.25s ease;
}

.wm-button:hover {
  transform: translateY(-3px) scale(1.03);
  filter: brightness(1.03);
  box-shadow: 0 16px 34px rgba(255, 130, 0, 0.16);
}

.wm-button.wm-button-primary {
  background: var(--wm-orange);
  color: #000000;
  box-shadow: 0 10px 30px rgba(255, 130, 0, 0.28);
}

.wm-button.wm-button-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--wm-white);
}

.wm-button.wm-button-secondary:hover,
.ght2jeu-btn-secondary:hover,
.aboutfaq-btn-secondary:hover,
.passion-btn-secondary:hover {
  border-color: rgba(255, 130, 0, 0.35);
  background: rgba(255, 255, 255, 0.05);
  color: var(--wm-orange);
}

.wm-panel {
  padding: 28px;
  border: 1px solid var(--wm-border);
  border-radius: var(--wm-radius);
  background: linear-gradient(180deg, rgba(24, 0, 82, 0.58), rgba(9, 9, 16, 0.84));
  box-shadow: var(--wm-shadow);
  backdrop-filter: blur(14px);
}

.wm-contact-form-shell {
  max-width: 940px;
}

.wm-contact-form-panel {
  padding: 40px;
}

.wm-accent {
  color: var(--wm-orange);
  font-weight: 700;
}

.wm-emphasis {
  color: var(--wm-white);
  font-weight: 700;
}

.wm-dashboard-head,
.wm-proof,
.wm-metrics,
.wm-card-grid,
.wm-stack-list,
.wm-faq-list,
.wm-project-summary,
.wm-contact-seeking,
.wm-contact-direct-list,
.wm-contact-form {
  display: grid;
  gap: 16px;
}

.wm-dashboard-head {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.wm-dot {
  justify-self: end;
  background: rgba(255, 255, 255, 0.04);
  color: var(--wm-white);
}

.wm-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.wm-metric,
.wm-project-summary-item,
.wm-contact-seeking-item,
.wm-contact-direct-item {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.wm-metric small,
.wm-metric span {
  display: block;
}

.wm-metric small {
  color: var(--wm-muted);
  margin-bottom: 10px;
}

.wm-metric strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.wm-metric span {
  color: var(--wm-orange);
  line-height: 1.5;
}

.wm-chart {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 12px;
  margin-top: 20px;
  min-height: 180px;
}

.wm-chart span {
  display: block;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, var(--wm-orange), var(--wm-pink));
}

.wm-chart span:nth-child(1) { height: 72px; }
.wm-chart span:nth-child(2) { height: 112px; }
.wm-chart span:nth-child(3) { height: 138px; }
.wm-chart span:nth-child(4) { height: 124px; }
.wm-chart span:nth-child(5) { height: 164px; }

.wm-proof,
.wm-project-card ul,
.wm-stack-list,
.wm-steps {
  margin: 0;
  padding-left: 18px;
}

.wm-proof li,
.wm-project-card li,
.wm-stack-list li,
.wm-steps li {
  color: var(--wm-muted);
  line-height: 1.75;
}

.wm-card-grid {
  margin-top: 28px;
}

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

.wm-card h3,
.wm-project-card h3,
.wm-project-list-card h2,
.wm-project-detail-grid h2 {
  margin: 0 0 12px;
  line-height: 1.08;
}

.wm-project-card ul {
  margin-top: 18px;
}

.wm-intro-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: center;
}

.wm-steps li {
  margin-bottom: 18px;
}

.wm-steps strong {
  display: block;
  margin-bottom: 4px;
}

.wm-steps span {
  color: var(--wm-muted);
}

.wm-profile-card h2 {
  margin-top: 16px;
}

.wm-faq-list details {
  overflow: hidden;
}

.wm-faq-list summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
}

.wm-faq-list p {
  margin-top: 16px;
}

.wm-cta,
.wm-quote {
  text-align: center;
}

.wm-quote p {
  margin: 0;
  color: var(--wm-white);
  font-size: 1.18rem;
  line-height: 1.9;
}

.wm-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
}

.wm-orbit::before {
  content: "";
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.16);
}

.wm-orbit span {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wm-orbit span:nth-child(1) { top: 36px; }
.wm-orbit span:nth-child(2) { right: 20px; }
.wm-orbit span:nth-child(3) { bottom: 32px; }
.wm-orbit span:nth-child(4) { left: 20px; }
.wm-orbit span:nth-child(5) {
  inset: auto auto 50% 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 130, 0, 0.12);
}

.wm-projects-hero,
.wm-tools-hero {
  max-width: 860px;
}

.wm-projects-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.wm-project-filter-toggle {
  display: none;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 130, 0, 0.34);
  border-radius: 999px;
  background: rgba(255, 130, 0, 0.12);
  color: var(--wm-orange);
  font-weight: 800;
  cursor: pointer;
}

.wm-projects-count {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--wm-muted);
}

.wm-projects-count-number {
  color: var(--wm-white);
  font-size: 1.8rem;
  font-weight: 700;
}

.wm-project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wm-project-filter {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--wm-white);
  font-weight: 700;
  cursor: pointer;
}

.wm-project-filter.is-active {
  background: var(--wm-orange);
  border-color: transparent;
  color: #000000;
}

.wm-project-meta {
  margin: 0 0 18px;
  color: var(--wm-orange);
  font-size: 0.95rem;
}

.wm-project-list-section,
.wm-project-detail-block {
  margin-top: 18px;
}

.wm-project-list-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wm-project-list-card-inner {
  min-height: 100%;
  padding: 46px 44px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wm-project-list-card .wm-actions {
  margin-top: auto;
  padding-top: 10px;
}

.wm-project-list-card > .wm-badge {
  margin-left: 0;
}

.wm-project-list-card h2 {
  max-width: 20ch;
  margin: 0;
}

.wm-project-list-card p {
  max-width: 42ch;
}

.wm-project-list-section {
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.wm-project-list-section strong,
.wm-project-detail-block strong,
.wm-project-summary-item strong,
.wm-contact-seeking-item strong,
.wm-contact-direct-item strong {
  display: block;
  margin-bottom: 8px;
}

.wm-project-list-section p,
.wm-project-detail-block p,
.wm-project-summary-item span,
.wm-contact-seeking-item span,
.wm-contact-direct-item a {
  margin: 0;
  color: var(--wm-muted);
  line-height: 1.8;
  text-decoration: none;
}

.wm-project-list-section p + p,
.wm-panel p + p,
.aboutfaq-story-copy p + p,
.aboutfaq-values-copy p + p,
.aboutfaq-remote-copy p + p,
.passion-hero-copy p + p,
.passion-feature-copy p + p,
.tool-card p + p {
  margin-top: 12px;
}

.wm-empty-state {
  grid-column: 1 / -1;
}

.wm-error-panel {
  max-width: 880px;
  margin: 0 auto;
  padding: 54px 46px;
  border: 1px solid var(--wm-border);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(24, 0, 82, 0.62), rgba(9, 9, 16, 0.88));
  box-shadow: var(--wm-shadow);
  text-align: center;
}

.wm-error-panel .wm-title {
  max-width: 11ch;
  margin-right: auto;
  margin-left: auto;
}

.wm-error-panel .wm-lead {
  max-width: 720px;
  margin: 0 auto;
}

.wm-error-actions {
  justify-content: center;
  margin-top: 28px;
}

.wm-projects-grid.count-1 {
  grid-template-columns: minmax(0, 540px);
  justify-content: center;
}

.wm-projects-grid.count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wm-portfolio-projects .wm-card-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 26px;
}

.wm-project-single-hero {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 24px;
  align-items: start;
}

.wm-back-link {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--wm-orange);
  text-decoration: none;
  font-weight: 700;
}

.wm-project-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.wm-form-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.wm-form-alert.is-success {
  background: rgba(58, 202, 130, 0.16);
  color: #baf7d4;
  border: 1px solid rgba(58, 202, 130, 0.22);
}

.wm-form-alert.is-error {
  background: rgba(255, 130, 0, 0.16);
  color: #ffd7ad;
  border: 1px solid rgba(255, 130, 0, 0.22);
}

.wm-form-row {
  display: grid;
  gap: 8px;
}

.wm-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.wm-form-row label {
  font-weight: 700;
}

.wm-form-row input,
.wm-form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--wm-white);
  font: inherit;
}

.wm-form-row textarea {
  resize: vertical;
  min-height: 220px;
}

.wm-contact-form .wm-button {
  appearance: none;
  cursor: pointer;
}

.wm-contact-form input::placeholder,
.wm-contact-form textarea::placeholder {
  color: rgba(236, 234, 245, 0.48);
}

.wm-tool-card h2 {
  margin: 0 0 12px;
  color: var(--wm-orange);
  line-height: 1.08;
}

.wm-tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.wm-tool-tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--wm-white);
  font-size: 0.8rem;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .wm-hero h1.wm-title,
  .wm-error-panel h1.wm-title {
    font-size: 3.4rem;
  }

  .wm-hero-grid,
  .wm-split,
  .wm-contact-grid,
  .wm-intro-card,
  .wm-card-grid-3,
  .wm-project-single-hero,
  .wm-project-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .wm-portfolio-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .wm-portfolio-nav-toggle {
    display: inline-flex;
  }

  .wm-portfolio-nav {
    grid-column: 1 / -1;
    width: 100%;
    max-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    overflow: hidden;
    opacity: 0;
    transition: max-height .25s ease, opacity .2s ease, padding .2s ease;
  }

  .wm-portfolio-nav.is-open {
    max-height: 420px;
    padding: 6px 0 2px;
    opacity: 1;
  }

  .wm-portfolio-nav-link {
    min-height: 42px;
    padding: 0 12px;
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
  }
}

@media (max-width: 767px) {
  .wm-shell {
    width: min(var(--wm-width), calc(100% - 24px));
  }

  .wm-section {
    padding: 70px 0;
  }

  .wm-hero {
    padding: 80px 0 50px;
  }

  .wm-portfolio-projects .wm-hero {
    padding: 44px 0 30px;
  }

  .wm-panel {
    padding: 20px;
  }

  .wm-metrics {
    grid-template-columns: 1fr;
  }

  .wm-dashboard-head {
    grid-template-columns: 1fr;
  }

  .wm-dot {
    justify-self: start;
  }

  .wm-title,
  .wm-hero h1.wm-title,
  .wm-error-panel h1.wm-title {
    font-size: 2.1rem;
    line-height: 1.08;
  }

  .wm-projects-mobile-hidden {
    display: none;
  }

  .wm-project-filters {
    width: 100%;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .wm-project-filters.is-open {
    display: grid;
  }

  .wm-project-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wm-projects-toolbar {
    align-items: center;
    gap: 10px;
  }

  .wm-projects-count {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.86rem;
  }

  .wm-projects-count-number {
    font-size: 1.35rem;
  }

  .wm-project-filter {
    width: 100%;
    min-height: 42px;
    justify-content: center;
    padding: 8px 6px;
    border-radius: 14px;
    font-size: 0.78rem;
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

html .ght2jeu-home,
html .aboutfaq-page,
html .passion-page,
html .tools-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.ght2jeu-home,
.aboutfaq-page,
.passion-page,
.tools-page {
  color: var(--wm-text);
  font-family: "Montserrat", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(157, 0, 71, 0.20), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 130, 0, 0.14), transparent 24%),
    radial-gradient(circle at 50% 18%, rgba(24, 0, 82, 0.50), transparent 38%),
    #000000;
}

.ght2jeu-wrap,
.aboutfaq-wrap,
.passion-wrap,
.tools-wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.ght2jeu-section,
.aboutfaq-section,
.passion-section,
.tools-section {
  position: relative;
  padding: 90px 0;
}

.ght2jeu-title,
.aboutfaq-title,
.passion-title,
.tools-title {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.05;
}

.ght2jeu-title { font-size: clamp(2rem, 5vw, 3.6rem); }
.aboutfaq-title { font-size: clamp(2rem, 5vw, 3.7rem); }
.passion-title { font-size: clamp(2rem, 5vw, 3.6rem); }
.tools-title { font-size: clamp(2rem, 5vw, 3.5rem); }

.ght2jeu-subtitle,
.aboutfaq-subtitle,
.passion-subtitle,
.tools-sub {
  color: var(--wm-muted);
  font-size: 16px;
  line-height: 1.85;
}

.ght2jeu-kicker,
.aboutfaq-kicker,
.passion-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 130, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 130, 0, 0.08);
  color: var(--wm-orange);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.ght2jeu-card,
.aboutfaq-card,
.passion-card,
.tool-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.ght2jeu-card,
.aboutfaq-card,
.passion-card {
  background: linear-gradient(180deg, rgba(24, 0, 82, 0.58), rgba(9, 9, 16, 0.84));
  backdrop-filter: blur(14px);
}

.tool-card {
  padding: 22px;
  background: linear-gradient(180deg, #130735, #0b0f2a);
}

.ght2jeu-btns,
.aboutfaq-btns,
.passion-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.ght2jeu-btn,
.aboutfaq-btn,
.passion-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 800;
  transition: all .25s ease;
}

.ght2jeu-btn:hover,
.aboutfaq-btn:hover,
.passion-btn:hover {
  transform: translateY(-3px) scale(1.03);
  filter: brightness(1.03);
  box-shadow: 0 16px 34px rgba(255, 130, 0, 0.16);
}

.ght2jeu-btn-primary,
.aboutfaq-btn-primary,
.passion-btn-primary {
  background: var(--wm-orange);
  color: #000000;
  box-shadow: 0 10px 30px rgba(255, 130, 0, 0.28);
}

.ght2jeu-btn-secondary,
.aboutfaq-btn-secondary,
.passion-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.ght2jeu-hero { padding: 110px 0 80px; }
.aboutfaq-hero { padding: 110px 0 80px; }
.passion-hero { padding: 110px 0 80px; }

.ght2jeu-hero-inner,
.aboutfaq-hero-grid,
.passion-hero-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.ght2jeu-hero-inner { grid-template-columns: 1.1fr 0.9fr; }
.aboutfaq-hero-grid { grid-template-columns: 1.05fr 0.95fr; }
.passion-hero-grid { grid-template-columns: 1.02fr 0.98fr; }

.ght2jeu-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.ght2jeu-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(255, 130, 0, 0.18);
}

.ght2jeu-brand-name {
  color: var(--wm-orange);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.3rem;
}

.ght2jeu-brand-role,
.ght2jeu-hero-copy p,
.aboutfaq-hero-copy p,
.passion-hero-copy p,
.tools-sub,
.ght2jeu-about-copy p,
.aboutfaq-story-copy p,
.aboutfaq-values-copy p,
.aboutfaq-remote-copy p,
.passion-feature-copy p,
.passion-values-copy p,
.tool-card p {
  color: var(--wm-muted);
  font-size: 16px;
  line-height: 1.9;
}

.ght2jeu-highlight,
.aboutfaq-highlight,
.passion-highlight {
  color: var(--wm-orange);
  font-weight: 900;
}

.ght2jeu-home .ght2jeu-section {
  padding: 82px 0;
  scroll-margin-top: 110px;
}

.ght2jeu-home .ght2jeu-hero {
  padding: 64px 0 68px;
}

.ght2jeu-home .ght2jeu-brand {
  margin-bottom: 18px;
}

.ght2jeu-home .ght2jeu-kicker {
  margin-bottom: 18px;
}

.ght2jeu-home .ght2jeu-hero .ght2jeu-title {
  max-width: 13.5ch;
  margin-bottom: 18px;
}

.ght2jeu-home .ght2jeu-hero h1.ght2jeu-title,
.aboutfaq-hero h1.aboutfaq-title,
.passion-hero h1.passion-title,
.tools-page .tools-section:first-child h1.tools-title {
  font-size: 4.35rem;
  line-height: 1.02;
}

.ght2jeu-home .ght2jeu-hero-copy p {
  max-width: 720px;
}

.ght2jeu-home .ght2jeu-btns {
  margin-top: 24px;
}

.ght2jeu-home .ght2jeu-dashboard {
  padding: 24px;
}

.ght2jeu-home .ght2jeu-mini-grid {
  margin-top: 8px;
}

.ght2jeu-home .ght2jeu-projects {
  gap: 22px;
}

.ght2jeu-home .ght2jeu-method {
  gap: 18px;
}

.ght2jeu-home .ght2jeu-data,
.ght2jeu-home .ght2jeu-about {
  gap: 30px;
}

.ght2jeu-dashboard,
.ght2jeu-data-copy,
.ght2jeu-data-panel,
.ght2jeu-project,
.ght2jeu-about-visual,
.aboutfaq-intro,
.aboutfaq-values-copy,
.aboutfaq-values-list,
.aboutfaq-remote-copy,
.aboutfaq-remote-panel,
.aboutfaq-cta,
.passion-intro,
.passion-values-copy,
.passion-values-list,
.passion-quote,
.passion-cta {
  padding: 28px;
}

.ght2jeu-dashboard { position: relative; min-height: 520px; }

.ght2jeu-dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.ght2jeu-live,
.ght2jeu-floating,
.aboutfaq-floating,
.passion-floating {
  color: #ffffff;
  border-radius: 999px;
}

.ght2jeu-live {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.04);
  overflow: visible;
}

.ght2jeu-live::before {
  content: "";
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 14px rgba(255, 59, 48, 0.75);
  animation: wm-sync-core 1.6s ease-in-out infinite;
}

.ght2jeu-live::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 59, 48, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(255, 59, 48, 0.42);
  transform: translateY(-50%) scale(2.7);
  transform-origin: center;
  opacity: 0;
  animation: wm-sync-aspire 1.6s ease-in-out infinite;
}

@keyframes wm-sync-core {
  0%,
  100% {
    transform: scale(0.92);
    filter: brightness(0.95);
  }

  45% {
    transform: scale(1.18);
    filter: brightness(1.25);
  }
}

@keyframes wm-sync-aspire {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(3);
  }

  48% {
    opacity: 0.7;
    transform: translateY(-50%) scale(1.35);
  }

  78% {
    opacity: 0;
    transform: translateY(-50%) scale(0.58);
  }

  100% {
    opacity: 0;
    transform: translateY(-50%) scale(0.58);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ght2jeu-live::before,
  .ght2jeu-live::after {
    animation: none;
  }

  .ght2jeu-live::after {
    opacity: 0;
  }
}

.ght2jeu-stats,
.ght2jeu-data-kpis,
.aboutfaq-remote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ght2jeu-stat,
.ght2jeu-kpi,
.aboutfaq-list-item,
.aboutfaq-remote-item,
.passion-list-item,
.ght2jeu-mini-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.ght2jeu-stat,
.ght2jeu-kpi,
.aboutfaq-remote-item,
.passion-list-item,
.ght2jeu-mini-card {
  padding: 18px;
}

.ght2jeu-stat strong,
.ght2jeu-kpi strong,
.ght2jeu-step-number,
.ght2jeu-bullet strong,
.aboutfaq-list-item strong,
.aboutfaq-remote-item b,
.passion-list-item strong {
  display: block;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}

.ght2jeu-stat strong,
.ght2jeu-kpi strong {
  font-size: 2.2rem;
}

.ght2jeu-chart {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.ght2jeu-chart svg { width: 100%; display: block; }

.ght2jeu-floating,
.aboutfaq-floating,
.passion-floating {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.26);
}

.ght2jeu-floating img,
.aboutfaq-floating img,
.passion-floating img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ght2jeu-floating.one { top: -14px; right: 34px; }
.ght2jeu-floating.two { bottom: 85px; left: -12px; }
.ght2jeu-floating.three { bottom: -16px; right: 18px; }
.aboutfaq-floating.one,
.passion-floating.one { top: 20px; left: 18px; }
.aboutfaq-floating.two,
.passion-floating.two { right: 18px; bottom: 90px; }
.aboutfaq-floating.three,
.passion-floating.three { left: 40px; bottom: 18px; }

.ght2jeu-mini-grid,
.aboutfaq-quick-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.ght2jeu-mini-grid { grid-template-columns: repeat(3, 1fr); }
.aboutfaq-quick-grid { grid-template-columns: repeat(4, 1fr); }

.ght2jeu-mini-card { text-align: center; }

.ght2jeu-mini-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 12px;
}

.ght2jeu-mini-card h3,
.ght2jeu-step h4,
.aboutfaq-page h3,
.aboutfaq-page h4,
.passion-page h3,
.passion-page h4,
.tools-page h3,
.tools-page h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.08;
}

.aboutfaq-quick {
  padding: 24px 20px;
  text-align: center;
}

.aboutfaq-quick p {
  max-width: 26ch;
  margin: 0 auto;
}

.ght2jeu-projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.ght2jeu-project {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.ght2jeu-project > div:first-child {
  display: grid;
  gap: 12px;
}

.ght2jeu-project p {
  line-height: 1.82;
  max-width: 38ch;
}

.ght2jeu-tag,
.aboutfaq-tag,
.passion-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--wm-orange);
  font-size: 0.82rem;
  font-weight: 800;
}

.ght2jeu-project h3,
.aboutfaq-story-copy h2,
.aboutfaq-values-copy h2,
.aboutfaq-remote-copy h2,
.aboutfaq-faq-copy h2,
.passion-feature-copy h2 {
  margin: 18px 0 14px;
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.05;
}

.ght2jeu-project-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.ght2jeu-project-metrics span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(157, 0, 71, 0.16);
  border: 1px solid rgba(157, 0, 71, 0.22);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.ght2jeu-project-compact {
  min-height: 256px;
  padding: 0;
}

.ght2jeu-project-compact > div:first-child {
  padding: 34px 34px 0;
}

.ght2jeu-project-compact h3 {
  max-width: 20ch;
  margin: 2px 0 0;
}

.ght2jeu-project-footer {
  margin-top: 24px;
  padding: 0 34px 34px;
}

.ght2jeu-project .ght2jeu-tag,
.ght2jeu-project h3,
.ght2jeu-project p {
  padding-left: 0;
}

.ght2jeu-project-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: all .2s ease;
}

.ght2jeu-project-link:hover {
  border-color: rgba(255, 130, 0, 0.35);
  color: #ff8200;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 28px rgba(255, 130, 0, 0.12);
}

.ght2jeu-method { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.ght2jeu-step { padding: 22px 18px; text-align: center; }

.ght2jeu-step-number {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--wm-orange), #ffad4d);
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.65rem;
}

.ght2jeu-data,
.ght2jeu-about,
.aboutfaq-story,
.aboutfaq-values,
.aboutfaq-remote,
.aboutfaq-faq-grid,
.passion-feature,
.passion-values {
  display: grid;
  gap: 24px;
}

.ght2jeu-data { grid-template-columns: 0.95fr 1.05fr; }
.ght2jeu-about { grid-template-columns: 0.9fr 1.1fr; align-items: center; }
.aboutfaq-story { grid-template-columns: 0.95fr 1.05fr; align-items: center; }
.aboutfaq-values { grid-template-columns: 0.95fr 1.05fr; align-items: stretch; }
.aboutfaq-remote { grid-template-columns: 1.02fr 0.98fr; align-items: stretch; }
.aboutfaq-faq-grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
.passion-feature { grid-template-columns: 0.95fr 1.05fr; align-items: center; }
.passion-feature.reverse { grid-template-columns: 1.05fr 0.95fr; }
.passion-values { grid-template-columns: 0.95fr 1.05fr; align-items: stretch; }

.ght2jeu-about-visual,
.aboutfaq-hero-visual,
.aboutfaq-story-media,
.passion-hero-visual,
.passion-feature-media {
  position: relative;
  overflow: hidden;
}

.ght2jeu-about-visual {
  min-height: 0;
}

.ght2jeu-about-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 560px;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.aboutfaq-hero-main,
.aboutfaq-story-media img,
.passion-hero-main-image,
.passion-feature-media img {
  width: 100%;
  min-height: 384px;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ght2jeu-about-visual img.is-portrait,
.aboutfaq-hero-main.is-portrait {
  object-position: center 28%;
}

.passion-hero-main-image,
.aboutfaq-hero-main { min-height: 450px; }

.aboutfaq-intro,
.passion-intro,
.aboutfaq-linkblock,
.passion-linkblock {
  border-radius: 20px;
}

.aboutfaq-linkblock,
.passion-linkblock {
  margin-top: 22px;
  padding: 18px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.aboutfaq-story,
.aboutfaq-values,
.aboutfaq-remote,
.aboutfaq-faq-grid,
.passion-feature,
.passion-hero-grid {
  gap: 42px;
}

.aboutfaq-story-copy,
.aboutfaq-values-copy,
.aboutfaq-remote-copy {
  padding-left: 14px;
}

.aboutfaq-faq-item {
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.aboutfaq-faq-item details {
  display: block;
}

.aboutfaq-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 130, 0, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.aboutfaq-faq-item summary {
  position: relative;
  padding: 22px 54px 22px 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.02);
  transition: background .22s ease, color .22s ease;
}

.aboutfaq-faq-item summary:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

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

.aboutfaq-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  color: var(--wm-orange);
  font-size: 1.4rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.aboutfaq-faq-item details[open] summary::after {
  content: "-";
}

.aboutfaq-faq-answer {
  padding: 0 22px 22px;
  color: var(--wm-muted);
  line-height: 1.85;
}

.aboutfaq-divider,
.passion-divider,
.ght2jeu-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.tool-card h3 {
  color: var(--wm-orange);
  margin-bottom: 10px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tool-card-wide {
  grid-column: 1 / -1;
}

.tool-card-wide .tool-list {
  max-width: 980px;
}

.tool-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tool-card-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 auto;
}

.tool-list { margin-top: 12px; color: #ffffff; }

.tool-list > span {
  display: inline-block;
  margin: 4px 6px 0 0;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  font-size: 0.8rem;
}

.tool-pill {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding-left: 14px !important;
}

.tool-pill.has-logo {
  padding-left: 12px !important;
}

.tool-pill::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8200, #9d0047);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(255, 130, 0, 0.12);
}

.tool-pill.has-logo::before {
  display: none;
}

.tool-pill-icon {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
  object-fit: contain;
  flex: 0 0 auto;
}

.tool-card-icon[src*="ChatGPT-Logo"],
.tool-card-icon[src*="kanbam.png"],
.tool-card-icon[src*="robot.png"],
.tool-card-icon[src*="seo.png"],
.tool-card-icon[src*="micro.png"],
.tool-card-icon[src*="obs-studio"],
.tool-card-icon[src*="camera.png"] {
  width: 34px;
  height: 34px;
  padding: 6px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--wm-orange), #ff9f2f);
  box-shadow: 0 10px 22px rgba(255, 130, 0, 0.22);
}

.tool-pill-icon[src*="ChatGPT-Logo"],
.tool-pill-icon[src*="kanbam.png"],
.tool-pill-icon[src*="robot.png"],
.tool-pill-icon[src*="seo.png"],
.tool-pill-icon[src*="micro.png"],
.tool-pill-icon[src*="obs-studio"],
.tool-pill-icon[src*="camera.png"] {
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wm-orange), #ff9f2f);
  box-shadow: 0 8px 18px rgba(255, 130, 0, 0.20);
}

.tool-pill-text {
  position: relative;
  z-index: 1;
}

.ght2jeu-cta {
  padding: 36px 40px;
  text-align: center;
}

.ght2jeu-cta .ght2jeu-title {
  max-width: 16ch;
  margin: 0 auto 18px;
}

.ght2jeu-cta p {
  max-width: 760px;
  margin: 0 auto;
}

.ght2jeu-cta .ght2jeu-btns {
  justify-content: center;
  margin-top: 24px;
}

.tools-page .tools-section:first-child {
  padding-bottom: 22px;
}

.tools-page .tools-section + .tools-section {
  padding-top: 10px;
}

.tools-page .tools-sub {
  max-width: 760px;
}

.tools-page .tools-wrap > .tools-sub {
  margin-top: 8px;
}

.passion-hero-copy p {
  margin-bottom: 16px;
}

.passion-hero-copy .passion-btns {
  margin-top: 40px;
}

.passion-socials {
  margin-top: 22px;
  padding: 28px;
}

.passion-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.passion-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: all .2s ease;
}

.passion-social-link:hover {
  border-color: rgba(255, 130, 0, 0.35);
  color: #ff8200;
  transform: translateY(-1px);
}

.passion-inline-link {
  color: #ff8200;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 130, 0, 0.45);
  text-underline-offset: 4px;
}

.wm-portfolio-footer {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 130, 0, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(13, 13, 29, 0.96), rgba(6, 6, 16, 0.98));
}

.wm-portfolio-footer-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr);
  gap: 54px;
  color: rgba(255, 255, 255, 0.74);
}

.wm-footer-brand {
  display: grid;
  align-content: start;
  gap: 18px;
}

.wm-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.wm-footer-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255, 130, 0, 0.12);
  box-shadow: 0 16px 34px rgba(255, 130, 0, 0.22);
  overflow: hidden;
}

.wm-footer-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wm-footer-brand p {
  margin: 0;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.96rem;
  line-height: 1.75;
}

.wm-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 130, 0, 0.24);
  background: rgba(255, 130, 0, 0.08);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
}

.wm-footer-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff8200;
  box-shadow: 0 0 0 6px rgba(255, 130, 0, 0.12);
}

.wm-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.wm-footer-col {
  display: grid;
  align-content: start;
  gap: 11px;
}

.wm-footer-col h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.wm-footer-col a,
.wm-footer-col span,
.wm-footer-legal a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.5;
  text-decoration: none;
}

.wm-footer-col a {
  width: fit-content;
}

.wm-footer-col a:hover,
.wm-footer-legal a:hover,
.wm-footer-logo:hover {
  color: #ff8200;
}

.wm-footer-bottom {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.wm-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.86rem;
}

.wm-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.wm-footer-legal a {
  font-size: 0.86rem;
}

.wm-legal-hero {
  padding: 116px 0 58px;
}

.wm-legal-updated {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  font-weight: 700;
}

.wm-legal-section {
  padding-top: 28px;
}

.wm-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wm-legal-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.wm-legal-panel h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1.18rem;
}

.wm-legal-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.wm-legal-panel p + p {
  margin-top: 10px;
}

.wm-legal-panel a {
  color: #ff8200;
  font-weight: 800;
  text-decoration: none;
}

.ght2jeu-home .ght2jeu-projects.count-1 {
  grid-template-columns: minmax(0, 540px);
  justify-content: center;
}

.ght2jeu-home .ght2jeu-projects.count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aboutfaq-quick h3,
.aboutfaq-faq-copy,
.aboutfaq-faq-copy p,
.aboutfaq-cta p {
  text-align: center;
}

.aboutfaq-faq-copy p {
  max-width: 52ch;
  margin: 0 auto;
}

.aboutfaq-cta p.aboutfaq-cta-text {
  max-width: 68ch;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.aboutfaq-quick h3 {
  margin-bottom: 14px;
}

.aboutfaq-quick p {
  max-width: 30ch;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .ght2jeu-home .ght2jeu-hero h1.ght2jeu-title,
  .aboutfaq-hero h1.aboutfaq-title,
  .passion-hero h1.passion-title,
  .tools-page .tools-section:first-child h1.tools-title {
    font-size: 3.4rem;
  }

  body.admin-bar .wm-portfolio-header {
    top: 46px;
  }

  .wm-portfolio-header-inner {
    width: min(1200px, calc(100% - 28px));
    min-height: auto;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .wm-portfolio-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
  }

  .wm-portfolio-nav-link {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .wm-portfolio-footer-inner {
    width: min(1200px, calc(100% - 28px));
    padding: 42px 0 28px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .wm-footer-bottom {
    width: min(1200px, calc(100% - 28px));
  }

  .ght2jeu-hero-inner,
  .ght2jeu-data,
  .ght2jeu-about,
  .aboutfaq-hero-grid,
  .aboutfaq-story,
  .aboutfaq-values,
  .aboutfaq-remote,
  .aboutfaq-faq-grid,
  .passion-hero-grid,
  .passion-feature,
  .passion-feature.reverse,
  .passion-values,
  .ght2jeu-projects,
  .ght2jeu-method,
  .ght2jeu-mini-grid,
  .aboutfaq-quick-grid {
    grid-template-columns: 1fr;
  }

  .ght2jeu-floating.one,
  .ght2jeu-floating.two,
  .ght2jeu-floating.three,
  .aboutfaq-floating.one,
  .aboutfaq-floating.two,
  .aboutfaq-floating.three,
  .passion-floating.one,
  .passion-floating.two,
  .passion-floating.three {
    position: static;
    margin-top: 12px;
    width: fit-content;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .wm-portfolio-logo-text {
    font-size: 1rem;
  }

  .ght2jeu-wrap,
  .aboutfaq-wrap,
  .passion-wrap,
  .tools-wrap {
    width: min(1200px, calc(100% - 24px));
  }

  .ght2jeu-section,
  .aboutfaq-section,
  .passion-section,
  .tools-section {
    padding: 70px 0;
  }

  .ght2jeu-hero,
  .aboutfaq-hero,
  .passion-hero {
    padding: 80px 0 50px;
  }

  .ght2jeu-title,
  .aboutfaq-title,
  .passion-title,
  .tools-title {
    font-size: 2.2rem;
  }

  .ght2jeu-home .ght2jeu-hero h1.ght2jeu-title,
  .aboutfaq-hero h1.aboutfaq-title,
  .passion-hero h1.passion-title,
  .tools-page .tools-section:first-child h1.tools-title {
    max-width: 100%;
    font-size: 2.1rem;
    line-height: 1.08;
  }

  .wm-portfolio-footer-inner {
    padding: 34px 0 26px;
  }

  .wm-footer-columns,
  .wm-legal-grid {
    grid-template-columns: 1fr;
  }

  .wm-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .wm-footer-legal {
    justify-content: flex-start;
  }

  .wm-portfolio-nav {
    grid-template-columns: 1fr;
  }

  .wm-portfolio-nav.is-open {
    max-height: 580px;
  }

  .wm-legal-hero {
    padding: 88px 0 38px;
  }

  .wm-legal-panel {
    padding: 22px;
    border-radius: 20px;
  }

  .wm-contact-form-panel {
    padding: 24px 20px;
  }

  .ght2jeu-dashboard,
  .ght2jeu-data-copy,
  .ght2jeu-data-panel,
  .ght2jeu-project,
  .ght2jeu-about-visual,
  .aboutfaq-intro,
  .aboutfaq-values-copy,
  .aboutfaq-values-list,
  .aboutfaq-remote-copy,
  .aboutfaq-remote-panel,
  .aboutfaq-cta,
  .passion-intro,
  .passion-values-copy,
  .passion-values-list,
  .passion-quote,
  .passion-cta,
  .passion-feature-media,
  .aboutfaq-story-media,
  .aboutfaq-hero-visual {
    padding: 20px;
  }

  .ght2jeu-project-compact > div:first-child {
    padding: 26px 24px 0;
  }

  .ght2jeu-project-footer {
    padding: 0 24px 26px;
  }

  .wm-project-list-card {
    padding: 0;
  }

  .wm-project-list-card-inner {
    padding: 30px 24px;
    gap: 16px;
  }

  .wm-project-list-section {
    padding: 18px 16px;
  }

  .ght2jeu-about-visual img {
    aspect-ratio: 3 / 4;
    max-height: 460px;
    object-position: center 24%;
  }
}

.wm-project-post-meta {
  display: grid;
  gap: 18px;
}

.wm-project-post-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wm-project-post-badges .wm-badge {
  margin-bottom: 0;
}

.wm-project-post-content {
  display: grid;
  gap: 28px;
  margin-top: 4px;
}

.wm-project-post-content.is-custom-layout {
  display: block;
  gap: 0;
}

.wm-project-post-content.is-custom-layout > * {
  margin-top: 0;
}

.wm-project-post-head,
.wm-article-flow > * {
  margin: 0;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(24, 0, 82, 0.58), rgba(9, 9, 16, 0.84));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.wm-project-post-head {
  display: grid;
  gap: 16px;
}

.wm-project-post-head h1,
.wm-article-flow h1,
.wm-article-flow h2,
.wm-article-flow h3,
.wm-article-flow h4 {
  margin: 0;
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.08;
}

.wm-project-post-head h1,
.wm-article-flow h1 {
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
}

.wm-article-flow h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.wm-article-flow h3 {
  font-size: 1.25rem;
}

.wm-project-post-head p,
.wm-article-flow p,
.wm-article-flow li,
.wm-article-flow figcaption,
.wm-article-flow blockquote {
  margin: 0;
  color: var(--wm-muted);
  font-size: 16px;
  line-height: 1.85;
}

.wm-article-flow p + p {
  margin-top: 14px;
}

.wm-article-flow ul,
.wm-article-flow ol {
  margin: 0;
  padding-left: 22px;
}

.wm-article-flow li + li {
  margin-top: 8px;
}

.wm-article-flow a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 130, 0, 0.65);
  text-underline-offset: 4px;
}

.wm-article-flow strong {
  color: #ffffff;
}

.wm-article-flow figure,
.wm-article-flow .wp-block-image,
.wm-article-flow .wp-block-gallery,
.wm-article-flow .wp-block-columns,
.wm-article-flow .wp-block-group {
  display: grid;
  gap: 18px;
}

.wm-article-flow img {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wm-article-flow blockquote {
  position: relative;
  padding-left: 28px;
}

.wm-article-flow blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8200, #9d0047);
}

.wm-case-study {
  --case-bg: #080915;
  --case-surface: rgba(255, 255, 255, 0.06);
  --case-surface-strong: rgba(255, 255, 255, 0.1);
  --case-border: rgba(255, 255, 255, 0.14);
  --case-text: #f8f8ff;
  --case-muted: rgba(248, 248, 255, 0.72);
  --case-soft: rgba(248, 248, 255, 0.56);
  --case-orange: #ff8200;
  --case-pink: #9d0047;
  --case-radius: 26px;
  --case-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);

  display: grid;
  gap: 30px;
  padding: 42px 18px;
  border-radius: 34px;
  overflow: hidden;
  color: var(--case-text);
  background:
    radial-gradient(circle at top left, rgba(255, 130, 0, 0.28), transparent 34%),
    radial-gradient(circle at top right, rgba(157, 0, 71, 0.32), transparent 34%),
    linear-gradient(135deg, #080915 0%, #120825 48%, #080915 100%);
}

.wm-case-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
}

.wm-case-wrap > *,
.wm-case-study > :not(.wm-case-wrap) {
  min-width: 0;
}

.wm-case-study > :not(.wm-case-wrap) {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.wm-case-hero {
  position: relative;
  padding: 68px 34px 44px;
  border-radius: 34px;
  overflow: hidden;
}

.wm-case-hero::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 130, 0, 0.32), transparent 65%);
  filter: blur(12px);
  pointer-events: none;
}

.wm-case-section,
.wm-case-hero,
.wm-case-panel,
.wm-case-highlight {
  margin-top: 0;
  border: 1px solid var(--case-border);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.wm-case-panel,
.wm-case-highlight {
  padding: 34px;
  border-radius: var(--case-radius);
}

.wm-case-highlight {
  padding: 42px;
  background:
    radial-gradient(circle at top right, rgba(255, 130, 0, 0.32), transparent 40%),
    linear-gradient(135deg, rgba(255, 130, 0, 0.22), rgba(157, 0, 71, 0.2));
}

.wm-case-kicker,
.wm-case-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 130, 0, 0.12);
  border: 1px solid rgba(255, 130, 0, 0.28);
  color: #ffd3a3;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.wm-case-kicker {
  gap: 8px;
  padding: 9px 14px;
  margin-bottom: 22px;
  background: rgba(255, 130, 0, 0.13);
  border-color: rgba(255, 130, 0, 0.32);
  color: #ffd7ad;
  font-size: 13px;
}

.wm-case-chip {
  padding: 8px 12px;
  margin-bottom: 14px;
  font-size: 12px;
}

.wm-case-chip-light {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.wm-case-hero h1,
.wm-case-panel h2,
.wm-case-highlight h2,
.wm-case-feature h3,
.wm-case-step h3,
.wm-case-proof-item strong {
  margin: 0;
  color: #ffffff;
  line-height: 1.06;
  letter-spacing: 0;
}

.wm-case-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.95;
}

.wm-case-panel h2,
.wm-case-highlight h2 {
  margin: 0 0 16px;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.05;
}

.wm-case-lead,
.wm-case-panel p,
.wm-case-feature p,
.wm-case-shot figcaption,
.wm-case-proof-item span,
.wm-case-list li,
.wm-case-highlight p {
  color: var(--case-muted);
  font-size: 16px;
  line-height: 1.78;
}

.wm-case-lead {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.wm-case-panel p,
.wm-case-highlight p {
  margin: 0 0 14px;
}

.wm-case-highlight p {
  max-width: 860px;
  color: rgba(255, 255, 255, 0.9);
}

.wm-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.wm-case-tags span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--case-border);
  color: var(--case-muted);
  font-size: 13px;
  font-weight: 700;
}

.wm-case-grid,
.wm-case-metrics,
.wm-case-feature-grid,
.wm-case-shot-grid,
.wm-case-proof-grid,
.wm-case-process {
  display: grid;
}

.wm-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.wm-case-grid .wm-case-panel {
  height: 100%;
}

.wm-case-metrics {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.wm-case-feature-grid,
.wm-case-proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.wm-case-shot-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
  align-items: start;
}

.wm-case-process {
  gap: 14px;
  margin-top: 22px;
}

.wm-case-metric,
.wm-case-feature,
.wm-case-proof-item {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.wm-case-metric {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--case-border);
}

.wm-case-metric strong,
.wm-case-proof-item strong {
  display: block;
  margin-bottom: 8px;
}

.wm-case-metric strong {
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
}

.wm-case-metric span,
.wm-case-proof-item span {
  display: block;
}

.wm-case-metric span,
.wm-case-feature p,
.wm-case-proof-item span {
  color: var(--case-soft);
  font-size: 14px;
  line-height: 1.55;
}

.wm-case-feature h3,
.wm-case-proof-item strong {
  margin: 0 0 10px;
  font-size: 17px;
}

.wm-case-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wm-case-list li {
  position: relative;
  padding: 14px 14px 14px 42px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.55;
}

.wm-case-list li::before {
  content: "\2713";
  position: absolute;
  top: 14px;
  left: 15px;
  color: var(--case-orange);
  font-weight: 900;
}

.wm-case-tools-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.wm-case-tool-card {
  min-height: 0;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 7px 12px 7px 8px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.wm-case-tool-logo {
  width: 30px;
  height: 30px;
  min-height: 0;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.wm-case-tool-logo img {
  width: 22px;
  height: 22px;
  max-height: 22px;
  display: block;
  object-fit: contain;
}

.wm-case-tool-logo span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--case-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.wm-case-tool-card strong {
  display: block;
  min-height: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
}

.wm-case-panel.wm-case-panel-spacious,
.wm-case-grid > .wm-case-panel {
  --case-inner-space: clamp(28px, 3.2vw, 44px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
}

.wm-case-panel.wm-case-panel-spacious > .wm-case-chip,
.wm-case-grid > .wm-case-panel > .wm-case-chip {
  margin: var(--case-inner-space) var(--case-inner-space) 22px;
}

.wm-case-panel.wm-case-panel-spacious > h2,
.wm-case-grid > .wm-case-panel > h2 {
  margin: 0 var(--case-inner-space) 26px;
}

.wm-case-panel.wm-case-panel-spacious > p,
.wm-case-grid > .wm-case-panel > p {
  margin-right: var(--case-inner-space);
  margin-left: var(--case-inner-space);
}

.wm-case-panel.wm-case-panel-spacious > p + p,
.wm-case-grid > .wm-case-panel > p + p {
  margin-top: 18px;
}

.wm-case-panel.wm-case-panel-spacious > p:last-child,
.wm-case-grid > .wm-case-panel > p:last-child {
  margin-bottom: var(--case-inner-space);
}

.wm-case-panel.wm-case-panel-spacious > .wm-case-list,
.wm-case-grid > .wm-case-panel > .wm-case-list {
  width: auto;
  align-self: stretch;
  margin: 4px var(--case-inner-space) var(--case-inner-space);
}

.wm-case-panel.wm-case-panel-spacious > .wm-case-list li,
.wm-case-grid > .wm-case-panel > .wm-case-list li {
  padding: 18px 20px 18px 48px;
}

.wm-case-shot {
  margin: 0;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.wm-case-shot img {
  width: 100%;
  height: auto;
  max-height: min(76vh, 760px);
  display: block;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 22, 0.82);
}

.wm-case-shot-contain img {
  object-fit: contain;
  background: rgba(10, 10, 22, 0.82);
}

.wm-case-shot figcaption {
  margin-top: 12px;
  padding: 0 4px 2px;
  color: var(--case-soft);
  font-size: 14px;
  line-height: 1.45;
}

.wm-case-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.wm-case-step-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--case-orange), var(--case-pink));
  color: #ffffff;
  font-weight: 900;
}

.wm-case-step h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.wm-case-step p {
  margin: 0;
  color: var(--case-soft);
  font-size: 15px;
  line-height: 1.55;
}

.wm-case-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.wm-case-document-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.wm-case-document-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 130, 0, 0.18);
  border: 1px solid rgba(255, 130, 0, 0.36);
  color: var(--case-orange);
  font-size: 13px;
  font-weight: 900;
}

.wm-case-document-card h3 {
  margin: 0 0 8px;
  color: var(--case-text);
  font-size: 17px;
  line-height: 1.25;
}

.wm-case-document-card p {
  margin: 0 0 14px;
  color: var(--case-soft);
  font-size: 14px;
  line-height: 1.55;
}

.wm-case-document-card a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--case-orange);
  color: #120a05;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.wm-case-social-feed-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.wm-case-social-feed-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.wm-case-social-feed-head span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 130, 0, 0.16);
  color: var(--case-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wm-case-social-feed-head h3 {
  margin: 0 0 8px;
  color: var(--case-text);
  font-size: 22px;
  line-height: 1.2;
}

.wm-case-social-feed-head p {
  margin: 0;
  color: var(--case-soft);
  font-size: 15px;
  line-height: 1.55;
}

.wm-case-social-feed-frame {
  overflow: hidden;
  height: min(72vh, 720px);
  min-height: 520px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.wm-case-social-feed-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #ffffff;
}

.wm-case-social-feed-card > a {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--case-orange);
  color: #120a05;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.wm-case-shortcode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.wm-case-shortcode-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.wm-case-shortcode-head span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 130, 0, 0.16);
  color: var(--case-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wm-case-shortcode-head h3 {
  margin: 0 0 8px;
  color: var(--case-text);
  font-size: 22px;
  line-height: 1.2;
}

.wm-case-shortcode-head p {
  margin: 0;
  color: var(--case-soft);
  font-size: 15px;
  line-height: 1.55;
}

.wm-case-shortcode-frame {
  overflow: hidden;
  min-height: 360px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  color: #180052;
}

.wm-case-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.wm-case-link-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 130, 0, 0.18), rgba(157, 0, 71, 0.16)),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.wm-case-link-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--case-orange);
  font-size: 14px;
  font-weight: 900;
}

.wm-case-link-card span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: var(--case-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wm-case-link-card h3 {
  margin: 0 0 10px;
  color: var(--case-text);
  font-size: 22px;
  line-height: 1.2;
}

.wm-case-link-card p {
  margin: 0 0 18px;
  color: var(--case-soft);
  font-size: 15px;
  line-height: 1.55;
}

.wm-case-link-card a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #180052;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.wm-case-panel > :last-child,
.wm-case-highlight > :last-child {
  margin-bottom: 0;
}

.wm-case-highlight .wm-case-proof-grid {
  margin-top: 22px;
}

.wm-case-highlight .wm-case-proof-item {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
}

.wm-case-highlight .wm-case-proof-item span {
  color: rgba(255, 255, 255, 0.88);
}

.agence-page {
  font-family: "Montserrat", sans-serif;
  background: transparent;
  color: var(--wm-text);
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.agence-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.wm-portfolio .agence-page h1,
.wm-portfolio .agence-page h2,
.wm-portfolio .agence-page h3,
.wm-portfolio .agence-page h4,
.wm-portfolio .agence-page strong,
.wm-portfolio .agence-page a {
  color: #ffffff;
}

.agence-hero h1 {
  margin: 0 0 16px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  line-height: 1.05;
}

.agence-hero p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--wm-muted);
}

.agence-hero,
.agence-section,
.agence-highlight {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.agence-hero,
.agence-section {
  background: linear-gradient(180deg, rgba(24, 0, 82, 0.58), rgba(9, 9, 16, 0.84));
  padding: 36px;
}

.agence-section {
  margin-top: 0;
}

.agence-section h2,
.agence-highlight h2 {
  margin: 0 0 20px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.agence-section p,
.agence-section li,
.agence-card p,
.agence-highlight p,
.agence-highlight li {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
}

.agence-section p,
.agence-card p,
.agence-section li {
  color: var(--wm-muted);
}

.agence-section p + p {
  margin-top: 14px;
}

.agence-section ul,
.agence-highlight ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.agence-section li + li,
.agence-highlight li + li {
  margin-top: 8px;
}

.agence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.agence-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.agence-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.agence-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.agence-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 800;
}

.agence-shot {
  margin: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.agence-shot img {
  width: 100%;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.agence-shot figcaption {
  margin-top: 12px;
  color: var(--wm-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.agence-highlight {
  padding: 42px 36px;
  background: linear-gradient(135deg, #ff8200, #9d0047);
  box-shadow: 0 24px 50px rgba(157, 0, 71, 0.22);
}

.wm-scroll-top {
  --scroll-progress: 0%;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: conic-gradient(#ff8200 var(--scroll-progress), rgba(255, 255, 255, 0.14) 0);
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, filter .22s ease;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.wm-scroll-top::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(24, 0, 82, 0.96), rgba(8, 9, 21, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.wm-scroll-top span {
  position: relative;
  z-index: 1;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.wm-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.wm-scroll-top:hover {
  filter: brightness(1.08);
  transform: translateY(-3px);
}

.wm-scroll-top:focus-visible {
  outline: 3px solid rgba(255, 130, 0, 0.55);
  outline-offset: 4px;
}

.wm-portfolio .agence-highlight h2,
.wm-portfolio .agence-highlight p,
.wm-portfolio .agence-highlight li,
.wm-portfolio .agence-highlight strong {
  color: #ffffff;
}

.wm-portfolio h1,
.wm-portfolio h2,
.wm-portfolio-page-shell h1,
.wm-portfolio-page-shell h2,
.wm-case-study h1,
.wm-case-study h2,
.wm-case-study .wm-case-hero h1,
.wm-case-study .wm-case-panel h2,
.wm-case-study .wm-case-highlight h2,
.agence-page h1,
.agence-page h2 {
  font-family: "Archivo Black", "Inter", system-ui, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.wm-portfolio h3,
.wm-portfolio-page-shell h3,
.wm-case-study h3,
.wm-case-study .wm-case-feature h3,
.wm-case-study .wm-case-step h3,
.agence-page h3 {
  font-family: "Montserrat", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  .wm-case-wrap {
    gap: 24px;
  }

  .wm-case-metrics,
  .wm-case-feature-grid,
  .wm-case-tools-grid,
  .wm-case-document-grid,
  .wm-case-social-feed-grid,
  .wm-case-shortcode-grid,
  .wm-case-link-grid,
  .wm-case-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wm-case-grid,
  .wm-case-shot-grid {
    grid-template-columns: 1fr;
  }

  .wm-case-grid {
    gap: 24px;
  }

  .agence-grid {
    grid-template-columns: 1fr;
  }

  .agence-shot-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .wm-case-study {
    padding: 18px 12px;
    border-radius: 22px;
    overflow-wrap: anywhere;
  }

  .wm-case-wrap {
    gap: 18px;
  }

  .wm-case-hero,
  .wm-case-panel,
  .wm-case-highlight {
    padding: 24px;
    border-radius: 24px;
  }

  .wm-case-panel.wm-case-panel-spacious,
  .wm-case-grid > .wm-case-panel {
    --case-inner-space: 24px;
  }

  .wm-case-metrics,
  .wm-case-feature-grid,
  .wm-case-tools-grid,
  .wm-case-document-grid,
  .wm-case-social-feed-grid,
  .wm-case-shortcode-grid,
  .wm-case-link-grid,
  .wm-case-proof-grid {
    grid-template-columns: 1fr;
  }

  .wm-case-social-feed-frame {
    height: 680px;
    min-height: 520px;
  }

  .wm-case-step {
    grid-template-columns: 1fr;
  }

  .wm-project-post-head,
  .wm-article-flow > * {
    padding: 24px 20px;
  }

  .wm-project-post-head h1,
  .wm-article-flow h1,
  .wm-case-hero h1 {
    font-size: 2rem;
    line-height: 1.06;
  }

  .agence-container {
    padding: 0;
  }

  .agence-hero,
  .agence-section {
    padding: 24px 20px;
  }

  .agence-highlight {
    padding: 28px 22px;
  }

  .wm-scroll-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .wm-case-hero h1 {
    font-size: 1.85rem;
  }

  .wm-case-panel h2,
  .wm-case-highlight h2 {
    font-size: clamp(1.55rem, 9vw, 2.1rem);
  }

  .wm-case-kicker,
  .wm-case-chip {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }

  .wm-case-metric,
  .wm-case-feature,
  .wm-case-proof-item {
    padding: 18px;
  }

  .wm-case-tool-card {
    padding: 7px 12px 7px 8px;
  }

  .wm-case-list li {
    padding-right: 12px;
    padding-left: 38px;
  }
}

/* Shared responsive consistency fixes for the public portfolio pages. */
@media (max-width: 1080px) {
  .passion-feature.reverse .passion-feature-media {
    order: -1;
  }

  .ght2jeu-data > *,
  .ght2jeu-about > *,
  .aboutfaq-hero-grid > *,
  .aboutfaq-story > *,
  .aboutfaq-values > *,
  .aboutfaq-remote > *,
  .aboutfaq-faq-grid > *,
  .passion-hero-grid > *,
  .passion-feature > *,
  .passion-values > *,
  .tools-grid > * {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .ght2jeu-btns,
  .aboutfaq-btns,
  .passion-btns,
  .wm-actions {
    width: 100%;
    align-items: stretch;
  }

  .ght2jeu-btn,
  .aboutfaq-btn,
  .passion-btn,
  .wm-actions .wm-button {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }

  .ght2jeu-dashboard {
    min-height: 0;
  }

  .ght2jeu-dashboard-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .ght2jeu-stats,
  .ght2jeu-data-kpis,
  .aboutfaq-remote-grid {
    grid-template-columns: 1fr;
  }

  .aboutfaq-hero-main,
  .aboutfaq-story-media img,
  .passion-hero-main-image,
  .passion-feature-media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
    max-height: 360px;
  }

  .aboutfaq-hero-main.is-portrait {
    aspect-ratio: 4 / 5;
    max-height: 460px;
  }

  .ght2jeu-floating,
  .aboutfaq-floating,
  .passion-floating {
    max-width: 100%;
    padding: 8px 10px;
    font-size: 0.8rem;
    overflow-wrap: anywhere;
  }

  .wm-projects-toolbar {
    align-items: center;
  }

  .wm-projects-mobile-hidden {
    display: none;
  }

  .wm-project-filters {
    width: 100%;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .wm-project-filters.is-open {
    display: grid;
  }

  .wm-project-filter {
    width: 100%;
    min-height: 42px;
    padding: 8px 6px;
    border-radius: 14px;
    font-size: 0.78rem;
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .tools-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .tool-card {
    padding: 18px;
  }

  .tool-card-title {
    align-items: flex-start;
  }

  .tool-list > span,
  .ght2jeu-tag,
  .aboutfaq-tag,
  .passion-tag,
  .wm-badge,
  .wm-pill {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.35;
  }

  .wm-contact-form-shell,
  .wm-contact-form-panel,
  .wm-form-row,
  .wm-form-row input,
  .wm-form-row textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .ght2jeu-section,
  .aboutfaq-section,
  .passion-section,
  .tools-section,
  .wm-section {
    padding: 56px 0;
  }

  .ght2jeu-home .ght2jeu-hero h1.ght2jeu-title,
  .aboutfaq-hero h1.aboutfaq-title,
  .passion-hero h1.passion-title,
  .tools-page .tools-section:first-child h1.tools-title,
  .wm-title,
  .wm-hero h1.wm-title,
  .wm-error-panel h1.wm-title {
    font-size: 2.15rem;
  }

  .wm-panel,
  .ght2jeu-dashboard,
  .ght2jeu-data-copy,
  .ght2jeu-data-panel,
  .ght2jeu-project,
  .ght2jeu-about-visual,
  .aboutfaq-intro,
  .aboutfaq-values-copy,
  .aboutfaq-values-list,
  .aboutfaq-remote-copy,
  .aboutfaq-remote-panel,
  .aboutfaq-cta,
  .passion-intro,
  .passion-values-copy,
  .passion-values-list,
  .passion-quote,
  .passion-cta,
  .passion-feature-media,
  .aboutfaq-story-media,
  .aboutfaq-hero-visual {
    padding: 18px;
  }
}

@media (max-width: 380px) {
  .wm-project-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wm-cv-page {
  padding: 72px 0 84px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 130, 0, 0.12), transparent 30%),
    #080811;
}

.wm-cv-page-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.wm-cv-page-head {
  width: min(100% - 40px, 794px);
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.wm-cv-page-head h1 {
  margin: 12px 0;
  color: #ffffff;
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1;
}

.wm-cv-page-head p {
  margin: 0;
  color: var(--wm-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.wm-cv-frame-viewport {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 8px;
}

.wm-cv-frame-shell {
  width: 794px;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: #0f1115;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.wm-cv-frame {
  width: 100%;
  height: min(1240px, calc(100vh - 118px));
  display: block;
  border: 0;
  background: #0f1115;
}

@media (max-width: 767px) {
  .wm-cv-page {
    padding: 52px 0 64px;
  }

  .wm-cv-page-inner {
    width: min(100% - 24px, 1440px);
  }

  .wm-cv-page-head h1 {
    font-size: 2.05rem;
    line-height: 1.08;
  }

  .wm-cv-frame-viewport {
    overflow-x: hidden;
  }

  .wm-cv-frame-shell {
    width: 100% !important;
    border-radius: 18px;
  }

  .wm-cv-frame {
    height: 620px;
  }
}
