:root {
  --v7-ink-900: #102b39;
  --v7-ink-800: #173a4d;
  --v7-ink-700: #24566d;
  --v7-teal-500: #2f8a8f;
  --v7-cyan-300: #8ae1de;
  --v7-gold-300: #ead8ac;
  --v7-gold-400: #d6b46f;
  --v7-cloud: rgba(255, 255, 255, 0.54);
  --v7-cloud-strong: rgba(255, 255, 255, 0.72);
  --v7-line: rgba(255, 255, 255, 0.36);
  --v7-line-soft: rgba(255, 255, 255, 0.18);
  --v7-shadow-xl: 0 34px 90px rgba(13, 42, 57, 0.18);
  --v7-shadow-lg: 0 20px 56px rgba(13, 42, 57, 0.14);
  --v7-shadow-md: 0 14px 34px rgba(13, 42, 57, 0.12);
  --v7-radius-3xl: 40px;
  --v7-radius-2xl: 30px;
  --v7-radius-xl: 24px;
  --v7-radius-lg: 18px;
}

html {
  scroll-padding-top: 112px;
}

body {
  min-height: 100vh;
  color: var(--v7-ink-900);
  background:
    radial-gradient(circle at 10% 10%, rgba(234, 216, 172, 0.6), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(138, 225, 222, 0.28), transparent 24%),
    radial-gradient(circle at 84% 82%, rgba(47, 138, 143, 0.16), transparent 18%),
    linear-gradient(135deg, #f8f3e7 0%, #eef7f8 36%, #edf5fb 70%, #f8fafc 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  z-index: -3;
  pointer-events: none;
  border-radius: 999px;
}

body::before {
  top: 10vh;
  right: -180px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(138, 225, 222, 0.3), transparent 68%);
  filter: blur(10px);
}

body::after {
  left: -140px;
  bottom: 4vh;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(234, 216, 172, 0.34), transparent 70%);
  filter: blur(8px);
}

#wrapper {
  position: relative;
  isolation: isolate;
}

#wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 43, 57, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 43, 57, 0.032) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at center, #000 42%, transparent 92%);
}

body.neu-v8-ready .session-appear-pending {
  opacity: 1;
  transform: none;
  filter: none;
}

body.neu-v8-motion .session-appear-pending {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(3px);
}

body.neu-v8-motion .session-appear-inview,
body.neu-v8-motion .session-appear-pending.session-appear-inview {
  opacity: 1;
  transform: none;
  filter: none;
  transition:
    opacity 0.5s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.5s ease;
}

header {
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(1320px, calc(100% - 28px));
  border: 1px solid var(--v7-line);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18)),
    linear-gradient(120deg, rgba(234, 216, 172, 0.18), rgba(138, 225, 222, 0.12));
  box-shadow: var(--v7-shadow-lg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

body.neu-v8-scrolled header,
header.is-scrolled {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    linear-gradient(120deg, rgba(234, 216, 172, 0.2), rgba(138, 225, 222, 0.16));
  box-shadow: 0 24px 64px rgba(13, 42, 57, 0.18);
}

.header-wrap {
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
}

.header-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.logo-link {
  display: inline-flex !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 12px;
  text-decoration: none;
}

.logo-link::after {
  content: "";
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(16, 43, 57, 0.16), transparent);
}

.logo img {
  max-height: 50px;
  filter: drop-shadow(0 10px 18px rgba(16, 43, 57, 0.14));
}

.logo-subtitle {
  display: block;
  max-width: 120px;
  margin-top: 0;
  color: rgba(16, 43, 57, 0.7);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.28;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}

.top-nav {
  margin-bottom: 0;
  align-self: flex-end;
}

.lang-switcher,
.menu-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.lang-switcher {
  gap: 6px;
}

.lang-btn {
  min-height: 34px;
  padding-inline: 12px;
  border-radius: 999px;
  color: rgba(16, 43, 57, 0.72);
}

.lang-btn.is-active {
  background: linear-gradient(135deg, rgba(16, 43, 57, 0.92), rgba(47, 138, 143, 0.82));
  color: #fff;
}

.menu-wrapper {
  width: auto;
  max-width: 100%;
  padding: 6px;
  border-radius: 24px;
}

.bottom-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.menu-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.menu-nav > li {
  margin: 0;
}

.menu-nav > li > a {
  min-height: 40px;
  padding-inline: 16px;
  border-radius: 999px;
  color: rgba(16, 43, 57, 0.8);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.menu-nav > li.active > a,
.menu-nav > li > a:hover,
.menu-nav > li > a:focus-visible {
  background: rgba(255, 255, 255, 0.72);
  color: var(--v7-ink-900);
  box-shadow: 0 12px 24px rgba(13, 42, 57, 0.1);
  transform: translateY(-1px);
}

.menu-submenu {
  margin-top: 12px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--v7-shadow-md);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.menu-submenu li a {
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(16, 43, 57, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  text-transform: none;
}

.menu-submenu li a:hover,
.menu-submenu li a:focus-visible {
  background: rgba(16, 43, 57, 0.08);
  color: var(--v7-ink-900);
}

.mobile-menu-button {
  min-width: 44px;
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.48);
  color: var(--v7-ink-900);
  box-shadow: 0 14px 24px rgba(13, 42, 57, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.richever-mobile-offcanvas .uk-offcanvas-bar {
  background:
    linear-gradient(180deg, rgba(16, 43, 57, 0.94), rgba(18, 50, 65, 0.98)),
    radial-gradient(circle at top right, rgba(234, 216, 172, 0.18), transparent 24%);
}

.richever-mobile-menu-title,
.richever-mobile-offcanvas .uk-nav-default > li > a,
.richever-mobile-lang .lang-switcher {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.richever-mobile-menu-title strong {
  font-family: 'Lexend', sans-serif;
}

.richever-mobile-menu-title small {
  color: rgba(255, 255, 255, 0.68);
}

.richever-mobile-offcanvas .uk-nav-default > li + li {
  margin-top: 8px;
}

.richever-mobile-offcanvas .uk-nav-default > li > a {
  padding: 14px 16px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.82);
}

.richever-mobile-offcanvas .uk-nav-default > li.uk-active > a,
.richever-mobile-offcanvas .uk-nav-default > li > a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.banner-home,
.page-hero {
  position: relative;
  overflow: hidden;
}

.banner-home::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(120deg, rgba(11, 30, 39, 0.72), rgba(11, 30, 39, 0.3) 42%, rgba(11, 30, 39, 0.54)),
    radial-gradient(circle at 84% 20%, rgba(138, 225, 222, 0.18), transparent 24%);
  pointer-events: none;
}

.banner-home::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 8% 30px;
  height: 1px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.hero-overlay,
.page-hero .uk-container {
  position: relative;
  z-index: 2;
}

.hero-content,
.home-story-panel,
.home-core-card,
.why-brand-panel,
.why-brand-side,
.why-product-card,
.why-fit-target-card,
.fit-difference-shell,
.fit-difference-item,
.why-issue-card,
.why-solution-step,
.why-scope-card,
.solution-session-card,
.solution-album,
.contact-cooperate-overview,
.contact-cooperate-points,
.contact-ttc-form-card,
.contact-ttc-info-card,
.footer-grid {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--v7-line);
  border-radius: var(--v7-radius-2xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18)),
    linear-gradient(130deg, rgba(255, 255, 255, 0.08), rgba(138, 225, 222, 0.08));
  box-shadow: var(--v7-shadow-md);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.hero-content::before,
.home-story-panel::before,
.home-core-card::before,
.why-brand-panel::before,
.why-brand-side::before,
.why-product-card::before,
.why-fit-target-card::before,
.fit-difference-shell::before,
.fit-difference-item::before,
.why-issue-card::before,
.why-solution-step::before,
.why-scope-card::before,
.solution-session-card::before,
.solution-album::before,
.contact-cooperate-overview::before,
.contact-cooperate-points::before,
.contact-ttc-form-card::before,
.contact-ttc-info-card::before,
.footer-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 38%),
    radial-gradient(circle at var(--glass-pointer-x, 50%) var(--glass-pointer-y, 50%), rgba(255, 255, 255, 0.18), transparent 34%);
}

