:root {
  --wk-primary: #0a1628;
  --wk-accent: #c49a3c;
  --wk-accent-hover: #a8832f;
  --wk-body: #333333;
  --wk-muted: #666666;
  --wk-light-bg: #f5f3ef;
  --wk-reference-surface: #f5f5f5;
  --wk-reference-heading: #192929;
  --wk-reference-body: rgba(25, 41, 41, 0.72);
  --wk-reference-line: rgba(25, 41, 41, 0.1);
  --wk-reference-contrast: #17191c;
  --wk-white: #ffffff;
  --wk-border: rgba(10, 22, 40, 0.12);
  --wk-shadow: 0 24px 48px rgba(10, 22, 40, 0.12);
  --wk-radius: 24px;
  --wk-container: 1396px;
  --rr-ff-body: "Poppins", sans-serif;
  --rr-ff-heading: "Poppins", sans-serif;
  --rr-ff-heading2: "Marcellus", serif;
  --rr-ff-p: "Poppins", sans-serif;
  --rr-common-selection: #c49a3c;
  --rr-color-white_smoke: #f5f3ef;
  --rr-color-white_smoke-2: #f8f6f1;
  --rr-color-white_smoke-3: #f5f3ef;
  --rr-color-white_smoke-4: #f8f6f1;
  --rr-color-white_smoke-5: #e7e2d7;
  --rr-body-bg: #0a1628;
  --rr-body-primary: #0a1628;
  --rr-body-primary-1: #0a1628;
  --rr-body-primary-3: #102746;
  --rr-body-primary-4: #091321;
  --rr-body-primary-5: #0f2037;
  --rr-theme-primary: #c49a3c;
  --rr-theme-primary2: #c49a3c;
  --rr-theme-primary-2: #0a1628;
  --rr-theme-primary3: #d8ba72;
  --rr-theme-primary-3: #d8ba72;
  --rr-heading-primary: #0a1628;
  --rr-text-body: #333333;
  --rr-text-body-2: #333333;
  --rr-menu-white: #ffffff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--wk-body);
  background: var(--wk-white);
}

.wk-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.55rem;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}

.wk-logo-frame img {
  width: 118px;
  height: auto;
}

.wk-logo-frame--dark {
  background: transparent;
}

.wk-offcanvas__note {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wk-offcanvas__note p {
  margin-bottom: 0.45rem;
  color: var(--wk-white);
  font-weight: 700;
}

.wk-offcanvas__note span {
  color: rgba(255, 255, 255, 0.72);
}

.wk-topline {
  gap: 1rem;
}

.wk-topline__label {
  color: var(--wk-white);
  font-size: 1.4rem;
  font-weight: 600;
}

.wk-header .rr-header__main {
  border-bottom: 1px solid rgba(10, 22, 40, 0.08);
}

.wk-header .rr-header__menu-toggle {
  display: none;
}

.wk-header__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.wk-header__actions .rr-btn {
  min-height: 52px;
}

.wk-btn-outline {
  color: var(--wk-primary);
  background: transparent;
  border: 1px solid rgba(196, 154, 60, 0.5);
}

.wk-btn-outline:hover {
  color: var(--wk-white);
  background: var(--wk-primary);
  border-color: var(--wk-primary);
}

.wk-hero-banner .wk-btn-outline {
  color: var(--wk-white);
  border-color: rgba(255, 255, 255, 0.54);
}

.wk-hero-banner {
  position: relative;
  overflow: visible;
  background-color: #0a1628;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wk-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 22, 40, 0.9) 0%, rgba(10, 22, 40, 0.76) 42%, rgba(10, 22, 40, 0.48) 100%),
    radial-gradient(circle at 18% 28%, rgba(196, 154, 60, 0.16), transparent 24%);
}

.wk-hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 72px 72px;
  opacity: 0.22;
}

.wk-hero-banner .banner-section-4__content,
.wk-hero-banner .banner-section-4__card {
  position: relative;
  z-index: 1;
}

.wk-hero-banner .wk-hero-strip {
  right: 0;
  bottom: -78px;
  display: flex;
  align-items: center;
  width: auto;
  position: absolute;
  background: var(--wk-white);
}

.wk-hero-banner .wk-hero-strip__item {
  height: 154px;
  width: 294px;
  display: flex;
  align-items: center;
  padding-left: 54px;
  position: relative;
  transition: all 0.3s ease-in-out;
  background: var(--wk-white);
  border: 1px solid rgba(25, 41, 41, 0.1);
  border-right: none;
}

