@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://cdn.jsdelivr.net/gh/moonspam/ChosunNm@master/ChosunNm.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;600&display=swap');

:root {
  --navy-950: #07112e;
  --navy-900: #07112e;
  --navy-800: #07112e;
  --blue: #006ef5;
  --accent: #006ef5;
  --accent-hover: #07112e;
  --pale: rgba(7,17,46,.045);
  --line: rgba(7,17,46,.14);
  --text: #07112e;
  --muted: rgba(7,17,46,.62);
  --white: #fff;
  --container: 1200px;
  --shadow: 0 22px 50px rgba(7, 17, 46, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -.025em;
  word-break: keep-all;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: #fff; background: var(--accent); }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  color: #fff;
  background: var(--navy-900);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section {
  display: flex;
  min-height: 100svh;
  padding: 165px 0;
  flex-direction: column;
  justify-content: center;
}
.marker-highlight { position: relative; display: inline-block; padding: 0 .08em; isolation: isolate; }
.marker-highlight::before { content: ""; position: absolute; z-index: -1; left: -.08em; right: -.08em; top: auto; bottom: .08em; height: .28em; background: var(--accent); transform: scaleX(0); transform-origin: left center; transition: transform .9s cubic-bezier(.22,.7,.25,1); }
.marker-highlight.is-on::before { transform: scaleX(1); }
.care .marker-highlight { color: var(--accent); }
.care-support .marker-highlight { color: #fff; }
.handwritten-title { position: relative; display: grid; place-items: center; width: min(100%, 760px); min-height: clamp(220px, 28vw, 340px); margin: 0 auto; }
.handwritten-circle { position: absolute; inset: -8% -6%; width: auto; height: auto; color: var(--accent); pointer-events: none; overflow: visible; }
.handwritten-circle path { stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; transition: stroke-dashoffset 2.5s cubic-bezier(.43,.13,.23,.96), opacity .5s ease; }
.handwritten-title.is-on path { stroke-dashoffset: 0; opacity: .92; }
.handwritten-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; transform: translateY(-4%); }
.handwritten-title h2 { margin: 0; }
.handwritten-copy p { margin: 8px 0 0; }
.overline, .eyebrow {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
}
.overline.light { color: #006ef5; }
.display-title {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.055em;
}
.lead { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.text-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  margin-top: 36px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--navy-900);
  font-weight: 750;
}
.text-link span { color: var(--accent); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.section-heading { margin-bottom: 76px; }
.heading-split {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  text-align: center;
}
.heading-split .lead { max-width: 720px; margin-inline: auto; }

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 88px;
  color: #fff;
  border-bottom: 0;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.scrolled, .site-header.menu-active {
  height: 76px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 28px rgba(7, 17, 46, .09);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(calc(100% - 48px), 1400px);
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand { flex: 0 0 auto; }
.brand-frame {
  display: flex;
  width: 164px;
  height: 44px;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.brand-frame img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); transition: filter .25s ease; }
.site-header.scrolled .brand-frame img, .site-header.menu-active .brand-frame img { filter: none; }
.desktop-nav { display: flex; flex: 1 1 auto; justify-content: center; gap: clamp(18px, 1.8vw, 34px); }
.desktop-nav a { position: relative; padding: 31px 0; font-size: 15px; font-weight: 680; white-space: nowrap; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta {
  display: inline-flex;
  height: 48px;
  padding: 0 22px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  color: #fff;
  background: var(--accent);
  font-size: 15px;
  font-weight: 750;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}
.header-cta:hover { background: var(--accent-hover); transform: translateY(-2px); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 13px 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }
.menu-active .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-active .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-active .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  position: fixed;
  z-index: -1;
  top: 76px;
  right: 0;
  left: 0;
  height: calc(100svh - 76px);
  padding: 30px 24px 120px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  overflow-y: auto;
  transition: .25s ease;
}
.mobile-menu[aria-hidden="false"] { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu nav { width: min(100%, 600px); margin: auto; }
.mobile-menu a { display: flex; align-items: center; padding: 18px 8px; border-bottom: 1px solid var(--line); color: var(--navy-900); font-size: 24px; font-weight: 700; }
.mobile-menu a span { width: 48px; color: var(--accent); font-size: 13px; letter-spacing: .08em; }

/* Hero */
.hero { position: relative; min-height: 850px; height: 100svh; color: #fff; background: var(--navy-950); overflow: hidden; }
.hero-media {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(7,17,46,.94) 0%, rgba(7,17,46,.82) 46%, rgba(7,17,46,.62) 80%, rgba(7,17,46,.4) 100%), url("assets/entap-driving-truck.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  animation: heroZoom 14s ease-out both;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: linear-gradient(to right, #07112e, transparent 80%);
}
.hero-content { position: relative; z-index: 2; display: flex; height: 100%; padding: 100px 0 140px; align-items: center; flex-direction: column; justify-content: center; text-align: center; }
.hero .eyebrow { color: #006ef5; }
.hero h1 { display: flex; width: 100%; margin: 0; align-items: baseline; justify-content: center; gap: .25em; color: #fff; font-size: clamp(56px, 5.7vw, 88px); font-weight: 800; line-height: 1.08; letter-spacing: -.065em; white-space: nowrap; }
.hero-title-fixed { display: block; flex: 0 0 auto; }
.hero-rotate { position: relative; display: inline-block; color: var(--accent); text-shadow: 0 4px 24px rgba(3,13,39,.48); overflow: hidden; }
.hero-rotate-sizer { display: block; visibility: hidden; }
.hero-rotate-item { position: absolute; left: 0; top: 0; }
.hero-letter { display: inline-block; opacity: 0; filter: blur(9px); transform: translate3d(0, .72em, 0); transition: opacity .72s ease, filter .82s ease, transform .92s cubic-bezier(.16,1,.3,1); transition-delay: calc(var(--letter-index) * 42ms); will-change: opacity, filter, transform; }
.hero h1.is-visible .hero-title-fixed .hero-letter,
.hero h1.is-visible .hero-rotate-item.is-active .hero-letter { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0); }
.hero-rotate-item.is-leave .hero-letter { opacity: 0; filter: blur(6px); transform: translate3d(0, -.58em, 0); transition-duration: .46s; transition-delay: calc(var(--letter-reverse) * 28ms); }
.hero-copy { margin: 38px 0 0; color: rgba(255,255,255,.84); font-size: clamp(20px, 1.7vw, 25px); line-height: 1.65; text-align: center; }
.button {
  display: inline-flex;
  min-width: 168px;
  min-height: 56px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--accent); }
.button-primary:hover { background: var(--accent-hover); }
.hero-bottom { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; background: transparent; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 0; padding: 0 0 52px; }
.hero-points > * { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 0; text-align: center; }
.hero-points strong { color: var(--accent); font-size: 20px; font-weight: 800; letter-spacing: .08em; text-shadow: 0 2px 12px rgba(7,17,46,.45); }
.hero-points span { color: rgba(255,255,255,.76); font-size: 17px; font-weight: 500; line-height: 1.5; text-align: center; text-shadow: 0 2px 12px rgba(7,17,46,.45); }
.hero-points span b { display: inline-block; color: #fff; font-size: 22px; font-weight: 850; letter-spacing: -.025em; }
.scroll-cue { position: absolute; z-index: 2; right: 28px; top: 47%; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 44px; background: rgba(255,255,255,.5); overflow: hidden; }
.scroll-cue span::after { content: ""; display: block; width: 1px; height: 18px; background: #fff; animation: scrollLine 1.8s infinite; }
@keyframes heroWordIn {
  0% { opacity: 0; transform: translateY(118%); }
  58% { opacity: 1; transform: translateY(-8%); }
  78% { transform: translateY(2.6%); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes heroWordOut {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-118%); }
}
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }
@keyframes scrollLine { from { transform: translateY(-22px); } to { transform: translateY(52px); } }

/* Brand marquee */
.brand-marquee {
  position: relative;
  z-index: 2;
  padding: 24px 0;
  border-top: 1px solid rgba(7,17,46,.08);
  background: #fff;
  overflow: hidden;
}
.brand-marquee-viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.brand-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: brandMarquee 32s linear infinite;
}
.brand-marquee:hover .brand-marquee-track { animation-play-state: paused; }
.brand-marquee-group {
  display: flex;
  flex: 0 0 auto;
  min-width: 100vw;
  margin: 0;
  padding: 0 34px;
  align-items: center;
  justify-content: space-around;
  gap: clamp(42px, 4vw, 76px);
  list-style: none;
}
.brand-marquee-group li {
  display: grid;
  flex: 0 0 auto;
  min-width: 74px;
  height: 58px;
  place-items: center;
}
.brand-logo {
  display: block;
  width: auto;
  max-width: 188px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}
.brand-logo-cu { max-width: 80px; max-height: 54px; }
.brand-logo-gs25 { max-width: 142px; }
.brand-logo-7eleven { max-width: 42px; max-height: 56px; }
.brand-logo-emart24 { max-width: 174px; }
.brand-logo-cjfreshway { max-width: 168px; max-height: 52px; }
.brand-logo-ourhome { max-width: 108px; max-height: 52px; }
.brand-logo-hyundaigreenfood { max-width: 152px; max-height: 54px; }
.brand-logo-crop {
  position: relative;
  display: block;
  overflow: hidden;
}
.brand-logo-crop-welstory { width: 202px; height: 45px; }
.brand-logo-crop-welstory img {
  position: absolute;
  width: 291px;
  max-width: none;
  height: auto;
  left: -44px;
  top: -51px;
}
@keyframes brandMarquee { to { transform: translate3d(-50%, 0, 0); } }

/* Statement */
.statement.section { position: relative; min-height: 620px; padding: 120px 0; color: #fff; background: var(--navy-950); text-align: center; isolation: isolate; overflow: hidden; }
.statement.section::before { content: ""; position: absolute; z-index: -2; inset: -2px; background: url("assets/entap-fleet.jpg") center 58% / cover no-repeat; filter: grayscale(1) contrast(1.08) brightness(.52); transform: scale(1.01); pointer-events: none; }
.statement.section::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(7,17,46,.68), rgba(7,17,46,.6) 48%, rgba(7,17,46,.74)); pointer-events: none; }
.statement-quote { position: relative; z-index: 1; margin-block: 0; }
.statement-quote blockquote { margin: 0; font-family: ChosunNm, "Noto Serif KR", Batang, serif; }
.statement-quote p { margin: 0; font-size: clamp(32px, 3.4vw, 50px); font-weight: 400; line-height: 1.65; letter-spacing: -.025em; text-shadow: 0 4px 24px rgba(0,0,0,.38); }
.statement-quote figcaption { margin-top: 20px; color: rgba(255,255,255,.8); font-family: ChosunNm, "Noto Serif KR", Batang, serif; font-size: 16px; letter-spacing: .08em; }

/* Difference */
.difference.section { display: block; min-height: 0; height: 380vh; padding: 0; background: var(--pale); overflow: visible; }
.difference-sticky { position: sticky; top: 0; z-index: 1; display: flex; height: 100svh; flex-direction: column; justify-content: center; isolation: isolate; overflow: hidden; background: linear-gradient(180deg, var(--pale) 0%, #fff 100%); }
.difference-sticky::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("assets/bg-waves.jpg") center / cover no-repeat;
  filter: grayscale(1) contrast(1.08);
  mix-blend-mode: multiply;
  opacity: .045;
  pointer-events: none;
}
.difference-sticky > .container,
.feature-viewport { position: relative; z-index: 1; }
.difference-sticky .section-heading { margin-bottom: 72px; }
.feature-viewport { overflow: hidden; }
.feature-grid { display: flex; gap: 32px; width: max-content; padding-inline: calc(50vw - min(38vw, 300px)); will-change: transform; }
.feature-card { position: relative; display: flex; flex: 0 0 min(76vw, 600px); min-height: min(56vh, 540px); padding: 48px 42px 44px; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 0; border-radius: 28px; color: var(--navy-900); background: radial-gradient(ellipse at 50% 0%, rgba(0,110,245,.1), transparent 58%), linear-gradient(180deg, #fff 0%, #f3f7fb 100%); box-shadow: 0 18px 40px rgba(7,17,46,.08); opacity: .42; transform: scale(.86); overflow: hidden; transition: transform .45s ease, opacity .45s ease, box-shadow .45s ease; }
.feature-card::before { content: ""; position: absolute; z-index: 0; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(0,110,245,.38), transparent 52%), linear-gradient(180deg, #16325a 0%, #07112e 100%); opacity: 0; transition: opacity .75s ease; will-change: opacity; }
.feature-card.is-active { opacity: 1; transform: scale(1); box-shadow: 0 28px 60px rgba(7,17,46,.18); }
.feature-card.is-active::before { opacity: 1; }
.feature-card > * { position: relative; z-index: 1; }
.feature-icon { width: 92px; height: 92px; margin-bottom: 18px; object-fit: contain; filter: drop-shadow(0 10px 16px rgba(7,17,46,.16)); }
.feature-card h3 { margin: 0 0 18px; color: var(--navy-900); font-size: clamp(28px, 2.4vw, 36px); font-weight: 800; line-height: 1.28; letter-spacing: -.045em; transition: color .45s ease; }
.feature-card p { max-width: 26em; margin: 0; color: rgba(7,17,46,.62); font-size: 18px; line-height: 1.75; transition: color .45s ease; }
.feature-card.is-active h3 { color: #fff; }
.feature-card.is-active p { color: rgba(255,255,255,.78); }
.difference.is-finale .feature-viewport { overflow: visible; }
.difference.is-finale .feature-grid { width: min(1200px, calc(100% - 48px)); margin-inline: auto; padding-inline: 0; gap: 16px; transform: none !important; }
.difference.is-finale .feature-card { flex: 1 1 0; min-width: 0; min-height: 390px; padding: 28px 18px 24px; opacity: 1; transform: none; }
.difference.is-finale .feature-card::before { opacity: 1; }
.difference.is-finale .feature-icon { width: 58px; height: 58px; margin-bottom: 10px; }
.difference.is-finale .feature-card h3 { margin-bottom: 10px; font-size: 20px; }
.difference.is-finale .feature-card p { font-size: 14px; line-height: 1.6; }

/* Jobs */
.jobs { position: relative; isolation: isolate; background: var(--pale); overflow: hidden; }
.jobs::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("assets/bg-spire.jpg") 76% 50% / cover no-repeat;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  opacity: .04;
  pointer-events: none;
}
.jobs > .container { position: relative; z-index: 1; }
.jobs .display-title { white-space: nowrap; font-size: clamp(32px, 4.4vw, 58px); }
.job-filters { display: flex; gap: 12px; margin-bottom: 38px; overflow-x: auto; scrollbar-width: none; }
.job-filters::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; min-width: 94px; padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; font-weight: 650; cursor: pointer; transition: .2s ease; }
.filter-button:hover, .filter-button.active { color: #fff; border-color: var(--navy-900); background: var(--navy-900); }
.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.job-card { display: flex; min-height: 490px; padding: 36px; flex-direction: column; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 8px 25px rgba(7,17,46,.04); transition: .25s ease; }
.job-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.job-card[hidden] { display: none; }
.job-top { display: flex; align-items: center; justify-content: space-between; }
.job-badge, .job-status { display: inline-flex; padding: 7px 11px; border-radius: 7px; font-size: 14px; font-weight: 750; }
.job-badge { color: var(--blue); background: rgba(0,110,245,.09); }
.job-status { color: var(--accent-hover); background: rgba(0,110,245,.09); }
.job-card h3 { margin: 30px 0 24px; color: var(--navy-900); font-size: 28px; line-height: 1.3; letter-spacing: -.045em; }
.job-specs { margin: 0; padding: 0; border-top: 1px solid var(--line); }
.job-specs div { display: grid; grid-template-columns: 80px 1fr; gap: 8px; padding: 11px 0; border-bottom: 1px solid rgba(7,17,46,.06); }
.job-specs dt { color: rgba(7,17,46,.62); font-size: 14px; }
.job-specs dd { margin: 0; color: rgba(7,17,46,.86); font-size: 15px; font-weight: 650; }
.job-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--navy-900); color: var(--navy-900); font-weight: 750; }
.job-card > a span { color: var(--accent); font-size: 20px; }
.job-more-button { display: flex; min-width: 142px; min-height: 52px; margin: 38px auto 0; padding: 0 22px; align-items: center; justify-content: center; gap: 14px; border: 1px solid rgba(7,17,46,.16); border-radius: 999px; color: var(--navy-900); background: rgba(255,255,255,.9); font: inherit; font-weight: 750; cursor: pointer; box-shadow: 0 10px 25px rgba(7,17,46,.05); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.job-more-button:hover { color: #fff; border-color: var(--navy-900); background: var(--navy-900); box-shadow: 0 14px 32px rgba(7,17,46,.14); transform: translateY(-2px); }
.job-more-button b { color: var(--accent); font-size: 18px; line-height: 1; }
.job-more-button:hover b { color: #fff; }
.job-more-button[hidden] { display: none; }
.job-empty { padding: 50px 25px; border: 1px dashed rgba(7,17,46,.28); border-radius: 18px; color: var(--muted); text-align: center; background: rgba(255,255,255,.65); }

/* Beginner */
.beginner { background: #fff; }
.section.beginner { padding: 70px 0; }
.beginner-section-heading {
  width: min(calc(100% - 80px), 1480px);
  margin: 0 auto 44px;
  text-align: center;
}
.beginner-section-heading h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.055em;
}
.beginner-section-heading p {
  margin: 14px 0 0;
  color: var(--accent);
  font-size: 20px;
  font-weight: 750;
}
.beginner-card { display: grid; width: min(calc(100% - 80px), 1480px); grid-template-columns: 1.08fr .92fr; min-height: calc(100svh - 140px); padding: 0; border-radius: 24px; background: var(--navy-900); box-shadow: var(--shadow); overflow: hidden; }
.beginner-photo { min-height: 520px; background: linear-gradient(rgba(7,17,46,.06), rgba(7,17,46,.18)), url("assets/entap-fleet.jpg") center / cover; }
.beginner-content { display: flex; padding: 80px 72px; flex-direction: column; justify-content: center; color: #fff; }
.beginner-content h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.15; letter-spacing: -.055em; }
.beginner-content > p:not(.overline) { margin: 28px 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.8; }
.beginner-content ul { margin: 8px 0 40px; padding: 0; list-style: none; }
.beginner-content li { position: relative; padding: 20px 0 20px 44px; border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; font-size: clamp(20px, 1.7vw, 26px); font-weight: 700; line-height: 1.45; letter-spacing: -.03em; }
.beginner-content li::before { content: "✓"; position: absolute; left: 0; top: 20px; color: var(--accent); font-size: 1em; font-weight: 900; }
.js .beginner-points li { opacity: 0; transform: translateY(22px); transition: opacity .85s ease, transform .85s ease; }
.js .beginner-points li.is-visible { opacity: 1; transform: translateY(0); }

/* Care */
.care { position: relative; isolation: isolate; color: #fff; background: var(--navy-950); overflow: hidden; }
.care::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("assets/bg-particles.jpg") center bottom / cover no-repeat;
  filter: grayscale(1) contrast(1.18);
  mix-blend-mode: screen;
  opacity: .13;
  pointer-events: none;
}
.care-glow { position: absolute; top: -250px; right: -200px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(0,110,245,.65), transparent 67%); }
.care .container { position: relative; z-index: 1; }
.care .display-title { color: #fff; }
.care .display-title em { color: var(--accent); font-style: normal; }
.care-intro { display: flex; align-items: center; flex-direction: column; gap: 22px; text-align: center; }
.care-intro > p { max-width: 680px; margin: 0; color: rgba(255,255,255,.64); font-size: 18px; line-height: 1.8; }
.care-steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 80px 0 0; padding: 0; list-style: none; border: 0; }
.care-steps::before,
.care-steps::after { content: ""; position: absolute; z-index: 0; top: 33px; right: calc(20% - 27px); left: 27px; height: 2px; border-radius: 999px; transform-origin: left center; pointer-events: none; }
.care-steps::before { background: rgba(255,255,255,.13); }
.care-steps::after { background: linear-gradient(90deg, #006ef5, #52a5ff); box-shadow: 0 0 14px rgba(0,110,245,.55); transform: scaleX(0); }
.care-steps.is-animated::after { transform: scaleX(1); transition: transform 5.2s cubic-bezier(.22,.7,.25,1); }
.care-steps li { position: relative; z-index: 1; min-height: 0; padding: 28px 22px 32px; border-radius: 20px; cursor: default; transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.care-steps li:not(:last-child)::after { content: none; }
.care-steps li::before { content: ""; position: relative; z-index: 2; display: block; width: 10px; height: 10px; margin: 0 0 14px; border-radius: 50%; background: #53617f; box-shadow: 0 0 0 6px rgba(255,255,255,.08); transition: background .25s ease, box-shadow .25s ease; }
.care-steps li > span { display: block; color: rgba(255,255,255,.38); font-size: 14px; font-weight: 800; letter-spacing: .1em; transition: color .45s ease; }
.care-steps.is-animated li::before { animation: careStepNode .72s cubic-bezier(.16,1,.3,1) forwards; }
.care-steps.is-animated li > span { animation: careStepNumber .6s ease forwards; }
.care-steps.is-animated li:nth-child(1)::before,
.care-steps.is-animated li:nth-child(1) > span { animation-delay: .05s; }
.care-steps.is-animated li:nth-child(2)::before,
.care-steps.is-animated li:nth-child(2) > span { animation-delay: 1.3s; }
.care-steps.is-animated li:nth-child(3)::before,
.care-steps.is-animated li:nth-child(3) > span { animation-delay: 2.55s; }
.care-steps.is-animated li:nth-child(4)::before,
.care-steps.is-animated li:nth-child(4) > span { animation-delay: 3.8s; }
.care-steps.is-animated li:nth-child(5)::before,
.care-steps.is-animated li:nth-child(5) > span { animation-delay: 5.05s; }
@keyframes careStepNode {
  0% { background: #53617f; box-shadow: 0 0 0 6px rgba(255,255,255,.08); transform: scale(.72); }
  55% { background: #52a5ff; box-shadow: 0 0 0 11px rgba(0,110,245,.2), 0 0 22px rgba(0,110,245,.68); transform: scale(1.35); }
  100% { background: var(--accent); box-shadow: 0 0 0 6px rgba(0,110,245,.2), 0 0 12px rgba(0,110,245,.45); transform: scale(1); }
}
@keyframes careStepNumber { to { color: var(--accent); } }
.care-steps strong { display: block; margin-top: 16px; font-size: 22px; transition: color .25s ease; }
.care-steps p { margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.75; transition: color .25s ease; }
.care-steps li:hover { background: #fff; transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7,17,46,.16); }
.care-steps.is-animated li:hover::before { animation: none; background: var(--navy-900); box-shadow: 0 0 0 6px rgba(7,17,46,.12); transform: none; }
.care-steps li:hover > span,
.care-steps li:hover strong { color: var(--navy-900); }
.care-steps.is-animated li:hover > span { animation: none; }
.care-steps li:hover p { color: rgba(7,17,46,.62); }
.care-features.section { min-height: auto; padding: 130px 0 140px; background: #fff; }
.care-features-heading { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; margin-bottom: 48px; text-align: center; }
.care-features-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(38px, 4.2vw, 58px); line-height: 1.15; letter-spacing: -.055em; }
.care-features-heading p { max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.care-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.care-feature-card { display: grid; min-width: 0; grid-template-rows: 190px auto; border: 0; border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(7,17,46,.07); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.care-feature-card:hover { box-shadow: 0 24px 52px rgba(7,17,46,.11); transform: translateY(-6px); }
.care-feature-visual { position: relative; display: grid; place-items: center; background: #fff; overflow: hidden; }
.care-feature-visual::after { display: none; }
.care-feature-visual img { position: relative; z-index: 1; width: 98px; height: 98px; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(7,17,46,.12)); transition: transform .3s ease; }
.care-feature-card:hover .care-feature-visual img { transform: translateY(-5px) scale(1.04); }
.care-feature-copy { display: flex; padding: 26px 24px 30px; align-items: center; justify-content: center; flex-direction: column; border-top: 1px solid rgba(7,17,46,.07); text-align: center; }
.care-feature-copy strong { display: block; color: var(--navy-900); font-size: 19px; line-height: 1.4; }
.care-feature-copy p { margin: 9px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.care-banner { position: relative; display: flex; min-height: 420px; align-items: center; color: #fff; border-top: 1px solid rgba(255,255,255,.07); background: #06102b; isolation: isolate; overflow: hidden; }
.care-banner::before { content: ""; position: absolute; z-index: -1; inset: 0 48% 0 0; background: linear-gradient(90deg, rgba(6,16,43,.18), #06102b 94%), url("assets/bg-waves.jpg") left center / cover no-repeat; filter: grayscale(1) contrast(1.15); opacity: .17; pointer-events: none; }
.care-banner-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 80px; align-items: center; padding-block: 88px; }
.care-banner-copy p { margin: 0 0 24px; color: rgba(255,255,255,.78); font-size: clamp(18px, 1.7vw, 22px); font-weight: 700; line-height: 1.5; }
.care-banner-copy h2 { margin: 0; color: #fff; font-size: clamp(34px, 4vw, 48px); line-height: 1.2; letter-spacing: -.055em; }
.care-banner-cta { display: flex; width: 150px; height: 150px; align-items: center; justify-content: center; flex-direction: column; gap: 12px; border-radius: 50%; color: #fff; background: var(--accent); font-weight: 750; box-shadow: 0 18px 48px rgba(0,110,245,.2); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.care-banner-cta b { font-size: 24px; line-height: 1; transition: transform .25s ease; }
.care-banner-cta:hover { background: #0879ff; box-shadow: 0 24px 58px rgba(0,110,245,.32); transform: scale(1.04); }
.care-banner-cta:hover b { transform: translateX(5px); }
.care-banner-cta:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }

/* Stories */
.stories { background: #fff; }
.story-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: auto auto; gap: 20px; }
.story-card { border-radius: 20px; overflow: hidden; }
.story-card-image { position: relative; grid-row: 1 / 3; min-height: 600px; background: var(--navy-900); }
.story-photo { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,17,46,.88), rgba(7,17,46,.04) 65%), url("assets/warehouse.jpg") center / cover; transition: transform .5s ease; }
.story-card-image:hover .story-photo { transform: scale(1.04); }
.story-overlay { position: absolute; right: 0; bottom: 0; left: 0; padding: 44px; color: #fff; }
.story-overlay > span, .story-type { color: #006ef5; font-size: 14px; font-weight: 800; letter-spacing: .1em; }
.story-overlay h3 { max-width: 600px; margin: 14px 0 28px; font-size: clamp(27px, 3vw, 40px); line-height: 1.28; letter-spacing: -.045em; }
.story-overlay a, .story-card-guide a { display: inline-flex; gap: 26px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-weight: 700; }
.story-card-guide { padding: 38px; color: #fff; background: var(--blue); }
.story-card-guide h3 { margin: 14px 0; font-size: 29px; line-height: 1.3; }
.story-card-guide p { margin: 0 0 26px; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.7; }
.story-card-list { padding: 32px 40px; border: 0; background: var(--pale); }
.story-card-list > span { color: var(--blue); }
.story-card-list ul { margin: 12px 0 0; padding: 0; list-style: none; }
.story-card-list li { border-bottom: 1px solid var(--line); }
.story-card-list li:last-child { border-bottom: 0; }
.story-card-list a { display: grid; grid-template-columns: 52px 1fr auto; gap: 18px; align-items: center; padding: 21px 4px; font-size: 16px; font-weight: 650; line-height: 1.6; }
.story-card-list a span { color: var(--accent-hover); font-size: 14px; font-weight: 750; }
.story-card-list a b { padding-left: 14px; color: var(--blue); transition: transform .2s ease; }
.story-card-list a:hover b { transform: translateX(4px); }

/* FAQ */
.faq { background: var(--pale); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.accordion { border-top: 2px solid var(--navy-900); }
.faq-item { border-bottom: 1px solid rgba(7,17,46,.18); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; min-height: 82px; padding: 20px 4px; align-items: center; justify-content: space-between; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button span { display: flex; align-items: center; gap: 15px; font-size: 18px; font-weight: 700; }
.faq-item button b { color: var(--accent); }
.faq-item button i { position: relative; display: block; width: 20px; height: 20px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 9px; left: 2px; width: 16px; height: 2px; background: var(--navy-900); transition: transform .2s ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer p { margin: -4px 55px 24px 40px; padding: 0 0 0 2px; color: var(--muted); line-height: 1.8; }

/* Consultation */
.consult { position: relative; isolation: isolate; color: #fff; background: var(--navy-900); overflow: hidden; }
.consult.section { min-height: auto; padding: 120px 0; }
.consult::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("assets/bg-flow.jpg") center bottom / cover no-repeat;
  filter: grayscale(1) contrast(1.1);
  mix-blend-mode: screen;
  opacity: .11;
  pointer-events: none;
}
.consult > .container { position: relative; z-index: 1; }
.consult-grid { display: block; width: min(calc(100% - 48px), 860px); }
.contact-note { margin-top: 18px; }
.contact-directory { border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.06); overflow: hidden; transition: border-color .2s ease, background .2s ease; }
.contact-directory[open] { border-color: rgba(0,110,245,.72); background: rgba(255,255,255,.09); }
.contact-directory summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 20px 22px; list-style: none; cursor: pointer; user-select: none; }
.contact-directory summary::-webkit-details-marker { display: none; }
.contact-directory summary:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }
.contact-summary-copy { display: grid; grid-template-columns: max-content auto; column-gap: 10px; align-items: baseline; }
.contact-summary-copy small { grid-column: 1 / -1; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 650; }
.contact-summary-copy strong { color: #fff; font-size: 24px; line-height: 1.35; letter-spacing: -.02em; }
.contact-summary-copy em { color: rgba(255,255,255,.7); font-size: 13px; font-style: normal; }
.contact-summary-action { position: relative; display: block; width: 28px; height: 28px; }
.contact-summary-action::after { content: ""; position: absolute; left: 8px; top: 7px; width: 9px; height: 9px; border-right: 2px solid rgba(255,255,255,.86); border-bottom: 2px solid rgba(255,255,255,.86); transform: rotate(45deg); transition: transform .22s ease, top .22s ease; }
.contact-directory[open] .contact-summary-action::after { top: 11px; transform: rotate(225deg); }
.contact-list { display: grid; gap: 7px; padding: 4px 12px 12px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-list a { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 13px 12px; border-radius: 11px; color: #fff; transition: background .2s ease, transform .2s ease; }
.contact-list a:hover { background: rgba(255,255,255,.08); transform: translateX(3px); }
.contact-list a:focus-visible { outline: 2px solid #fff; outline-offset: -2px; }
.contact-list a > span { display: flex; gap: 8px; align-items: center; color: #fff; font-size: 14px; }
.contact-list b { font-size: 15px; }
.contact-list small { padding: 3px 7px; border-radius: 999px; color: #fff; background: var(--accent); font-size: 10px; font-weight: 750; }
.contact-list strong { color: rgba(255,255,255,.9); font-size: 16px; }
.consult-form { padding: 42px; border-radius: 20px; color: var(--text); background: #fff; box-shadow: 0 24px 60px rgba(7,17,46,.16); }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.form-heading strong { color: var(--navy-900); font-size: 25px; }
.form-heading span { color: var(--muted); font-size: 14px; }
.consult-form i { color: var(--accent); font-style: normal; }
.form-row { display: grid; gap: 16px; margin-bottom: 18px; }
.form-row.two { grid-template-columns: repeat(2, 1fr); }
.consult-form label > span { display: block; margin-bottom: 7px; color: rgba(7,17,46,.78); font-size: 14px; font-weight: 700; }
.consult-form input:not([type="checkbox"]), .consult-form select, .consult-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; color: var(--text); background: #fff; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.consult-form input:not([type="checkbox"]), .consult-form select { height: 52px; padding: 0 14px; }
.consult-form textarea { min-height: 112px; padding: 13px 14px; resize: vertical; }
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,110,245,.1); }
.submit-button:disabled { cursor: wait; opacity: .7; }
.consult-form [aria-invalid="true"] { border-color: #006ef5 !important; }
.form-message { display: block; margin-bottom: 16px; }
.agreement { display: flex; gap: 9px; align-items: flex-start; margin: 18px 0; cursor: pointer; }
.agreement input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); }
.agreement span { margin: 0 !important; color: rgba(7,17,46,.62) !important; font-size: 14px !important; line-height: 1.65; font-weight: 500 !important; }
.agreement a { text-decoration: underline; }
.submit-button { width: 100%; border: 0; }
.form-status { display: none; margin: 14px 0 0; padding: 11px 13px; border-radius: 8px; font-size: 14px; line-height: 1.6; text-align: center; }
.form-status.show { display: block; }
.form-status.error { color: #07112e; background: rgba(0,110,245,.07); }
.form-status.success { color: #07112e; background: rgba(0,110,245,.07); }

/* Location */
.location.section { min-height: auto; padding: 140px 0; background: #fff; }
.location-heading { margin-bottom: 42px; }
.location-map { position: relative; display: block; width: 100%; aspect-ratio: 3 / 2; border-radius: 24px; background: #eef2f5; box-shadow: var(--shadow); overflow: hidden; }
.location-map::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(7,17,46,.56) 100%); pointer-events: none; }
.location-map > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.location-map:hover > img { transform: scale(1.018); }
.location-map:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.location-map-action { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; justify-content: space-between; padding: 19px 22px; border-radius: 15px; color: #fff; background: rgba(7,17,46,.88); backdrop-filter: blur(12px); }
.location-map-action strong { font-size: 18px; }
.location-map-action b { color: #5fa9ff; font-size: 24px; transition: transform .2s ease; }
.location-map:hover .location-map-action b { transform: translate(3px,-3px); }
.location-details { display: grid; grid-template-columns: 1.5fr .75fr .75fr; margin-top: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.location-detail { display: grid; gap: 4px; padding: 22px 24px; border-right: 1px solid var(--line); }
.location-detail:last-child { border-right: 0; }
.location-detail small { color: var(--muted); font-size: 12px; font-weight: 700; }
.location-detail strong { color: var(--navy-900); font-size: 16px; line-height: 1.5; }
a.location-detail:hover strong { color: var(--accent); }
a.location-detail:focus-visible { outline: 2px solid var(--accent); outline-offset: -3px; }

/* Footer */
.site-footer { padding: 74px 0 30px; color: rgba(255,255,255,.58); background: #07112e; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 42px; }
.footer-logo { width: 170px; }
.footer-logo img { filter: brightness(0) invert(1); }
.footer-socials { display: flex; gap: 9px; margin-left: auto; }
.footer-socials > * { display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(255,255,255,.96); cursor: pointer; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.footer-socials > *:hover { border-color: rgba(255,255,255,.72); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.footer-socials > *:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.footer-socials img { width: 18px; height: 18px; object-fit: contain; }
.footer-socials .blog-icon { width: 24px; height: 24px; filter: grayscale(1) brightness(0); }
.footer-bottom { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; line-height: 1.65; }
.footer-bottom p { margin: 0; }
.footer-bottom strong { color: rgba(255,255,255,.8); }
.business-info { display: grid; grid-template-columns: 170px 1fr; gap: 34px; align-items: start; }
.business-name { padding-top: 2px; font-size: 15px; }
.business-info dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px 26px; margin: 0; }
.business-info dl > div { display: flex; gap: 8px; min-width: 0; }
.business-info dt { flex: 0 0 auto; color: rgba(255,255,255,.38); }
.business-info dd { margin: 0; color: rgba(255,255,255,.7); }
.business-info dd a { color: inherit; text-decoration: underline; text-decoration-color: rgba(255,255,255,.22); text-underline-offset: 3px; }
.business-info dd a:hover { color: #fff; text-decoration-color: #fff; }
.business-address { grid-column: span 2; }
.copyright { margin-top: 22px !important; color: rgba(255,255,255,.34); font-size: 12px; letter-spacing: .02em; }

.quick-social { position: fixed; z-index: 1200; right: 28px; bottom: 28px; display: grid; gap: 10px; justify-items: end; }
.quick-social-menu { display: grid; gap: 9px; opacity: 0; visibility: hidden; transform: translateY(12px) scale(.96); transform-origin: right bottom; pointer-events: none; transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.quick-social.is-open .quick-social-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
.quick-social-link,
.quick-social-toggle { position: relative; display: grid; width: 50px; height: 50px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #142652; box-shadow: 0 10px 30px rgba(7,17,46,.24); cursor: pointer; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.quick-social-link:hover { background: var(--accent); transform: translateX(-3px); box-shadow: 0 13px 34px rgba(7,17,46,.24); }
.quick-social-link:focus-visible,
.quick-social-toggle:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.quick-social-link img { width: 20px; height: 20px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); }
.quick-social-link .blog-icon { width: 27px; height: 27px; filter: grayscale(1) brightness(0) invert(1); }
.quick-social-link::before { content: attr(data-label); position: absolute; right: calc(100% + 10px); top: 50%; padding: 6px 9px; border-radius: 7px; color: #fff; background: var(--navy-950); box-shadow: 0 7px 20px rgba(7,17,46,.16); font-size: 11px; font-weight: 700; line-height: 1; white-space: nowrap; opacity: 0; visibility: hidden; transform: translate(5px,-50%); transition: .18s ease; pointer-events: none; }
.quick-social-link:hover::before,
.quick-social-link:focus-visible::before { opacity: 1; visibility: visible; transform: translate(0,-50%); }
.quick-social-toggle { background: var(--accent); }
.quick-social-toggle:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,110,245,.3); }
.quick-social-toggle img { width: 23px; height: 23px; filter: brightness(0) invert(1); transition: transform .2s ease; }
.quick-social.is-open .quick-social-toggle img { transform: rotate(180deg); }

.mobile-bottom-bar { display: none; }
.toast { position: fixed; z-index: 1500; right: 24px; bottom: 24px; max-width: 330px; padding: 15px 20px; border-radius: 12px; color: #fff; background: var(--navy-900); box-shadow: 0 18px 45px rgba(7,17,46,.2); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s ease; }
.toast.show { opacity: 1; visibility: visible; transform: translateY(0); }

/* Reveal motion */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .reveal-delay-1 { transition-delay: .08s; }
.js .reveal-delay-2 { transition-delay: .16s; }
.js .reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 1279px) {
  .desktop-nav { display: none; }
  .header-inner { justify-content: space-between; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; }
  .feature-card { min-height: min(52vh, 480px); }
  .job-card { min-height: 470px; }
  .scroll-cue { display: none; }
}

@media (max-width: 960px) {
  .section { padding: 130px 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .heading-split, .care-intro { gap: 22px; }
  .heading-split .lead, .care-intro > p { max-width: 680px; }
  .hero-points { grid-template-columns: repeat(3, 1fr); }
  .job-grid { grid-template-columns: repeat(2, 1fr); }
  .job-card { min-height: 450px; }
  .section.beginner { padding: 70px 0; }
  .beginner-section-heading { width: min(calc(100% - 48px), 1480px); }
  .beginner-card { grid-template-columns: 1fr; min-height: auto; }
  .beginner-photo { min-height: 460px; }
  .care-steps { grid-template-columns: 1fr; border-top: 0; }
  .care-steps::before,
  .care-steps::after { display: none; }
  .care-steps li { display: grid; min-height: 0; grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 18px; padding: 18px 0 30px; border: 0; }
  .care-steps li::before { grid-column: 1; grid-row: 1; margin: 4px auto 0; }
  .care-steps li > span { grid-column: 2; grid-row: 1; }
  .care-steps li > div { min-width: 0; grid-column: 2; grid-row: 2; }
  .care-steps li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 27px; left: 13px; width: 2px; height: 100%; border-radius: 999px; background: linear-gradient(180deg, #006ef5, #52a5ff); box-shadow: 0 0 12px rgba(0,110,245,.42); transform: scaleY(0); transform-origin: top center; }
  .care-steps.is-animated li:not(:last-child)::after { transform: scaleY(1); transition: transform 1.25s cubic-bezier(.22,.7,.25,1); }
  .care-steps.is-animated li:nth-child(1)::after { transition-delay: .15s; }
  .care-steps.is-animated li:nth-child(2)::after { transition-delay: 1.4s; }
  .care-steps.is-animated li:nth-child(3)::after { transition-delay: 2.65s; }
  .care-steps.is-animated li:nth-child(4)::after { transition-delay: 3.9s; }
  .care-features-heading { align-items: center; flex-direction: column; gap: 16px; text-align: center; }
  .care-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .story-card-image { grid-row: auto; min-height: 520px; }
  .faq-grid { gap: 60px; }
  .contact-note { margin-top: 18px; }
  .business-info { grid-template-columns: 150px 1fr; }
  .business-info dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 64px; }
  .container, .header-inner { width: min(calc(100% - 40px), var(--container)); }
  .section { min-height: auto; padding: 72px 0; }
  .site-header, .site-header.scrolled, .site-header.menu-active { height: 70px; }
  .mobile-menu { top: 70px; height: calc(100svh - 70px); }
  .brand-frame { width: 132px; height: 38px; }
  .header-cta { display: none; }
  .menu-toggle { margin-right: -9px; }
  .display-title { font-size: clamp(34px, 10vw, 44px); }
  .jobs .display-title { white-space: normal; }
  .lead { font-size: 16px; }
  .section-heading { margin-bottom: 40px; }
  .difference-sticky .section-heading { margin-bottom: 48px; }
  .hero { min-height: 700px; height: auto; max-height: none; }
  .hero-media { background-image: linear-gradient(90deg, rgba(7,17,46,.94), rgba(7,17,46,.5)), url("assets/entap-driving-truck.jpg"); background-position: 60% center; }
  .hero-grid { background-size: 72px 72px; }
  .hero-content { min-height: 700px; height: auto; padding: 110px 0 150px; align-items: center; text-align: center; }
  .hero h1 { align-items: center; flex-direction: column; gap: 6px; font-size: clamp(43px, 12.3vw, 62px); line-height: 1.1; white-space: normal; }
  .hero-rotate { text-shadow: none; }
  .hero-copy { max-width: 340px; margin-top: 26px; font-size: 17px; }
  .button { min-height: 53px; }
  .hero-bottom { background: transparent; }
  .hero-points { min-height: 0; padding: 0 0 28px; }
  .hero-points > div { gap: 6px; padding: 0; flex-direction: column; align-items: center; }
  .hero-points strong { font-size: 16px; }
  .hero-points span { font-size: 14px; }
  .hero-points span b { font-size: 17px; }
  .statement.section { min-height: 450px; padding: 88px 0; background-position: 62% center; }
  .statement-quote p { font-size: clamp(24px, 7vw, 32px); line-height: 1.7; }
  .statement-quote figcaption { margin-top: 16px; font-size: 14px; }
  .job-grid { grid-template-columns: 1fr; }
  /* Keep mobile spacing inside the wave background, not outside it. */
  .difference.section { height: auto !important; min-height: 0; padding: 0 !important; }
  .difference-sticky { position: relative !important; height: auto !important; min-height: 0; padding: 80px 0 88px; justify-content: flex-start; background: #f4f6f9; overflow: visible; }
  .difference-sticky::before { display: none; }
  .handwritten-title { min-height: 132px; width: min(72%, 280px); margin-bottom: 8px; transform: translateY(-12px); }
  .handwritten-circle { inset: 6% 2% 14% 2%; transform: translateY(-10px); }
  .handwritten-copy { transform: translateY(-8%); }
  .beginner-section-heading h2 { font-size: 34px; }
  .feature-viewport { overflow: visible; }
  .feature-grid { display: grid; grid-template-columns: 1fr 1fr; width: auto; max-width: none; margin: 0; padding-inline: 20px; gap: 12px; transform: none !important; }
  .feature-card,
  .feature-card.is-active { flex: none; min-height: 250px; padding: 22px 14px 18px; border: 1px solid rgba(7,17,46,.08); background: #fff; box-shadow: none; opacity: 1; transform: none; }
  .feature-card::before,
  .feature-card.is-active::before,
  .difference.is-finale .feature-card::before { display: none; }
  .feature-icon { width: 52px; height: 52px; margin-bottom: 12px; filter: none; }
  .feature-card.is-active h3 { color: var(--navy-900); }
  .feature-card.is-active p { color: rgba(7,17,46,.62); }
  .feature-card h3 { margin-bottom: 8px; font-size: 17px; }
  .feature-card p { font-size: 14px; line-height: 1.55; }
  .job-card { grid-column: auto; min-height: 430px; padding: 26px; }
  .section.beginner { padding: 0; }
  .beginner-section-heading { width: 100%; margin-bottom: 0; padding: 28px 20px 4px; }
  .beginner-section-heading h2 { font-size: 34px; }
  .beginner-section-heading p { margin-top: 10px; font-size: 17px; }
  .beginner-card { width: 100%; border-radius: 0; }
  .beginner-photo { min-height: 320px; }
  .beginner-content { padding: 52px 20px 64px; }
  .beginner-content h2 { font-size: 40px; }
  .beginner-content li { padding: 16px 0 16px 38px; font-size: 20px; }
  .beginner-content li::before { top: 16px; }
  .care-steps { grid-template-columns: 1fr; margin-top: 36px; border-top: 0; }
  .care-steps li { grid-template-columns: 24px minmax(0, 1fr); column-gap: 14px; padding: 16px 0 28px; }
  .care-steps li::before { margin-top: 3px; }
  .care-steps li:not(:last-child)::after { top: 24px; left: 11px; }
  .care-steps li > span { padding: 0; }
  .care-steps strong { margin-top: 8px; }
  .care-steps p { margin-top: 8px; }
  .care-features.section { padding: 78px 0 82px; }
  .care-features-heading { margin-bottom: 32px; }
  .care-features-heading h2 { font-size: clamp(34px, 9vw, 42px); }
  .care-features-heading p { font-size: 16px; }
  .care-feature-grid { grid-template-columns: 1fr; gap: 14px; }
  .care-feature-card { grid-template-rows: 160px auto; }
  .care-feature-visual img { width: 86px; height: 86px; }
  .care-feature-copy { padding: 22px 20px 25px; }
  .care-banner { min-height: 350px; }
  .care-banner::before { right: 0; opacity: .11; }
  .care-banner-inner { grid-template-columns: 1fr; gap: 38px; padding-block: 64px; }
  .care-banner-copy p { margin-bottom: 16px; font-size: 17px; }
  .care-banner-copy h2 { font-size: clamp(30px, 8vw, 38px); }
  .care-banner-cta { width: 120px; height: 120px; margin-left: auto; font-size: 14px; }
  .story-card-image { min-height: 490px; }
  .story-overlay { padding: 30px 24px; }
  .story-card-guide { padding: 32px 24px; }
  .story-card-list { padding: 28px 22px; }
  .story-card-list a { grid-template-columns: 42px 1fr auto; gap: 12px; padding: 18px 2px; }
  .story-card-list a b { padding-left: 6px; }
  .faq-grid { gap: 36px; }
  .faq-item button { min-height: 75px; }
  .faq-item button span { gap: 10px; font-size: 16px; }
  .faq-answer p { margin: -2px 15px 22px 30px; }
  .consult-form { padding: 30px 20px; margin-inline: -4px; }
  .consult.section { padding: 72px 0; }
  .contact-directory summary { grid-template-columns: minmax(0, 1fr) auto; gap: 16px; padding: 17px 18px; }
  .contact-summary-copy { grid-template-columns: max-content auto; column-gap: 8px; }
  .contact-summary-copy strong { font-size: 20px; }
  .contact-summary-copy em { font-size: 12px; }
  .contact-summary-action { width: 24px; height: 24px; }
  .contact-summary-action::after { left: 6px; top: 6px; }
  .contact-directory[open] .contact-summary-action::after { top: 10px; }
  .contact-list a { padding-inline: 8px; }
  .contact-list a > span { flex-wrap: wrap; gap: 5px; }
  .contact-list strong { font-size: 14px; white-space: nowrap; }
  .form-row.two { grid-template-columns: 1fr; }
  .form-heading strong { font-size: 22px; }
  .location.section { padding: 78px 0; }
  .location-heading { margin-bottom: 34px; }
  .location-map { border-radius: 18px; }
  .location-map-action { right: 14px; bottom: 14px; left: 14px; padding: 15px 17px; }
  .location-map-action strong { font-size: 16px; }
  .location-details { grid-template-columns: 1fr; }
  .location-detail { padding: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .location-detail:last-child { border-bottom: 0; }
  .site-footer { padding-top: 58px; }
  .footer-top { align-items: center; gap: 24px; padding-bottom: 34px; }
  .footer-logo { width: 145px; }
  .footer-socials { gap: 7px; }
  .footer-socials > * { width: 38px; height: 38px; }
  .footer-bottom { padding-bottom: 8px; }
  .business-info { grid-template-columns: 1fr; gap: 16px; }
  .business-info dl { grid-template-columns: 1fr; gap: 7px; }
  .business-address { grid-column: auto; }
  .business-info dl > div { flex-wrap: wrap; column-gap: 8px; }
  .business-info dt { min-width: 94px; }
  .quick-social { right: 16px; bottom: 82px; gap: 8px; }
  .quick-social-menu { gap: 7px; }
  .quick-social-link { width: 46px; height: 46px; }
  .quick-social-toggle { width: 48px; height: 48px; }
  .quick-social-link::before { display: none; }
  .mobile-bottom-bar { position: fixed; z-index: 1100; right: 0; bottom: 0; left: 0; display: grid; height: 64px; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--navy-950); box-shadow: 0 -5px 20px rgba(7,17,46,.15); }
  .mobile-bottom-bar > * { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; border: 0; border-right: 1px solid rgba(255,255,255,.13); color: #fff; background: transparent; font-size: 14px; font-weight: 650; cursor: pointer; }
  .mobile-bottom-bar > *:last-child { border-right: 0; background: var(--accent); }
  .mobile-bottom-bar span { font-size: 15px; font-weight: 800; }
  .mobile-bottom-bar img { width: 21px; height: 21px; object-fit: contain; }
  .toast { right: 16px; bottom: 80px; left: 16px; max-width: none; }
}

@media (max-width: 400px) {
  .container, .header-inner { width: min(calc(100% - 32px), var(--container)); }
  .hero h1 { font-size: 41px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal,
  .js .beginner-points li { opacity: 1; transform: none; }
  .marker-highlight::before { transform: scaleX(1); }
  .handwritten-circle path { stroke-dashoffset: 0; opacity: .92; }
  .care-steps::after { transform: scaleX(1); transition: none; }
  .care-steps.is-animated li::before { animation: none; background: var(--accent); box-shadow: 0 0 0 6px rgba(0,110,245,.2); transform: none; }
  .care-steps.is-animated li > span { animation: none; color: var(--accent); }
  .care-steps.is-animated li:not(:last-child)::after { transform: scaleY(1); transition: none; }
  .hero-rotate-sizer { display: none; }
  .hero-rotate-item { position: static; opacity: 0; transform: none; animation: none !important; }
  .hero-rotate-item.is-active { position: static; opacity: 1; }
  .hero-letter { opacity: 1; filter: none; transform: none; }
  .brand-marquee-viewport { overflow-x: auto; mask-image: none; scrollbar-width: none; }
  .brand-marquee-viewport::-webkit-scrollbar { display: none; }
  .brand-marquee-track { transform: none !important; }
  .brand-marquee-group[aria-hidden="true"] { display: none; }
  .brand-marquee-group { min-width: max-content; justify-content: flex-start; }
  .difference.section { height: auto; }
  .difference-sticky { position: relative; height: auto; }
  .feature-grid { transform: none !important; flex-wrap: wrap; width: auto; padding-inline: 24px; }
  .feature-card { flex: 1 1 280px; opacity: 1; transform: none; }
}