.hero-content > *,
.home-story-panel > *,
.home-core-card > *,
.why-brand-panel > *,
.why-product-card > *,
.why-fit-target-card > *,
.fit-difference-shell > *,
.fit-difference-item > *,
.why-issue-card > *,
.why-solution-step > *,
.why-scope-card > *,
.solution-session-card > *,
.contact-cooperate-overview > *,
.contact-cooperate-points > *,
.contact-ttc-form-card > *,
.contact-ttc-info-card > *,
.footer-grid > * {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 760px;
  padding: clamp(28px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    linear-gradient(150deg, rgba(8, 29, 39, 0.9), rgba(18, 49, 64, 0.72));
  box-shadow: 0 34px 80px rgba(8, 29, 39, 0.28);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-content h1,
.page-hero .hero-content h1 {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-hero .hero-content p {
  color: rgba(255, 255, 255, 0.86);
}

.section-title {
  margin-bottom: 34px;
}

.section-title h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 28px rgba(13, 42, 57, 0.1);
  color: var(--v7-ink-900);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.story-title-with-icon,
.story-title-icon,
.why-brand-panel-icon,
.why-metric-icon,
.why-fit-target-icon,
.fit-difference-icon,
.why-issue-icon,
.why-solution-icon,
.why-scope-icon,
.solution-session-icon,
.contact-ttc-info-icon,
.footer-contact-icon {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.homepage .home-story,
.page-why .why-brand-session,
.page-why .why-product-session,
.page-why .why-compare-section,
.page-why .why-fit-target-section,
.page-why .why-issues-section,
.page-why .why-solution-section,
.page-why .why-scope-section,
.page-contact .contact-cooperate-section,
.page-contact .contact-hub-section,
.page-solutions .solutions-catalog-section {
  position: relative;
}

.homepage .home-story .uk-container,
.page-why .why-brand-session .uk-container,
.page-why .why-product-session .uk-container,
.page-why .why-compare-section .uk-container,
.page-why .why-fit-target-section .uk-container,
.page-why .why-issues-section .uk-container,
.page-why .why-solution-section .uk-container,
.page-why .why-scope-section .uk-container,
.page-contact .contact-cooperate-section .uk-container,
.page-contact .contact-hub-section .uk-container,
.page-solutions .solutions-catalog-section .uk-container {
  position: relative;
  z-index: 1;
}

.home-story-panel,
.why-brand-panel,
.why-product-card,
.solution-session-card,
.contact-cooperate-overview,
.contact-cooperate-points,
.contact-ttc-form-card,
.contact-ttc-info-card {
  border-radius: var(--v7-radius-3xl);
}

.home-story-panel p,
.why-brand-panel p,
.why-product-card p,
.solution-session-list li,
.solution-session-note,
.contact-cooperate-overview p,
.contact-cooperate-points .icon-list li,
.contact-ttc-contact-list span,
.contact-ttc-contact-list a,
.footer-contact-item span,
.footer-contact-item a {
  color: rgba(16, 43, 57, 0.82);
}

.home-story-intro-media,
.why-brand-media,
.why-product-media,
.why-scope-media,
.solution-album-slide img {
  border-radius: 22px;
  box-shadow: 0 22px 48px rgba(13, 42, 57, 0.16);
}

.home-core-card {
  padding: 28px 24px;
}

.home-core-card h4,
.why-brand-definition h4,
.why-product-card h4,
.fit-difference-content h4,
.why-issue-card h4,
.why-scope-head h4,
.solution-session-head h4,
.contact-cooperate-overview h4,
.contact-cooperate-points h4,
.contact-ttc-form-card h4,
.contact-ttc-info-card h4 {
  color: var(--v7-ink-900);
}

.page-why .why-compare-board {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.26)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(138, 225, 222, 0.08));
  box-shadow: var(--v7-shadow-lg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.page-why .why-compare-header {
  background:
    linear-gradient(120deg, rgba(16, 43, 57, 0.92), rgba(32, 90, 110, 0.82)),
    linear-gradient(140deg, rgba(255, 255, 255, 0.1), transparent);
}

.page-why .why-compare-row {
  background: rgba(255, 255, 255, 0.14);
}

.page-why .why-compare-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.22);
}

.page-why .why-compare-row p {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.page-why .why-compare-row p.is-self {
  background: linear-gradient(145deg, rgba(255, 248, 245, 0.9), rgba(255, 255, 255, 0.48));
}

.page-why .why-compare-row p.is-rich {
  background: linear-gradient(145deg, rgba(228, 250, 244, 0.96), rgba(244, 255, 252, 0.66));
  box-shadow: 0 18px 34px rgba(12, 90, 72, 0.12);
}

.page-why .why-fit-target-card,
.page-why .why-issue-card,
.page-why .why-solution-step,
.page-why .why-scope-card {
  box-shadow: var(--v7-shadow-md);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.page-solutions .solution-session {
  margin-top: 34px;
}

.page-solutions .solution-session-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(138, 225, 222, 0.08));
}

.page-solutions .solution-album {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.16)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(138, 225, 222, 0.08));
}

.page-solutions .solution-album-control {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.36);
  color: var(--v7-ink-900);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.page-solutions .solution-album-control:hover,
.page-solutions .solution-album-control:focus-visible {
  background: rgba(255, 255, 255, 0.58);
}

.page-contact .contact-cooperate-overview,
.page-contact .contact-cooperate-points {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(138, 225, 222, 0.08));
}

.page-contact .contact-ttc-form-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.24)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(138, 225, 222, 0.08));
}