.wk-hero-banner .wk-hero-strip__item::before {
  content: "";
  width: 1.4px;
  height: 78px;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background-color: rgba(25, 41, 41, 0.1);
}

.wk-hero-banner .wk-hero-strip__item:nth-child(2) {
  border-left: none;
}

.wk-hero-banner .wk-hero-strip__item:last-of-type {
  border-left: none;
  border-right: 1px solid rgba(25, 41, 41, 0.1);
}

.wk-hero-banner .wk-hero-strip__item:last-of-type::before {
  display: none;
}

.wk-hero-banner .wk-hero-strip__item:hover {
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
}

.wk-hero-banner .wk-hero-strip__item:hover span {
  color: var(--rr-theme-primary-3);
}

.wk-hero-banner .wk-hero-strip__item:hover h3 {
  color: var(--wk-white);
}

.wk-hero-banner .wk-hero-strip__text span {
  display: inline-block;
  margin-bottom: 2px;
  font-family: var(--rr-ff-heading);
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.24em;
  color: rgba(25, 41, 41, 0.7);
  transition: all 0.3s ease-in-out;
}

.wk-hero-banner .wk-hero-strip__text h3 {
  margin: 0;
  max-width: 220px;
  font-family: var(--rr-ff-heading);
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
}

.breadcrumb-section__wrapper {
  position: relative;
  background-image: none !important;
  background:
    linear-gradient(135deg, rgba(9, 19, 33, 0.96) 0%, rgba(10, 22, 40, 0.92) 45%, rgba(23, 56, 97, 0.88) 100%) !important;
}

.breadcrumb-section__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wk-breadcrumb-image, url("../img/banner/breadcrumb-bg-thumb.jpg")) center / cover no-repeat;
  opacity: 0.08;
}

.breadcrumb-section__content {
  position: relative;
  z-index: 1;
}

.wk-hero-banner .banner-section-4__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.wk-breadcrumb__subtitle {
  max-width: 760px;
  margin: 1.2rem auto 0.8rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.8rem;
  line-height: 1.6;
}

.wk-breadcrumb--case-study .breadcrumb-section__title {
  max-width: 1080px;
  margin-inline: auto;
  font-size: clamp(2.6rem, 4.4vw, 4.75rem);
  line-height: 1.08;
}

.wk-breadcrumb--case-study .wk-breadcrumb__subtitle {
  font-size: 1.05rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wk-form-panel {
  position: relative;
  overflow: hidden;
}

.wk-footer__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}

.wk-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(10, 22, 40, 0.16);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  background: var(--wk-white);
  color: var(--wk-body);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: none;
  border-color: var(--wk-accent);
  box-shadow: 0 0 0 4px rgba(196, 154, 60, 0.18);
}

textarea {
  resize: vertical;
  min-height: 140px;
}

.container {
  width: 100%;
  max-width: var(--wk-container);
  padding-inline: 15px;
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--wk-primary);
  color: var(--wk-white);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  z-index: 1000;
}

.skip-link:focus {
  top: 1rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--wk-accent);
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: "Marcellus", serif;
  line-height: 1.08;
  color: var(--wk-primary);
}

h1 {
  font-size: clamp(2.8rem, 7vw, 5.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

p {
  margin: 0 0 1.15rem;
}

ul {
  margin: 0;
  padding: 0;
}

.section {
  padding: clamp(72px, 9vw, 108px) 0;
}

.section--light {
  background: var(--wk-light-bg);
}

.section--dark {
  background: radial-gradient(circle at top right, rgba(196, 154, 60, 0.18), transparent 32%), linear-gradient(180deg, #091321 0%, #0f2037 100%);
  color: rgba(255, 255, 255, 0.84);
}

.section--dark h2,
.section--dark h3,
.section--dark p,
.section--dark .stat-wordmark,
.section--dark .counter-number {
  color: var(--wk-white);
}

.section--accent {
  background: linear-gradient(125deg, rgba(10, 22, 40, 0.96), rgba(10, 22, 40, 0.82)), linear-gradient(135deg, #173861 0%, #0a1628 100%);
  color: rgba(255, 255, 255, 0.86);
}

.wk-reference-section {
  background: var(--wk-reference-surface);
  color: var(--wk-reference-body);
}

.wk-reference-section .section-heading {
  margin-bottom: 2.75rem;
}

.wk-reference-section .section-heading .eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--wk-reference-heading);
  letter-spacing: 0.08em;
}

.wk-reference-section .section-heading .eyebrow::before,
.wk-reference-section .section-heading .eyebrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--wk-accent);
}

