@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Reference-matched main sections */
.history-section {
  color: #2b3038;
  background: #ffffff;
}

.history-section::before,
.delivery-section::before {
  display: none;
}

.history-reference {
  position: relative;
  min-height: 660px;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.history-intro {
  position: relative;
  z-index: 2;
  width: min(530px, 52%);
  padding-top: 6px;
}

.history-intro h2 {
  color: #2d313a;
  font-size: clamp(24px, 2.25vw, 32px);
  font-weight: 600;
  line-height: 1.65;
}

.history-intro h2 span {
  color: #79c63f;
  font-weight: 900;
}

.history-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  margin-top: 36px;
}

.history-copy-grid p {
  color: #a7aeb9;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}

.history-cta {
  display: inline-flex;
  min-width: 220px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  border-radius: 999px;
  color: #ffffff;
  background: #8cca38;
  box-shadow: 0 18px 30px rgba(140, 202, 56, 0.22);
  font-size: 12px;
  font-weight: 900;
}

.history-path {
  position: absolute;
  right: -46px;
  bottom: 112px;
  left: -118px;
  z-index: 1;
  height: 360px;
}

.history-path svg {
  display: block;
  width: 100%;
  height: 100%;
}

.history-path-shadow {
  fill: none;
  stroke: rgba(90, 114, 165, 0.08);
  stroke-width: 10;
}

.history-path-line {
  fill: none;
  stroke: url("#historyGradient");
  stroke-width: 3;
}

.history-path svg .history-path-line {
  stroke: #6c8fdc;
}

.history-years {
  position: absolute;
  right: 0;
  bottom: 54px;
  left: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-year {
  position: absolute;
  width: 178px;
  color: #9aa4b2;
}

.history-year::before {
  position: absolute;
  top: -122px;
  left: 18px;
  width: 1px;
  height: 104px;
  content: "";
  background: linear-gradient(180deg, rgba(139, 150, 164, 0.25), rgba(139, 150, 164, 0.05));
}

.history-year span {
  position: absolute;
  top: -136px;
  left: 12px;
  width: 14px;
  height: 14px;
  border: 4px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: #2dbb96;
  box-shadow: 0 0 0 7px rgba(45, 187, 150, 0.11);
}

.history-year time {
  display: block;
  color: #419fc7;
  font-size: 26px;
  font-weight: 900;
}

.history-year p {
  margin-top: 16px;
  color: #a3abb7;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
}

.history-year.y-2015 { left: 0; bottom: 54px; }
.history-year.y-2016 { left: 148px; bottom: -36px; }
.history-year.y-2017 { left: 320px; bottom: 8px; }
.history-year.y-2018 { left: 492px; bottom: -36px; }
.history-year.y-2020 { left: 655px; bottom: 54px; }
.history-year.y-2024 { left: 825px; bottom: -18px; }

.history-year.y-2017 span {
  top: -150px;
  left: -4px;
  width: 34px;
  height: 34px;
  background: #2f7fc3;
  box-shadow: 0 0 0 18px rgba(47, 127, 195, 0.1);
}

.history-year.y-2020 span {
  background: #5160d8;
  box-shadow: 0 0 0 14px rgba(81, 96, 216, 0.12);
}

.history-year.y-2024 span {
  background: #7d6ce2;
}

.history-year.y-2020 time,
.history-year.y-2024 time {
  color: #7469d8;
}

.process-section {
  overflow: visible;
  color: var(--ink);
  background: #eeeeee;
}

.booking-panel {
  position: relative;
  overflow: hidden;
  padding: 34px 26px 0;
  border: 2px solid rgba(218, 222, 226, 0.95);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(17, 19, 23, 0.13);
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
  padding: 0 44px 28px;
}

.booking-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.booking-step::after {
  position: absolute;
  top: 20px;
  left: calc(50% + 34px);
  width: calc(100% - 68px);
  height: 4px;
  border-radius: 999px;
  content: "";
  background: #d8dcdf;
}

.booking-step:last-child::after {
  display: none;
}

.booking-step.done::after,
.booking-step.current::after {
  background: #66d48f;
}

.booking-step span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #62ca86;
  background: #dcf9e9;
  font-size: 20px;
  font-weight: 900;
}

.booking-step.current span {
  color: #ffffff;
  background: #66d48f;
  box-shadow: 0 0 0 7px rgba(102, 212, 143, 0.22), 0 0 0 11px rgba(102, 212, 143, 0.1);
  animation: processPulse 1.8s ease-in-out infinite;
}

.booking-step.pending span {
  color: #ffffff;
  background: #cbd0d5;
}

.booking-step strong {
  display: block;
  color: #111317;
  font-size: 26px;
  font-weight: 600;
}

.booking-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.04fr;
  gap: 32px;
  padding: 22px 20px 26px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfbfb, #f4f6f7);
}

.booking-card {
  min-height: 228px;
  padding: 22px;
  border: 1px solid #dfe3e6;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 19, 23, 0.08);
}

.booking-card small {
  display: block;
  color: #111317;
  font-size: 13px;
  font-weight: 700;
}

.booking-card p {
  margin-top: 14px;
  color: #111317;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.booking-card a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border-radius: 999px;
  background: #e6e8ea;
  font-size: 14px;
  font-weight: 600;
}

.dotted-list {
  position: relative;
  padding-left: 14px;
}

.dotted-list::before {
  position: absolute;
  top: 5px;
  bottom: 9px;
  left: 0;
  border-left: 1px dashed #6b747e;
  content: "";
}

.sample-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
}

.sample-row img {
  width: 82px;
  height: 72px;
  border-radius: 2px;
  object-fit: cover;
}

.sample-row b,
.booking-card strong {
  color: #111317;
  font-size: 14px;
  line-height: 1.35;
}

.skeleton-card {
  border-color: #58d58a;
}

.skeleton-card i {
  display: block;
  height: 18px;
  margin-top: 12px;
  border-radius: 999px;
  background: #e9ecee;
}

.skeleton-card i:nth-of-type(1) { width: 48%; }
.skeleton-card i:nth-of-type(2) { width: 72%; height: 46px; border-radius: 8px; }
.skeleton-card i:nth-of-type(3) { width: 56%; }
.skeleton-card i:nth-of-type(4) { width: 82%; }
.skeleton-card i:nth-of-type(5) { width: 66%; height: 42px; }

.skeleton-card b {
  display: block;
  margin-top: 16px;
  color: #111317;
  font-size: 14px;
}

.dashed-card {
  display: grid;
  place-items: center;
  border: 1px dashed #b9c0c7;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: none;
  text-align: center;
}

.dashed-card b {
  color: #7b838d;
  font-size: 18px;
}

.dashed-card span {
  color: #9aa1aa;
  font-size: 14px;
  font-weight: 700;
}

.booking-footer {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  margin: 0 -26px;
  padding: 0 28px;
  border-top: 1px solid #dfe3e6;
  color: #111317;
  font-size: 18px;
}

.booking-footer span {
  color: #4d535a;
  font-size: 15px;
}

.booking-dock {
  display: flex;
  width: max-content;
  min-height: 62px;
  align-items: center;
  gap: 14px;
  margin: 18px auto -34px;
  padding: 0 26px;
  border-radius: 999px 999px 0 0;
  background: #ffffff;
  box-shadow: 0 -8px 34px rgba(17, 19, 23, 0.12);
}

.booking-dock span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #62ca86;
  background: #dcf9e9;
  font-size: 14px;
  font-weight: 900;
}

.booking-dock span.active {
  color: #ffffff;
  background: #66d48f;
}

.booking-dock i {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #66d48f;
}

.booking-dock em {
  width: 1px;
  height: 28px;
  background: #e2e5e8;
}

.booking-dock b {
  font-size: 18px;
}

@keyframes processPulse {
  0%, 100% {
    box-shadow: 0 0 0 7px rgba(102, 212, 143, 0.22), 0 0 0 11px rgba(102, 212, 143, 0.1);
  }

  50% {
    box-shadow: 0 0 0 11px rgba(102, 212, 143, 0.18), 0 0 0 17px rgba(102, 212, 143, 0.08);
  }
}

@media (max-width: 980px) {
  .history-reference {
    min-height: 860px;
  }

  .history-intro {
    width: 100%;
  }

  .history-path {
    right: -420px;
    bottom: 180px;
    left: -340px;
  }

  .booking-progress {
    padding-right: 8px;
    padding-left: 8px;
    gap: 12px;
  }

  .booking-step strong {
    font-size: 20px;
  }

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

@media (max-width: 640px) {
  .history-section.full-panel,
  .process-section.full-panel {
    min-height: 100svh;
    padding: 46px 0;
  }

  .history-reference {
    min-height: 760px;
  }

  .history-intro h2 {
    font-size: 25px;
    line-height: 1.45;
  }

  .history-copy-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .history-copy-grid p:nth-child(2),
  .history-cta {
    display: none;
  }

  .history-path {
    right: -330px;
    bottom: 172px;
    left: -250px;
    height: 300px;
  }

  .history-years {
    bottom: 16px;
  }

  .history-year {
    width: 120px;
  }

  .history-year time {
    font-size: 19px;
  }

  .history-year p {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.45;
  }

  .history-year::before {
    top: -98px;
    height: 86px;
  }

  .history-year span {
    top: -108px;
  }

  .history-year.y-2015 { left: 2px; bottom: 150px; }
  .history-year.y-2016 { left: 86px; bottom: 58px; }
  .history-year.y-2017 { left: 170px; bottom: 116px; }
  .history-year.y-2018 { left: 238px; bottom: 30px; }
  .history-year.y-2020,
  .history-year.y-2024 {
    display: none;
  }

  .history-year.y-2017 span {
    top: -118px;
    width: 26px;
    height: 26px;
  }

  .booking-panel {
    padding: 22px 14px 0;
    border-radius: 18px;
  }

  .booking-progress {
    grid-template-columns: repeat(4, minmax(86px, 1fr));
    gap: 18px;
    overflow-x: auto;
    padding: 0 6px 20px;
  }

  .booking-step::after {
    width: 48px;
  }

  .booking-step span {
    width: 38px;
    height: 38px;
  }

  .booking-step strong {
    font-size: 14px;
    white-space: nowrap;
  }

  .booking-cards {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 14px;
    scroll-snap-type: x mandatory;
  }

  .booking-card {
    flex: 0 0 72vw;
    min-height: 190px;
    padding: 18px;
    scroll-snap-align: center;
  }

  .booking-card.dashed-card {
    flex-basis: 66vw;
  }

  .booking-footer {
    min-height: 52px;
    margin: 0 -14px;
    padding: 0 18px;
    font-size: 15px;
  }

  .booking-footer span {
    font-size: 12px;
  }

  .booking-dock {
    min-height: 54px;
    gap: 8px;
    margin-bottom: -28px;
    padding: 0 16px;
  }

  .booking-dock span {
    width: 28px;
    height: 28px;
  }

  .booking-dock i {
    width: 14px;
  }
}

@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Paperlogy";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #111317;
  --muted: #68727f;
  --line: rgba(17, 19, 23, 0.1);
  --paper: #ffffff;
  --soft: #f7f8f9;
  --mist: #f5f7f9;
  --blue: #2f6fbd;
  --green: #75a082;
  --clay: #b9957d;
  --violet: #8771ba;
  --red: #2f6fbd;
  --navy: #172232;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--soft);
  word-break: keep-all;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
p {
  margin: 0;
  overflow-wrap: break-word;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 0 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ink);
  letter-spacing: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #252b34;
  font-size: 15px;
  font-weight: 700;
}