.page-contact .contact-ttc-info-card {
  background:
    linear-gradient(145deg, rgba(13, 42, 57, 0.88), rgba(24, 68, 84, 0.78)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
}

.page-contact .contact-ttc-info-card h4,
.page-contact .contact-ttc-info-card p,
.page-contact .contact-ttc-info-card a,
.page-contact .contact-ttc-info-card span,
.page-contact .contact-ttc-company-block h5,
.page-contact .contact-ttc-company-block p {
  color: #fff;
}

.page-contact .contact-ttc-field input,
.page-contact .contact-ttc-field textarea {
  border: 1px solid rgba(16, 43, 57, 0.1);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.page-contact .contact-ttc-field input:focus,
.page-contact .contact-ttc-field textarea:focus {
  border-color: rgba(47, 138, 143, 0.5);
  box-shadow:
    0 0 0 4px rgba(47, 138, 143, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-contact .contact-ttc-submit {
  background: linear-gradient(135deg, rgba(16, 43, 57, 0.96), rgba(47, 138, 143, 0.82));
  box-shadow: 0 18px 34px rgba(13, 42, 57, 0.18);
}

.page-contact .contact-ttc-submit:hover,
.page-contact .contact-ttc-submit:focus-visible {
  transform: translateY(-2px);
}

.site-footer {
  background: transparent;
}

.footer-grid {
  padding: clamp(24px, 4vw, 34px);
}

.footer-contact-item {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.24);
}

@media (max-width: 959px) {
  header {
    width: calc(100% - 20px);
    border-radius: 24px;
  }

  .header-wrap {
    padding: 14px 16px;
    justify-content: space-between;
  }

  .home-story-layout.uk-grid,
  .homepage .uk-grid.uk-child-width-1-2@m,
  .why-brand-shell.uk-grid,
  .why-fit-target-section .uk-grid,
  .fit-difference-section .uk-grid,
  .fit-process-list.uk-grid,
  .why-scope-section .uk-grid,
  .solution-session-layout.uk-grid,
  .contact-cooperate-shell,
  .contact-ttc-shell,
  .footer-grid.uk-grid {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .home-story-layout.uk-grid > *,
  .homepage .uk-grid.uk-child-width-1-2@m > *,
  .why-brand-shell.uk-grid > *,
  .why-fit-target-section .uk-grid > *,
  .fit-difference-section .uk-grid > *,
  .fit-process-list.uk-grid > *,
  .why-scope-section .uk-grid > *,
  .solution-session-layout.uk-grid > *,
  .contact-cooperate-shell > *,
  .contact-ttc-shell > *,
  .footer-grid.uk-grid > * {
    box-sizing: border-box;
    padding-left: 0 !important;
    width: 100%;
  }

  .logo-link::after,
  header .top-nav,
  header .top-lang-switch,
  header .menu-wrapper,
  header .bottom-nav {
    display: none;
  }

  .mobile-menu-toggle,
  .mobile-menu-button {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 94px;
  }

  header {
    top: 10px;
    width: calc(100% - 16px);
  }

  .header-wrap {
    gap: 12px;
    padding: 11px 12px;
  }

  .logo img {
    max-height: 40px;
  }

  .logo-subtitle,
  .logo-link::after {
    display: none;
  }

  .hero-content,
  .home-story-panel,
  .home-core-card,
  .why-brand-panel,
  .why-brand-side,
  .why-product-card,
  .why-fit-target-card,
  .fit-difference-shell,
  .fit-difference-item,
  .why-issue-card,
  .why-solution-step,
  .why-scope-card,
  .solution-session-card,
  .solution-album,
  .contact-cooperate-overview,
  .contact-cooperate-points,
  .contact-ttc-form-card,
  .contact-ttc-info-card,
  .footer-grid {
    border-radius: 24px;
  }

  .hero-content h1,
  .page-hero .hero-content h1 {
    font-size: clamp(2rem, 12vw, 3.15rem);
  }

  .page-why .why-brand-panel,
  .page-why .why-product-card,
  .page-why .why-fit-target-card,
  .page-why .why-issue-card,
  .page-why .why-solution-step,
  .page-why .why-scope-card,
  .page-contact .contact-cooperate-overview,
  .page-contact .contact-cooperate-points,
  .page-contact .contact-ttc-form-card,
  .page-contact .contact-ttc-info-card {
    padding: 22px;
  }

  .footer-grid.uk-grid {
    margin-left: 0;
  }

  .footer-grid.uk-grid > * {
    padding-left: 0;
  }
}

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

  .session-hover-item,
  .menu-nav > li > a,
  .page-solutions .solution-album-control,
  .page-contact .contact-ttc-submit {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* Professional redesign layer */
.hero-layout,
.page-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 28px;
}

.hero-summary {
  position: relative;
  z-index: 1;
  max-width: 58ch;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.78;
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-btn {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-family: 'Lexend', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.hero-btn:hover,
.hero-btn:focus-visible {
  transform: translateY(-1px);
}

.hero-btn-primary {
  background: linear-gradient(135deg, rgba(234, 216, 172, 0.98), rgba(214, 180, 111, 0.94));
  color: var(--v7-ink-900);
  box-shadow: 0 16px 32px rgba(9, 29, 39, 0.2);
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero-glance,
.page-hero-notes {
  display: grid;
  gap: 16px;
}

.hero-mini-metrics {
  display: grid;
  gap: 14px;
}

.hero-glance-card,
.page-hero-note {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    linear-gradient(165deg, rgba(7, 28, 37, 0.76), rgba(15, 44, 58, 0.44));
  box-shadow: 0 22px 50px rgba(8, 29, 39, 0.2);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.hero-glance-card::before,
.page-hero-note::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 34%),
    radial-gradient(circle at var(--glass-pointer-x, 50%) var(--glass-pointer-y, 50%), rgba(255, 255, 255, 0.16), transparent 34%);
}

.hero-glance-card > *,
.page-hero-note > * {
  position: relative;
  z-index: 1;
}

.hero-glance-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-family: 'Lexend', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-glance-card--lead p,
.page-hero-note span {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.72;
}

.hero-glance-card strong,
.page-hero-note strong {
  display: block;
  color: #fff;
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.hero-glance-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.64;
}

.page-hero-shell .hero-content {
  max-width: none;
}

.page-hero-shell .hero-content p:last-child {
  max-width: 54ch;
}

.homepage .banner-home .hero-content {
  max-width: none;
}

.homepage .home-story {
  padding-block: clamp(94px, 10vw, 132px);
}

.homepage .home-story .section-title {
  margin-bottom: 26px;
}

.homepage .home-story .section-title h3 {
  min-height: 50px;
  padding-inline: 18px;
}

.homepage .home-story--intro .home-story-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.homepage .home-story--vision .home-story-panel {
  padding: clamp(34px, 4.5vw, 52px);
  background:
    linear-gradient(145deg, rgba(11, 31, 41, 0.92), rgba(18, 48, 60, 0.78)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent);
}

.homepage .home-story--vision .home-story-panel p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 1.9vw, 1.24rem);
  line-height: 1.9;
}

.homepage .home-story--mission .home-story-panel {
  padding: clamp(28px, 4vw, 40px);
}

.home-story-lead {
  margin-bottom: 20px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(16, 43, 57, 0.64);
}

.home-story-list--compact {
  display: grid;
  gap: 14px;
}

.home-story-list--compact li {
  position: relative;
  padding: 18px 18px 18px 70px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home-story-list--compact li::before {
  display: none;
}

.mission-bullet-icon {
  position: absolute;
  top: 18px;
  left: 18px;
}

.home-core-card {
  min-height: 100%;
  padding: 34px 28px 28px;
}

.home-core-card::after,
.page-solutions .solution-session::before,
.page-why .why-fit-target-card::after,
.page-why .why-scope-card::after {
  content: none;
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: 'Lexend', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(16, 43, 57, 0.12);
  z-index: 1;
}

.home-core-card h4 {
  max-width: 18ch;
  margin-bottom: 12px;
}

.page-why .why-brand-shell,
.page-solutions .solution-session-layout,
.page-contact .contact-cooperate-shell,
.page-contact .contact-ttc-shell {
  gap: 24px;
}

.fit-difference-shell,
.page-contact .contact-ttc-form-card,
.page-contact .contact-ttc-info-card,
.page-solutions .solution-session-card,
.page-why .why-brand-panel,
.page-why .why-brand-side,
.page-why .why-fit-target-card,
.page-why .why-issue-card,
.page-why .why-solution-step,
.page-why .why-scope-card,
.home-core-card {
  height: auto;
  min-height: 0;
}

.page-why .why-brand-panel,
.page-why .why-brand-side,
.page-why .why-product-card,
.page-why .why-fit-target-card,
.page-why .why-issue-card,
.page-why .why-solution-step,
.page-why .why-scope-card,
.page-solutions .solution-session-card,
.page-contact .contact-cooperate-overview,
.page-contact .contact-cooperate-points,
.page-contact .contact-ttc-form-card,
.page-contact .contact-ttc-info-card {
  min-height: 100%;
}

.page-why .why-brand-panel {
  padding: 34px 34px 30px;
}

.page-why .why-brand-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.page-why .why-brand-metrics article {
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-why .why-fit-target-card,
.page-why .why-issue-card,
.page-why .why-solution-step,
.page-why .why-scope-card,
.fit-difference-item {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.page-why .why-fit-target-card:hover,
.page-why .why-issue-card:hover,
.page-why .why-solution-step:hover,
.page-why .why-scope-card:hover,
.fit-difference-item:hover,
.page-solutions .solution-session-card:hover,
.page-contact .contact-cooperate-overview:hover,
.page-contact .contact-cooperate-points:hover,
.page-contact .contact-ttc-form-card:hover,
.page-contact .contact-ttc-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(13, 42, 57, 0.14);
}

.page-why .why-fit-target-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
}

.page-why .why-difference-section .fit-difference-shell,
.page-why .why-difference-highlight {
  border: 1px solid var(--v7-line);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: var(--v7-shadow-md);
}

.page-why .why-difference-highlight {
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(16, 43, 57, 0.9), rgba(26, 73, 91, 0.78)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent);
}

.page-why .why-difference-highlight p {
  color: rgba(255, 255, 255, 0.92);
}

.fit-process-item {
  position: relative;
  padding: 22px 20px 18px;
  border: 1px solid var(--v7-line);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(138, 225, 222, 0.08));
  box-shadow: var(--v7-shadow-md);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.fit-process-caption strong {
  display: block;
  color: var(--v7-ink-900);
}

.page-why .why-conclusion-shell {
  height: auto;
  min-height: 0;
  display: grid;
  gap: 16px;
  align-items: start;
  border: 1px solid var(--v7-line);
  background:
    linear-gradient(145deg, rgba(11, 31, 41, 0.92), rgba(18, 48, 60, 0.78)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent);
  box-shadow: var(--v7-shadow-lg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.page-why .why-conclusion-text,
.page-why .why-conclusion-text strong {
  color: #fff;
}

.page-solutions .solutions-catalog-section .section-title {
  margin-bottom: 18px;
}

.page-solutions .solution-session {
  position: relative;
  margin-top: 40px;
  padding-top: 24px;
}

.page-solutions .solution-session::before {
  left: 8px;
  right: auto;
  top: -6px;
}

.page-solutions .solution-session-card {
  padding: 32px 30px 28px;
}

.page-solutions .solution-session-head {
  align-items: flex-start;
  gap: 16px;
}

.page-solutions .solution-session-kicker {
  letter-spacing: 0.18em;
}

.page-solutions .solution-session-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 43, 57, 0.08);
}

.page-solutions .solution-session-list {
  display: grid;
  gap: 12px;
}

.page-solutions .solution-session-list li {
  padding-left: 28px;
}

.page-solutions .solution-album {
  padding: 16px;
}

.page-solutions .solution-album-slide img {
  min-height: 520px;
}

.page-contact .contact-cooperate-overview,
.page-contact .contact-cooperate-points {
  padding: 32px 30px;
}

.page-contact .contact-ttc-form-card,
.page-contact .contact-ttc-info-card {
  padding: 32px 30px;
}

.page-contact .contact-ttc-form {
  gap: 18px;
}

.page-contact .contact-ttc-contact-list li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-contact .contact-ttc-company-block,
.page-contact .contact-ttc-social {
  position: relative;
  z-index: 1;
}

.footer-grid {
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-company {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact-list {
  display: grid;
  gap: 12px;
}

.footer-contact-item {
  border-radius: 18px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(47, 138, 143, 0.38);
  outline-offset: 2px;
}

@media (max-width: 1199px) {
  .hero-layout,
  .page-hero-shell {
    grid-template-columns: 1fr;
  }

  .page-why .why-brand-metrics {
    grid-template-columns: 1fr;
  }

  .bottom-nav {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .hero-actions {
    flex-direction: column;
  }

  .hero-btn {
    width: 100%;
  }

  .hero-summary,
  .hero-glance-card--lead p,
  .page-hero-note span {
    font-size: 0.98rem;
  }

  .hero-glance-card,
  .page-hero-note {
    padding: 18px 18px 16px;
    border-radius: 22px;
  }

  .page-solutions .solution-album-slide img {
    min-height: 300px;
  }

  .page-solutions .solution-session-card,
  .page-contact .contact-cooperate-overview,
  .page-contact .contact-cooperate-points,
  .page-contact .contact-ttc-form-card,
  .page-contact .contact-ttc-info-card {
    padding: 24px 22px;
  }

  .page-why .why-brand-panel {
    padding: 24px 22px;
  }

  .page-why .why-brand-panel,
  .page-why .why-brand-side,
  .page-why .why-compare-board,
  .page-why .why-fit-target-card,
  .page-why .why-issue-card,
  .page-why .why-solution-step,
  .page-why .why-scope-card,
  .fit-difference-shell,
  .page-solutions .solution-session-card,
  .page-contact .contact-cooperate-overview,
  .page-contact .contact-cooperate-points,
  .page-contact .contact-ttc-form-card,
  .page-contact .contact-ttc-info-card,
  .home-core-card {
    overflow: visible;
  }

  .page-why .why-conclusion-shell {
    padding: 24px 22px;
  }

  .home-core-card::after,
  .page-solutions .solution-session::before,
  .page-why .why-fit-target-card::after,
  .page-why .why-scope-card::after {
    font-size: 2rem;
    top: 16px;
    right: 16px;
  }
}

@media (max-width: 959px) {
  header {
    left: 0;
    right: 0;
  }

  .header-wrap {
    min-height: 72px;
  }
}

/* QA remediation layer */
header {
  width: min(1280px, calc(100% - 36px));
}

.header-wrap {
  display: grid !important;
  grid-template-columns: minmax(220px, 278px) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 118px;
  padding: 12px 18px;
}

.header-left,
.header-right {
  min-width: 0;
}

.header-right {
  width: 100%;
  display: grid;
  justify-items: end;
  align-content: center;
  gap: 8px;
}

.top-nav,
.bottom-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.logo-link {
  gap: 10px;
}

.logo img {
  max-height: 46px;
}

.logo-subtitle {
  max-width: 132px;
  font-size: 0.54rem;
  line-height: 1.35;
}

.menu-wrapper {
  width: fit-content;
  max-width: 100%;
  padding: 5px;
}

.menu-nav {
  justify-content: flex-end;
  gap: 8px;
}

.menu-nav > li > a {
  min-height: 38px;
  padding-inline: 15px;
  font-size: 0.8rem;
}

.hero-eyebrow {
  max-width: 100%;
  white-space: normal;
  line-height: 1.45;
  text-wrap: balance;
}

.hero-summary,
.page-hero .hero-content p,
.homepage .home-story-panel p,
.page-why .why-brand-panel p,
.page-why .why-brand-metrics span,
.page-why .why-compare-row p,
.page-why .why-fit-target-card p,
.fit-difference-content p,
.page-why .fit-process-desc,
.page-why .why-scope-card p,
.page-solutions .solution-session-list li,
.page-solutions .solution-session-note,
.page-contact .contact-cooperate-overview p,
.page-contact .contact-cooperate-points li,
.page-contact .contact-ttc-field span,
.page-contact .contact-ttc-contact-list p,
.page-contact .contact-ttc-contact-list a,
.footer-company p,
.footer-contact-item span,
.footer-contact-item a {
  line-height: 1.72;
}

.homepage .home-story-layout,
.homepage #home-core .uk-grid.uk-child-width-1-2\@m,
.page-why .why-brand-shell,
.page-why #fit-target .uk-grid,
.page-why .fit-difference-grid,
.page-why .fit-process-list,
.page-why .why-difference-section > .uk-container > .uk-grid.uk-grid-large.uk-flex-middle,
.page-why #fit-scope .uk-grid.uk-child-width-1-3\@m,
.page-solutions .solution-session-layout,
.page-contact .contact-cooperate-shell,
.page-contact .contact-ttc-shell,
.site-footer .footer-grid {
  display: grid;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
}

.homepage .home-story-layout > *,
.homepage #home-core .uk-grid.uk-child-width-1-2\@m > *,
.page-why .why-brand-shell > *,
.page-why #fit-target .uk-grid > *,
.page-why .fit-difference-grid > *,
.page-why .fit-process-list > *,
.page-why .why-difference-section > .uk-container > .uk-grid.uk-grid-large.uk-flex-middle > *,
.page-why #fit-scope .uk-grid.uk-child-width-1-3\@m > *,
.page-solutions .solution-session-layout > *,
.page-contact .contact-cooperate-shell > *,
.page-contact .contact-ttc-shell > *,
.site-footer .footer-grid > * {
  min-width: 0;
  width: auto !important;
  margin: 0;
  padding-left: 0 !important;
}

.homepage .home-story-layout {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 28px;
}

.homepage #home-core .uk-grid.uk-child-width-1-2\@m {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-why .why-brand-shell {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  align-items: stretch;
  gap: 28px;
}

.page-why #fit-target .uk-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.page-why .fit-difference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-why .fit-process-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.page-why .why-difference-section > .uk-container > .uk-grid.uk-grid-large.uk-flex-middle {
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
  align-items: stretch;
  gap: 28px;
}

.page-why #fit-scope .uk-grid.uk-child-width-1-3\@m {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-solutions .solution-session-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;
}

.page-solutions .solution-session.is-alt .solution-session-layout > :first-child {
  order: 2;
}

.page-solutions .solution-session.is-alt .solution-session-layout > :last-child {
  order: 1;
}

.page-contact .contact-cooperate-shell,
.page-contact .contact-ttc-shell {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.site-footer .footer-grid {
  grid-template-columns: minmax(220px, 0.76fr) minmax(0, 1.24fr);
  align-items: stretch;
  gap: 24px;
}

.homepage .home-story-panel,
.page-why .why-brand-panel,
.page-why .why-brand-side,
.page-why .fit-difference-shell,
.page-solutions .solution-session-card,
.page-contact .contact-cooperate-overview,
.page-contact .contact-cooperate-points,
.page-contact .contact-ttc-form-card,
.page-contact .contact-ttc-info-card,
.site-footer .footer-grid {
  padding: clamp(24px, 3vw, 34px);
}

.homepage .home-story-intro-media,
.page-why .why-brand-media {
  height: 100%;
}

.homepage .home-story-intro-media img,
.page-why .why-brand-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-solutions .solution-session-head {
  align-items: start;
}

.page-solutions .solution-session-list {
  display: grid;
  gap: 12px;
}

.page-solutions .solution-session-list li,
.page-contact .contact-cooperate-points .icon-list li {
  overflow-wrap: anywhere;
}

.page-contact .contact-cooperate-cta {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(47, 138, 143, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.3);
}

.footer-brand {
  justify-content: flex-start;
}

.footer-contact-item {
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .header-wrap {
    grid-template-columns: minmax(200px, 248px) minmax(0, 1fr);
    min-height: 112px;
  }

  .menu-nav > li > a {
    padding-inline: 13px;
  }

  .homepage .home-story-layout,
  .page-why .why-brand-shell,
  .page-solutions .solution-session-layout,
  .page-contact .contact-cooperate-shell,
  .page-contact .contact-ttc-shell,
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-why #fit-target .uk-grid,
  .page-why .fit-process-list,
  .page-why .why-difference-section > .uk-container > .uk-grid.uk-grid-large.uk-flex-middle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-why .fit-difference-grid,
  .page-why #fit-scope .uk-grid.uk-child-width-1-3\@m {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  header {
    width: calc(100% - 20px);
  }

  .header-wrap {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 10px 14px;
  }

  .header-right {
    width: auto;
    justify-items: end;
  }

  .homepage #home-core .uk-grid.uk-child-width-1-2\@m,
  .page-why #fit-target .uk-grid,
  .page-why .fit-difference-grid,
  .page-why .fit-process-list,
  .page-why .why-difference-section > .uk-container > .uk-grid.uk-grid-large.uk-flex-middle,
  .page-why #fit-scope .uk-grid.uk-child-width-1-3\@m {
    grid-template-columns: 1fr;
  }

  .page-why .why-compare-board {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767px) {
  .header-wrap {
    gap: 10px;
    min-height: 72px;
    padding: 10px 12px;
  }

  .logo img {
    max-height: 38px;
  }

  .hero-content,
  .page-hero-shell .hero-content,
  .hero-glance-card,
  .page-hero-note,
  .page-solutions .solution-session-card,
  .page-contact .contact-cooperate-overview,
  .page-contact .contact-cooperate-points,
  .page-contact .contact-ttc-form-card,
  .page-contact .contact-ttc-info-card,
  .site-footer .footer-grid {
    padding: 22px 20px;
  }

  .page-why .why-compare-board {
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .page-why .why-compare-header,
  .page-why .why-compare-board > .why-compare-header {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .page-why .why-compare-row {
    display: grid;
    grid-template-columns: 1fr !important;
    min-width: 0 !important;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.2)),
      linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(138, 225, 222, 0.08));
    box-shadow: var(--v7-shadow-md);
  }

  .page-why .why-compare-row + .why-compare-row {
    margin-top: 14px;
  }

  .page-why .why-compare-row h4 {
    padding-right: 0;
  }

  .page-why .why-compare-row > * {
    width: 100% !important;
    max-width: 100%;
  }

  .page-why .why-compare-row p {
    min-height: 0;
    padding: 14px 16px;
    overflow: visible;
  }

  .page-why .why-compare-row p::before {
    display: block;
    margin-bottom: 8px;
    font-family: 'Lexend', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(16, 43, 57, 0.58);
    content: "";
  }

  .page-why .why-compare-row p.is-self::before {
    content: none;
  }

  .page-why .why-compare-row p.is-rich::before {
    content: none;
  }
}

@media (min-width: 1024px) {
  .header-right .top-nav,
  .header-right .bottom-nav {
    display: flex !important;
  }

  .mobile-menu-toggle,
  .mobile-menu-button {
    display: none !important;
  }

  .header-wrap {
    grid-template-columns: minmax(180px, 228px) minmax(0, 1fr);
    min-height: 106px;
    padding: 10px 16px;
  }

  .header-right {
    gap: 6px;
  }

  .logo-subtitle {
    max-width: 108px;
    font-size: 0.5rem;
  }

  .top-nav {
    margin-bottom: 0;
  }

  .lang-switcher {
    transform: scale(0.94);
    transform-origin: right center;
  }

  .lang-btn {
    min-height: 28px;
    padding-inline: 9px;
    font-size: 0.7rem;
  }

  .menu-wrapper {
    padding: 3px;
  }

  .menu-nav {
    gap: 4px;
  }

  .menu-nav > li > a {
    min-height: 32px;
    padding-inline: 11px;
    font-size: 0.74rem;
  }

  .banner-home .hero-eyebrow,
  .hero-eyebrow {
    white-space: normal !important;
  }
}

@media (min-width: 1280px) {
  .header-wrap {
    min-height: 102px;
  }
}

/* V8 neumorphism override layer */
:root {
  --neu-bg: #ecf1eb;
  --neu-bg-strong: #f6faf5;
  --neu-surface: #eef3ee;
  --neu-surface-2: #e4ebe4;
  --neu-surface-3: #dde6de;
  --neu-text: #214539;
  --neu-text-soft: #365247;
  --neu-accent: #0f6a56;
  --neu-accent-strong: #0a4e40;
  --neu-gold: #c6a35e;
  --neu-line: rgba(255, 255, 255, 0.78);
  --neu-shadow-raise:
    14px 14px 30px rgba(164, 177, 166, 0.42),
    -14px -14px 30px rgba(255, 255, 255, 0.94);
  --neu-shadow-soft:
    10px 10px 22px rgba(170, 181, 171, 0.34),
    -10px -10px 22px rgba(255, 255, 255, 0.9);
  --neu-shadow-pressed:
    inset 10px 10px 20px rgba(174, 184, 175, 0.32),
    inset -10px -10px 20px rgba(255, 255, 255, 0.9);
}

body {
  color: var(--neu-text);
  background:
    radial-gradient(circle at 12% 10%, rgba(198, 163, 94, 0.18), transparent 26%),
    radial-gradient(circle at 84% 14%, rgba(15, 106, 86, 0.12), transparent 24%),
    radial-gradient(circle at 82% 84%, rgba(15, 106, 86, 0.08), transparent 20%),
    linear-gradient(145deg, #f6faf6 0%, #edf3ee 36%, #e6eee7 100%);
}

body::before,
body::after,
#wrapper::before {
  display: none;
}

body.neu-v8-motion .session-appear-pending {
  opacity: 0;
  transform: translateY(20px) scale(0.985);
  filter: blur(1px);
}

body.neu-v8-motion .session-appear-inview,
body.neu-v8-motion .session-appear-pending.session-appear-inview {
  transition:
    opacity 0.44s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.44s ease;
}

header {
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: linear-gradient(145deg, var(--neu-bg-strong), var(--neu-surface-2));
  box-shadow: var(--neu-shadow-soft);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.neu-v8-scrolled header,
header.is-scrolled {
  background: linear-gradient(145deg, #f8fbf8, #e6ede6);
  box-shadow:
    16px 16px 34px rgba(157, 170, 160, 0.38),
    -14px -14px 28px rgba(255, 255, 255, 0.94);
}

.header-wrap {
  align-items: center;
}

.logo img {
  filter: none;
}

.logo-link::after {
  display: none;
}

.logo-subtitle {
  color: var(--neu-text-soft);
}

.lang-switcher,
.menu-wrapper,
.hero-content,
.home-story-panel,
.home-core-card,
.why-brand-panel,
.why-brand-side,
.why-product-card,
.why-fit-target-card,
.fit-difference-shell,
.fit-difference-item,
.why-issue-card,
.why-solution-step,
.why-scope-card,
.solution-session-card,
.solution-album,
.contact-cooperate-overview,
.contact-cooperate-points,
.contact-ttc-form-card,
.contact-ttc-info-card,
.footer-grid,
.page-why .why-compare-board {
  border: 1px solid var(--neu-line) !important;
  background: linear-gradient(145deg, var(--neu-bg-strong), var(--neu-surface-2)) !important;
  box-shadow: var(--neu-shadow-raise) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.lang-switcher::before,
.menu-wrapper::before,
.hero-content::before,
.home-story-panel::before,
.home-core-card::before,
.why-brand-panel::before,
.why-brand-side::before,
.why-product-card::before,
.why-fit-target-card::before,
.fit-difference-shell::before,
.fit-difference-item::before,
.why-issue-card::before,
.why-solution-step::before,
.why-scope-card::before,
.solution-session-card::before,
.solution-album::before,
.contact-cooperate-overview::before,
.contact-cooperate-points::before,
.contact-ttc-form-card::before,
.contact-ttc-info-card::before,
.footer-grid::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent 40%) !important;
}

.lang-switcher,
.menu-nav > li > a,
.hero-btn-secondary,
.page-why .why-compare-row p,
.page-contact .contact-ttc-field input,
.page-contact .contact-ttc-field textarea,
.page-contact .contact-ttc-submit,
.page-solutions .solution-album-control,
.footer-contact-item {
  box-shadow: var(--neu-shadow-pressed) !important;
}

.top-nav,
.bottom-nav {
  width: 100%;
}

.menu-wrapper {
  border-radius: 26px;
}

.menu-nav > li > a {
  color: var(--neu-text-soft);
  background: linear-gradient(145deg, #edf3ed, #e2e9e2);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    8px 8px 18px rgba(171, 181, 172, 0.24),
    -8px -8px 18px rgba(255, 255, 255, 0.84);
}

.menu-nav > li.active > a,
.menu-nav > li > a:hover,
.menu-nav > li > a:focus-visible {
  color: var(--neu-accent-strong);
  background: linear-gradient(145deg, #e0ebe2, #f6fbf7);
  transform: translateY(0);
  box-shadow: var(--neu-shadow-pressed);
}

.menu-submenu {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(145deg, #f5f9f4, #e5ece5);
  box-shadow: var(--neu-shadow-soft);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.menu-submenu li a {
  color: var(--neu-text-soft);
}

.menu-submenu li a:hover,
.menu-submenu li a:focus-visible {
  background: linear-gradient(145deg, #eef4ee, #dfe7df);
}

.lang-btn {
  color: var(--neu-text-soft);
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: linear-gradient(145deg, #eef4ef, #e3e9e3);
}

.lang-btn.is-active {
  color: #ffffff;
  background: linear-gradient(145deg, #126f5b, #0a4f40);
  box-shadow:
    inset 6px 6px 14px rgba(8, 57, 46, 0.36),
    inset -6px -6px 14px rgba(20, 124, 101, 0.16);
}

.mobile-menu-button,
.richever-mobile-menu-title,
.richever-mobile-offcanvas .uk-nav-default > li > a,
.richever-mobile-lang .lang-switcher {
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(145deg, #edf3ed, #dfe8df);
  color: var(--neu-accent-strong);
  box-shadow: var(--neu-shadow-soft);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.richever-mobile-offcanvas .uk-offcanvas-bar {
  background:
    radial-gradient(circle at top right, rgba(198, 163, 94, 0.18), transparent 26%),
    linear-gradient(165deg, #f5f9f5 0%, #e6ede6 100%);
  color: var(--neu-text);
}

.richever-mobile-menu-title small,
.richever-mobile-offcanvas .uk-nav-default > li > a {
  color: var(--neu-text-soft);
}

.richever-mobile-offcanvas .uk-nav-default > li.uk-active > a,
.richever-mobile-offcanvas .uk-nav-default > li > a:hover {
  color: var(--neu-accent-strong);
  background: linear-gradient(145deg, #eef4ef, #dde6de);
}

.banner-home::before,
.page-hero::before {
  background:
    linear-gradient(120deg, rgba(238, 244, 238, 0.48), rgba(238, 244, 238, 0.18) 44%, rgba(238, 244, 238, 0.42)),
    radial-gradient(circle at 82% 20%, rgba(15, 106, 86, 0.1), transparent 24%);
}

.banner-home::after,
.page-hero::after {
  background: linear-gradient(90deg, transparent, rgba(33, 69, 57, 0.16), transparent);
}

.hero-content {
  color: var(--neu-text);
  background: linear-gradient(145deg, rgba(248, 251, 247, 0.96), rgba(228, 235, 228, 0.98)) !important;
  box-shadow:
    14px 14px 28px rgba(164, 176, 165, 0.34),
    -14px -14px 28px rgba(255, 255, 255, 0.9) !important;
}

.hero-content h1,
.page-hero .hero-content h1 {
  color: var(--neu-accent-strong);
  text-shadow: none;
  line-height: 1.06;
}

.hero-content p,
.hero-summary,
.page-hero .hero-content p,
.page-hero-note span,
.hero-glance-card span,
.hero-glance-card--lead p {
  color: var(--neu-text-soft);
}

.hero-eyebrow,
.hero-glance-label,
.page-hero-note strong,
.hero-glance-card strong {
  color: var(--neu-accent-strong);
}

.banner-home .hero-content h1,
.banner-home .hero-eyebrow,
.page-hero .hero-content h1,
.page-contact .hero-content p {
  color: var(--neu-accent-strong) !important;
}

.hero-eyebrow {
  background: linear-gradient(145deg, #edf3ed, #e2e9e2);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--neu-shadow-soft);
}

.hero-btn-primary,
.page-contact .contact-ttc-submit {
  color: #ffffff;
  border: 1px solid rgba(6, 58, 46, 0.3);
  background: linear-gradient(145deg, #13735e, #0a5041);
  box-shadow:
    inset 8px 8px 18px rgba(7, 57, 46, 0.34),
    inset -8px -8px 18px rgba(24, 123, 101, 0.14),
    10px 10px 20px rgba(160, 173, 163, 0.28);
}

.hero-btn-secondary {
  color: var(--neu-text);
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: linear-gradient(145deg, #edf3ed, #e3eae3);
}

.section-title h3,
.section-title p {
  color: var(--neu-accent-strong) !important;
  text-shadow: none !important;
}

.section-title h3 {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(145deg, #f7faf7, #e2e8e2);
  box-shadow:
    10px 10px 22px rgba(170, 180, 170, 0.28),
    -10px -10px 22px rgba(255, 255, 255, 0.88);
}

.story-title-icon,
.why-brand-panel-icon,
.why-metric-icon,
.why-fit-target-icon,
.fit-difference-icon,
.why-issue-icon,
.why-solution-icon,
.why-scope-icon,
.solution-session-icon,
.contact-ttc-info-icon,
.footer-contact-icon,
.mission-bullet-icon {
  color: var(--neu-accent);
  border-color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(145deg, #f3f7f3, #dfe7df);
  box-shadow: var(--neu-shadow-soft);
}

.homepage .home-story,
.page-why .why-brand-session,
.page-why .why-fit-target-section,
.page-why .why-difference-section,
.page-why .fit-process,
.page-why .why-scope-section,
.page-solutions .solutions-catalog-section,
.page-contact .contact-cooperate-section,
.page-contact .contact-hub-section {
  background: transparent;
}

.home-story-panel,
.home-core-card,
.page-why .why-brand-panel,
.page-why .why-brand-side,
.page-why .why-fit-target-card,
.fit-difference-shell,
.fit-difference-item,
.page-why .why-scope-card,
.page-solutions .solution-session-card,
.page-contact .contact-cooperate-overview,
.page-contact .contact-cooperate-points,
.page-contact .contact-ttc-form-card,
.page-contact .contact-ttc-info-card,
.footer-grid {
  color: var(--neu-text);
}

.home-story-panel p,
.home-core-card p,
.page-why .why-brand-panel p,
.page-why .why-brand-metrics span,
.page-why .why-fit-target-card p,
.fit-difference-content p,
.page-why .fit-process-desc,
.page-why .why-scope-card p,
.page-solutions .solution-session-list li,
.page-solutions .solution-session-note,
.page-contact .contact-cooperate-overview p,
.page-contact .contact-cooperate-points li,
.page-contact .contact-ttc-contact-list p,
.page-contact .contact-ttc-contact-list a,
.footer-contact-item span,
.footer-contact-item a {
  color: var(--neu-text-soft) !important;
}

.home-story-list--compact li,
.page-why .why-brand-metrics article,
.page-solutions .solution-session-list li {
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: linear-gradient(145deg, #edf3ed, #e0e8e0);
  box-shadow: var(--neu-shadow-soft);
}

.page-why .why-compare-board {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.page-why .why-compare-header,
.page-why .why-compare-row {
  min-width: 680px;
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(220px, 1fr) minmax(220px, 1fr);
}

.page-why .why-compare-header {
  background: linear-gradient(145deg, #eff4ef, #dfe6df) !important;
  box-shadow: inset 8px 8px 16px rgba(171, 181, 172, 0.24), inset -8px -8px 16px rgba(255, 255, 255, 0.74);
}

.page-why .why-compare-header span,
.page-why .why-compare-row h4 {
  color: var(--neu-accent-strong);
}

.page-why .why-compare-row {
  background: transparent;
  border-top: 0;
}

.page-why .why-compare-row p {
  color: var(--neu-text-soft);
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(145deg, #e4ebe4, #f5f8f5) !important;
  min-height: 100%;
}

.page-why .why-compare-row p.is-self,
.page-why .why-compare-row p.is-rich {
  padding-inline: 14px;
}

.page-why .why-compare-row p.is-self {
  border-color: rgba(198, 163, 94, 0.18);
}

.page-why .why-compare-row p.is-rich {
  color: var(--neu-accent-strong);
  border-color: rgba(15, 106, 86, 0.18);
}

.page-why .why-side-label {
  background: linear-gradient(145deg, #eef4ee, #dde5dd);
  color: var(--neu-accent-strong) !important;
}

.fit-process-item,
.page-solutions .solution-album-control,
.page-contact .contact-ttc-social-btn {
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(145deg, #f5f8f5, #dfe6df);
  box-shadow: var(--neu-shadow-soft);
}

.page-solutions .solution-album {
  padding: 18px;
}

.page-solutions .solution-album-slide img,
.home-story-intro-media,
.page-why .why-brand-media,
.page-why .why-scope-media {
  border-radius: 24px;
  box-shadow:
    10px 10px 20px rgba(170, 180, 170, 0.28),
    -8px -8px 18px rgba(255, 255, 255, 0.8);
}

.page-contact .contact-ttc-info-card {
  color: var(--neu-text);
  background: linear-gradient(145deg, #edf3ed, #e2e9e2) !important;
}

.page-contact .contact-ttc-info-card h4,
.page-contact .contact-ttc-info-card p,
.page-contact .contact-ttc-info-card a,
.page-contact .contact-ttc-info-card span,
.page-contact .contact-ttc-company-block h5,
.page-contact .contact-ttc-company-block p {
  color: var(--neu-text) !important;
}

.page-contact .contact-ttc-field input,
.page-contact .contact-ttc-field textarea {
  color: var(--neu-text);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(145deg, #e2e9e2, #f6faf6) !important;
}

.page-contact .contact-ttc-field input::placeholder,
.page-contact .contact-ttc-field textarea::placeholder {
  color: rgba(73, 103, 88, 0.76);
}

.page-contact .contact-ttc-field input:focus,
.page-contact .contact-ttc-field textarea:focus {
  outline: none;
  border-color: rgba(15, 106, 86, 0.26);
  box-shadow:
    inset 10px 10px 18px rgba(174, 184, 175, 0.26),
    inset -10px -10px 18px rgba(255, 255, 255, 0.88),
    0 0 0 3px rgba(15, 106, 86, 0.08);
}

.footer-contact-item {
  background: linear-gradient(145deg, #e4ebe4, #f5f8f5);
  border-color: rgba(255, 255, 255, 0.88);
}

.home-core-card::after,
.page-solutions .solution-session::before,
.page-why .why-fit-target-card::after,
.page-why .why-scope-card::after,
.page-why .why-compare-row p::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 1199px) {
  .page-why .why-compare-header,
  .page-why .why-compare-row {
    min-width: 620px;
  }
}

@media (max-width: 767px) {
  header {
    border-radius: 28px;
  }

  .hero-content,
  .home-story-panel,
  .home-core-card,
  .page-why .why-brand-panel,
  .page-why .why-brand-side,
  .fit-difference-shell,
  .fit-difference-item,
  .page-why .why-fit-target-card,
  .page-why .why-scope-card,
  .page-solutions .solution-session-card,
  .solution-album,
  .page-contact .contact-cooperate-overview,
  .page-contact .contact-cooperate-points,
  .page-contact .contact-ttc-form-card,
  .page-contact .contact-ttc-info-card,
  .footer-grid {
    border-radius: 24px;
  }

  .page-why .why-compare-board {
    padding-bottom: 12px;
  }

  .page-why .why-compare-header,
  .page-why .why-compare-board > .why-compare-header,
  .page-why .why-compare-row {
    display: grid !important;
    min-width: 560px !important;
    grid-template-columns: 170px 180px 180px !important;
  }

  .page-why .why-compare-header,
  .page-why .why-compare-board > .why-compare-header {
    width: max-content;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 14px 16px !important;
    border: 0 !important;
  }

  .page-why .why-compare-row {
    width: max-content;
    gap: 12px;
    padding: 12px 16px;
    border: 0;
    box-shadow: none;
  }

  .page-why .why-compare-row h4,
  .page-why .why-compare-row p {
    width: auto !important;
    max-width: none;
  }
}