.wk-reference-section .section-heading--centered .eyebrow {
  margin-inline: auto;
  justify-content: center;
}

.wk-reference-section .section-heading h2 {
  color: var(--wk-reference-heading);
  font-family: var(--rr-ff-heading2);
  line-height: 1.2;
}

.wk-reference-section .section-heading > p:last-child {
  max-width: 624px;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--wk-reference-body);
}

.wk-reference-section .section-heading--centered > p:last-child {
  margin-inline: auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.section-heading--centered {
  margin-inline: auto;
  text-align: center;
}

.lead-text {
  max-width: 780px;
  font-size: 1.08rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn span svg,
.icon-shell svg,
.hero-arrows svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.btn--primary {
  background: var(--wk-accent);
  color: var(--wk-white);
  box-shadow: 0 18px 30px rgba(196, 154, 60, 0.24);
}

.btn--primary:hover {
  background: var(--wk-accent-hover);
}

.btn--secondary,
.btn--ghost {
  background: transparent;
  color: var(--wk-primary);
  border-color: rgba(196, 154, 60, 0.5);
}

.btn--secondary {
  color: var(--wk-white);
  border-color: rgba(255, 255, 255, 0.54);
}

.btn--ink {
  background: var(--wk-reference-heading);
  color: var(--wk-white);
  box-shadow: none;
}

.btn--ink:hover {
  background: var(--wk-primary);
}

.section--accent .btn--ghost,
.section--dark .btn--ghost {
  color: var(--wk-white);
  border-color: rgba(255, 255, 255, 0.4);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--wk-border);
  box-shadow: 0 8px 22px rgba(10, 22, 40, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 92px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.brand__badge,
.footer-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.55rem;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}

.brand__badge img,
.footer-logo-shell img {
  width: 150px;
  height: auto;
}

.brand__text {
  display: grid;
  gap: 0.18rem;
}

.brand__text strong {
  color: var(--wk-primary);
  font-size: 1.05rem;
}

.brand__text span {
  color: var(--wk-muted);
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav > a,
.nav-dropdown > summary {
  padding: 0.55rem 0;
  color: var(--wk-primary);
  font-weight: 600;
}

.site-nav a.is-active,
.nav-dropdown > summary.is-active {
  color: var(--wk-accent-hover);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > summary {
  list-style: none;
  cursor: pointer;
}

.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--wk-border);
  box-shadow: var(--wk-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-dropdown[open] .nav-dropdown__menu,
.nav-dropdown:hover .nav-dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown__menu a {
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
}

.nav-dropdown__menu a:hover,
.nav-dropdown__menu a.is-active {
  background: rgba(196, 154, 60, 0.12);
}

.site-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: 0.8rem;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--wk-border);
  border-radius: 16px;
  background: var(--wk-white);
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--wk-primary);
  margin: 0 auto;
}

.hero-slider {
  position: relative;
  background: var(--wk-primary);
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
  display: grid;
  align-items: center;
  min-height: clamp(620px, 84vh, 860px);
}

.hero-slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.hero-slide::before,
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hero-slide::before {
  background: radial-gradient(circle at top right, rgba(196, 154, 60, 0.26), transparent 22%), linear-gradient(125deg, rgba(10, 22, 40, 0.78), rgba(10, 22, 40, 0.9));
}

.hero-slide::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 72px 72px, linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 72px 72px;
  opacity: 0.26;
  mix-blend-mode: screen;
}

.hero-slide--port {
  background: radial-gradient(circle at 15% 20%, rgba(196, 154, 60, 0.24), transparent 20%), radial-gradient(circle at 85% 18%, rgba(126, 198, 60, 0.24), transparent 18%), linear-gradient(135deg, #0a1628 0%, #173861 48%, #091321 100%);
}

.hero-slide--warehouse {
  background: radial-gradient(circle at 85% 18%, rgba(196, 154, 60, 0.3), transparent 20%), radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.12), transparent 18%), linear-gradient(120deg, #0a1628 0%, #102746 55%, #0f2037 100%);
}