.nav a {
  padding: 8px 0;
}

.nav a.active {
  color: var(--red);
}

.header-cta {
  min-width: 96px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.menu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  overflow: hidden;
  background: var(--soft);
}

.hero-lead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  min-height: 82px;
  overflow: visible;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(17, 19, 23, 0.06);
}

.hero-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hero-lead .hero-center {
  padding: 8px 0 18px;
}

h1 {
  max-width: 980px;
  font-size: clamp(48px, 7.4vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 690px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.button.primary {
  color: #ffffff;
  background: var(--ink);
}

.button.secondary {
  color: var(--ink);
  background: #ffffff;
}

.hero-card-carousel {
  width: 100vw;
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.hero-cards {
  display: flex;
  width: max-content;
  gap: 24px;
  padding: 0 24px 44px;
  animation: cardLoop 38s linear infinite;
  will-change: transform;
}

.feature-card {
  position: relative;
  display: block;
  flex: 0 0 332px;
  width: 332px;
  min-height: 342px;
  overflow: hidden;
  border-radius: 8px;
  color: #ffffff;
  text-align: left;
  background: var(--blue);
}

.feature-card:nth-child(6n + 2) {
  margin-top: 44px;
  background: var(--green);
}

.feature-card:nth-child(6n + 3) {
  margin-top: 12px;
  background: var(--clay);
}

.feature-card:nth-child(6n + 4) {
  margin-top: 38px;
  background: var(--violet);
}

.feature-card:nth-child(6n + 5) {
  margin-top: 18px;
  background: var(--navy);
}

.feature-card:nth-child(6n) {
  margin-top: 52px;
  background: #496879;
}

.feature-card small {
  display: block;
  padding: 28px 26px 0;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.82;
}

.feature-card strong {
  display: block;
  max-width: 250px;
  padding: 9px 26px 0;
  font-size: 34px;
  line-height: 1.08;
}

.feature-card p {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.circle {
  position: absolute;
  top: 24px;
  right: 22px;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  font-size: 21px;
  font-weight: 900;
}

@keyframes cardLoop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 12px), 0, 0);
  }
}

.section,
.page-hero {
  padding: 92px 0;
}

.page-hero {
  padding-bottom: 54px;
}

.section.alt,
.page-hero.alt {
  background: var(--mist);
}

.section.dark {
  color: #ffffff;
  background: var(--navy);
}

.scroll-product {
  position: relative;
  margin-top: 0;
  height: 158vh;
  padding: 82px 0 0;
  background: var(--soft);
  --sequence-scale: 0.76;
  --sequence-height: 340px;
  --sequence-y: 0px;
}

.scroll-product > .container {
  position: sticky;
  top: 82px;
  display: grid;
  min-height: calc(100vh - 82px);
  align-items: start;
  padding-top: clamp(24px, 3.2vh, 34px);
}

.scroll-product .hero-center {
  width: 100%;
}

.sequence-shell {
  position: relative;
  display: grid;
  width: min(980px, 100%);
  height: var(--sequence-height);
  margin: -48px auto -16px;
  place-items: center;
  overflow: visible;
  border-radius: 8px;
  background: transparent;
}

.feature-loop {
  padding: 34px 0 72px;
  background: var(--soft);
}

.sequence-frame {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(var(--sequence-y)) scale(var(--sequence-scale, 1));
  transition: transform 80ms linear;
  will-change: transform;
}

.sequence-shell + h1 {
  margin-top: 26px;
}

.section-head,
.page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 32px;
}

.page-head {
  align-items: start;
}

.kicker {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.section h2,
.page-head h1 {
  max-width: 780px;
  margin-top: 10px;
  font-size: clamp(38px, 5.3vw, 66px);
  line-height: 1.04;
}

.section-head p,
.page-head p {
  max-width: 440px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.grid-3,
.grid-4 {
  display: grid;
  gap: 16px;
}

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

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

.panel,
.card,
.faq-item,
.contact-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.panel {
  padding: 34px;
}

.panel h2,
.panel h3,
.card h3,
.faq-item h3 {
  font-size: 24px;
  line-height: 1.25;
}

.panel p,
.card p,
.faq-item p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.info-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.info-row {
  padding: 23px 26px;
  background: #ffffff;
}

.info-row small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.info-row b {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.35;
}

.value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.value {
  min-height: 112px;
  padding: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--ink);
}

.value:nth-child(2) {
  background: var(--green);
}

.value:nth-child(3) {
  background: var(--clay);
}

.value b {
  display: block;
  font-size: 21px;
}

.value span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.card {
  min-height: 240px;
  padding: 24px;
}

.full-panel {
  display: flex;
  min-height: 100svh;
  align-items: center;
}

.compact-head {
  margin-bottom: 24px;
}

.compact-head h2 {
  max-width: 760px;
  font-size: clamp(34px, 4.8vw, 58px);
}

.compact-head p {
  max-width: 430px;
}

.history-section,
.delivery-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 19, 23, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(17, 19, 23, 0.045) 0 1px, transparent 1px 100%),
    #fbfbfa;
  background-size: 74px 74px;
}

.history-section::before,
.delivery-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 22% 26%, rgba(17, 19, 23, 0.08), transparent 32%);
  mix-blend-mode: multiply;
}

.timeline-stage {
  position: relative;
  display: grid;
  min-height: 480px;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(17, 19, 23, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(17, 19, 23, 0.08);
}

.timeline-copy {
  position: relative;
  z-index: 1;
  max-width: 360px;
}

.panel-label {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(17, 19, 23, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.timeline-copy strong {
  display: block;
  margin-top: 22px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
}

.timeline-copy p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.timeline-curve {
  position: absolute;
  right: -12%;
  bottom: 12%;
  width: 76%;
  height: 58%;
  border-top: 2px solid rgba(17, 19, 23, 0.2);
  border-radius: 50% 0 0;
  transform: rotate(-7deg);
}

.timeline-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-node {
  position: relative;
  min-height: 164px;
  padding: 20px;
  border: 1px solid rgba(17, 19, 23, 0.12);
  border-radius: 8px;
  background: #ffffff;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 500ms ease var(--reveal-delay, 0ms),
    transform 500ms ease var(--reveal-delay, 0ms),
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.timeline-node::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  content: "";
  background: var(--ink);
  box-shadow: 0 0 0 1px rgba(17, 19, 23, 0.18);
}

.timeline-node.highlight::before {
  background: #32c879;
  box-shadow: 0 0 0 1px rgba(50, 200, 121, 0.35), 0 0 0 10px rgba(50, 200, 121, 0.14);
}

.timeline-node.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-node time {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.timeline-node strong {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
}

.timeline-node p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.process-section {
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(50, 200, 121, 0.14) 0 1px, transparent 1px 100%),
    #0f1114;
  background-size: 64px 64px;
}

.process-section .kicker {
  color: #32c879;
}

.process-section .section-head p {
  color: rgba(255, 255, 255, 0.64);
}

.process-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.process-line {
  position: absolute;
  top: 50%;
  right: 46px;
  left: 46px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #32c879, rgba(50, 200, 121, 0.24), rgba(255, 255, 255, 0.2));
  transform: translateY(-50%);
}

.process-step {
  position: relative;
  z-index: 1;
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 520ms ease var(--reveal-delay, 0ms),
    transform 520ms ease var(--reveal-delay, 0ms),
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.process-step.is-visible,
.process-step.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.process-step.focus,
.process-step:hover {
  border-color: rgba(50, 200, 121, 0.75);
  box-shadow: 0 18px 50px rgba(50, 200, 121, 0.18);
}

.process-step span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.process-step.focus span,
.process-step.finish span {
  background: #32c879;
}

.process-step strong {
  display: block;
  margin-top: 22px;
  font-size: 22px;
  line-height: 1.2;
}

.process-step p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.delivery-deck {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 18px;
}

.delivery-card {
  overflow: hidden;
  border: 1px solid rgba(17, 19, 23, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 19, 23, 0.08);
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 520ms ease var(--reveal-delay, 0ms),
    transform 520ms ease var(--reveal-delay, 0ms),
    box-shadow 240ms ease;
}

.delivery-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delivery-card:hover {
  box-shadow: 0 26px 80px rgba(17, 19, 23, 0.14);
}

.delivery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.02;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.delivery-card:nth-child(-n + 2) img {
  padding: 14px;
  object-fit: contain;
  background: #f7f7f6;
}

.delivery-card div {
  padding: 22px;
}

.delivery-card small {
  color: #32c879;
  font-size: 12px;
  font-weight: 900;
}

.delivery-card strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.18;
}

.delivery-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.delivery-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-top: 18px;
  padding: 0 11px;
  border: 1px solid rgba(17, 19, 23, 0.12);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.hotpack-hero {
  padding: 76px 0 88px;
  background:
    radial-gradient(circle at 80% 15%, rgba(221, 54, 45, 0.14), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f6f8fb 58%, #edf3fa 100%);
}

.hotpack-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 54px;
  align-items: center;
}

.hotpack-copy h1 {
  max-width: 720px;
  margin-top: 14px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.02;
}

.hotpack-copy p {
  max-width: 620px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.78;
}

.hotpack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button.primary.hotpack-buy,
.hotpack-buy-box .button.primary {
  border-color: #df3b31;
  background: #df3b31;
  box-shadow: 0 14px 36px rgba(223, 59, 49, 0.22);
}

.hotpack-quick-specs {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 36px;
}

.hotpack-quick-specs div {
  min-height: 112px;
  padding: 18px 16px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(17, 19, 23, 0.08);
}

.hotpack-quick-specs b {
  display: block;
  color: #df3b31;
  font-size: 30px;
  line-height: 1.05;
}

.hotpack-quick-specs span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hotpack-visual {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
}

.hotpack-main-img {
  width: min(100%, 420px);
  max-height: 584px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 19, 23, 0.2);
}

.hotpack-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: stretch;
}

.hotpack-panel,
.hotpack-buy-box,
.hotpack-feature,
.hotpack-spec-table,
.hotpack-usage {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(17, 19, 23, 0.07);
}

.hotpack-summary {
  padding: 38px;
}

.hotpack-summary h2,
.hotpack-spec-table h2,
.hotpack-usage h2,
.hotpack-bottom-inner h2 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(34px, 4.3vw, 54px);
  line-height: 1.08;
}