.hero-slide--supply {
  background: radial-gradient(circle at 88% 20%, rgba(53, 190, 74, 0.22), transparent 22%), radial-gradient(circle at 10% 20%, rgba(196, 154, 60, 0.22), transparent 16%), linear-gradient(130deg, #0a1628 0%, #132f52 58%, #091321 100%);
}

.hero-slide__inner,
.hero-slider__controls {
  position: relative;
  z-index: 1;
}

.hero-slide__inner {
  width: 100%;
  max-width: var(--wk-container);
  padding-inline: 15px;
  margin-inline: auto;
  padding: 7rem 0 8.5rem;
  color: var(--wk-white);
}

.hero-slide__inner h1,
.hero-slide__inner p {
  color: var(--wk-white);
}

.hero-slide__body {
  max-width: 720px;
  font-size: 1.15rem;
}

.hero-slide__actions,
.section-actions,
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-slider__controls {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.hero-dots,
.hero-arrows {
  display: flex;
  gap: 0.7rem;
}

.hero-dots button,
.hero-arrows button {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: var(--wk-white);
}

.hero-dots button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  padding: 0;
}

.hero-dots button.active {
  background: var(--wk-accent);
  border-color: var(--wk-accent);
}

.hero-arrows button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-arrows button:first-child svg {
  transform: rotate(180deg);
}

.intro-strip__panel,
.insight-card,
.mission-card,
.form-card,
.legal-card,
.contact-card,
.map-card,
.testimonial-card,
.stat-card,
.service-card,
.feature-card,
.commodity-card,
.mini-process__card,
.operation-panel {
  border-radius: var(--wk-radius);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(10, 22, 40, 0.08);
  box-shadow: var(--wk-shadow);
}

.intro-strip__panel {
  padding: clamp(1.8rem, 4vw, 3rem);
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.intro-strip {
  background: var(--wk-white);
  padding-top: 128px;
  padding-bottom: 22px;
}

.intro-strip__inner {
  margin: 0 90px;
}

.intro-strip__panel::before {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wk-accent), rgba(196, 154, 60, 0));
  margin-bottom: 1rem;
}

.stats-grid,
.service-grid,
.feature-grid,
.benefit-grid,
.commodity-grid,
.two-card-grid,
.dual-cta-grid {
  display: grid;
  gap: 1.4rem;
}

.stats-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-grid,
.feature-grid,
.commodity-grid,
.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.two-card-grid,
.dual-cta-grid {
  grid-template-columns: repeat(2, 1fr);
}

.stat-card,
.service-card,
.feature-card,
.commodity-card,
.mini-process__card,
.mission-card,
.testimonial-card,
.contact-card {
  padding: 1.7rem;
}

.stat-card {
  min-height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.wk-home-stats .stats-grid--reference,
.wk-home-process .mini-process--reference {
  gap: 1.4rem;
}

.wk-home-stats .stat-card--reference,
.wk-home-process .mini-process__card--reference {
  position: relative;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--wk-reference-line);
  box-shadow: none;
}

.wk-home-stats .stat-card--reference::before,
.wk-home-process .mini-process__card--reference::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.7rem;
  right: 1.7rem;
  height: 1.5px;
  background: var(--wk-reference-line);
}

.wk-home-stats .stat-card--reference {
  min-height: 250px;
  padding-top: 2rem;
}

.wk-home-stats .stat-card--reference h3,
.wk-home-process .mini-process__card--reference h3 {
  color: var(--wk-reference-heading);
  font-family: var(--rr-ff-heading2);
  line-height: 1.3;
}

.wk-home-stats .stat-card--reference p,
.wk-home-process .mini-process__card--reference p {
  color: var(--wk-reference-body);
}

.wk-home-stats .stat-card--reference .counter-number,
.wk-home-stats .stat-card--reference .stat-wordmark {
  color: var(--wk-reference-heading);
}

.counter-number,
.stat-wordmark {
  display: block;
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-family: "Marcellus", serif;
  color: var(--wk-accent);
}

.stat-wordmark {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}

.icon-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin-bottom: 1rem;
  background: rgba(196, 154, 60, 0.12);
  color: var(--wk-accent-hover);
}

.mini-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.wk-home-process {
  background: var(--wk-reference-heading);
  color: var(--wk-white);
}

.wk-home-process .section-heading {
  margin-bottom: 3rem;
}

.wk-home-process .section-heading .eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-inline: auto;
  color: var(--wk-white);
  letter-spacing: 0.08em;
}

.wk-home-process .section-heading .eyebrow::before,
.wk-home-process .section-heading .eyebrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.wk-home-process .section-heading h2 {
  color: var(--wk-white);
  font-family: var(--rr-ff-heading2);
}

.wk-home-process .section-heading > p:last-child {
  max-width: 680px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.7);
}

.wk-home-process .mini-process--reference {
  gap: 1.6rem;
}

.wk-home-process .mini-process__card--reference {
  padding: 26px 0 34px;
  background: transparent;
  border: 0;
  border-top: 1.5px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

.wk-home-process .mini-process__card--reference::before {
  display: none;
}

.wk-home-process .mini-process__card--reference h3 {
  color: var(--wk-white);
  font-size: clamp(1.35rem, 2vw, 1.625rem);
}

.wk-home-process .mini-process__card--reference p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 1.75;
}

.wk-home-process .step-pill--reference {
  width: 28px;
  height: 28px;
  margin-bottom: 1.1rem;
  background: var(--wk-white);
  color: var(--wk-reference-heading);
  font-size: 0.94rem;
  font-weight: 500;
}

.step-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(196, 154, 60, 0.12);
  color: var(--wk-accent-hover);
  font-weight: 800;
}

.section-actions {
  margin-top: 2rem;
}

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

.wk-home-operations {
  background: var(--wk-white);
  padding-top: 15px;
  padding-bottom: clamp(72px, 9vw, 108px);
}

.wk-home-operations__top {
  margin-bottom: 2.6rem;
}

.wk-home-operations__pagination {
  justify-content: end;
}

.wk-home-operations__layout {
  align-items: stretch;
}

.wk-home-operations__dec {
  max-width: 311px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--wk-reference-body);
  margin-bottom: 2rem;
}

.wk-home-operations .section__subtitle {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
}

.wk-home-operations .section__title {
  font-weight: 400;
  font-size: 46px;
  line-height: 54px;
  letter-spacing: 0;
  font-family: var(--rr-ff-heading2);
  color: rgba(25, 41, 41, 0.96);
}

.wk-home-operations__cta {
  color: var(--wk-reference-heading);
  background-color: transparent;
  border: 1.4px solid var(--wk-reference-line);
}

.wk-home-operations__cta:hover {
  border-color: var(--wk-reference-heading);
}

.wk-home-operations__cards {
  margin-left: 18px;
}

.wk-home-operations .service-section-4__wrapper {
  overflow: hidden;
}

.wk-home-operations .service-section-4__active {
  overflow: visible;
}

.wk-home-operations .swiper-slide {
  height: auto;
}

.wk-home-operations__item,
.wk-home-operations .service-section-4__item {
  position: relative;
  overflow: hidden;
  min-height: 456px;
  height: auto;
  max-height: none;
}

.wk-home-operations__icon span {
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-heading-primary);
  transition: color 220ms ease;
}

.wk-home-operations__icon span svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
}

.wk-home-operations__title a {
  color: inherit;
}

.wk-home-operations .service-section-4__title {
  font-size: 26px;
  line-height: 36px;
  margin-top: 66px;
  margin-bottom: 17px;
}

.wk-home-operations .service-section-4__cap {
  font-size: 15px;
  line-height: 26px;
}

.wk-home-operations .service-section-4__item:hover .wk-home-operations__icon span,
.wk-home-operations .service-section-4__item:focus-within .wk-home-operations__icon span {
  color: var(--rr-theme-primary-3);
}

.wk-home-operations__more {
  pointer-events: none;
}

.wk-home-operations__more a {
  color: var(--rr-theme-primary-3);
}

.wk-home-operations .service-section-4__item:hover .wk-home-operations__more,
.wk-home-operations .service-section-4__item:focus-within .wk-home-operations__more {
  pointer-events: auto;
}

.commodity-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.commodity-card__media {
  position: relative;
  min-height: 200px;
  padding: 1.4rem;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--wk-white);
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.92), rgba(10, 22, 40, 0.34)), radial-gradient(circle at top right, rgba(196, 154, 60, 0.65), transparent 35%);
}

.commodity-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 260ms ease;
}

.commodity-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.88), rgba(10, 22, 40, 0.26)), linear-gradient(180deg, rgba(10, 22, 40, 0.12), rgba(10, 22, 40, 0.42));
  z-index: 0;
}

.commodity-card__media::after {
  content: "";
  position: absolute;
  inset: auto -20% -36% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.commodity-card__label {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  font-weight: 700;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.commodity-card__media .icon-shell {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.14);
  color: var(--wk-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.commodity-card:hover .commodity-card__image {
  transform: scale(1.06);
}

.commodity-card__content {
  padding: 1.5rem;
}

.commodity-card--1 .commodity-card__media {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.94), rgba(23, 56, 97, 0.76)), linear-gradient(125deg, #102746, #0a1628);
}

.commodity-card--2 .commodity-card__media {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.94), rgba(161, 112, 20, 0.5)), linear-gradient(125deg, #253a1e, #0a1628);
}

.commodity-card--3 .commodity-card__media {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.94), rgba(53, 190, 74, 0.35)), linear-gradient(125deg, #1e3530, #0a1628);
}