.hotpack-summary p,
.hotpack-buy-box p,
.hotpack-feature p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.72;
}

.hotpack-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.hotpack-badges span {
  padding: 10px 12px;
  border-radius: 8px;
  color: #334154;
  background: #f1f4f7;
  font-size: 13px;
  font-weight: 800;
}

.hotpack-buy-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  color: #ffffff;
  background: #172232;
}

.hotpack-buy-box small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.hotpack-buy-box strong {
  display: block;
  margin-top: 12px;
  font-size: 30px;
  line-height: 1.2;
}

.hotpack-buy-box p {
  color: rgba(255, 255, 255, 0.74);
}

.hotpack-buy-box .button {
  width: 100%;
  margin-top: 26px;
}

.hotpack-center-head {
  justify-content: center;
  text-align: center;
}

.hotpack-center-head h2 {
  max-width: 820px;
}

.hotpack-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hotpack-feature {
  min-height: 220px;
  padding: 26px;
}

.hotpack-feature b {
  display: block;
  font-size: 24px;
  line-height: 1.22;
}

.hotpack-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 18px;
}

.hotpack-spec-table,
.hotpack-usage {
  padding: 34px;
}

.hotpack-spec-table dl {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin: 28px 0 0;
  border-radius: 8px;
  background: rgba(17, 19, 23, 0.08);
}

.hotpack-spec-table div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 18px 20px;
  background: #ffffff;
}

.hotpack-spec-table dt,
.hotpack-spec-table dd {
  margin: 0;
}

.hotpack-spec-table dt {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.hotpack-spec-table dd {
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
}

.hotpack-usage {
  background: #f9fbfd;
}

.hotpack-usage ol {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hotpack-usage li {
  position: relative;
  min-height: 56px;
  padding: 16px 18px 16px 52px;
  border-radius: 8px;
  color: #3a4350;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.hotpack-usage li::before {
  position: absolute;
  top: 16px;
  left: 18px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #2f6fbd;
  font-size: 12px;
  font-weight: 900;
  content: counter(list-item);
}

.hotpack-bottom-cta {
  padding: 76px 0;
  color: #ffffff;
  background: #111317;
}

.hotpack-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.hotpack-bottom-inner .kicker {
  color: #8fbdf2;
}

.hotpack-bottom-inner .button {
  min-width: 180px;
}

.card:nth-child(4n + 1) {
  border-top: 5px solid var(--blue);
}

.card:nth-child(4n + 2) {
  border-top: 5px solid var(--green);
}

.card:nth-child(4n + 3) {
  border-top: 5px solid var(--clay);
}

.card:nth-child(4n + 4) {
  border-top: 5px solid var(--violet);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tag-list span {
  padding: 8px 10px;
  border-radius: 999px;
  color: #2b313a;
  background: var(--mist);
  font-size: 12px;
  font-weight: 700;
}

.product-intro {
  padding-bottom: 34px;
}

.product-hero {
  background: #ffffff;
  padding-top: 56px;
  padding-bottom: 34px;
}

.product-hero .page-head {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 0;
}

.product-hero .page-head h1 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(38px, 4.1vw, 54px);
  font-weight: 700;
  line-height: 1.12;
}

.product-hero .kicker,
.catalog-toolbar .kicker {
  font-weight: 700;
}

.product-hero .page-head p {
  max-width: 680px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.product-summary {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 16px;
}

.product-summary-card {
  min-height: 178px;
  padding: 26px;
  border: 0;
  border-radius: 8px;
  background: #f8f9fa;
}

.product-summary-card:nth-child(1) {
  border-top: 5px solid var(--blue);
}

.product-summary-card:nth-child(2) {
  border-top: 5px solid var(--green);
}

.product-summary-card:nth-child(3) {
  border-top: 5px solid var(--clay);
}

.product-summary-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.product-summary-card strong {
  display: block;
  margin-top: 12px;
  font-size: 42px;
  line-height: 1;
}

.product-summary-card p {
  max-width: 320px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.catalog-section {
  padding-top: 78px;
  background: #ffffff;
}

.catalog-toolbar {
  display: grid;
  place-items: center;
  gap: 22px;
  text-align: center;
}

.catalog-toolbar h2 {
  max-width: 720px;
  margin-top: 10px;
  font-size: clamp(32px, 3.8vw, 46px);
  font-weight: 700;
  line-height: 1.14;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(620px, 100%);
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(17, 19, 23, 0.06);
}

.search-box span {
  color: var(--red);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin-top: 28px;
}

.filter-button {
  min-height: 39px;
  padding: 0 15px;
  border: 0;
  border-radius: 10px;
  color: #27303a;
  background: #f4f5f6;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.filter-button.active {
  color: #ffffff;
  background: var(--blue);
}

.catalog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 26px 0 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.catalog-meta a {
  color: var(--red);
}

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

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #efefef;
  box-shadow: 0 16px 42px rgba(17, 19, 23, 0.09);
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.product-card:hover {
  transform: translateY(-5px) scale(1.018);
  box-shadow: 0 30px 72px rgba(17, 19, 23, 0.15);
}

.product-image {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 0;
  background: #efefef;
  cursor: zoom-in;
  line-height: 0;
}

.product-image img {
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  max-width: none;
  object-fit: contain;
  transition: transform 180ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-body {
  display: grid;
  gap: 10px;
  padding: 20px;
  background: #ffffff;
}

.product-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-topline span {
  font-size: 13px;
  font-weight: 700;
}

.product-topline small {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 8px;
  color: #2f3a45;
  background: #f4f5f6;
  font-size: 11px;
  font-weight: 600;
}

.product-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.product-english {
  color: var(--red);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.product-description {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.material-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}

.material-list span {
  padding: 7px 9px;
  border: 0;
  border-radius: 8px;
  color: #3a4350;
  background: #f4f5f6;
  font-size: 11px;
  font-weight: 600;
}

.modal-open {
  overflow: hidden;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(17, 19, 23, 0.58);
  opacity: 0;
  transition: opacity 180ms ease;
}

.product-modal.show {
  opacity: 1;
}

.product-modal[hidden] {
  display: none;
}

.modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  width: min(1080px, 100%);
  max-height: calc(100vh - 64px);
  overflow: hidden;
  border-radius: 8px;
  background: #efefef;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
  transform: translateY(18px) scale(0.9);
  opacity: 0;
  transition:
    transform 240ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 180ms ease;
}

.product-modal.show .modal-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal-media {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background: #efefef;
  line-height: 0;
}

.modal-panel img {
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  max-width: none;
  max-height: calc(100vh - 64px);
  object-fit: contain;
  background: #efefef;
}

.modal-detail {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 34px;
  background: #ffffff;
}

.modal-brand {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.modal-detail strong {
  font-size: clamp(28px, 3.3vw, 44px);
  font-weight: 700;
  line-height: 1.08;
}

.modal-code,
.modal-description {
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.modal-materials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.modal-materials span {
  padding: 8px 10px;
  border-radius: 8px;
  color: #3a4350;
  background: #f4f5f6;
  font-size: 12px;
  font-weight: 500;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 8px;
}

.modal-actions a,
.modal-actions button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--blue);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.modal-actions button {
  color: var(--ink);
  background: #f7d94c;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.modal-close:hover {
  color: #ffffff;
  background: rgba(47, 111, 189, 0.9);
  transform: scale(1.06);
}

.empty-products {
  padding: 40px 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-item {
  min-height: 172px;
  padding: 24px;
}

.faq-page-head {
  display: grid;
  place-items: center;
  text-align: center;
}

.faq-hero {
  padding-top: 64px;
  padding-bottom: 22px;
}

.faq-hero + .section {
  padding-top: 26px;
}

.faq-page-head .kicker {
  margin-bottom: 12px;
  font-size: 22px;
}

.faq-page-head h1 {
  max-width: 820px;
  font-size: clamp(54px, 6vw, 78px);
  line-height: 1;
}

.faq-page-head p {
  max-width: 620px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.faq-open-list {
  display: grid;
  gap: 12px;
  overflow: hidden;
}

.faq-open-item {
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(17, 19, 23, 0.06);
}

.faq-open-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 0 20px;
  list-style: none;
  cursor: pointer;
}

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

.faq-open-item summary span {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 600;
  line-height: 1.3;
}

.faq-open-item summary b {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue);
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  transition: transform 160ms ease;
}

.faq-open-item[open] summary b {
  transform: rotate(180deg);
}

.faq-open-item p {
  max-width: 760px;
  padding: 0 56px 22px 20px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 18px;
}

.contact-page {
  background: #ffffff;
}

.contact-hero {
  padding: 78px 0 58px;
  background: var(--soft);
}

.contact-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 22px;
  align-items: end;
}

.contact-copy h1 {
  display: grid;
  gap: 4px;
  max-width: 760px;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.03;
}

.contact-copy h1 span {
  display: block;
}

.contact-copy p {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.contact-action-panel {
  display: grid;
  gap: 12px;
}

.contact-primary-call {
  display: grid;
  gap: 10px;
  min-height: 168px;
  align-content: center;
  padding: 28px;
  border-radius: 14px;
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 22px 60px rgba(47, 111, 189, 0.22);
}

.contact-primary-call small,
.contact-info-card span,
.map-fallback span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-primary-call strong {
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1;
}

.contact-mini-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-mini-actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--ink);
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 34px rgba(17, 19, 23, 0.06);
}

.contact-detail-section {
  padding-top: 44px;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  gap: 18px;
  align-items: stretch;
}

.contact-info-stack {
  display: grid;
  gap: 14px;
}

.contact-info-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 14px;
  background: #f7f8f9;
}

.contact-info-card span {
  color: var(--blue);
}

.contact-info-card strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.28;
}

.contact-info-card p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.contact-info-card a {
  display: inline-flex;
  width: max-content;
  min-height: 38px;
  align-items: center;
  margin-top: 6px;
  padding: 0 14px;
  border-radius: 10px;
  color: #ffffff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.contact-map-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(47, 111, 189, 0.1) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(17, 19, 23, 0.06) 0 1px, transparent 1px 100%),
    #eef2f6;
  background-size: 54px 54px;
  box-shadow: 0 24px 70px rgba(17, 19, 23, 0.08);
}

.map-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
}

.map-embed {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}

.map-fallback {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 22px;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(17, 19, 23, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.map-fallback strong {
  max-width: 620px;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.15;
}

.map-fallback a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  width: max-content;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink);
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.contact-map-card.map-loaded .map-canvas {
  opacity: 1;
}

.contact-map-card.map-loaded .map-fallback {
  pointer-events: none;
  opacity: 0;
}

.company-page {
  background: #ffffff;
}

.company-hero {
  padding: 72px 0 54px;
  background: var(--soft);
}

.company-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.84fr);
  gap: 34px;
  align-items: center;
}