.commodity-card--4 .commodity-card__media {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.94), rgba(139, 155, 166, 0.36)), linear-gradient(125deg, #293240, #0a1628);
}

.commodity-card--5 .commodity-card__media {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.94), rgba(126, 198, 60, 0.34)), linear-gradient(125deg, #274232, #0a1628);
}

.commodity-card--6 .commodity-card__media {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.94), rgba(196, 154, 60, 0.36)), linear-gradient(125deg, #423426, #0a1628);
}

@media (hover: none) {
  .wk-home-operations .service-section-4__item {
    min-height: auto;
  }

  .wk-home-operations .service-section-4__cap {
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
  }

  .wk-home-operations__more {
    opacity: 1 !important;
    height: auto !important;
    visibility: visible !important;
    pointer-events: auto;
    margin-top: 1rem;
  }
}

@media (max-width: 991px) {
  .wk-home-operations__top {
    margin-bottom: 2rem;
  }

  .wk-home-operations__pagination {
    justify-content: start;
  }

  .wk-home-operations__dec {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }

  .wk-home-operations__cards {
    margin-left: 0;
  }

  .wk-home-process .mini-process--reference {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .wk-home-operations .service-section-4__item {
    min-height: auto;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .wk-hero-banner .wk-hero-strip__item {
    height: 128px;
    width: 250px;
  }

  .wk-hero-banner .wk-hero-strip__text h3 {
    max-width: 184px;
    font-size: 19px;
    line-height: 28px;
  }

  .intro-strip {
    padding-top: 112px;
  }

  .intro-strip__inner {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .intro-strip__inner {
    margin: 0 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .intro-strip__inner {
    margin: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .intro-strip__inner {
    margin: 0;
  }
}

.cta-band {
  padding: 0 0 4rem;
}

.wk-case-study-cta__copy {
  max-width: 600px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.74);
}

.wk-case-study-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.wk-case-study-cta .wk-btn-outline {
  color: var(--wk-white);
  border-color: rgba(255, 255, 255, 0.34);
}

.wk-case-study-cta .wk-btn-outline:hover {
  color: var(--wk-primary);
  background: var(--wk-white);
  border-color: var(--wk-white);
}

.wk-case-study__snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 54px;
}

.wk-case-study-detail .project-details__title {
  color: var(--wk-reference-heading);
}

.wk-case-study-detail .project-details__dec {
  font-size: 17px;
  line-height: 1.9;
  color: var(--wk-reference-body);
}

.wk-case-study__snapshot-item,
.wk-case-study__step,
.wk-case-study__outcome {
  border: 1px solid var(--wk-reference-line);
  background: var(--wk-white);
}

.wk-case-study__snapshot-item {
  padding: 24px 26px;
}

.wk-case-study__snapshot-label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(25, 41, 41, 0.55);
}

.wk-case-study__snapshot-value {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  color: var(--wk-reference-heading);
  font-family: var(--rr-ff-heading2);
}

.wk-case-study__scope {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 30px;
  margin-bottom: 55px;
}

.wk-case-study__bullet-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  list-style: none;
  padding-left: 0;
}

.wk-case-study__bullet-columns li {
  position: relative;
  padding-left: 24px;
  color: var(--wk-reference-body);
}

.wk-case-study__bullet-columns li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--wk-accent);
  transform: translateY(-50%);
}

.wk-case-study__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 56px;
}

.wk-case-study__step {
  padding: 26px 24px;
  background: var(--wk-reference-surface);
}

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

.wk-case-study__step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(196, 154, 60, 0.14);
  color: var(--wk-accent-hover);
  font-size: 0.94rem;
  font-weight: 700;
}

.wk-case-study__step .icon-shell {
  margin-bottom: 0;
}

.wk-case-study__step h4,
.wk-case-study__outcome h4 {
  margin: 0 0 10px;
  color: var(--wk-reference-heading);
  font-family: var(--rr-ff-heading2);
  font-size: 1.5rem;
  line-height: 1.3;
}

.wk-case-study__step p,
.wk-case-study__outcome p {
  margin: 0;
  color: var(--wk-reference-body);
}

.wk-case-study__solution-list {
  margin-bottom: 56px;
}

.wk-case-study__outcomes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 56px;
}

.wk-case-study__outcome {
  padding: 26px 24px;
}

.wk-case-study__quote {
  margin: 0 0 58px;
  padding: 34px 36px;
  border-radius: 28px;
  border: 1px solid rgba(196, 154, 60, 0.26);
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.96), rgba(16, 39, 70, 0.92));
  box-shadow: 0 24px 54px rgba(10, 22, 40, 0.18);
}

.wk-case-study__quote p {
  margin: 0 0 18px;
  color: var(--wk-white);
  font-size: clamp(1.18rem, 1.8vw, 1.5rem);
  line-height: 1.75;
}

.wk-case-study__quote footer {
  display: grid;
  gap: 4px;
}

.wk-case-study__quote strong {
  color: var(--wk-white);
  font-size: 1rem;
  font-weight: 700;
}

.wk-case-study__quote span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}

.cta-band__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 3.4rem);
  border-radius: calc(var(--wk-radius) + 8px);
  background: radial-gradient(circle at top right, rgba(196, 154, 60, 0.22), transparent 25%), linear-gradient(135deg, #0a1628 0%, #173861 100%);
  color: var(--wk-white);
  box-shadow: 0 28px 56px rgba(10, 22, 40, 0.24);
}

.cta-band__inner h2,
.cta-band__inner p {
  color: var(--wk-white);
}

.cta-band--light .cta-band__inner {
  color: var(--wk-body);
  background: radial-gradient(circle at top right, rgba(196, 154, 60, 0.18), transparent 25%), linear-gradient(180deg, #ffffff 0%, #f8f4ea 100%);
}

.cta-band--light .cta-band__inner h2,
.cta-band--light .cta-band__inner p {
  color: var(--wk-primary);
}

.testimonials-shell {
  position: relative;
  min-height: 240px;
}

.testimonial-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
  transform: translateY(16px);
}

.testimonial-card.active {
  opacity: 1;
  transform: translateY(0);
}

.testimonial-card__quote {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.testimonial-card__meta {
  display: grid;
  gap: 0.25rem;
  font-weight: 700;
  color: var(--wk-primary);
}

.testimonial-card__meta span {
  color: var(--wk-muted);
  font-weight: 500;
}

.page-hero {
  padding: clamp(120px, 16vw, 180px) 0 clamp(64px, 8vw, 96px);
  background: radial-gradient(circle at top right, rgba(196, 154, 60, 0.22), transparent 24%), linear-gradient(135deg, #091321 0%, #173861 48%, #0a1628 100%);
  color: var(--wk-white);
}

.page-hero h1,
.page-hero p,
.breadcrumbs,
.breadcrumbs a {
  color: var(--wk-white);
}

.page-hero__subtitle {
  max-width: 720px;
  font-size: 1.1rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.split-panel,
.contact-grid {
  display: grid;
  gap: 1.4rem;
}

.split-panel {
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr);
}

.insight-card,
.mission-card,
.legal-card,
.contact-card,
.form-card,
.map-card {
  padding: 2rem;
}

.bullet-list {
  display: grid;
  gap: 0.85rem;
  padding-left: 1rem;
}

.tag-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.tag-cluster span {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(196, 154, 60, 0.12);
  color: var(--wk-primary);
  font-weight: 600;
}

.compliance-box {
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: calc(var(--wk-radius) + 6px);
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.96), rgba(10, 22, 40, 0.88)), linear-gradient(135deg, #102746, #0a1628);
  border: 1px solid rgba(196, 154, 60, 0.4);
  box-shadow: 0 30px 60px rgba(10, 22, 40, 0.24);
}

.compliance-box h2,
.compliance-box p,
.compliance-box li {
  color: var(--wk-white);
}

.operations-list,
.timeline {
  display: grid;
  gap: 1.3rem;
}

.operation-panel,
.timeline-step {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.5rem;
  padding: 1.7rem;
}

.operation-panel__meta,
.timeline-step__marker {
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 0.9rem;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0;
}

.filter-bar button {
  width: auto;
  border-radius: 999px;
  padding: 0.72rem 1rem;
  background: var(--wk-white);
  color: var(--wk-primary);
}

.filter-bar button.active {
  background: var(--wk-primary);
  color: var(--wk-white);
  border-color: var(--wk-primary);
}

.form-card__header {
  max-width: 680px;
  margin-bottom: 1.5rem;
}

.form-section {
  margin: 0 0 1.6rem;
  padding: 0;
  border: 0;
}

.form-section legend {
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--wk-primary);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field--full {
  grid-column: 1 / -1;
}

.field label,
.field legend {
  font-weight: 600;
  color: var(--wk-primary);
}

.choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.wk-form select {
  display: block !important;
}

.wk-form .nice-select {
  display: none !important;
}

.choice-pill,
.checkbox-line {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(10, 22, 40, 0.12);
  background: var(--wk-white);
}

.choice-pill input,
.checkbox-line input {
  width: auto;
  margin-top: 0.1rem;
}

.form-actions {
  margin-top: 1.5rem;
}

.wk-required-marker {
  color: #b93535;
}

.wk-form-error {
  font-size: 0.9rem;
  color: #b93535;
}

.wk-form-alert {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid transparent;
}

.wk-form-alert.is-success {
  background: rgba(53, 190, 74, 0.1);
  border-color: rgba(53, 190, 74, 0.25);
  color: #0e6a22;
}

.wk-form-alert.is-error {
  background: rgba(185, 53, 53, 0.08);
  border-color: rgba(185, 53, 53, 0.22);
  color: #8a1e1e;
}

.is-invalid {
  border-color: rgba(185, 53, 53, 0.7);
  box-shadow: 0 0 0 4px rgba(185, 53, 53, 0.08);
}

.is-valid {
  border-color: rgba(53, 190, 74, 0.45);
}

.form-actions button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.mini-checklist {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.mini-checklist__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: var(--wk-light-bg);
}

.mini-checklist__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--wk-primary);
  color: var(--wk-white);
  font-weight: 700;
}