.company-hero-copy h1 {
  max-width: 780px;
  margin-top: 14px;
  font-size: clamp(48px, 5.8vw, 82px);
  font-weight: 700;
  line-height: 1.02;
}

.company-hero-copy p {
  max-width: 640px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.company-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.company-hero-actions a,
.company-interview a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  color: #ffffff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.company-hero-actions a:first-child {
  background: var(--blue);
}

.company-hero-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #e9edf2;
  box-shadow: 0 24px 70px rgba(17, 19, 23, 0.12);
}

.company-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
}

.company-stats {
  padding: 20px 0 0;
  background: #ffffff;
}

.company-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.company-stat-grid article,
.company-capability-grid article,
.company-info-grid div {
  border-radius: 14px;
  background: #f7f8f9;
}

.company-stat-grid article {
  min-height: 152px;
  padding: 22px;
}

.company-stat-grid span,
.company-info-grid span,
.company-capability-grid span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.company-stat-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 0.96;
}

.company-stat-grid p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.company-story-section {
  padding-top: 70px;
}

.company-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 42px;
}

.company-story-grid h2,
.company-section-head h2,
.company-factory-copy h2,
.company-interview h2 {
  max-width: 820px;
  margin-top: 12px;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.08;
}

.company-story-copy {
  display: grid;
  gap: 0;
}

.company-story-copy p,
.company-factory-copy p,
.company-interview p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
}

.company-timeline-section {
  background: #f7f8f9;
}

.company-section-head {
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  text-align: center;
}

.company-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-timeline li {
  min-height: 216px;
  padding: 24px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(17, 19, 23, 0.06);
}

.company-timeline time {
  color: var(--blue);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.company-timeline strong {
  display: block;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.26;
}

.company-timeline p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.company-factory-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  align-items: stretch;
}

.company-factory-copy {
  display: grid;
  align-content: center;
  padding: 34px;
  border-radius: 16px;
  background: #f7f8f9;
}

.company-factory-copy p {
  margin-top: 18px;
}

.company-machine-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.company-machine-list span {
  padding: 9px 11px;
  border-radius: 9px;
  color: #2f3a45;
  background: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.company-factory-images {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 12px;
}

.company-factory-images img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 16px;
  object-fit: cover;
}

.company-factory-images img:nth-child(2) {
  min-height: 0;
}

.company-proof-section {
  background: #f7f8f9;
}

.company-proof-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 16px;
}

.company-document-card {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(17, 19, 23, 0.07);
}

.document-paper {
  display: grid;
  align-content: center;
  min-height: 360px;
  margin: 20px;
  padding: 34px;
  border: 1px solid rgba(17, 19, 23, 0.14);
  background:
    linear-gradient(rgba(17, 19, 23, 0.045) 1px, transparent 1px) 0 0 / 100% 46px,
    #ffffff;
}

.document-paper > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.document-paper > strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.document-paper dl {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  border-top: 1px solid rgba(17, 19, 23, 0.16);
}

.document-paper dl div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 19, 23, 0.12);
}

.document-paper dt,
.document-paper dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.document-paper dt {
  color: #8b95a1;
}

.certificate-document figure {
  display: grid;
  place-items: center;
  min-height: 360px;
  margin: 0;
  padding: 20px;
  background: #f5f6f7;
}

.certificate-document img {
  display: block;
  width: min(100%, 520px);
  max-height: 520px;
  border: 1px solid rgba(17, 19, 23, 0.12);
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 18px 44px rgba(17, 19, 23, 0.12);
}

.company-business-visual {
  min-height: 360px;
  margin: 20px;
  padding: 34px;
  border: 1px solid rgba(17, 19, 23, 0.14);
  border-radius: 0;
}

.company-business-visual > strong {
  font-size: clamp(30px, 3vw, 42px);
}

.company-business-visual dl div {
  grid-template-columns: 118px 1fr;
}

.document-caption {
  padding: 22px 24px 24px;
  border-top: 1px solid rgba(17, 19, 23, 0.08);
}

.document-caption small,
.evidence-card small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.document-caption strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.16;
}

.document-caption p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.company-capability-section {
  background: #ffffff;
}

.company-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.company-capability-grid article {
  min-height: 230px;
  padding: 24px;
}

.company-capability-grid strong {
  display: block;
  margin-top: 28px;
  font-size: 25px;
  line-height: 1.18;
}

.company-capability-grid p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.68;
}

.company-interview-section {
  background: var(--ink);
}

.company-interview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  gap: 32px;
  align-items: center;
  color: #ffffff;
}

.company-interview-copy {
  display: grid;
  align-content: center;
  gap: 28px;
}

.company-interview .kicker {
  color: #9fc6ff;
}