.contact-grid {
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
}

.quick-links-panel {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.7rem;
}

.quick-links-panel a {
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(196, 154, 60, 0.12);
  color: var(--wk-primary);
  font-weight: 600;
}

.map-card img {
  width: 100%;
  border-radius: 18px;
}

.site-footer {
  background: radial-gradient(circle at top right, rgba(196, 154, 60, 0.16), transparent 22%), linear-gradient(180deg, #091321 0%, #0a1628 100%);
  color: rgba(255, 255, 255, 0.82);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 2rem;
  padding: 4.5rem 0 3rem;
}

.site-footer h2 {
  color: var(--wk-white);
  font-size: 1.2rem;
}

.footer-list {
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.footer-list a:hover,
.site-footer__legal a:hover {
  color: var(--wk-accent);
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.narrow-copy {
  max-width: 840px;
}

.reveal-ready,
[data-reveal],
.reveal {
  opacity: 0;
  transform: translateY(20px);
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 500ms ease var(--reveal-delay, 0ms), transform 500ms ease var(--reveal-delay, 0ms);
}

.is-hidden {
  display: none !important;
}

@media (max-width: 1100px) {
  .wk-header .rr-header__menu-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    inset: calc(100% + 12px) 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--wk-border);
    box-shadow: var(--wk-shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav__actions {
    margin: 0.5rem 0 0;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .nav-dropdown__menu {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    margin-top: 0.6rem;
    box-shadow: none;
  }

  .stats-grid,
  .service-grid,
  .feature-grid,
  .benefit-grid,
  .commodity-grid,
  .mini-process,
  .wk-case-study__snapshot,
  .wk-case-study__steps,
  .wk-case-study__outcomes,
  .site-footer__grid,
  .split-panel,
  .contact-grid,
  .two-card-grid,
  .dual-cta-grid,
  .cta-band__inner {
    grid-template-columns: 1fr 1fr;
  }

  .wk-case-study__scope,
  .operation-panel,
  .timeline-step {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .wk-footer__bottom,
  .wk-footer__legal ul,
  .wk-hero-banner .banner-section-4__btn {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand__text {
    display: none;
  }

  .hero-slide__inner {
    padding: 6.5rem 0 8rem;
  }

  .hero-slider__controls {
    width: 100%;
    max-width: var(--wk-container);
    padding-inline: 15px;
  }

  .stats-grid,
  .service-grid,
  .feature-grid,
  .benefit-grid,
  .commodity-grid,
  .mini-process,
  .wk-case-study__snapshot,
  .wk-case-study__steps,
  .wk-case-study__outcomes,
  .site-footer__grid,
  .split-panel,
  .contact-grid,
  .two-card-grid,
  .dual-cta-grid,
  .cta-band__inner,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .wk-case-study__bullet-columns {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-slide__actions,
  .section-actions,
  .cta-band__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero-slider__controls {
    flex-direction: column;
    align-items: flex-start;
  }
}