.company-interview p {
  max-width: 820px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.company-interview a {
  justify-self: start;
  color: var(--ink);
  background: #ffffff;
}

.company-article-preview {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.company-article-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  object-position: 50% 24%;
}

.company-article-preview figcaption {
  padding: 14px 16px;
  color: #596574;
  font-size: 13px;
  font-weight: 700;
}

.company-info-section {
  padding-top: 54px;
}

.company-info-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.company-info-grid div {
  min-height: 118px;
  padding: 18px;
}

.company-info-grid strong {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .company-hero-grid,
  .company-story-grid,
  .company-factory-grid,
  .company-proof-grid,
  .company-interview {
    grid-template-columns: 1fr;
  }

  .company-stat-grid,
  .company-timeline,
  .company-capability-grid,
  .company-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .company-hero-visual img {
    aspect-ratio: 1.25;
  }

  .company-factory-images img {
    min-height: 320px;
  }

  .company-document-card {
    grid-template-rows: auto auto;
  }
}

@media (max-width: 640px) {
  .company-hero {
    padding: 54px 0 34px;
  }

  .company-hero-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .company-hero-copy p,
  .company-story-copy p,
  .company-factory-copy p,
  .company-interview p {
    font-size: 15px;
  }

  .company-hero-actions {
    display: grid;
  }

  .company-stat-grid,
  .company-timeline,
  .company-capability-grid,
  .company-info-grid,
  .company-factory-images {
    grid-template-columns: 1fr;
  }

  .company-stat-grid article,
  .company-capability-grid article,
  .company-info-grid div {
    min-height: auto;
  }

  .company-story-section {
    padding-top: 50px;
  }

  .company-story-grid h2,
  .company-section-head h2,
  .company-factory-copy h2,
  .company-interview h2 {
    font-size: clamp(31px, 9vw, 44px);
  }

  .company-factory-copy {
    padding: 24px;
  }

  .company-factory-images img {
    min-height: 280px;
  }

  .company-document-card {
    border-radius: 16px;
  }

  .document-paper {
    min-height: 310px;
    margin: 14px;
    padding: 24px 20px;
  }

  .document-paper dl div {
    grid-template-columns: 68px 1fr;
  }

  .certificate-document figure {
    min-height: 330px;
    padding: 14px;
  }

  .certificate-document img {
    max-height: 360px;
  }

  .company-business-visual {
    min-height: 310px;
    margin: 14px;
    padding: 24px 20px;
  }

  .company-business-visual dl div {
    grid-template-columns: 82px 1fr;
  }

  .company-article-preview img {
    aspect-ratio: 1 / 0.72;
  }
}

.section.dark .panel {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.section.dark .panel p {
  color: rgba(255, 255, 255, 0.7);
}

.contact-box {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.contact-row {
  padding: 24px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.contact-row small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.contact-row b {
  display: block;
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.35;
}

.footer {
  padding: 28px 0;
  color: var(--muted);
  background: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

@media (max-width: 980px) {
  .hotpack-hero-grid,
  .hotpack-detail-grid,
  .hotpack-spec-layout {
    grid-template-columns: 1fr;
  }

  .hotpack-hero {
    padding: 56px 0 70px;
  }

  .hotpack-visual {
    min-height: 0;
  }

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

  .hotpack-buy-box {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .hotpack-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hotpack-copy p,
  .hotpack-summary p,
  .hotpack-buy-box p,
  .hotpack-feature p {
    font-size: 15px;
  }

  .hotpack-actions,
  .hotpack-bottom-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .hotpack-quick-specs,
  .hotpack-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hotpack-quick-specs div {
    min-height: 96px;
  }

  .hotpack-quick-specs b {
    font-size: 25px;
  }

  .hotpack-main-img {
    width: min(100%, 360px);
  }

  .hotpack-summary,
  .hotpack-buy-box,
  .hotpack-spec-table,
  .hotpack-usage {
    padding: 24px;
  }

  .hotpack-summary h2,
  .hotpack-spec-table h2,
  .hotpack-usage h2,
  .hotpack-bottom-inner h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .hotpack-spec-table div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
  }

  .hotpack-bottom-inner .button {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .scroll-product {
    height: 180vh;
  }

  .full-panel {
    min-height: auto;
  }

  .timeline-stage {
    grid-template-columns: 1fr;
  }

  .timeline-copy {
    max-width: 720px;
  }

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

  .process-board,
  .delivery-deck {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-line {
    top: 34px;
    right: auto;
    bottom: 34px;
    left: 55px;
    width: 2px;
    height: auto;
    transform: none;
  }

  .section-head,
  .page-head,
  .grid-2,
  .contact-hero-inner,
  .contact-detail-grid,
  .contact-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .grid-3,
  .grid-4,
  .faq-list,
  .product-summary,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .modal-panel {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
    overflow: auto;
  }

  .modal-media {
    min-height: 320px;
    aspect-ratio: 1;
  }

  .modal-panel img {
    height: 100%;
    max-height: none;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .hero-lead {
    min-height: 76px;
    background: var(--soft);
  }

  .site-header {
    padding: 18px 0 14px;
  }

  .brand {
    font-size: 14px;
  }

  .header-cta {
    min-width: 86px;
    padding: 10px 13px;
  }

  .header-actions {
    justify-self: end;
  }

  .hero-lead .hero-center {
    padding: 8px 0 12px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 64px);
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-cards {
    gap: 16px;
    padding: 0 16px 36px;
    animation-duration: 30s;
  }

  .hero-card-carousel {
    margin-top: 0;
  }

  .scroll-product {
    height: 170vh;
    padding: 0;
    --sequence-height: 270px;
    --sequence-y: 0px;
  }

  .scroll-product > .container {
    padding-top: 30px;
  }

  .scroll-product-inner {
    width: min(100% - 32px, 1180px);
  }

  .scroll-product-copy h2 {
    font-size: clamp(36px, 12vw, 58px);
  }

  .sequence-shell {
    width: 100%;
    height: var(--sequence-height);
    margin: -34px auto -8px;
  }

  .feature-loop {
    padding: 26px 0 58px;
  }

  .faq-open-item {
    padding: 0;
  }

  .feature-card {
    flex-basis: 272px;
    width: 272px;
    min-height: 288px;
  }

  .feature-card strong {
    font-size: 28px;
  }

  .section,
  .page-hero {
    padding: 68px 0;
  }

  .compact-head {
    margin-bottom: 22px;
  }

  .compact-head h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .compact-head p {
    max-width: none;
  }

  .timeline-stage {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .timeline-copy {
    max-width: none;
    text-align: center;
  }

  .timeline-copy strong {
    font-size: clamp(30px, 9vw, 42px);
  }

  .timeline-curve {
    display: none;
  }

  .timeline-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 34px;
  }

  .timeline-list::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(17, 19, 23, 0.22), transparent);
    transform: translateX(-50%);
  }

  .timeline-node {
    width: calc(50% - 21px);
    min-height: 142px;
    margin-bottom: 22px;
    padding: 16px;
  }

  .timeline-node:nth-child(odd) {
    justify-self: start;
    text-align: right;
  }

  .timeline-node:nth-child(even) {
    justify-self: end;
  }

  .timeline-node::before {
    top: 24px;
    right: -28px;
  }

  .timeline-node:nth-child(even)::before {
    right: auto;
    left: -28px;
  }

  .timeline-node time {
    font-size: 24px;
  }

  .timeline-node strong {
    font-size: 15px;
  }

  .timeline-node p {
    font-size: 12px;
  }

  .process-board {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .process-line {
    left: 39px;
  }

  .process-step {
    min-height: 130px;
    padding: 18px 18px 18px 62px;
  }

  .process-step span {
    position: absolute;
    top: 18px;
    left: 16px;
    width: 34px;
    height: 34px;
  }

  .process-step strong {
    margin-top: 0;
    font-size: 20px;
  }

  .delivery-section {
    overflow: hidden;
  }

  .delivery-deck {
    display: flex;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 2px 16px 18px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .delivery-card {
    flex: 0 0 82vw;
    scroll-snap-align: center;
  }

  .value-row,
  .grid-3,
  .grid-4,
  .faq-list,
  .product-summary,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-summary-card,
  .product-body {
    padding: 18px;
  }

  .product-summary-card strong {
    font-size: 36px;
  }

  .catalog-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-modal {
    padding: 16px;
  }

  .modal-panel {
    position: relative;
    max-height: calc(100vh - 36px);
  }

  .modal-media {
    min-height: 0;
  }

  .modal-detail {
    padding: 24px;
  }

  .modal-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: rgba(17, 19, 23, 0.62);
    font-size: 25px;
  }

  .modal-actions a,
  .modal-actions button {
    flex: 1 1 140px;
  }

  .contact-hero {
    padding: 58px 0 34px;
  }

  .contact-copy h1 {
    font-size: clamp(38px, 10vw, 58px);
  }

  .contact-primary-call {
    min-height: 144px;
  }

  .contact-detail-section {
    padding-top: 28px;
  }

  .contact-map-card {
    min-height: 430px;
  }

  .map-fallback {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 18px;
  }

  .panel {
    padding: 26px;
  }

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

.history-section .history-reference {
  min-height: 660px;
  padding: 0;
  background: #ffffff;
}

.history-section .history-intro {
  width: min(530px, 52%);
  padding-top: 6px;
}

.history-section .history-intro h2 {
  max-width: 520px;
  margin: 0;
  color: #2d313a;
  font-size: clamp(24px, 2.25vw, 32px);
  font-weight: 600;
  line-height: 1.65;
}

.history-section .history-copy-grid p {
  font-size: 13px;
}

.process-section {
  color: var(--ink);
  background: #eeeeee;
}

@media (max-width: 640px) {
  .history-section .history-reference {
    min-height: 760px;
  }

  .history-section .history-intro {
    width: 100%;
  }

  .history-section .history-intro h2 {
    font-size: 25px;
    line-height: 1.45;
  }
}

/* Final pinned hero tuning */
.hero-lead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  min-height: 82px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(17, 19, 23, 0.06);
}

.scroll-product {
  min-height: 100vh;
  padding: 82px 0 10px;
  background: var(--soft);
  --sequence-scale: 0.58;
  --sequence-height: 300px;
  --sequence-y: -50px;
}

.scroll-product > .container {
  display: grid;
  min-height: calc(100vh - 92px);
  align-items: start;
  padding-top: clamp(24px, 3.2vh, 34px);
}

.sequence-shell {
  z-index: 1;
  height: var(--sequence-height);
  margin: -78px auto -28px;
}

.sequence-frame {
  transform: translateY(var(--sequence-y)) scale(var(--sequence-scale, 1));
}

.sequence-shell + h1 {
  margin-top: 92px;
}

.scroll-product h1 {
  position: relative;
  z-index: 2;
}

.feature-loop {
  padding: 0 0 72px;
  background: var(--soft);
}

@media (max-width: 980px) {
  .scroll-product {
    min-height: 100vh;
  }
}

@media (max-width: 640px) {
  .hero-lead {
    min-height: 76px;
  }

  .scroll-product {
    min-height: 100vh;
    padding: 76px 0 8px;
    --sequence-scale: 0.74;
    --sequence-height: 238px;
    --sequence-y: -30px;
  }

  .scroll-product > .container {
    min-height: calc(100vh - 84px);
    padding-top: 30px;
  }

  .sequence-shell {
    margin: -54px auto -18px;
  }

  .sequence-shell + h1 {
    margin-top: 58px;
  }

  .feature-loop {
    padding-top: 0;
  }
}

/* Final section corrections */
.history-section.full-panel {
  min-height: 100svh;
  padding: 82px 0 0 !important;
  background: #ffffff !important;
}

.history-section .container {
  width: min(1420px, calc(100% - 56px));
}

.history-section .history-reference {
  min-height: calc(100svh - 108px);
  overflow: hidden;
  background: #ffffff !important;
}

.history-section .history-intro {
  width: min(620px, 46%);
  padding-top: clamp(18px, 3vh, 42px);
}

.history-section .history-intro h2 {
  max-width: 620px;
  color: #242932;
  font-size: clamp(34px, 3.3vw, 56px);
  font-weight: 700;
  line-height: 1.2;
}

.history-section .history-intro h2 span {
  color: #242932;
}

.history-section .history-copy-grid {
  max-width: 560px;
  margin-top: 34px;
}

.history-section .history-copy-grid p {
  color: #8f98a6;
  font-size: 14px;
  line-height: 1.85;
}

.history-section .history-cta {
  color: #ffffff;
  background: #111317;
  box-shadow: 0 18px 34px rgba(17, 19, 23, 0.16);
}

.history-section .history-path {
  right: -12px;
  bottom: 238px;
  left: -72px;
  height: 380px;
}

.history-section .history-years {
  inset: 0;
}

.history-section .history-year {
  width: 190px;
}

.history-section .history-year::before {
  top: -116px;
  left: 18px;
  height: 100px;
  background: linear-gradient(180deg, rgba(151, 160, 174, 0.36), rgba(151, 160, 174, 0.04));
}

.history-section .history-year span {
  top: -132px;
  left: 10px;
}

.history-section .history-year.y-2015 { left: 2%; top: 66%; bottom: auto; }
.history-section .history-year.y-2016 { left: 15%; top: 78%; bottom: auto; }
.history-section .history-year.y-2017 { left: 30%; top: 72%; bottom: auto; }
.history-section .history-year.y-2018 { left: 44%; top: 78%; bottom: auto; }
.history-section .history-year.y-2020 { left: 58%; top: 66%; bottom: auto; }
.history-section .history-year.y-2024 { left: 75%; top: 75%; bottom: auto; }

.history-section .history-year.y-2015 span { top: -102px; }
.history-section .history-year.y-2016 span { top: -151px; }
.history-section .history-year.y-2017 span { top: -141px; }
.history-section .history-year.y-2018 span { top: -143px; }
.history-section .history-year.y-2020 span { top: -190px; }
.history-section .history-year.y-2024 span { top: -315px; }

.history-section .history-year.y-2015::before { top: -86px; height: 72px; }
.history-section .history-year.y-2020::before { top: -174px; height: 158px; }
.history-section .history-year.y-2024::before { top: -299px; height: 282px; }

.process-section.full-panel {
  min-height: 100svh;
  padding: 82px 0 40px !important;
  background: #eeeeee !important;
}

.process-section .container {
  width: min(1360px, calc(100% - 56px));
}

.booking-panel {
  padding: 42px 30px 0;
}

.booking-progress {
  padding: 0 66px 34px;
}

.booking-cards {
  gap: 28px;
  padding: 28px 24px;
}

.booking-card {
  min-height: 270px;
}

.booking-card span {
  display: block;
  margin-top: 10px;
  color: #3f4650;
  font-size: 14px;
  font-weight: 500;
}

.production-card,
.inspection-card {
  border-color: #dfe3e6;
}

.production-card.active {
  border-color: #58d58a;
}

.production-card b,
.inspection-card b {
  display: block;
  margin-top: 20px;
  color: #111317;
  font-size: 22px;
  line-height: 1.25;
}

.production-card p,
.inspection-card p {
  margin-top: 14px;
  color: #535d68;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.production-card ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.production-card li {
  padding: 9px 11px;
  border-radius: 999px;
  background: #edf1f2;
  color: #39414b;
  font-size: 13px;
  font-weight: 600;
}

.inspection-card {
  border-style: dashed;
  box-shadow: none;
}

.inspection-card span {
  display: inline-flex;
  width: max-content;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf1f2;
  color: #59626d;
  font-size: 13px;
  font-weight: 600;
}

.delivery-section.full-panel {
  min-height: 100svh;
  padding: 82px 0 52px !important;
  background: #ffffff !important;
}

.delivery-section {
  background: #ffffff !important;
}

.delivery-section .container {
  width: min(1320px, calc(100% - 56px));
}

.delivery-section .section-head h2 {
  max-width: 620px;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.05;
}

.delivery-section .section-head p {
  color: #717b87;
  font-weight: 500;
}

.delivery-card img {
  filter: none !important;
}

.delivery-card small {
  color: #2f9c66;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.delivery-card strong {
  font-size: 26px;
  font-weight: 700;
}

.delivery-card p {
  color: #66717d;
  font-weight: 500;
}

.delivery-card span {
  border-color: rgba(17, 19, 23, 0.12);
  background: #ffffff;
  color: #323841;
  font-size: 12px;
  font-weight: 600;
}

.delivery-card {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 640px) {
  .history-section .container,
  .process-section .container,
  .delivery-section .container {
    width: min(100% - 32px, 1180px);
  }

  .history-section.full-panel,
  .process-section.full-panel,
  .delivery-section.full-panel {
    padding-top: 76px !important;
  }

  .history-section .history-intro {
    width: 100%;
  }

  .history-section .history-intro h2 {
    font-size: 34px;
  }

  .history-section .history-path {
    right: -280px;
    bottom: 238px;
    left: -210px;
  }

  .history-section .history-year.y-2015 { left: 0; top: 62%; }
  .history-section .history-year.y-2016 { left: 24%; top: 74%; }
  .history-section .history-year.y-2017 { left: 46%; top: 68%; }
  .history-section .history-year.y-2018 { left: 66%; top: 77%; }

  .booking-progress {
    padding: 0 6px 22px;
  }

  .booking-cards {
    padding: 14px;
  }

  .booking-card {
    min-height: 230px;
  }
}

/* Main hero final override */
.hero-lead {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 50 !important;
  min-height: 74px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 0 rgba(17, 19, 23, 0.08) !important;
}

.hero-lead .container {
  width: min(1180px, calc(100% - 48px));
}

.site-header {
  min-height: 74px !important;
  padding: 0 !important;
}

.scroll-product {
  min-height: 0 !important;
  height: auto !important;
  padding: 74px 0 0 !important;
  overflow: hidden;
  background: #f6f7f8 !important;
  --sequence-scale: 0.84;
  --sequence-height: 392px;
  --sequence-y: -42px;
}

.scroll-product > .container {
  display: block !important;
  min-height: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 18px !important;
}

.scroll-product .hero-center {
  gap: 0 !important;
}

.scroll-product h1 {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  line-height: 1.02;
}

.sequence-shell {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  height: var(--sequence-height) !important;
  margin: -54px auto -4px !important;
  overflow: visible !important;
  pointer-events: none;
}

.sequence-frame {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(var(--sequence-y)) scale(var(--sequence-scale, 1)) !important;
  transform-origin: center center;
}

.sequence-shell + h1 {
  margin-top: 22px !important;
}

.hero-copy {
  margin-top: 16px !important;
}

.hero-actions {
  margin-top: 22px !important;
}

.feature-loop {
  margin-top: 0 !important;
  padding: 18px 0 72px !important;
  background: #f6f7f8 !important;
}

@media (max-width: 980px) {
  .nav {
    gap: 18px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .hero-lead {
    min-height: 76px !important;
  }

  .hero-lead .container {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    min-height: 76px !important;
    display: flex !important;
    justify-content: space-between;
    gap: 14px;
  }

  .brand {
    gap: 10px;
    font-size: 15px;
    letter-spacing: 0.04em;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .nav {
    display: none !important;
  }

  .site-header.is-menu-open .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 80;
    display: grid !important;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(17, 19, 23, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 55px rgba(17, 19, 23, 0.14);
  }

  .site-header.is-menu-open .nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 12px;
    color: #111317;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .site-header.is-menu-open .nav a + a {
    margin-top: 2px;
  }

  .site-header.is-menu-open .nav a.active,
  .site-header.is-menu-open .nav a:hover {
    color: #111317;
    background: #f1f3f5;
  }

  .header-actions {
    gap: 7px;
    margin-left: auto;
  }

  .header-cta {
    min-width: 88px;
    padding: 11px 16px;
    font-size: 13px;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 auto;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: none;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 1;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: none;
  }

  .scroll-product {
    padding-top: 76px !important;
    --sequence-scale: 1.08;
    --sequence-height: 326px;
    --sequence-y: -24px;
  }

  .scroll-product > .container {
    width: min(100% - 32px, 1180px);
    padding-top: 30px !important;
    padding-bottom: 14px !important;
  }

  .scroll-product h1 {
    max-width: 100%;
    font-size: clamp(46px, 14.4vw, 62px);
    line-height: 1.03;
  }

  .sequence-shell {
    width: min(410px, 112%);
    height: var(--sequence-height) !important;
    margin: -46px auto -2px !important;
  }

  .sequence-shell + h1 {
    margin-top: 12px !important;
  }

  .hero-copy {
    margin-top: 16px !important;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    width: 100%;
    margin-top: 24px !important;
    gap: 12px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .feature-loop {
    padding-top: 14px !important;
  }
}

/* Latest visual corrections */
.history-section .container {
  width: min(1520px, calc(100% - 44px));
}

.history-section .history-reference {
  min-height: calc(100svh - 90px);
}

.history-section .history-intro {
  width: min(720px, 50%);
  padding-top: clamp(16px, 2.4vh, 34px);
}

.history-section .history-copy-single {
  max-width: 710px;
  margin: 28px 0 0;
  color: #8d97a5;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  word-break: keep-all;
}

.history-section .history-path {
  right: -132px;
  bottom: 230px;
  left: -56px;
  height: 392px;
}

.history-section .history-year::before {
  left: 16.5px;
  width: 1px;
  background: linear-gradient(180deg, rgba(151, 160, 174, 0.38), rgba(151, 160, 174, 0.02));
}

.history-section .history-year span {
  z-index: 3;
}

.history-section .history-year.y-2015 { left: 2%; top: 67%; }
.history-section .history-year.y-2016 { left: 15.5%; top: 79%; }
.history-section .history-year.y-2017 { left: 30.5%; top: 72%; }
.history-section .history-year.y-2018 { left: 45%; top: 78%; }
.history-section .history-year.y-2020 { left: 60%; top: 66%; }
.history-section .history-year.y-2024 { left: 82%; top: 76%; }

.history-section .history-year.y-2015 span { top: -105px; }
.history-section .history-year.y-2016 span { top: -154px; }
.history-section .history-year.y-2017 span { top: -142px; }
.history-section .history-year.y-2018 span { top: -144px; }
.history-section .history-year.y-2020 span { top: -198px; }
.history-section .history-year.y-2024 span { top: -337px; }

.history-section .history-year.y-2015::before { top: -89px; height: 74px; }
.history-section .history-year.y-2016::before { top: -138px; height: 124px; }
.history-section .history-year.y-2017::before { top: -126px; height: 112px; }
.history-section .history-year.y-2018::before { top: -128px; height: 114px; }
.history-section .history-year.y-2020::before { top: -182px; height: 168px; }
.history-section .history-year.y-2024::before { top: -321px; height: 306px; }

.process-section.full-panel {
  background: #f4f4f4 !important;
}

.process-section .container {
  width: min(1500px, calc(100% - 44px));
}

.booking-panel {
  min-height: 620px;
  padding: 48px 34px 0;
}

.booking-progress {
  padding: 0 86px 36px;
}

.booking-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 30px;
}

.booking-card {
  min-height: 305px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
}

.booking-card.process-card,
.booking-card.process-card.active {
  border-style: solid;
  box-shadow: 0 16px 34px rgba(17, 19, 23, 0.05);
}

.booking-card.process-card.active {
  border-color: #58d58a;
}

.booking-card.process-card small {
  color: #111317;
  font-size: 14px;
  font-weight: 700;
}

.booking-card.process-card strong {
  display: block;
  margin-top: 22px;
  color: #111317;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
}

.booking-card.process-card p {
  margin-top: 16px;
  color: #535d68;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
  word-break: keep-all;
}

.process-card-list {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.process-card-list li {
  min-height: 34px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #eef2f2;
  color: #3d4650;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

.booking-footer {
  display: none;
  min-height: 0;
  justify-content: flex-start;
  padding: 0 30px;
}

.booking-footer span,
.booking-dock em,
.booking-dock b {
  display: none !important;
}

.booking-dock {
  padding: 14px 26px;
}

.delivery-section .section-head h2 {
  max-width: 760px;
}

.delivery-section .section-head p {
  max-width: 620px;
  color: #687484;
  font-size: 17px;
  line-height: 1.85;
}

.delivery-image-placeholder {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  border-bottom: 1px solid rgba(17, 19, 23, 0.08);
  background:
    linear-gradient(135deg, rgba(17, 19, 23, 0.04), rgba(17, 19, 23, 0.015)),
    #f7f8f8;
}

.delivery-card strong {
  font-size: 25px;
  font-weight: 750;
  line-height: 1.15;
}

@media (max-width: 640px) {
  .history-section .container,
  .process-section .container,
  .delivery-section .container {
    width: min(100% - 28px, 1180px);
  }

  .history-section .history-copy-single {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }

  .history-section .history-path {
    right: -360px;
    bottom: 236px;
    left: -230px;
  }

  .history-section .history-year.y-2015 { left: 0; top: 63%; }
  .history-section .history-year.y-2016 { left: 24%; top: 75%; }
  .history-section .history-year.y-2017 { left: 47%; top: 69%; }
  .history-section .history-year.y-2018 { left: 68%; top: 78%; }

  .booking-panel {
    min-height: 0;
    padding: 32px 18px 0;
  }

  .booking-progress {
    padding: 0 8px 24px;
  }

  .booking-cards {
    gap: 14px;
    padding: 14px;
  }

  .booking-card {
    flex: 0 0 78vw;
    min-height: 275px;
    padding: 22px 20px;
  }

  .booking-card.process-card strong {
    font-size: 22px;
  }

  .booking-footer {
    min-height: 58px;
    padding: 0 18px;
  }

  .delivery-section .section-head h2 {
    font-size: clamp(38px, 12vw, 54px);
  }
}

/* Main hero rebuild with cropped sock frames */
.scroll-product {
  min-height: 0 !important;
  height: auto !important;
  padding: 74px 0 0 !important;
  overflow: hidden !important;
  background: #f6f7f8 !important;
  --sequence-scale: 1.02;
  --sequence-height: 360px;
  --sequence-y: 24px;
  --sequence-progress: 0;
}

.scroll-product > .container {
  display: block !important;
  min-height: 0 !important;
  width: min(1180px, calc(100% - 48px));
  padding-top: 26px !important;
  padding-bottom: 14px !important;
}

.scroll-product .hero-center {
  gap: 0 !important;
}

.scroll-product h1 {
  max-width: 1120px;
  font-size: clamp(72px, 7.8vw, 104px);
  line-height: 0.98;
  letter-spacing: 0;
}

.sequence-shell {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100% !important;
  height: var(--sequence-height) !important;
  align-items: center;
  justify-content: center;
  margin: -16px auto -2px !important;
  overflow: visible !important;
  pointer-events: none;
}

.sequence-frame {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transform: translateY(var(--sequence-y)) scale(var(--sequence-scale, 1)) !important;
  transform-origin: center center;
}

.sequence-shell + h1 {
  margin-top: calc(58px + (var(--sequence-progress, 0) * 42px)) !important;
  transform: none !important;
  transition: margin-top 120ms linear;
}

.hero-copy {
  max-width: 720px;
  margin-top: 14px !important;
}

.hero-actions {
  margin-top: 20px !important;
}

.feature-loop {
  margin-top: 0 !important;
  padding: 12px 0 72px !important;
  background: #f6f7f8 !important;
}

@media (max-width: 640px) {
  .scroll-product {
    padding-top: 76px !important;
    --sequence-scale: 0.9;
    --sequence-height: 270px;
    --sequence-y: 4px;
  }

  .scroll-product > .container {
    width: min(100% - 28px, 1180px);
    padding-top: 22px !important;
    padding-bottom: 10px !important;
  }

  .scroll-product h1 {
    font-size: clamp(40px, 12.8vw, 54px);
    line-height: 1.03;
  }

  .sequence-shell {
    width: 100% !important;
    height: var(--sequence-height) !important;
    margin: -6px auto 0 !important;
  }

  .sequence-shell + h1 {
    margin-top: calc(24px + (var(--sequence-progress, 0) * 30px)) !important;
    transform: none !important;
  }

  .hero-copy {
    margin-top: 10px !important;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 14px !important;
  }

  .hero-actions .button {
    min-height: 48px;
  }

  .feature-loop {
    padding-top: 10px !important;
  }
}

/* Timeline dot alignment pass */
.history-section .history-year.y-2015 span { top: -74px; }
.history-section .history-year.y-2016 span { top: -195px; }
.history-section .history-year.y-2017 span { top: -96px; }
.history-section .history-year.y-2018 span { top: -195px; }
.history-section .history-year.y-2020 span { top: -94px; }
.history-section .history-year.y-2024 span { top: -343px; }

.history-section .history-year.y-2015::before { top: -58px; height: 44px; }
.history-section .history-year.y-2016::before { top: -179px; height: 165px; }
.history-section .history-year.y-2017::before { top: -60px; left: 26.5px; height: 46px; }
.history-section .history-year.y-2018::before { top: -179px; height: 165px; }
.history-section .history-year.y-2020::before { top: -78px; height: 64px; }
.history-section .history-year.y-2024::before { top: -327px; height: 312px; }

.history-section .history-cta {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.booking-card.process-card strong {
  font-weight: 700;
}

.delivery-section .compact-head {
  align-items: flex-end;
}

.delivery-section .compact-head > div {
  max-width: 880px;
}

.delivery-section .compact-head > p {
  display: none;
}

.delivery-section .compact-head h2 + p {
  display: block;
  max-width: 720px;
  margin: 24px 0 0;
  color: #687484;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.85;
}

.delivery-card {
  border-radius: 14px;
  overflow: hidden;
}

.delivery-image-placeholder {
  border-radius: 14px 14px 0 0;
}

/* Screen-space timeline alignment */
.history-section .history-year.y-2015 span { top: -127px; }
.history-section .history-year.y-2016 span { top: -229px; }
.history-section .history-year.y-2017 span { top: -141px; }
.history-section .history-year.y-2018 span { top: -230px; }
.history-section .history-year.y-2020 span { top: -149px; }
.history-section .history-year.y-2024 span { top: -381px; }

.history-section .history-year.y-2015::before { top: -111px; height: 97px; }
.history-section .history-year.y-2016::before { top: -213px; height: 199px; }
.history-section .history-year.y-2017::before { top: -105px; left: 26.5px; height: 91px; }
.history-section .history-year.y-2018::before { top: -214px; height: 200px; }
.history-section .history-year.y-2020::before { top: -133px; height: 119px; }
.history-section .history-year.y-2024::before { top: -365px; height: 350px; }

/* Visual timeline nudge: dots sit slightly lower on the visible stroke */
.history-section .history-year.y-2015 span { top: -123px; }
.history-section .history-year.y-2016 span { top: -225px; }
.history-section .history-year.y-2017 span { top: -137px; }
.history-section .history-year.y-2018 span { top: -226px; }
.history-section .history-year.y-2020 span { top: -145px; }
.history-section .history-year.y-2024 span { top: -377px; }

.history-section .history-year.y-2015::before { top: -107px; height: 93px; }
.history-section .history-year.y-2016::before { top: -209px; height: 195px; }
.history-section .history-year.y-2017::before { top: -101px; left: 26.5px; height: 87px; }
.history-section .history-year.y-2018::before { top: -210px; height: 196px; }
.history-section .history-year.y-2020::before { top: -129px; height: 115px; }
.history-section .history-year.y-2024::before { top: -361px; height: 346px; }

/* Stronger visual timeline nudge after screenshot review */
.history-section .history-year.y-2015 span { top: -113px; }
.history-section .history-year.y-2016 span { top: -215px; }
.history-section .history-year.y-2017 span { top: -127px; }
.history-section .history-year.y-2018 span { top: -216px; }
.history-section .history-year.y-2020 span { top: -135px; }
.history-section .history-year.y-2024 span { top: -367px; }

.history-section .history-year.y-2015::before { top: -97px; height: 83px; }
.history-section .history-year.y-2016::before { top: -199px; height: 185px; }
.history-section .history-year.y-2017::before { top: -91px; left: 26.5px; height: 77px; }
.history-section .history-year.y-2018::before { top: -200px; height: 186px; }
.history-section .history-year.y-2020::before { top: -119px; height: 105px; }
.history-section .history-year.y-2024::before { top: -351px; height: 336px; }

/* Mobile-only rebuild for the three added sections */
@media (max-width: 640px) {
  .history-section.full-panel,
  .process-section.full-panel,
  .delivery-section.full-panel {
    min-height: auto;
    padding: 108px 0 64px !important;
    overflow: hidden;
  }

  .history-section .container,
  .process-section .container,
  .delivery-section .container {
    width: min(100% - 28px, 1180px);
  }

  .history-section .history-reference {
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .history-section .history-intro {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .history-section .history-intro h2 {
    max-width: 330px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 1.18;
  }

  .history-section .history-copy-single {
    max-width: 332px;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.72;
  }

  .history-section .history-cta {
    display: none;
    min-width: 188px;
    min-height: 46px;
    margin-top: 24px;
    font-size: 13px;
  }

  .history-section .history-path {
    display: none;
  }

  .history-section .history-years {
    position: relative;
    display: grid;
    gap: 18px;
    margin: 44px 0 0;
    padding: 0 0 0 42px;
  }

  .history-section .history-years::before {
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 16px;
    width: 1px;
    content: "";
    background: linear-gradient(180deg, rgba(17, 19, 23, 0.08), rgba(17, 19, 23, 0.34), rgba(17, 19, 23, 0.08));
  }

  .history-section .history-year,
  .history-section .history-year.y-2015,
  .history-section .history-year.y-2016,
  .history-section .history-year.y-2017,
  .history-section .history-year.y-2018,
  .history-section .history-year.y-2020,
  .history-section .history-year.y-2024 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: auto;
    min-height: 104px;
    padding: 18px 18px 18px 20px;
    border: 1px solid rgba(17, 19, 23, 0.08);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(17, 19, 23, 0.06);
  }

  .history-section .history-year::before,
  .history-section .history-year.y-2015::before,
  .history-section .history-year.y-2016::before,
  .history-section .history-year.y-2017::before,
  .history-section .history-year.y-2018::before,
  .history-section .history-year.y-2020::before,
  .history-section .history-year.y-2024::before {
    display: none;
  }

  .history-section .history-year span,
  .history-section .history-year.y-2015 span,
  .history-section .history-year.y-2016 span,
  .history-section .history-year.y-2017 span,
  .history-section .history-year.y-2018 span,
  .history-section .history-year.y-2020 span,
  .history-section .history-year.y-2024 span {
    position: absolute;
    top: 27px;
    left: -34px;
    width: 17px;
    height: 17px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #111317;
    box-shadow: 0 0 0 9px rgba(17, 19, 23, 0.07);
  }

  .history-section .history-year time {
    color: #111317;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
  }

  .history-section .history-year p {
    margin-top: 12px;
    color: #697482;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.65;
  }

  .process-section.full-panel {
    background: #f7f7f7 !important;
  }

  .process-section .container {
    padding: 0;
  }

  .booking-panel {
    min-height: 0;
    padding: 24px 18px 18px;
    border-radius: 24px;
  }

  .booking-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(66px, 1fr));
    gap: 10px;
    padding: 0 0 22px;
    overflow: visible;
  }

  .booking-step {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-width: 0;
    text-align: center;
  }

  .booking-step::after {
    display: none;
  }

  .booking-step span {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    font-size: 20px;
  }

  .booking-step.current span {
    width: 52px;
    height: 52px;
    margin-top: -5px;
  }

  .booking-step strong {
    font-size: 13px;
    line-height: 1.2;
    word-break: keep-all;
  }

  .booking-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    overflow: visible;
    border-radius: 22px;
  }

  .booking-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .booking-card.process-card strong {
    margin-top: 18px;
    font-size: 23px;
    font-weight: 700;
  }

  .booking-card.process-card p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.65;
  }

  .process-card-list {
    margin-top: 22px;
  }

  .process-card-list li {
    min-height: 32px;
    font-size: 13px;
  }

  .booking-dock {
    display: none;
  }

  .delivery-section .compact-head {
    display: block;
  }

  .delivery-section .compact-head > div {
    max-width: 100%;
  }

  .delivery-section .kicker {
    font-size: 13px;
  }

  .delivery-section .section-head h2,
  .delivery-section .compact-head h2 {
    max-width: 340px;
    font-size: 42px;
    line-height: 1.08;
  }

  .delivery-section .compact-head h2 + p {
    max-width: 340px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.75;
  }

  .delivery-deck {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
    overflow: visible;
  }

  .delivery-card {
    min-width: 0;
    border-radius: 18px;
  }

  .delivery-image-placeholder {
    aspect-ratio: 1.45 / 1;
    border-radius: 18px 18px 0 0;
  }

  .delivery-card div {
    padding: 24px 22px 26px;
  }

  .delivery-card strong {
    font-size: 26px;
    line-height: 1.18;
  }

  .delivery-card p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* Delivery case image pass */
.delivery-card .delivery-image {
  display: block;
  width: 100%;
  aspect-ratio: 2.65 / 1;
  padding: 0;
  border-bottom: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 18px 18px 0 0;
  background: #f7f8f8;
  object-fit: cover;
  object-position: center;
  filter: none !important;
}

.delivery-card:nth-child(-n + 2) .delivery-image {
  padding: 0;
  object-fit: cover;
  background: #f7f8f8;
}

@media (max-width: 640px) {
  .delivery-card .delivery-image {
    aspect-ratio: 2.25 / 1;
    padding: 0;
  }
}

.delivery-case-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  padding: 16px;
  border-bottom: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 18px 18px 0 0;
  background: #f7f8f8;
}

.delivery-case-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(17, 19, 23, 0.06);
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
  filter: none !important;
}

.delivery-card:nth-child(-n + 2) .delivery-case-visual img {
  padding: 0;
  object-fit: contain;
}

@media (max-width: 640px) {
  .delivery-case-visual {
    aspect-ratio: 1.18 / 1;
    gap: 8px;
    padding: 12px;
  }
}

/* Final delivery image layout: keep the captured page 10/11 images large enough to read. */
.delivery-deck {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

@media (max-width: 820px) {
  .delivery-deck {
    grid-template-columns: 1fr;
  }
}

.evidence-section {
  background: #f7f8f9;
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1.02fr 1.02fr 0.96fr;
  gap: 16px;
  margin-top: 34px;
}

.evidence-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(17, 19, 23, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(17, 19, 23, 0.07);
}

.evidence-card > div:last-child {
  padding: 24px;
}

.evidence-card strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.15;
}

.evidence-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.evidence-photo-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 8px;
  height: 300px;
  padding: 10px;
  background: #eef1f3;
}

.evidence-photo-stack img,
.evidence-article figure img,
.document-mini-grid figure img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.evidence-photo-stack img:nth-child(2) {
  object-position: center;
}

.document-mini-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 8px;
  height: 300px;
  padding: 10px;
  background: #eef1f3;
}

.mini-document {
  display: grid;
  align-content: center;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
}

.mini-document span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.mini-document strong {
  margin-top: 12px;
  font-size: 24px;
}

.mini-document p {
  margin-top: 16px;
  color: #6e7986;
  font-size: 13px;
  line-height: 1.7;
}

.document-mini-grid figure,
.evidence-article figure {
  margin: 0;
}

.document-mini-grid figure {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}

.document-mini-grid figure img {
  object-fit: contain;
  padding: 8px;
  background: #ffffff;
}

.business-certificate-visual {
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 22px;
  border-radius: 10px;
  background:
    linear-gradient(rgba(17, 19, 23, 0.045) 1px, transparent 1px) 0 0 / 100% 42px,
    #ffffff;
  color: var(--ink);
}

.business-certificate-visual > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.business-certificate-visual > strong {
  display: block;
  margin-top: 12px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.12;
}

.business-certificate-visual dl {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  border-top: 1px solid rgba(17, 19, 23, 0.14);
}

.business-certificate-visual dl div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(17, 19, 23, 0.1);
}

.business-certificate-visual dt,
.business-certificate-visual dd {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.business-certificate-visual dt {
  color: #8b95a1;
}

.business-certificate-visual dd {
  color: #313943;
  word-break: keep-all;
}

.evidence-article figure {
  height: 300px;
  padding: 10px;
  background: #eef1f3;
}

.evidence-article figure img {
  object-position: 50% 18%;
}

.evidence-article a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 15px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .evidence-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .evidence-section {
    padding: 72px 0;
  }

  .evidence-grid {
    gap: 16px;
    margin-top: 28px;
  }

  .evidence-card {
    border-radius: 16px;
  }

  .evidence-photo-stack,
  .document-mini-grid,
  .evidence-article figure {
    height: auto;
    min-height: 240px;
  }

  .evidence-photo-stack,
  .document-mini-grid {
    grid-template-columns: 1fr;
  }

  .evidence-photo-stack img {
    height: 220px;
  }

  .document-mini-grid figure {
    height: 260px;
  }

  .business-certificate-visual {
    min-height: 260px;
  }

  .evidence-article figure img {
    aspect-ratio: auto;
    height: auto;
    border-radius: 12px;
    object-fit: contain;
    object-position: center top;
  }

  .evidence-article figure {
    min-height: 0;
    padding: 10px;
    background: #ffffff;
  }

  .company-article-preview img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }

  .evidence-card > div:last-child {
    padding: 22px;
  }

  .evidence-card strong {
    font-size: 25px;
  }
}

/* Final production/process title placement */
.process-title-block {
  max-width: 820px;
  margin: 0 0 28px;
}

.process-title-block h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.process-section .booking-panel {
  margin-top: 0;
}

@media (max-width: 640px) {
  .process-title-block {
    margin-bottom: 22px;
    text-align: left;
  }

  .process-title-block h2 {
    max-width: 340px;
    font-size: 42px;
    line-height: 1.08;
  }
}
