:root {
  --navy: #000000;
  --navy-2: #000000;
  --ink: #000000;
  --muted: #657181;
  --amber: #fff386;
  --amber-dark: #fff386;
  --cream: #f5f2ec;
  --line: #dfe4e9;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 24px 70px rgb(11 31 51 / 10%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; background: var(--amber); color: #111; transform: translateY(-150%); transition: .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; color: var(--white); border-bottom: 1px solid rgb(255 255 255 / 14%); transition: .25s ease; }
.site-header.scrolled { height: 72px; background: rgb(11 31 51 / 96%); box-shadow: 0 8px 30px rgb(0 0 0 / 14%); backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; letter-spacing: .03em; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 10px; background: var(--amber); color: var(--navy); }
.brand-mark svg { width: 31px; fill: currentColor; }
.brand-mark .brand-line { fill: none; stroke: var(--amber); stroke-width: 2; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.23rem; font-weight: 850; }
.brand small { margin-top: 5px; font-size: .63rem; letter-spacing: .28em; opacity: .8; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); font-size: .91rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; padding-block: 10px; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 2px; background: var(--amber); transition: width .2s; }
.site-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 11px 19px; color: #17202b; background: var(--amber); border-radius: 6px; transition: .2s; }
.nav-cta:hover { background: #fff386; transform: translateY(-1px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; color: white; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 760px; height: min(900px, 100svh); display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgb(8 25 42 / 96%) 0%, rgb(8 25 42 / 82%) 34%, rgb(8 25 42 / 22%) 68%, rgb(8 25 42 / 15%) 100%), linear-gradient(0deg, rgb(8 25 42 / 38%), transparent 45%), url("assets/hero-moving.png"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-content { position: relative; z-index: 1; padding-top: 78px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: var(--amber); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--amber); }
.hero h1 { max-width: 770px; margin: 21px 0 22px; font-size: clamp(3.4rem, 6.7vw, 6.5rem); line-height: .98; letter-spacing: -.055em; font-weight: 820; }
.hero h1 em { color: var(--amber); font-family: Georgia, serif; font-weight: 400; }
.hero-content > p { max-width: 590px; margin: 0; color: rgb(255 255 255 / 78%); font-size: clamp(1rem, 1.5vw, 1.17rem); }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 23px; border: 1px solid transparent; border-radius: 6px; font-size: .92rem; font-weight: 750; cursor: pointer; transition: .2s ease; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: #17202b; background: var(--amber); }
.button-primary:hover { background: #fff386; transform: translateY(-2px); box-shadow: 0 10px 25px rgb(255 243 134 / 22%); }
.button-ghost { color: white; border-color: rgb(255 255 255 / 36%); background: rgb(255 255 255 / 5%); }
.button-ghost:hover { background: rgb(255 255 255 / 12%); border-color: rgb(255 255 255 / 70%); }
.hero-points { display: flex; flex-wrap: wrap; gap: 25px; margin: 36px 0 0; padding: 0; list-style: none; color: rgb(255 255 255 / 72%); font-size: .86rem; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points span { width: 19px; height: 19px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgb(255 243 134 / 48%); border-radius: 50%; font-size: .68rem; }

.service-strip { background: var(--amber); color: var(--navy); }
.strip-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.strip-inner p { display: flex; align-items: center; gap: 20px; margin: 0; }
.strip-inner p strong { font-size: 1.05rem; }
.strip-inner p span { padding-left: 20px; border-left: 1px solid rgb(11 31 51 / 25%); font-size: .88rem; }
.strip-inner > a { font-size: .87rem; font-weight: 800; }
.strip-inner > a span { margin-left: 8px; }

.section { padding: 110px 0; scroll-margin-top: 70px; }
.services { background: #fff; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-heading h2, .process h2, .trust h2, .quote h2 { margin: 13px 0 0; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 420px; padding: 34px 28px 30px; border-right: 1px solid var(--line); overflow: hidden; transition: .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { z-index: 1; color: white; background: var(--navy); transform: translateY(-8px); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 24px; right: 24px; color: #a7b0ba; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 20px 0 50px; color: var(--amber-dark); background: rgb(255 243 134 / 12%); border-radius: 50%; }
.service-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card:hover .service-icon { background: rgb(255 255 255 / 10%); color: var(--amber); }
.service-card h3 { margin: 0 0 13px; font-size: 1.26rem; }
.service-card p { min-height: 102px; margin: 0; color: var(--muted); font-size: .9rem; }
.service-card:hover p { color: rgb(255 255 255 / 66%); }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--amber-dark); font-size: .82rem; font-weight: 800; }
.service-card:hover a { color: var(--amber); }

.process { color: white; background: var(--navy); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 140px); }
.section-kicker.light { color: var(--amber); }
.process-copy > p { max-width: 430px; color: rgb(255 255 255 / 63%); }
.text-link { display: inline-flex; gap: 9px; margin-top: 25px; padding-bottom: 4px; color: var(--amber); border-bottom: 1px solid rgb(255 243 134 / 45%); font-size: .88rem; font-weight: 800; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 66px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgb(255 255 255 / 13%); }
.steps li:first-child { padding-top: 4px; }
.step-no { width: 52px; height: 52px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgb(255 243 134 / 34%); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.steps h3 { margin: 0 0 7px; font-size: 1.15rem; }
.steps p { margin: 0; color: rgb(255 255 255 / 58%); font-size: .9rem; }

.trust { background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.trust-visual { min-height: 540px; position: relative; background: linear-gradient(0deg, rgb(11 31 51 / 48%), transparent), url("assets/hero-moving.png") 70% center / cover; border-radius: 4px; box-shadow: var(--shadow); }
.trust-card { position: absolute; right: -28px; bottom: 32px; display: flex; align-items: center; gap: 15px; padding: 20px 23px; color: white; background: var(--navy); box-shadow: 0 16px 36px rgb(11 31 51 / 25%); }
.trust-check { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); background: var(--amber); border-radius: 50%; font-weight: 900; }
.trust-card strong, .trust-card span { display: block; }
.trust-card div > span { color: rgb(255 255 255 / 62%); font-size: .78rem; }
.trust-copy > p { color: var(--muted); }
.check-list { display: grid; gap: 18px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list li > span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); background: var(--amber); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list small { margin-top: 2px; color: var(--muted); font-size: .82rem; }

.quote { color: white; background: linear-gradient(130deg, #000000 0%, #102d4b 100%); }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.quote-copy > p { max-width: 450px; color: rgb(255 255 255 / 63%); }
.contact-lines { display: grid; gap: 14px; margin-top: 42px; }
.contact-lines a { display: flex; align-items: center; gap: 14px; }
.contact-lines a > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgb(255 243 134 / 35%); border-radius: 50%; font-weight: 800; }
.contact-lines small, .contact-lines strong { display: block; }
.contact-lines small { color: rgb(255 255 255 / 48%); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.quote-form { padding: 38px; color: var(--ink); background: white; border-radius: 5px; box-shadow: 0 28px 80px rgb(0 0 0 / 22%); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 16px; color: #000000; font-size: .76rem; font-weight: 750; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fafbfc; border: 1px solid #dce1e6; border-radius: 4px; outline: none; resize: vertical; transition: .2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgb(255 243 134 / 12%); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 10px 0 0; color: #84909c; font-size: .67rem; text-align: center; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 130px); }
.section-heading.compact { align-items: flex-start; margin: 0; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; font-size: 1rem; font-weight: 750; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--amber-dark); font-size: 1.6rem; font-weight: 300; transition: .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 45px 23px 0; color: var(--muted); font-size: .9rem; }

.site-footer { color: rgb(255 255 255 / 65%); background: #000000; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-top: 72px; padding-bottom: 62px; }
.brand-light { color: white; }
.footer-brand p { margin-top: 20px; font-size: .85rem; }
.footer-col { display: flex; flex-direction: column; gap: 9px; font-size: .8rem; }
.footer-col > strong { margin-bottom: 9px; color: white; font-size: .83rem; }
.footer-col a:hover { color: var(--amber); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 25px; border-top: 1px solid rgb(255 255 255 / 10%); font-size: .7rem; }
.whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; color: white; background: #25d366; border-radius: 50%; box-shadow: 0 10px 30px rgb(0 0 0 / 24%); transition: .2s; }
.whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp svg { width: 29px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-nav { gap: 17px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-grid, .quote-grid { grid-template-columns: 1fr; }
  .process-copy { max-width: 650px; }
  .trust-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header, .site-header.scrolled { height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 1.05rem; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 90px 30px 40px; background: var(--navy); transform: translateX(100%); transition: transform .28s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a:not(.nav-cta) { display: block; padding: 10px; font-size: 1.15rem; }
  .nav-cta { margin-top: 10px; padding: 14px 35px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 720px; height: 100svh; }
  .hero-bg { background-image: linear-gradient(90deg, rgb(8 25 42 / 93%), rgb(8 25 42 / 60%)), linear-gradient(0deg, rgb(8 25 42 / 55%), transparent), url("assets/hero-moving.png"); background-position: 60% center; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .hero-points { gap: 12px 18px; }
  .strip-inner { padding-block: 18px; }
  .strip-inner p { display: block; }
  .strip-inner p span { display: block; margin-top: 3px; padding: 0; border: 0; }
  .strip-inner > a { display: none; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card p { min-height: auto; }
  .service-icon { margin-bottom: 30px; }
  .process-grid, .trust-grid, .faq-grid { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 52px 1fr; gap: 17px; }
  .step-no { width: 46px; height: 46px; }
  .trust-visual { min-height: 420px; }
  .trust-card { right: 13px; left: 13px; bottom: 15px; }
  .quote-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 3.15rem; }
  .hero-content { padding-top: 65px; }
  .eyebrow { font-size: .64rem; }
  .hero-points li { width: 100%; }
  .section-heading h2, .process h2, .trust h2, .quote h2 { font-size: 2.35rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}


/* 2026 visual refresh */
:root {
  --navy-2: #123552; --ink: #142333; --muted: #637181;
  --amber: #fff386; --amber-dark: #fff386; --cream: #f7f4ee;
  --line: #e3e7e9; --shadow: 0 24px 70px rgb(11 31 51 / 12%);
  --shadow-soft: 0 18px 50px rgb(11 31 51 / 8%); --radius: 18px;
}
body { -webkit-font-smoothing: antialiased; }
.site-header { height: 88px; border-bottom-color: rgb(255 255 255 / 12%); transition: .3s ease; }
.site-header.scrolled { background: rgb(7 22 35 / 91%); box-shadow: 0 10px 35px rgb(0 0 0 / 18%); backdrop-filter: blur(18px); }
.brand-mark { width: 45px; height: 45px; border-radius: 13px; background: linear-gradient(145deg, #fff386, var(--amber)); box-shadow: 0 8px 24px rgb(255 243 134 / 22%); }
.nav-cta { padding-inline: 20px; border-radius: 999px; box-shadow: 0 8px 22px rgb(255 243 134 / 18%); }

.hero { min-height: 780px; height: min(940px, 100svh); }
.hero::after { content: ""; position: absolute; inset: auto -9% -34% auto; width: 560px; aspect-ratio: 1; border: 1px solid rgb(255 255 255 / 8%); border-radius: 50%; box-shadow: 0 0 0 70px rgb(255 255 255 / 2.5%), 0 0 0 140px rgb(255 255 255 / 2%); }
.hero-bg { background-image: linear-gradient(90deg, rgb(7 22 36 / 97%) 0%, rgb(7 22 36 / 88%) 39%, rgb(7 22 36 / 34%) 72%, rgb(7 22 36 / 24%) 100%), linear-gradient(0deg, rgb(7 22 36 / 62%), transparent 52%), url("assets/hero-moving.png"); transform: scale(1.015); }
.hero-content { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: end; gap: clamp(60px, 8vw, 120px); padding-top: 90px; }
.hero-copy { min-width: 0; }
.hero h1 { max-width: 760px; margin: 24px 0; font-size: clamp(3.6rem, 6vw, 6.25rem); line-height: .97; letter-spacing: -.058em; text-wrap: balance; }
.hero-content > p { max-width: none; }
.hero-copy > p { max-width: 590px; margin: 0; color: rgb(255 255 255 / 76%); font-size: clamp(1rem, 1.5vw, 1.17rem); }
.button { min-height: 54px; padding-inline: 24px; border-radius: 999px; }

.hero-route { align-self: end; margin-bottom: 4px; padding: 27px 27px 24px; border: 1px solid rgb(255 255 255 / 16%); border-radius: var(--radius); background: linear-gradient(145deg, rgb(255 255 255 / 13%), rgb(255 255 255 / 6%)); box-shadow: 0 30px 80px rgb(0 0 0 / 25%); backdrop-filter: blur(18px); }
.route-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.route-label { font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.route-status { display: flex; align-items: center; gap: 6px; color: rgb(255 255 255 / 60%); font-size: .65rem; white-space: nowrap; }
.route-status i { width: 7px; height: 7px; background: #d9c7aa; border-radius: 50%; box-shadow: 0 0 0 4px rgb(217 199 170 / 12%); }
.route-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 24px 0 21px; }
.route-line span { height: 3px; background: var(--amber); border-radius: 3px; }
.route-line span:nth-child(2) { opacity: .65; } .route-line span:nth-child(3) { opacity: .3; }
.hero-route ol { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.hero-route li { display: flex; align-items: center; gap: 13px; }
.hero-route li > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: var(--amber); border: 1px solid rgb(255 243 134 / 34%); border-radius: 10px; font-size: .65rem; font-weight: 800; }
.hero-route strong, .hero-route small { display: block; }
.hero-route strong { font-size: .85rem; } .hero-route small { color: rgb(255 255 255 / 53%); font-size: .69rem; }
.hero-route > a { display: flex; justify-content: space-between; margin-top: 23px; padding-top: 18px; color: var(--amber); border-top: 1px solid rgb(255 255 255 / 12%); font-size: .75rem; font-weight: 800; }

.service-strip { position: relative; z-index: 3; background: linear-gradient(100deg, #fff386, #fff386); box-shadow: 0 14px 45px rgb(11 31 51 / 12%); }
.section { padding-block: 120px; }
.service-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; border: 0; }
.service-card, .service-card:last-child { min-height: 430px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #fff, #fcfcfb); box-shadow: 0 10px 35px rgb(11 31 51 / 4%); transition: .28s ease; }
.service-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--amber), transparent 72%); opacity: 0; transition: .25s; }
.service-card:hover { border-color: var(--navy); background: linear-gradient(145deg, var(--navy-2), var(--navy)); transform: translateY(-9px); box-shadow: 0 25px 55px rgb(11 31 51 / 18%); }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 66px; height: 66px; border: 1px solid rgb(255 243 134 / 35%); border-radius: 18px; background: rgb(255 243 134 / 12%); transform: rotate(-2deg); }
.service-icon svg { transform: rotate(2deg); }

.process { position: relative; overflow: hidden; background: linear-gradient(135deg, #081d30, #123956); }
.process::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgb(255 255 255 / 14%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 14%) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.process-grid { position: relative; }
.step-no { color: var(--navy); background: var(--amber); border: 6px solid rgb(255 255 255 / 6%); font-weight: 850; background-clip: padding-box; }
.trust-visual { background-image: linear-gradient(0deg, rgb(11 31 51 / 58%), transparent 58%), url("assets/hero-moving.png"); border-radius: var(--radius); overflow: hidden; }
.trust-card { right: 24px; bottom: 24px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 14px; background: rgb(8 29 48 / 92%); backdrop-filter: blur(12px); }

.quote { position: relative; overflow: hidden; background: linear-gradient(130deg, #081c2e 0%, #123d5d 100%); }
.quote::after { content: ""; position: absolute; right: -150px; top: -220px; width: 560px; height: 560px; border: 100px solid rgb(255 243 134 / 5%); border-radius: 50%; }
.quote-grid { position: relative; z-index: 1; }
.quote-form { padding: 40px; border: 1px solid rgb(255 255 255 / 40%); border-radius: var(--radius); background: rgb(255 255 255 / 98%); box-shadow: 0 28px 80px rgb(0 0 0 / 24%); }
.quote-form input, .quote-form select, .quote-form textarea { padding: 13px 14px; border-color: #dce2e6; border-radius: 9px; background: #f8fafb; }
.accordion details { margin-bottom: 10px; padding-inline: 21px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 8px 28px rgb(11 31 51 / 3%); transition: .2s; }
.accordion details[open] { border-color: rgb(255 243 134 / 45%); box-shadow: var(--shadow-soft); }
.site-footer { background: #000000; }

@media (max-width: 1100px) {
  .hero-content { grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; }
  .hero h1 { font-size: clamp(3.5rem, 6vw, 5rem); }
}
@media (max-width: 900px) {
  .hero { height: auto; min-height: 820px; padding-block: 130px 70px; }
  .hero-content { grid-template-columns: 1fr; gap: 38px; padding-top: 0; }
  .hero-copy { max-width: 700px; }
  .hero-route { width: min(100%, 560px); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(-n+2), .service-card { border: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .site-header, .site-header.scrolled { height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 780px; padding-block: 112px 60px; }
  .hero-bg { background-image: linear-gradient(90deg, rgb(7 22 36 / 95%), rgb(7 22 36 / 67%)), linear-gradient(0deg, rgb(7 22 36 / 70%), transparent), url("assets/hero-moving.png"); }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-route { padding: 23px 21px 20px; }
  .section { padding-block: 84px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { min-height: auto; border: 1px solid var(--line); }
  .trust-card { right: 13px; bottom: 15px; }
  .quote-form { padding: 27px 21px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: clamp(2.8rem, 14vw, 3.35rem); }
  .hero-actions { max-width: none; }
  .route-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hero-route small { font-size: .66rem; }
}


/* Scroll-driven process story */
.process-story { height: 300svh; padding: 0; overflow: clip; scroll-margin-top: 0; transition: background .7s ease; }
.process-story[data-active="0"] { background: linear-gradient(135deg, #081d30, #123956); }
.process-story[data-active="1"] { background: linear-gradient(135deg, #071b2e, #17435b); }
.process-story[data-active="2"] { background: linear-gradient(135deg, #071a2a, #203047); }
.process-sticky { position: sticky; top: 0; height: 100svh; min-height: 680px; display: flex; align-items: center; overflow: hidden; }
.process-sticky::after { content: ""; position: absolute; right: -14vw; bottom: -35vw; width: 65vw; aspect-ratio: 1; border: 1px solid rgb(255 255 255 / 7%); border-radius: 50%; box-shadow: 0 0 0 8vw rgb(255 255 255 / 1.5%), 0 0 0 16vw rgb(255 255 255 / 1%); pointer-events: none; }
.process-stage { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.process-story .process-copy { max-width: 470px; }
.process-story .process-copy > p { max-width: 390px; margin-bottom: 0; }
.story-progress { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; max-width: 330px; margin-top: 34px; color: rgb(255 255 255 / 48%); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.story-progress > div { height: 2px; overflow: hidden; background: rgb(255 255 255 / 12%); border-radius: 2px; }
.story-progress i { display: block; width: 33.333%; height: 100%; background: var(--amber); border-radius: inherit; transform-origin: left; transition: width .55s cubic-bezier(.2,.8,.2,1); }
.story-scenes { position: relative; min-height: min(570px, 69svh); perspective: 1000px; }
.story-scene { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 4vw, 52px); overflow: hidden; border: 1px solid rgb(255 255 255 / 13%); border-radius: 26px; background: linear-gradient(145deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 4%)); box-shadow: 0 35px 100px rgb(0 0 0 / 25%); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; transform: translate3d(0, 50px, -80px) rotateX(3deg) scale(.96); transition: opacity .55s ease, transform .7s cubic-bezier(.2,.8,.2,1), visibility .55s; }
.story-scene::before { content: ""; position: absolute; top: -24%; right: -13%; width: 55%; aspect-ratio: 1; background: radial-gradient(circle, rgb(255 243 134 / 25%), transparent 68%); border-radius: 50%; }
.story-scene:nth-child(2)::before { background: radial-gradient(circle, rgb(70 174 197 / 23%), transparent 68%); }
.story-scene:nth-child(3)::before { background: radial-gradient(circle, rgb(217 199 170 / 20%), transparent 68%); }
.story-scene.is-active { z-index: 2; opacity: 1; visibility: visible; transform: translate3d(0, 0, 0) rotateX(0) scale(1); }
.story-watermark { position: absolute; top: -37px; right: 20px; color: rgb(255 255 255 / 4.5%); font-size: clamp(10rem, 18vw, 17rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.story-icon { position: absolute; top: clamp(30px, 4vw, 48px); left: clamp(30px, 4vw, 52px); width: 74px; height: 74px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgb(255 243 134 / 30%); border-radius: 22px; background: rgb(255 243 134 / 8%); }
.story-scene:nth-child(2) .story-icon { color: #75d4e8; border-color: rgb(117 212 232 / 28%); background: rgb(117 212 232 / 7%); }
.story-scene:nth-child(3) .story-icon { color: #eadfce; border-color: rgb(234 223 206 / 28%); background: rgb(234 223 206 / 7%); }
.story-icon svg { width: 43px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.story-copy { position: relative; z-index: 1; max-width: 510px; }
.story-copy > span { color: var(--amber); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-scene:nth-child(2) .story-copy > span { color: #75d4e8; }
.story-scene:nth-child(3) .story-copy > span { color: #eadfce; }
.story-copy h3 { max-width: 470px; margin: 11px 0 14px; color: white; font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1.02; letter-spacing: -.045em; }
.story-copy p { max-width: 470px; margin: 0; color: rgb(255 255 255 / 63%); font-size: .94rem; }
.story-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.story-tags span { padding: 7px 12px; color: rgb(255 255 255 / 64%); border: 1px solid rgb(255 255 255 / 12%); border-radius: 999px; background: rgb(255 255 255 / 4%); font-size: .65rem; }
.story-scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 25px; display: flex; align-items: center; gap: 10px; color: rgb(255 255 255 / 38%); font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.story-scroll-cue span { position: relative; width: 22px; height: 34px; border: 1px solid rgb(255 255 255 / 25%); border-radius: 20px; }
.story-scroll-cue span::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; background: var(--amber); border-radius: 3px; transform: translateX(-50%); animation: story-wheel 1.7s ease-in-out infinite; }
@keyframes story-wheel { 0% { opacity: 0; transform: translate(-50%, -2px); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 10px); } }

@media (max-width: 900px) {
  .process-story { height: auto; padding-block: 90px; }
  .process-sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .process-stage { grid-template-columns: 1fr; gap: 48px; }
  .process-story .process-copy { max-width: 650px; }
  .story-progress, .story-scroll-cue { display: none; }
  .story-scenes { display: grid; gap: 18px; min-height: 0; perspective: none; }
  .story-scene { position: relative; inset: auto; min-height: 430px; padding: 30px; opacity: 1; visibility: visible; transform: none; border-radius: 20px; }
  .story-watermark { top: -18px; font-size: 11rem; }
  .story-icon { top: 30px; left: 30px; width: 64px; height: 64px; border-radius: 18px; }
  .story-icon svg { width: 37px; }
}
@media (max-width: 560px) {
  .process-story { padding-block: 80px; }
  .story-scene { min-height: 410px; padding: 24px; }
  .story-icon { top: 24px; left: 24px; }
  .story-copy h3 { font-size: 2.15rem; }
}
@media (prefers-reduced-motion: reduce) {
  .process-story { height: auto; padding-block: 100px; }
  .process-sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .process-stage { grid-template-columns: 1fr; gap: 48px; }
  .story-progress, .story-scroll-cue { display: none; }
  .story-scenes { display: grid; gap: 18px; min-height: 0; }
  .story-scene { position: relative; min-height: 430px; opacity: 1; visibility: visible; transform: none; }
}


/* Ipek Nakliyat — original transport-led visual system */
:root {
  --navy: #000000; --navy-2: #000000; --ink: #000000; --muted: #667778;
  --amber: #fff386; --amber-dark: #fff386; --cream: #f4f1ea; --line: #d9dfda;
  --petrol: #000000; --petrol-deep: #000000; --petrol-soft: #000000;
  --orange: #fff386; --orange-dark: #fff386; --mint: #f2eadc;
  --paper: #f4f1ea; --paper-2: #ebe6dc; --white: #fff;
  --radius: 22px; --shadow: 0 24px 70px rgb(0 0 0 / 14%);
}
body { color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
.container { width: min(calc(100% - 44px), 1200px); }
.site-header { height: 88px; border-bottom-color: rgb(255 255 255 / 13%); }
.site-header.scrolled { height: 70px; background: rgb(0 0 0 / 92%); box-shadow: 0 10px 40px rgb(0 0 0 / 20%); backdrop-filter: blur(18px); }
.brand-mark { width: 46px; height: 46px; color: white; background: var(--orange); border-radius: 14px; box-shadow: 0 9px 26px rgb(255 243 134 / 30%); }
.nav-cta { color: white; background: var(--orange); border-radius: 999px; box-shadow: 0 8px 22px rgb(255 243 134 / 23%); }
.nav-cta:hover { background: #fff386; }
.site-nav > a:not(.nav-cta)::after { background: var(--orange); }

.hero { min-height: 800px; height: min(940px, 100svh); background: var(--petrol-deep); }
.hero::before { content: ""; position: absolute; z-index: 1; left: -12vw; bottom: -35vw; width: 62vw; aspect-ratio: 1; border: 1px solid rgb(242 234 220 / 9%); border-radius: 50%; box-shadow: 0 0 0 8vw rgb(242 234 220 / 2%), 0 0 0 16vw rgb(242 234 220 / 1.5%); }
.hero::after { display: none; }
.hero-bg { background-image: linear-gradient(90deg, rgb(0 0 0 / 98%) 0%, rgb(0 0 0 / 89%) 40%, rgb(0 0 0 / 35%) 75%, rgb(0 0 0 / 25%)), linear-gradient(0deg, rgb(0 0 0 / 72%), transparent 55%), url("assets/hero-moving.png"); transform: scale(1.02); }
.hero-content { grid-template-columns: minmax(0, 1fr) 355px; gap: clamp(55px, 8vw, 120px); padding-top: 86px; }
.eyebrow, .section-kicker { color: var(--orange); letter-spacing: .17em; }
.eyebrow span { background: var(--orange); }
.hero h1 { margin-block: 22px 24px; font-size: clamp(3.8rem, 6.3vw, 6.5rem); font-weight: 900; line-height: .94; letter-spacing: -.062em; }
.hero h1 em { color: var(--mint); }
.hero-copy > p { color: rgb(255 255 255 / 70%); }
.button { border-radius: 999px; }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: #fff386; box-shadow: 0 13px 28px rgb(255 243 134 / 25%); }
.button-ghost:hover { border-color: var(--mint); background: rgb(242 234 220 / 9%); }
.hero-points span { color: var(--petrol); border: 0; background: var(--mint); }
.hero-route { padding: 28px; border-color: rgb(242 234 220 / 20%); border-radius: var(--radius); background: linear-gradient(145deg, rgb(24 34 48 / 84%), rgb(0 0 0 / 70%)); box-shadow: 0 35px 90px rgb(0 0 0 / 28%); }
.hero-route::before { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; top: -95px; border: 35px solid rgb(255 243 134 / 10%); border-radius: 50%; }
.route-status i { background: var(--mint); box-shadow: 0 0 0 4px rgb(242 234 220 / 12%); }
.route-line span { background: var(--orange); }
.route-line span:nth-child(2) { background: linear-gradient(90deg, var(--orange), var(--mint)); }
.route-line span:nth-child(3) { background: var(--mint); opacity: .38; }
.hero-route li > span { color: var(--mint); border-color: rgb(242 234 220 / 24%); }
.hero-route > a { color: var(--orange); }
.service-strip { color: white; background: var(--orange); box-shadow: none; }

.section { padding-block: 120px; }
.services { background: var(--paper); }
.section-heading h2, .trust h2, .quote h2 { font-size: clamp(2.5rem, 4.2vw, 4.4rem); line-height: 1.02; }
.service-grid { gap: 16px; }
.service-card, .service-card:last-child { min-height: 430px; display: flex; flex-direction: column; border-color: var(--line); border-radius: var(--radius); background: rgb(255 255 255 / 72%); box-shadow: 0 10px 40px rgb(0 0 0 / 5%); }
.service-card::before { display: none; }
.service-card::after { content: ""; position: absolute; inset: auto -35% -45% auto; width: 180px; aspect-ratio: 1; background: var(--mint); border-radius: 50%; opacity: .11; transition: .35s; }
.service-card:hover { border-color: var(--petrol); background: var(--petrol); box-shadow: var(--shadow); }
.service-icon { color: var(--orange); border-color: rgb(255 243 134 / 20%); border-radius: 18px; background: rgb(255 243 134 / 8%); transform: none; }
.service-icon svg { transform: none; }
.service-card p { color: var(--muted); }
.service-card a, .service-card:hover a { position: relative; z-index: 1; margin-top: auto; color: var(--orange); }

.journey { --journey: 0; --journey-x: 0%; --journey-mobile-x: 0%; --journey-width: 0%; --wheel-angle: 0deg; --road-x: 0%; --start-opacity: 1; --start-shift: 0px; --end-opacity: .25; --end-shift: 60px; position: relative; height: 380svh; overflow: visible; color: white; background: var(--petrol-deep); }
.journey::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgb(242 234 220 / 18%) 1px, transparent 1px), linear-gradient(90deg, rgb(242 234 220 / 18%) 1px, transparent 1px); background-size: 54px 54px; }
.journey-sticky { position: sticky; top: 0; min-height: 720px; height: 100svh; overflow: hidden; background: linear-gradient(180deg, #000000 0%, #000000 63%, #000000 100%); }
.journey-head { position: absolute; z-index: 5; top: clamp(84px, 10vh, 112px); left: 50%; display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; transform: translateX(-50%); }
.section-kicker-light { color: var(--mint); }
.journey-head h2 { max-width: 700px; margin: 10px 0 0; font-size: clamp(2.4rem, 4.4vw, 4.6rem); line-height: .96; letter-spacing: -.055em; }
.journey-head > p { max-width: 330px; margin: 0 0 4px; color: rgb(255 255 255 / 55%); font-size: .86rem; text-align: right; }
.journey-world { position: absolute; z-index: 2; top: clamp(230px, 31vh, 300px); left: 50%; width: min(1440px, 100%); height: clamp(280px, 36vh, 350px); transform: translateX(-50%); }

.city { position: absolute; bottom: 53px; display: flex; align-items: flex-end; gap: 4px; opacity: .17; }
.city span { display: block; width: 30px; border: 1px solid var(--mint); border-bottom: 0; }
.city span:nth-child(1) { height: 75px; } .city span:nth-child(2) { height: 105px; } .city span:nth-child(3) { height: 62px; } .city span:nth-child(4) { height: 90px; } .city span:nth-child(5) { height: 122px; }
.city-start { left: -10px; } .city-end { right: -10px; }
.start-home, .end-home { position: absolute; z-index: 3; bottom: 50px; color: var(--mint); text-align: center; transition: opacity .4s, transform .4s; }
.start-home { left: 2.5%; opacity: var(--start-opacity); transform: translateX(var(--start-shift)); }
.end-home { right: 2.5%; opacity: var(--end-opacity); transform: translateX(var(--end-shift)); }
.start-home svg { width: 112px; } .end-home svg { width: 120px; }
.start-home svg, .end-home svg { fill: rgb(242 234 220 / 6%); stroke: currentColor; stroke-width: 3; }
.start-home .home-window, .end-home .home-window { fill: rgb(255 243 134 / 13%); stroke: var(--orange); }
.start-home small, .end-home small { display: inline-block; margin-top: 6px; padding: 4px 9px; color: rgb(255 255 255 / 65%); border: 1px solid rgb(255 255 255 / 12%); border-radius: 999px; background: var(--petrol-deep); font-size: .55rem; font-weight: 900; letter-spacing: .12em; }
.journey-road { position: absolute; right: 0; bottom: 26px; left: 0; height: 53px; background: #000000; box-shadow: inset 0 7px 0 rgb(255 255 255 / 3%); }
.journey-road::before, .journey-road::after { content: ""; position: absolute; right: 0; left: 0; height: 3px; background: var(--orange); opacity: .7; }
.journey-road::before { top: 0; } .journey-road::after { bottom: 0; opacity: .22; }
.journey-road i { position: absolute; top: 25px; left: 0; width: 200%; height: 3px; background: repeating-linear-gradient(90deg, rgb(255 255 255 / 48%) 0 45px, transparent 45px 78px); transform: translateX(var(--road-x)); }
.journey-truck { position: absolute; z-index: 6; left: calc(13% + var(--journey-x)); bottom: 53px; width: clamp(205px, 20vw, 285px); transform: translateX(-50%); will-change: left; }
.journey-truck svg { overflow: visible; }
.truck-box { fill: var(--paper); stroke: var(--paper); }
.truck-cab { fill: var(--orange); stroke: var(--orange); }
.truck-window { fill: var(--petrol); stroke: var(--mint); stroke-width: 2; }
.truck-bumper { fill: var(--mint); }
.truck-brand { fill: none; stroke: var(--orange); stroke-width: 4; }
.truck-body text { fill: var(--petrol); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.wheel { transform-box: fill-box; transform-origin: center; transform: rotate(var(--wheel-angle)); }
.wheel circle:first-child { fill: #090d12; stroke: var(--mint); stroke-width: 3; }
.wheel circle:nth-child(2) { fill: var(--orange); }
.wheel path { stroke: rgb(255 255 255 / 55%); stroke-width: 2; }
.truck-shadow { position: absolute; right: 6%; bottom: -7px; left: 4%; height: 13px; background: rgb(0 0 0 / 36%); border-radius: 50%; filter: blur(5px); }
.journey[data-phase="1"] .journey-truck { animation: truck-bounce .55s ease-in-out infinite alternate; }
.journey[data-phase="1"] .journey-truck::before, .journey[data-phase="1"] .journey-truck::after { content: ""; position: absolute; top: 45%; right: 102%; width: 60px; height: 2px; background: linear-gradient(90deg, transparent, var(--mint)); opacity: .4; }
.journey[data-phase="1"] .journey-truck::after { top: 61%; width: 38px; }
@keyframes truck-bounce { to { transform: translate(-50%, -3px); } }
.moving-box { position: absolute; z-index: 7; bottom: 97px; display: grid; place-items: center; width: 45px; height: 43px; color: var(--petrol); background: #d6a66d; border: 2px solid #a87943; font-size: .48rem; font-weight: 900; transition: opacity .45s, transform .65s cubic-bezier(.2,.8,.2,1); }
.box-one { left: 9%; transform: rotate(-7deg); } .box-two { left: 14%; bottom: 102px; transform: rotate(4deg); } .box-three { left: 18%; transform: rotate(-2deg); }
.journey[data-phase="1"] .moving-box, .journey[data-phase="2"] .moving-box { opacity: 0; transform: translate(90px, -18px) scale(.35); }
.journey-bottom { position: absolute; z-index: 8; right: 0; bottom: clamp(25px, 4vh, 42px); left: 0; }
.journey-panels { position: relative; height: 145px; }
.journey-panel { position: absolute; inset: 0; display: grid; grid-template-columns: 72px minmax(0, 620px); align-items: start; gap: 24px; opacity: 0; visibility: hidden; transform: translateY(24px); transition: opacity .5s, transform .55s, visibility .5s; }
.journey-panel.is-active { opacity: 1; visibility: visible; transform: none; }
.panel-number { width: 64px; height: 64px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgb(255 243 134 / 33%); border-radius: 18px; background: rgb(255 243 134 / 8%); font-size: .73rem; font-weight: 900; }
.journey-panel small { color: var(--mint); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.journey-panel h3 { margin: 7px 0 6px; font-size: clamp(1.35rem, 2.2vw, 2.2rem); line-height: 1.05; letter-spacing: -.035em; }
.journey-panel p { max-width: 570px; margin: 0; color: rgb(255 255 255 / 55%); font-size: .8rem; }
.journey-meter { position: absolute; right: 0; bottom: 14px; width: min(300px, 25vw); height: 3px; overflow: hidden; background: rgb(255 255 255 / 12%); border-radius: 4px; }
.journey-meter i { display: block; width: var(--journey-width); height: 100%; background: linear-gradient(90deg, var(--orange), var(--mint)); }
.journey-hint { position: absolute; right: 0; bottom: 27px; color: rgb(255 255 255 / 38%); font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journey-hint span { color: var(--orange); font-size: 1rem; }

.trust { background: var(--paper-2); }
.trust-visual { min-height: 560px; overflow: hidden; border-radius: 28px; background-image: linear-gradient(0deg, rgb(0 0 0 / 68%), transparent 62%), url("assets/hero-moving.png"); }
.trust-visual::before { content: "İPEK"; position: absolute; top: 20px; left: 25px; color: rgb(255 255 255 / 12%); font-size: 5rem; font-weight: 900; letter-spacing: -.08em; }
.trust-card { right: 22px; bottom: 22px; border-color: rgb(255 255 255 / 13%); border-radius: 16px; background: rgb(0 0 0 / 91%); }
.trust-check, .check-list li > span { color: white; background: var(--orange); }
.check-list li > span { border-radius: 9px; }
.quote { background: var(--petrol); }
.quote::after { border-color: rgb(242 234 220 / 5%); }
.quote-form { border-radius: 24px; }
.quote-form input, .quote-form select, .quote-form textarea { border-radius: 10px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgb(255 243 134 / 11%); }
.accordion details { border-radius: 14px; background: rgb(255 255 255 / 65%); }
.accordion details[open] { border-color: rgb(255 243 134 / 42%); background: white; }
.accordion summary span { color: var(--orange); }
.site-footer { background: var(--petrol-deep); }
.whatsapp { border-radius: 18px; }

@media (max-width: 1040px) {
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card p { min-height: 80px; }
}
@media (max-width: 800px) {
  .container { width: min(calc(100% - 30px), 1200px); }
  .site-header, .site-header.scrolled { height: 68px; }
  .brand-mark { width: 39px; height: 39px; border-radius: 11px; }
  .site-nav { background: var(--petrol-deep); }
  .hero { height: auto; min-height: 800px; padding: 118px 0 64px; }
  .hero-bg { background-image: linear-gradient(90deg, rgb(0 0 0 / 96%), rgb(0 0 0 / 65%)), linear-gradient(0deg, rgb(0 0 0 / 78%), transparent 55%), url("assets/hero-moving.png"); }
  .hero-content { grid-template-columns: 1fr; gap: 38px; padding-top: 0; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .hero-route { width: min(100%, 520px); }
  .section { padding-block: 82px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }

  .journey { height: auto; padding: 82px 0; overflow: hidden; }
  .journey-sticky { position: relative; height: auto; min-height: 0; overflow: visible; background: transparent; }
  .journey-head { position: relative; top: auto; left: auto; display: block; transform: none; }
  .journey-head h2 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .journey-head > p { margin-top: 16px; text-align: left; }
  .journey-world { position: relative; top: auto; left: auto; width: 100%; height: 250px; margin: 38px 0 26px; transform: none; }
  .city { bottom: 49px; }
  .city-start { display: none; }
  .start-home { left: 0; } .end-home { right: 0; }
  .start-home svg { width: 75px; } .end-home svg { width: 82px; }
  .journey-road { bottom: 23px; height: 45px; }
  .journey-road i { top: 21px; }
  .journey-truck { bottom: 45px; width: 165px; left: calc(17% + var(--journey-mobile-x)); }
  .moving-box { display: none; }
  .journey-bottom { position: relative; bottom: auto; width: auto; }
  .journey-panels { position: relative; height: auto; display: flex; gap: 14px; width: 100%; padding: 0 15px 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 15px; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; scrollbar-width: none; }
  .journey-panels::-webkit-scrollbar { display: none; }
  .journey-panel { position: relative; inset: auto; flex: 0 0 min(84vw, 500px); min-height: 230px; display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 24px; opacity: 1; visibility: visible; transform: none; scroll-snap-align: center; border: 1px solid rgb(242 234 220 / 15%); border-radius: 20px; background: rgb(255 255 255 / 6%); }
  .panel-number { width: 50px; height: 50px; border-radius: 14px; }
  .journey-panel h3 { font-size: 1.5rem; }
  .journey-panel p { font-size: .77rem; }
  .journey-meter { position: relative; right: auto; bottom: auto; width: calc(100% - 30px); margin: 3px 15px 0; }
  .journey-hint { position: relative; right: auto; bottom: auto; margin: 12px 15px 0; }
  .journey-hint span { display: inline-block; transform: rotate(90deg); }
  .trust-visual { min-height: 430px; }
  .trust-card { right: 14px; left: 14px; bottom: 14px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 3.1rem; }
  .hero-route { padding: 22px 20px; }
  .journey-panel { flex-basis: 88vw; grid-template-columns: 1fr; }
  .journey-panel .panel-number { margin-bottom: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .journey { height: auto; padding: 90px 0; }
  .journey-sticky { position: relative; height: auto; min-height: 0; }
  .journey-head, .journey-world, .journey-bottom { position: relative; inset: auto; transform: none; }
  .journey-panels { display: grid; gap: 14px; height: auto; margin-top: 25px; }
  .journey-panel { position: relative; inset: auto; opacity: 1; visibility: visible; transform: none; }
}


/* Journey v3 — professional generated truck and tighter composition */
.journey {
  --journey-x-v3: 0%;
  --journey-mobile-x-v3: 0%;
}
.journey-head { top: clamp(76px, 8.5vh, 96px); }
.journey-head h2 { max-width: 760px; font-size: clamp(2.7rem, 4.7vw, 4.9rem); }
.journey-world { top: clamp(220px, 27vh, 260px); height: clamp(330px, 41vh, 390px); }
.journey-truck {
  left: calc(21% + var(--journey-x-v3));
  bottom: 49px;
  width: clamp(360px, 36vw, 560px);
  transform: translateX(-50%);
  filter: drop-shadow(0 24px 18px rgb(0 0 0 / 27%));
}
.journey-truck img { position: relative; z-index: 2; width: 100%; height: auto; }
.truck-livery { position: absolute; z-index: 4; top: 29%; left: 18%; color: var(--petrol); line-height: .9; pointer-events: none; }
.truck-livery strong, .truck-livery small { display: block; }
.truck-livery strong { font-size: clamp(1rem, 2.2vw, 2rem); font-weight: 950; letter-spacing: -.05em; }
.truck-livery small { margin-top: 7px; color: var(--orange); font-size: clamp(.35rem, .65vw, .58rem); font-weight: 900; letter-spacing: .28em; }
.wheel-spin { position: absolute; z-index: 5; bottom: 2.2%; width: 15.6%; aspect-ratio: 1; border: 3px solid rgb(242 234 220 / 43%); border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgb(255 255 255 / 48%) 0 3deg, transparent 3deg 42deg); mix-blend-mode: screen; opacity: .48; transform: rotate(var(--wheel-angle)); }
.wheel-spin-back { left: 22.8%; }
.wheel-spin-front { left: 76.3%; }
.journey-truck .truck-shadow { z-index: 1; right: 3%; bottom: -2%; left: 3%; height: 10%; }
.journey-road { bottom: 17px; height: 78px; }
.journey-road i { top: 38px; }
.start-home, .end-home { bottom: 74px; }
.city { bottom: 78px; }
.journey-bottom { bottom: clamp(24px, 3vh, 34px); }
.journey-panels { height: 150px; }
.journey-panel.is-active { max-width: 780px; padding: 18px 22px; border-left: 3px solid var(--orange); border-radius: 0 18px 18px 0; background: linear-gradient(90deg, rgb(0 0 0 / 78%), transparent); }
.journey-meter { width: min(360px, 28vw); }
.moving-box { bottom: 91px; box-shadow: 0 8px 18px rgb(0 0 0 / 25%); }
.box-one { left: 5%; } .box-two { left: 9%; bottom: 92px; } .box-three { left: 13%; }
.journey[data-phase="0"] .box-one { animation: load-box 3.6s .1s ease-in-out infinite; }
.journey[data-phase="0"] .box-two { animation: load-box 3.6s 1.25s ease-in-out infinite; }
.journey[data-phase="0"] .box-three { animation: load-box 3.6s 2.4s ease-in-out infinite; }
.journey[data-phase="1"] .journey-road i { animation: road-run .6s linear infinite; }
.journey[data-phase="2"] .end-home { filter: drop-shadow(0 0 24px rgb(242 234 220 / 40%)); }
@keyframes load-box {
  0%, 16% { opacity: 0; transform: translate(-45px, 10px) scale(.85); }
  28%, 62% { opacity: 1; transform: translate(0, 0) scale(1); }
  82%, 100% { opacity: 0; transform: translate(145px, -42px) scale(.35); }
}
@keyframes road-run { to { background-position-x: -78px; } }

@media (max-height: 820px) and (min-width: 801px) {
  .journey-head { top: 72px; }
  .journey-head h2 { font-size: 3.3rem; }
  .journey-world { top: 190px; height: 330px; }
  .journey-truck { width: clamp(330px, 33vw, 490px); }
  .journey-bottom { bottom: 17px; }
  .journey-panels { height: 135px; }
}
@media (max-width: 800px) {
  .journey-head { top: auto; }
  .journey-world { height: 285px; margin-block: 30px 22px; }
  .journey-truck { left: calc(21% + var(--journey-mobile-x-v3)); bottom: 44px; width: 235px; }
  .truck-livery { top: 28%; left: 17%; }
  .truck-livery strong { font-size: .9rem; }
  .truck-livery small { margin-top: 4px; font-size: .31rem; }
  .wheel-spin { border-width: 2px; }
  .journey-road { bottom: 17px; height: 62px; }
  .journey-road i { top: 30px; }
  .start-home, .end-home { bottom: 63px; }
  .city { bottom: 64px; }
  .journey-panel, .journey-panel.is-active { max-width: none; padding: 24px; border: 1px solid rgb(242 234 220 / 15%); border-radius: 20px; background: rgb(255 255 255 / 6%); }
  .moving-box { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .wheel-spin { display: none; }
}


/* Journey v4 — full-width road, location beacons and articulated semi */
.wheel-spin { display: none !important; }
.journey {
  --journey-x-v4: 0%;
  --journey-mobile-x-v4: 0%;
}
.journey-world { width: 100vw; max-width: none; }
.city { display: none; }
.journey-road {
  right: auto;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
.location-node {
  bottom: 79px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.start-home { left: 5vw; }
.end-home { right: 5vw; }
.location-pin {
  position: relative;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(242 234 220 / 45%);
  border-radius: 50% 50% 50% 12px;
  background: linear-gradient(145deg, rgb(242 234 220 / 14%), rgb(0 0 0 / 88%));
  box-shadow: 0 16px 34px rgb(0 0 0 / 22%);
  transform: rotate(-45deg);
}
.location-pin::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgb(255 243 134 / 9%);
}
.location-pin i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}
.location-node small {
  margin-top: 0;
  padding: 6px 11px;
  color: rgb(255 255 255 / 72%);
  border-color: rgb(242 234 220 / 18%);
  background: rgb(0 0 0 / 84%);
  backdrop-filter: blur(8px);
}
.journey-truck {
  z-index: 8;
  left: calc(30% + var(--journey-x-v4));
  bottom: 25px;
  width: clamp(600px, 52vw, 900px);
  filter: drop-shadow(0 24px 19px rgb(0 0 0 / 32%));
}
.truck-livery {
  top: 32%;
  left: 9%;
  width: 58%;
  color: #fff;
  font-size: clamp(1.15rem, 1.9vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .19em;
  text-align: center;
  text-shadow: 0 2px 8px rgb(0 0 0 / 40%);
}
.wheel-spin {
  bottom: 1.5%;
  width: 9.7%;
  border-width: 2px;
  opacity: .32;
}
.wheel-one { left: 13.3%; }
.wheel-two { left: 24.5%; }
.wheel-three { left: 68.3%; }
.wheel-four { left: 84.4%; }
.journey-truck .truck-shadow { right: 2%; bottom: -1%; left: 2%; height: 8%; }
.moving-box { bottom: 100px; }
.box-one { left: 7%; }
.box-two { left: 10.5%; bottom: 103px; }
.box-three { left: 14%; }
.journey[data-phase="0"] .box-one,
.journey[data-phase="0"] .box-two,
.journey[data-phase="0"] .box-three { animation-name: load-box-v4; }
@keyframes load-box-v4 {
  0%, 14% { opacity: 0; transform: translate(-35px, 9px) rotate(-5deg) scale(.82); }
  27%, 58% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  82%, 100% { opacity: 0; transform: translate(205px, -72px) scale(.28); }
}

@media (max-height: 820px) and (min-width: 801px) {
  .journey-truck { width: clamp(540px, 48vw, 760px); }
}
@media (max-width: 800px) {
  .journey-world { left: 50%; width: 100vw; transform: translateX(-50%); }
  .journey-truck {
    left: calc(60% + var(--journey-mobile-x-v4));
    bottom: 22px;
    width: clamp(315px, 92vw, 470px);
  }
  .truck-livery { top: 31.5%; left: 9%; font-size: clamp(.62rem, 2.8vw, .9rem); }
  .location-node { bottom: 67px; gap: 6px; }
  .start-home { left: 3vw; }
  .end-home { right: 3vw; }
  .location-pin { width: 38px; height: 38px; border-radius: 50% 50% 50% 9px; }
  .location-pin::before { width: 14px; height: 14px; box-shadow: 0 0 0 4px rgb(255 243 134 / 9%); }
  .location-pin i { width: 5px; height: 5px; }
  .location-node small { padding: 4px 7px; font-size: .43rem; }
  .moving-box {
    bottom: 71px;
    display: grid;
    width: 29px;
    height: 28px;
    border-width: 1px;
    font-size: .31rem;
  }
  .box-one { left: 3%; }
  .box-two { left: 10%; bottom: 73px; }
  .box-three { left: 17%; }
}

.real-wheel {
  position: absolute;
  z-index: 1;
  top: 71.047%;
  width: 7.899%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  transform: rotate(var(--wheel-angle));
  transform-origin: 50% 50%;
  will-change: transform;
}
.real-wheel img {
  position: static;
  z-index: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.real-wheel-one { left: 8.318%; }
.real-wheel-two { left: 18.612%; }
.real-wheel-three { left: 57.271%; }
.real-wheel-four { left: 84.381%; }



/* V9 — plain loading boxes, staged farther left */
.moving-box::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 50%;
  width: 8px;
  background: rgb(244 213 164 / 52%);
  border-inline: 1px solid rgb(143 96 45 / 22%);
  transform: translateX(-50%);
}
.box-one { left: 1.5%; }
.box-two { left: 5%; }
.box-three { left: 8.5%; }
@media (max-width: 800px) {
  .box-one { left: -6%; }
  .box-two { left: 1%; }
  .box-three { left: 8%; }
  .moving-box::before { width: 5px; }
}



/* V18 — wheel rotation stays synchronized with the moving lane markings */
.journey[data-phase="1"] .real-wheel {
  animation: wheel-road-sync .6s linear infinite;
}
@keyframes wheel-road-sync {
  from { transform: rotate(var(--wheel-angle)); }
  to { transform: rotate(calc(var(--wheel-angle) + 360deg)); }
}






/* V24 — original box motion, nearest remaining box first */
.box-one { left: 0%; }
.box-two { left: 3.5%; }
.journey[data-phase="0"] .box-two {
  animation: load-box 3.6s .1s ease-in-out infinite;
}
.journey[data-phase="0"] .box-one {
  animation: load-box 3.6s 1.25s ease-in-out infinite;
}
.journey[data-phase="1"] .moving-box,
.journey[data-phase="2"] .moving-box {
  animation: none;
}
@media (max-width: 800px) {
  .box-one { left: -8%; }
  .box-two { left: -1%; }
}


/* V26 — complete Bumble-yellow theme conversion */
:root {
  --bumble-yellow: #fff386;
  --bumble-yellow-hover: #fff386;
}
.brand-mark,
.nav-cta,
.button-primary,
.service-strip,
.trust-check,
.check-list li > span {
  color: var(--petrol-deep);
}
.nav-cta:hover,
.button-primary:hover {
  background: var(--bumble-yellow-hover);
}


/* V27 — animated journey promoted to the homepage hero */
.journey--hero { scroll-margin-top: 0; }
.journey-hero-head { align-items: flex-start; }
.journey-hero-copy { max-width: 760px; }
.journey-hero-copy h1 {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: clamp(3.2rem, 4.55vw, 5rem);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.062em;
  text-wrap: balance;
}
.journey-hero-copy h1 em {
  color: var(--orange);
  font-family: Georgia, serif;
  font-weight: 400;
}
.journey-hero-intro {
  width: min(100%, 390px);
  padding-top: 23px;
}
.journey-hero-intro > p {
  margin: 0;
  color: rgb(255 255 255 / 66%);
  font-size: .92rem;
  line-height: 1.7;
}
.journey-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}
.journey-hero-actions .button { padding: 13px 20px; }
.journey-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-block: 8px;
  color: rgb(255 255 255 / 82%);
  border-bottom: 1px solid rgb(255 243 134 / 45%);
  font-size: .78rem;
  font-weight: 800;
}
.journey-text-link span { color: var(--orange); }
.process-hero { min-height: 760px; height: min(860px, 92svh); }
.process-hero h2 {
  max-width: 780px;
  margin: 22px 0 24px;
  font-size: clamp(3.4rem, 5.7vw, 5.8rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.process-hero h2 em {
  color: var(--mint);
  font-family: Georgia, serif;
  font-weight: 400;
}
@media (max-height: 820px) and (min-width: 801px) {
  .journey-hero-copy h1 { font-size: clamp(3rem, 4.6vw, 4.65rem); }
  .journey-hero-intro { padding-top: 12px; }
  .journey-hero-actions { margin-top: 15px; }
}
@media (max-width: 800px) {
  .journey--hero { padding: 108px 0 76px; }
  .journey-hero-copy h1 { font-size: clamp(2.85rem, 12vw, 4.25rem); }
  .journey-hero-intro { padding-top: 20px; }
  .journey-hero-actions { gap: 15px; margin-top: 18px; }
  .journey-hero-actions .button { width: auto; }
  .process-hero { min-height: 760px; height: auto; }
  .process-hero h2 { font-size: clamp(2.9rem, 12vw, 4.4rem); }
}
@media (max-width: 480px) {
  .journey-hero-copy h1 { font-size: 2.95rem; }
  .journey-hero-actions { align-items: flex-start; flex-direction: column; }
  .journey-text-link { margin-left: 2px; }
  .process-hero h2 { font-size: 3rem; }
}


/* V27.1 — keep the mobile truck scene in normal document flow */
@media (max-width: 800px) {
  .journey--hero .journey-world { top: auto; }
}


/* V28 — bespoke coastal route atmosphere behind the animated hero */
.journey-atmosphere {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  filter: brightness(1.55) saturate(.92);
  pointer-events: none;
}
.journey--hero .journey-sticky::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 22%), transparent 42%, rgb(0 0 0 / 10%)),
    linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 10%) 58%, rgb(0 0 0 / 48%) 100%);
  background-position: center top;
  background-size: cover;
  opacity: .26;
}
.journey--hero .journey-head,
.journey--hero .journey-world,
.journey--hero .journey-bottom { isolation: isolate; }
.journey--hero .journey-hero-intro > p { color: rgb(255 255 255 / 72%); }
@media (max-width: 800px) {
  .journey--hero .journey-atmosphere { object-position: 54% top; }
  .journey--hero .journey-sticky::before { opacity: .22; }
}


/* V30 — lower the complete animated road scene as one unit */
.journey--hero .journey-world { transform: translate(-50%, 52px); }
@media (max-width: 800px) {
  .journey--hero .journey-world { transform: translate(-50%, 50px); }
}


/* V32 — lower every opening-scene element from the eyebrow onward */
.journey--hero .journey-head { transform: translate(-50%, 52px); }
.journey--hero .journey-bottom { transform: translateY(52px); }
@media (max-width: 800px) {
  .journey--hero .journey-head { transform: translateY(50px); }
  .journey--hero .journey-bottom { transform: translateY(50px); }
}


/* V35 — lower the truck, road, boxes, sun and location markers together */
.journey--hero .journey-world { transform: translate(-50%, 182px); }
@media (max-width: 800px) {
  .journey--hero .journey-world { transform: translate(-50%, 180px); }
}


/* Cache-safe removal of the former hero sun element. */
.journey-sun { display: none !important; }


/* V42 — light homepage journey hero */
.journey--hero {
  color: #000000;
  background: #fff;
}
.journey--hero::before { display: none; }
.journey--hero .journey-sticky { background: #fff; }
.journey--hero .journey-atmosphere {
  opacity: 1;
  filter: none;
}
.journey--hero .journey-sticky::before {
  background:
    linear-gradient(90deg, rgb(255 255 255 / 58%), transparent 44%, rgb(255 255 255 / 20%)),
    linear-gradient(180deg, rgb(255 255 255 / 18%), transparent 55%, rgb(255 255 255 / 58%));
  opacity: .1;
}
.site-header {
  color: #000000;
  border-bottom-color: rgb(0 0 0 / 12%);
}
.site-header.scrolled {
  color: #000000;
  background: rgb(255 255 255 / 94%);
  border-bottom-color: rgb(0 0 0 / 10%);
  box-shadow: 0 10px 35px rgb(0 0 0 / 10%);
}
.menu-toggle { color: #000000; }
.section-kicker-light { color: #000000; }
.journey--hero .journey-hero-intro > p { color: rgb(0 0 0 / 72%); }
.journey--hero .journey-text-link {
  color: #000000;
  border-bottom-color: rgb(0 0 0 / 30%);
}
.journey--hero .journey-panel.is-active {
  color: #000000;
  border-left-color: var(--orange);
  background: linear-gradient(90deg, rgb(255 255 255 / 94%), rgb(255 255 255 / 62%), transparent);
  box-shadow: 0 16px 40px rgb(0 0 0 / 8%);
}
.journey--hero .journey-panel small { color: #5b6570; }
.journey--hero .journey-panel p { color: rgb(0 0 0 / 67%); }
.journey--hero .panel-number {
  color: #000000;
  border-color: rgb(152 104 0 / 28%);
  background: rgb(255 243 134 / 30%);
}
.journey--hero .journey-meter { background: rgb(0 0 0 / 15%); }
.journey--hero .journey-hint { color: rgb(0 0 0 / 52%); }
@media (max-width: 800px) {
  .site-nav { color: #000000; background: #fff; }
  .journey--hero .journey-panel,
  .journey--hero .journey-panel.is-active {
    color: #000000;
    border-color: rgb(0 0 0 / 12%);
    background: rgb(255 255 255 / 88%);
  }
}


/* V58 — refined light hero typography and unified Bumble yellow */
:root {
  --bumble-yellow: #fff386;
  --bumble-yellow-hover: #fff386;
  --amber: var(--bumble-yellow);
  --amber-dark: var(--bumble-yellow);
  --orange: var(--bumble-yellow);
  --orange-dark: var(--bumble-yellow);
}
.brand-mark,
.nav-cta,
.button-primary,
.service-strip {
  background-color: var(--bumble-yellow);
}
.brand-mark { background-image: none; }
.nav-cta:hover,
.button-primary:hover { background: var(--bumble-yellow); }
.journey-hero-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}
.journey-hero-copy { max-width: 720px; }
.journey-hero-copy .section-kicker {
  display: inline-flex;
  width: fit-content;
  gap: 9px;
  padding: 8px 13px;
  color: #000000;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 999px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 10px 30px rgb(0 0 0 / 6%);
  backdrop-filter: blur(10px);
  font-size: .68rem;
  letter-spacing: .11em;
}
.journey-hero-copy .section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--bumble-yellow);
  box-shadow: 0 0 0 5px rgb(255 243 134 / 16%);
}
.journey-hero-copy h1 {
  max-width: 720px;
  margin: 18px 0 0;
  color: #000000;
  font-size: clamp(3.15rem, 4.35vw, 4.8rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.055em;
}
.journey-hero-copy h1 em {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #000000;
  font: inherit;
  font-style: normal;
}
.journey-hero-copy h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -.04em;
  bottom: .03em;
  left: -.04em;
  height: .24em;
  border-radius: 999px;
  background: var(--bumble-yellow);
  opacity: .9;
}
.journey-hero-intro {
  width: min(100%, 420px);
  padding: 24px;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 20px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 20px 55px rgb(0 0 0 / 8%);
  backdrop-filter: blur(12px);
}
.journey--hero .journey-hero-intro > p {
  color: rgb(0 0 0 / 76%);
  font-size: .96rem;
  line-height: 1.65;
}
.journey-hero-actions { gap: 16px; margin-top: 20px; }
.journey-hero-actions .button { padding: 12px 19px; }
.journey--hero .journey-text-link {
  padding: 9px 2px;
  color: #000000;
  border: 0;
  font-size: .77rem;
}
@media (max-width: 800px) {
  .journey-hero-head { display: block; }
  .journey-hero-copy h1 { font-size: clamp(2.8rem, 12vw, 4.1rem); }
  .journey-hero-intro { width: 100%; margin-top: 24px; padding: 21px; }
}
@media (max-width: 480px) {
  .journey-hero-copy h1 { font-size: 2.85rem; }
}


/* V60 — keep the secondary hero action compact and connected */
.journey-hero-actions {
  flex-direction: column;
  align-items: flex-start;
}
.journey--hero .journey-text-link {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  white-space: nowrap;
}
.journey--hero .journey-text-link span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #000000;
  border-radius: 50%;
  background: var(--bumble-yellow);
  font-size: .82rem;
  line-height: 1;
}


/* V61 — more realistic cardboard boxes loaded into the truck */
.moving-box {
  width: 54px;
  height: 47px;
  overflow: hidden;
  border: 1px solid #92602f;
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 13%), transparent 18%, transparent 78%, rgb(91 51 17 / 13%)),
    repeating-linear-gradient(0deg, rgb(118 73 31 / 4%) 0 1px, transparent 1px 4px),
    linear-gradient(145deg, #dda968 0%, #ca8d4f 100%);
  box-shadow:
    inset 0 2px rgb(255 235 196 / 30%),
    inset -5px 0 rgb(103 57 21 / 8%),
    0 8px 12px rgb(19 25 32 / 22%);
}
.moving-box::before {
  top: -1px;
  bottom: -1px;
  left: 50%;
  width: 10px;
  border-inline: 1px solid rgb(126 82 37 / 24%);
  background:
    linear-gradient(90deg, rgb(255 255 255 / 15%), transparent 35%),
    rgb(235 199 139 / 72%);
}
.moving-box::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 6px;
  width: 17px;
  height: 12px;
  border: 1px solid rgb(85 65 43 / 28%);
  border-radius: 1px;
  background:
    repeating-linear-gradient(0deg, transparent 0 2px, rgb(63 72 76 / 27%) 2px 3px),
    #f1eadb;
  box-shadow: 0 1px 2px rgb(65 40 17 / 18%);
  transform: rotate(1.5deg);
}
.box-two {
  width: 47px;
  height: 41px;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 12%), transparent 18%, transparent 78%, rgb(91 51 17 / 12%)),
    repeating-linear-gradient(0deg, rgb(118 73 31 / 4%) 0 1px, transparent 1px 4px),
    linear-gradient(145deg, #d8a060 0%, #bd7f42 100%);
}
.box-two::after {
  top: 9px;
  right: 5px;
  width: 14px;
  height: 10px;
}


/* V62 — desktop hero actions stay on the same line */
@media (min-width: 1101px) {
  .journey-hero-intro { width: min(100%, 460px); }
  .journey-hero-actions {
    flex-flow: row nowrap;
    align-items: center;
    gap: 13px;
  }
  .journey-hero-actions .button {
    flex: 0 0 auto;
    padding-inline: 16px;
    white-space: nowrap;
  }
  .journey--hero .journey-text-link { font-size: .72rem; }
}


/* V63 — plain secondary-link arrow */
.journey--hero .journey-text-link span {
  width: auto;
  height: auto;
  display: inline;
  color: #000000;
  border-radius: 0;
  background: transparent;
  font-size: .9rem;
}


/* V64 — clearer journey step numbers */
.journey-panel .panel-number {
  font-size: 1.15rem;
  font-weight: 950;
  letter-spacing: .02em;
}


/* V65 — keep journey descriptions inside the first viewport */
.journey--hero .journey-bottom { transform: translateY(20px); }
@media (max-width: 800px) {
  .journey--hero .journey-bottom { transform: none; }
}


/* V66 — single-line first step and clearer scroll guidance */
@media (min-width: 1101px) {
  .journey--hero .journey-panel.is-active { max-width: 1000px; }
}
.journey--hero .journey-hint {
  color: rgb(0 0 0 / 68%);
  font-size: .65rem;
  font-weight: 900;
}
.journey--hero .journey-hint span { color: var(--bumble-yellow); }
.journey--hero .journey-meter {
  height: 4px;
  background: rgb(0 0 0 / 24%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
}
.journey--hero .journey-meter i { background: var(--bumble-yellow); }


/* V67 — remove the inner text-column width cap */
@media (min-width: 1101px) {
  .journey--hero .journey-panel { grid-template-columns: 72px minmax(0, 850px); }
}


/* V68 — restore the original journey-card width */
@media (min-width: 1101px) {
  .journey--hero .journey-panel.is-active { max-width: 780px; }
  .journey--hero .journey-panel { grid-template-columns: 72px minmax(0, 620px); }
}


/* V69 — plain white road-edge lines */
.journey-road::before,
.journey-road::after {
  background: #fff;
  opacity: 1;
}


/* V70 — road edges match the center lane markings */
.journey-road::before,
.journey-road::after { background: rgb(255 255 255 / 48%); }


/* V71 — low-profile metal guardrail along the upper road edge */
.road-guardrail {
  position: absolute;
  z-index: 2;
  top: -16px;
  right: 0;
  left: 0;
  height: 16px;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 92px, #717a82 92px 95px, #b7bec4 95px 98px, transparent 98px 112px),
    linear-gradient(180deg, transparent 0 3px, #d4d9dd 3px 5px, #747d85 5px 8px, transparent 8px 11px, #a9b0b6 11px 13px, #616971 13px 15px, transparent 15px);
  filter: drop-shadow(0 2px 2px rgb(0 0 0 / 22%));
}
@media (max-width: 800px) {
  .road-guardrail {
    top: -12px;
    height: 12px;
    background:
      repeating-linear-gradient(90deg, transparent 0 66px, #717a82 66px 69px, #b7bec4 69px 72px, transparent 72px 82px),
      linear-gradient(180deg, transparent 0 2px, #d4d9dd 2px 4px, #747d85 4px 6px, transparent 6px 8px, #a9b0b6 8px 10px, #616971 10px 12px);
  }
}


/* V72 — gently settle each main section after the interactive journey */
html {
  scroll-snap-type: y proximity;
  scroll-padding-top: 72px;
}
[data-scroll-page] {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 72px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-snap-type: none; }
}


/* V73 — visible motion streaks against the light city background */
.journey[data-phase="1"] .journey-truck::before,
.journey[data-phase="1"] .journey-truck::after {
  background: linear-gradient(90deg, transparent, rgb(0 0 0 / 52%));
  opacity: .48;
}


/* V74 — guardrail posts move with the animated lane markings */
.journey[data-phase="1"] .road-guardrail {
  animation: guardrail-run .86s linear infinite;
}
@keyframes guardrail-run {
  to { background-position: -112px 0, -112px 0; }
}
@media (max-width: 800px) {
  .journey[data-phase="1"] .road-guardrail {
    animation-name: guardrail-run-mobile;
    animation-duration: .63s;
  }
  @keyframes guardrail-run-mobile {
    to { background-position: -82px 0, -82px 0; }
  }
}


/* V76 — simplified, lighter mobile truck scene */
@media (max-width: 800px) {
  .journey--hero .journey-truck {
    left: calc(55% + var(--journey-mobile-x-v4));
    width: clamp(270px, 78vw, 350px);
    filter: drop-shadow(0 15px 12px rgb(0 0 0 / 22%));
  }
  .journey--hero .moving-box { display: none !important; }
  .journey[data-phase="1"] .journey-truck::before,
  .journey[data-phase="1"] .journey-truck::after {
    width: 38px;
    height: 1px;
    opacity: .34;
  }
  .journey[data-phase="1"] .journey-truck::after { width: 24px; }
  .road-guardrail {
    top: -9px;
    height: 9px;
    opacity: .78;
    background:
      repeating-linear-gradient(90deg, transparent 0 58px, #737c84 58px 61px, #b7bec4 61px 63px, transparent 63px 70px),
      linear-gradient(180deg, transparent 0 2px, #d4d9dd 2px 4px, #737c84 4px 6px, transparent 6px 7px, #9ca4aa 7px 9px);
  }
  .journey[data-phase="1"] .road-guardrail { animation-duration: .54s; }
  @keyframes guardrail-run-mobile {
    to { background-position: -70px 0, -70px 0; }
  }
}


/* V77 — keep the mobile road scene in normal flow, above the step cards */
@media (max-width: 800px) {
  .journey--hero .journey-world {
    height: 240px;
    margin: 24px 0;
    transform: translateX(-50%);
  }
}


/* V78 — guardrail follows the lane from the very first scroll */
@media (min-width: 801px) {
  .road-guardrail {
    right: auto;
    width: 200%;
    transform: translateX(var(--road-x));
    will-change: transform, background-position;
  }
}


/* V79 — mobile truck drives in place, independent of page scroll */
@media (max-width: 800px) {
  .journey.journey--hero .journey-truck {
    left: 50%;
    animation: mobile-truck-cruise 1.15s ease-in-out infinite alternate;
  }
  .journey.journey--hero .real-wheel {
    animation: mobile-wheel-cruise .62s linear infinite;
  }
  .journey.journey--hero .journey-road i {
    animation: road-run .6s linear infinite;
  }
  .journey.journey--hero .road-guardrail {
    animation: guardrail-run-mobile .54s linear infinite;
  }
  .journey.journey--hero .journey-truck::before,
  .journey.journey--hero .journey-truck::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 102%;
    width: 38px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(0 0 0 / 52%));
    opacity: .28;
  }
  .journey.journey--hero .journey-truck::after {
    top: 61%;
    width: 24px;
  }
  @keyframes mobile-truck-cruise {
    from { transform: translateX(-50%) translateY(0); }
    to { transform: translateX(-50%) translateY(-1.5px); }
  }
  @keyframes mobile-wheel-cruise {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
}


/* V80 — desktop single-viewport scroll story */
@media (min-width: 1101px) {
  html { scroll-snap-type: none; }
  .scroll-story {
    position: relative;
    height: 600svh;
    background: var(--paper);
  }
  .scroll-story-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: var(--paper);
  }
  .scroll-scene {
    position: absolute !important;
    z-index: 0;
    inset: 72px 0 0;
    width: 100%;
    height: calc(100svh - 72px) !important;
    min-height: 0 !important;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 8vh, 0) scale(.985);
    transition:
      opacity .48s ease,
      transform .62s cubic-bezier(.2,.75,.2,1),
      visibility 0s linear .62s;
  }
  .scroll-scene.is-before { transform: translate3d(0, -8vh, 0) scale(.985); }
  .scroll-scene.is-after { transform: translate3d(0, 8vh, 0) scale(.985); }
  .scroll-scene.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .scroll-scene-services { background: var(--paper); }
  .scroll-scene-services .service-strip { height: 88px; }
  .scroll-scene-services .services {
    height: calc(100% - 88px);
    padding-block: clamp(30px, 4.8vh, 58px);
    overflow: hidden;
  }
  .scroll-scene-services .section-heading { margin-bottom: clamp(24px, 3.5vh, 42px); }
  .scroll-scene-services .service-card,
  .scroll-scene-services .service-card:last-child {
    min-height: clamp(290px, 42vh, 410px);
    padding: clamp(22px, 2.5vw, 30px);
  }
  .scroll-scene-services .service-icon {
    margin-top: 8px;
    margin-bottom: clamp(22px, 3.5vh, 42px);
  }
  .scroll-scene-services .service-card p { min-height: 72px; }
  .process-hero.scroll-scene {
    height: calc(100svh - 72px) !important;
    min-height: 0 !important;
  }
  .process-hero.scroll-scene .hero-content { height: 100%; }
  .trust.scroll-scene,
  .quote.scroll-scene,
  .faq.scroll-scene { padding-block: clamp(38px, 6vh, 78px); }
  .trust.scroll-scene .trust-visual { min-height: clamp(330px, 52vh, 540px); }
  .quote.scroll-scene .quote-form { padding: clamp(25px, 3.2vh, 36px); }
  .quote.scroll-scene .quote-form label { margin-bottom: 11px; }
  .quote.scroll-scene .quote-form input,
  .quote.scroll-scene .quote-form select,
  .quote.scroll-scene .quote-form textarea { padding-block: 10px; }

  .scroll-scene .section-heading,
  .scroll-scene .service-card,
  .scroll-scene .hero-copy,
  .scroll-scene .hero-route,
  .scroll-scene .trust-visual,
  .scroll-scene .trust-copy,
  .scroll-scene .quote-copy,
  .scroll-scene .quote-form,
  .scroll-scene .faq-grid > * {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .46s ease, transform .58s cubic-bezier(.2,.75,.2,1);
  }
  .scroll-scene.is-active .section-heading,
  .scroll-scene.is-active .service-card,
  .scroll-scene.is-active .hero-copy,
  .scroll-scene.is-active .hero-route,
  .scroll-scene.is-active .trust-visual,
  .scroll-scene.is-active .trust-copy,
  .scroll-scene.is-active .quote-copy,
  .scroll-scene.is-active .quote-form,
  .scroll-scene.is-active .faq-grid > * {
    opacity: 1;
    transform: none;
  }
  .scroll-scene.is-active .service-card:nth-child(2),
  .scroll-scene.is-active .hero-route,
  .scroll-scene.is-active .trust-copy,
  .scroll-scene.is-active .quote-form,
  .scroll-scene.is-active .faq-grid > :nth-child(2) { transition-delay: .08s; }
  .scroll-scene.is-active .service-card:nth-child(3) { transition-delay: .14s; }
  .scroll-scene.is-active .service-card:nth-child(4) { transition-delay: .20s; }
  .scroll-scene.is-active .service-card:hover { transform: translateY(-6px); }
}
@media (max-width: 1100px) {
  .scroll-story,
  .scroll-story-sticky,
  .scroll-scene {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: none;
    pointer-events: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-story { height: auto; }
  .scroll-story-sticky,
  .scroll-scene {
    position: relative !important;
    inset: auto;
    height: auto !important;
    opacity: 1;
    visibility: visible;
    transform: none;
    filter: none;
    pointer-events: auto;
  }
}


/* V81 — FAQ items participate in the sticky scene transition */
@media (min-width: 1101px) {
  .scroll-scene .accordion .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .4s ease, transform .5s cubic-bezier(.2,.75,.2,1);
  }
  .scroll-scene.is-active .accordion .reveal {
    opacity: 1;
    transform: none;
  }
  .scroll-scene.is-active .accordion .reveal:nth-child(2) { transition-delay: .06s; }
  .scroll-scene.is-active .accordion .reveal:nth-child(3) { transition-delay: .12s; }
  .scroll-scene.is-active .accordion .reveal:nth-child(4) { transition-delay: .18s; }
}


/* V82 — unified story with scene-specific choreography */
@media (min-width: 1101px) {
  .scroll-story { height: 675svh; }

  .scroll-scene,
  .scroll-scene.is-before,
  .scroll-scene.is-after,
  .scroll-scene.is-active { transform: none; }

  .scroll-scene-journey {
    inset: 0;
    height: 100svh !important;
    padding: 0;
    background: #fff;
  }
  .scroll-scene-journey .journey-sticky {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .scroll-scene-journey .journey-hero-copy,
  .scroll-scene-journey .journey-hero-intro,
  .scroll-scene-journey .journey-truck,
  .scroll-scene-journey .journey-road,
  .scroll-scene-journey .journey-bottom {
    opacity: 1;
    translate: 0 0;
    transition: opacity .46s ease, translate .68s cubic-bezier(.2,.75,.2,1);
  }
  .scroll-scene-journey.is-before .journey-hero-copy { opacity: 0; translate: -72px -10px; }
  .scroll-scene-journey.is-before .journey-hero-intro { opacity: 0; translate: 72px -10px; }
  .scroll-scene-journey.is-before .journey-truck { opacity: 0; translate: 160px 0; }
  .scroll-scene-journey.is-before .journey-road { opacity: 0; translate: 0 24px; }
  .scroll-scene-journey.is-before .journey-bottom { opacity: 0; translate: 0 52px; }

  .scroll-scene-services .section-heading {
    transform: translateX(-64px);
    transition-duration: .55s;
  }
  .scroll-scene-services .service-card {
    transform: translateY(54px) rotate(-1.5deg) scale(.97);
    transform-origin: 50% 100%;
    transition-duration: .62s;
  }
  .scroll-scene-services .service-card:nth-child(even) {
    transform: translateY(54px) rotate(1.5deg) scale(.97);
  }
  .scroll-scene-services.is-active .section-heading,
  .scroll-scene-services.is-active .service-card {
    opacity: 1;
    transform: none;
  }
  .scroll-scene-services.is-active .service-card:nth-child(1) { transition-delay: .06s; }
  .scroll-scene-services.is-active .service-card:nth-child(2) { transition-delay: .13s; }
  .scroll-scene-services.is-active .service-card:nth-child(3) { transition-delay: .20s; }
  .scroll-scene-services.is-active .service-card:nth-child(4) { transition-delay: .27s; }

  .process-hero .hero-bg {
    opacity: .72;
    transform: scale(1.07);
    transition: opacity .8s ease, transform 1s cubic-bezier(.2,.75,.2,1);
  }
  .process-hero .hero-copy { transform: translateX(-76px); transition-duration: .66s; }
  .process-hero .hero-route { transform: translateX(76px) scale(.96); transition-duration: .72s; }
  .process-hero.is-active .hero-bg { opacity: 1; transform: scale(1); }
  .process-hero.is-active .hero-copy,
  .process-hero.is-active .hero-route { opacity: 1; transform: none; }

  .trust.scroll-scene .trust-visual {
    clip-path: inset(0 38% 0 0 round 22px);
    transform: translateX(-32px) scale(1.025);
    transition: opacity .5s ease, transform .78s cubic-bezier(.2,.75,.2,1), clip-path .9s cubic-bezier(.2,.75,.2,1);
  }
  .trust.scroll-scene .trust-copy { transform: translateX(74px); transition-duration: .7s; }
  .trust.scroll-scene.is-active .trust-visual {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 22px);
    transform: none;
  }
  .trust.scroll-scene.is-active .trust-copy { opacity: 1; transform: none; }

  .quote.scroll-scene .quote-copy { transform: translateX(-78px); transition-duration: .68s; }
  .quote.scroll-scene .quote-form {
    transform: translateX(72px) scale(.965);
    transform-origin: 100% 50%;
    transition-duration: .76s;
  }
  .quote.scroll-scene.is-active .quote-copy,
  .quote.scroll-scene.is-active .quote-form { opacity: 1; transform: none; }

  .faq.scroll-scene .section-heading { transform: translateX(-72px); transition-duration: .62s; }
  .faq.scroll-scene .accordion .reveal {
    transform: translateX(62px);
    transition: opacity .44s ease, transform .62s cubic-bezier(.2,.75,.2,1);
  }
  .faq.scroll-scene.is-active .section-heading,
  .faq.scroll-scene.is-active .accordion .reveal { opacity: 1; transform: none; }
  .faq.scroll-scene.is-active .accordion .reveal:nth-child(1) { transition-delay: .05s; }
  .faq.scroll-scene.is-active .accordion .reveal:nth-child(2) { transition-delay: .11s; }
  .faq.scroll-scene.is-active .accordion .reveal:nth-child(3) { transition-delay: .17s; }
  .faq.scroll-scene.is-active .accordion .reveal:nth-child(4) { transition-delay: .23s; }
}


/* V84 — centered post-services scenes and people-free imagery */
.process-hero .hero-bg {
  background-image:
    linear-gradient(90deg, rgb(0 0 0 / 96%) 0%, rgb(0 0 0 / 86%) 39%, rgb(0 0 0 / 38%) 72%, rgb(0 0 0 / 20%) 100%),
    linear-gradient(0deg, rgb(0 0 0 / 54%), transparent 58%),
    url("assets/process-no-people-v1.webp");
  background-position: center;
}
.trust-visual {
  background-image:
    linear-gradient(0deg, rgb(0 0 0 / 66%), transparent 58%),
    url("assets/trust-no-people-v2.webp");
  background-position: center 58%;
  background-size: cover;
}
.trust-visual::before { display: none; }

@media (min-width: 1101px) {
  .process-hero.scroll-scene .hero-content {
    height: 100%;
    padding-top: 0;
    align-items: center;
  }
  .process-hero.scroll-scene .hero-copy,
  .process-hero.scroll-scene .hero-route {
    align-self: center;
  }
  .process-hero.scroll-scene .hero-route { margin-bottom: 0; }

  .trust.scroll-scene,
  .quote.scroll-scene,
  .faq.scroll-scene {
    display: flex;
    align-items: center;
  }
  .trust.scroll-scene > .container,
  .quote.scroll-scene > .container,
  .faq.scroll-scene > .container {
    flex: 0 0 auto;
  }
  .trust.scroll-scene .trust-card {
    right: auto;
    left: 22px;
    bottom: 22px;
    max-width: calc(100% - 44px);
  }
}


/* V86 — compact quote form moved into the truck hero card */
.journey-hero-intro#teklif {
  width: min(100%, 430px);
  padding: 17px 19px 18px;
  border-radius: 18px;
  background: rgb(255 255 255 / 88%);
}
.hero-quote-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-quote-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 11px;
}
.hero-quote-head span {
  color: #657181;
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-quote-head strong {
  color: #000000;
  font-size: .94rem;
  letter-spacing: -.02em;
}
.hero-quote-form .field-row { gap: 10px; }
.hero-quote-form label {
  gap: 4px;
  margin-bottom: 7px;
  color: #5b6570;
  font-size: .61rem;
  letter-spacing: .02em;
}
.hero-quote-form input,
.hero-quote-form select {
  min-height: 35px;
  padding: 7px 9px;
  border-color: rgb(0 0 0 / 13%);
  border-radius: 8px;
  background: rgb(255 255 255 / 92%);
  font-size: .72rem;
}
.hero-quote-form .form-submit {
  width: 100%;
  min-height: 39px;
  justify-content: center;
  padding: 8px 14px;
  font-size: .72rem;
}
.quote-grid--contact {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  text-align: center;
}
.quote-grid--contact .quote-copy { max-width: 760px; }
.quote-grid--contact .quote-copy > p { margin-inline: auto; }
.quote-grid--contact .contact-lines {
  width: min(100%, 520px);
  margin-inline: auto;
}
.quote-grid--contact .contact-lines a { justify-content: center; }

@media (max-width: 800px) {
  .journey-hero-intro#teklif {
    width: min(100%, 460px);
    margin-top: 24px;
    padding: 18px;
  }
}
@media (max-width: 480px) {
  .hero-quote-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
  .hero-quote-form .field-row { grid-template-columns: 1fr; }
}


/* V87 — preserve spacing below the compact hero form on mobile */
@media (max-width: 800px) {
  .journey--hero .journey-world { margin-top: 52px; }
}


/* V88 — direct form submission states */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.form-status { min-height: 18px; margin: 10px 0 0; font-size: .72rem; line-height: 1.4; }
.form-status:empty { min-height: 0; margin-top: 0; }
.form-status.is-success { color: #217a55; }
.form-status.is-error { color: #b43737; }
.hero-quote-form .form-status { margin-top: 7px; font-size: .58rem; }


/* V89 — city selectors and compact KVKK disclosure */
.hero-quote-form .hero-route-row { grid-template-columns: .9fr 1fr 1fr; }
.form-privacy { margin: 9px 0 0; color: #7a8592; font-size: .65rem; line-height: 1.4; text-align: center; }
.form-privacy a { color: #000000; font-weight: 750; text-decoration: underline; text-decoration-color: rgb(255 243 134 / 75%); text-decoration-thickness: 2px; text-underline-offset: 2px; }
.form-privacy a:hover { color: #000000; }
.hero-quote-form .form-privacy { margin-top: 6px; font-size: .53rem; line-height: 1.3; }

@media (max-width: 480px) {
  .hero-quote-form .hero-route-row { grid-template-columns: 1fr; }
}


/* V90 — reliable fourth-scene image rendering */
.trust-visual { position: relative; overflow: hidden; background: #d8d1c4 !important; }
.trust-photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 58%; }
.trust-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgb(0 0 0 / 66%), transparent 58%); }
.trust-visual .trust-card { z-index: 2; }


/* V92 — one fixed, continuously filling section bar */
.story-timeline { display: none; }

@media (min-width: 1101px) {
  .story-timeline {
    position: fixed;
    z-index: 120;
    inset: auto 0 0;
    display: block;
    width: 100%;
    height: 6px;
    overflow: hidden;
    background: rgb(0 0 0 / 34%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity .22s ease, transform .28s ease, visibility 0s linear .28s;
    pointer-events: none;
  }
  .story-timeline.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .story-timeline-fill {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    background: var(--amber);
    box-shadow: 0 0 8px rgb(255 243 134 / 42%);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
  }
  .story-timeline-dividers {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    pointer-events: none;
  }
  .story-timeline-dividers b { border-right: 2px solid rgb(0 0 0 / 22%); }
}


/* V96 — reliable circular WhatsApp control */
.whatsapp[hidden] { display: none !important; }
.whatsapp {
  bottom: 18px;
  border-radius: 50%;
}
.whatsapp svg {
  width: 30px;
  height: 30px;
  flex: none;
  fill: #fff;
}


/* V98 — black theme trial for process and quote scenes */
.process-hero { background: #000; }
.process-hero .hero-bg {
  background-image:
    linear-gradient(90deg, rgb(0 0 0 / 98%) 0%, rgb(0 0 0 / 90%) 39%, rgb(0 0 0 / 46%) 72%, rgb(0 0 0 / 30%) 100%),
    linear-gradient(0deg, rgb(0 0 0 / 68%), transparent 58%),
    url("assets/process-no-people-v1.webp");
}
.process-hero .hero-route {
  border-color: rgb(255 255 255 / 15%);
  background: linear-gradient(145deg, rgb(12 12 12 / 92%), rgb(0 0 0 / 84%));
}
.quote { background: #000; }
.quote::after { border-color: rgb(255 255 255 / 5%); }


/* V99 — center the trust-card check inside its circle */
.trust-card .trust-check {
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}


/* V100 — professional İpek monogram */
.brand-mark { color: #000000; }


/* V102 — contrast for the sampled pale-yellow brand color */
.nav-cta,
.button-primary,
.service-strip,
.trust-check,
.check-list li > span { color: #000000; }


/* V103 — borderless opening journey numbers */
.journey--hero .panel-number { border: 0; font-size: 1.3rem; }


/* V104 — Hizmetler bölümüne özel, bir ton daha koyu sarı */
.scroll-scene-services .section-kicker,
.scroll-scene-services .service-icon,
.scroll-scene-services .service-card a,
.scroll-scene-services .service-card:hover a {
  color: #9c7a00;
}

.scroll-scene-services .service-icon {
  border-color: rgb(156 122 0 / 42%);
  background: rgb(255 243 134 / 28%);
}


/* V105 — Koyu lacivert yüzeylerin saf siyah karşılıkları */
.site-footer { background: #000; }
.site-header.scrolled { background: rgb(0 0 0 / 92%); }
.journey-sticky { background: #000; }
.journey-road { background: #000; }
.trust-card { background: rgb(0 0 0 / 91%); }



/* V108 — Siyah başlıkta görünür marka ve daha belirgin SSS sarısı */
.site-header.scrolled .brand,
.site-header.scrolled .menu-toggle { color: #fff; }
 (min-width: 801px) {
  .site-header.scrolled .site-nav { color: #fff; }
}
.faq .section-kicker { color: #9c7a00; }


/* V109 — Hizmet kartlarındaki sarılar her iki zeminde de görünür */
.scroll-scene-services .service-card::after {
  background: #fff386;
  opacity: .22;
}
.scroll-scene-services .service-card:hover .service-icon,
.scroll-scene-services .service-card:hover a {
  color: #fff386;
}
.scroll-scene-services .service-card:hover .service-icon {
  border-color: rgb(255 243 134 / 46%);
  background: rgb(255 243 134 / 13%);
}


/* V110 — Neden İpek Nakliyat etiketi için yüksek kontrastlı sarı */
.trust .section-kicker { color: #9c7a00; }


/* V111 — mobile-first cleanup; desktop layout remains unchanged */
.footer-contact-note { color: rgb(255 255 255 / 48%); }

@media (max-width: 800px) {
  html, body { max-width: 100%; overflow-x: clip; }
  body.menu-open { overflow: hidden; }
  .container { width: min(calc(100% - 32px), 1200px); }

  .site-header,
  .site-header.scrolled {
    z-index: 1000;
    height: 66px;
    color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 9%);
    background: rgb(255 255 255 / 97%);
    box-shadow: 0 7px 24px rgb(0 0 0 / 7%);
    backdrop-filter: blur(18px);
  }
  .site-header.scrolled .brand,
  .site-header.scrolled .menu-toggle { color: #000; }
  .nav-wrap { width: min(calc(100% - 28px), 1200px); }
  .brand { gap: 9px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 12px; }
  .brand-mark svg { width: 28px; }
  .brand strong { font-size: 1rem; }
  .brand small { margin-top: 4px; font-size: .55rem; letter-spacing: .25em; }

  .menu-toggle {
    position: relative;
    z-index: 1002;
    width: 44px;
    height: 44px;
    display: block;
    padding: 9px;
    color: #000;
    border-radius: 12px;
  }
  .menu-toggle > span:not(.sr-only) { width: 23px; margin: 5px auto; }
  .site-nav,
  .site-header.scrolled .site-nav {
    position: fixed;
    flex-direction: column;
    z-index: 1001;
    inset: 66px 0 0;
    width: 100%;
    height: calc(100svh - 66px);
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 22px 20px max(28px, env(safe-area-inset-bottom));
    overflow-y: auto;
    color: #000;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity .22s ease, transform .28s ease, visibility 0s linear .28s;
  }
  .site-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }
  .site-nav a:not(.nav-cta) {
    display: block;
    padding: 17px 4px;
    border-bottom: 1px solid rgb(0 0 0 / 9%);
    font-size: 1.05rem;
    font-weight: 760;
  }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta {
    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    color: #000;
    text-align: center;
  }

  .story-timeline { display: none !important; }

  .journey--hero {
    height: auto;
    min-height: 0;
    padding: 94px 0 28px;
    overflow: hidden;
    background: #fff;
  }
  .journey--hero .journey-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
    background: #fff;
  }
  .journey--hero .journey-atmosphere { display: none; }
  .journey--hero .journey-sticky::before { display: none; }
  .journey--hero .journey-head {
    position: relative;
    inset: auto;
    width: min(calc(100% - 32px), 1200px);
    display: block;
    transform: none !important;
  }
  .journey-hero-copy .section-kicker {
    max-width: 100%;
    padding: 7px 10px;
    font-size: .58rem;
    line-height: 1.35;
    letter-spacing: .09em;
  }
  .journey-hero-copy h1,
  .journey--hero .journey-hero-copy h1 {
    max-width: 355px;
    margin-top: 17px;
    font-size: clamp(2.55rem, 11.4vw, 3.25rem);
    line-height: .96;
    letter-spacing: -.055em;
  }
  .journey-hero-intro#teklif {
    width: 100%;
    margin-top: 23px;
    padding: 16px;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 16px 42px rgb(0 0 0 / 9%);
    backdrop-filter: none;
  }
  .hero-quote-head { margin-bottom: 12px; }
  .hero-quote-head span { font-size: .57rem; }
  .hero-quote-head strong { font-size: .84rem; }
  .hero-quote-form .field-row { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-quote-form .hero-route-row { grid-template-columns: 1fr 1fr; }
  .hero-quote-form .hero-route-row label:first-child { grid-column: 1 / -1; }
  .hero-quote-form label { margin-bottom: 9px; font-size: .57rem; }
  .hero-quote-form input,
  .hero-quote-form select { min-height: 43px; padding: 9px 10px; }
  .hero-quote-form .form-submit { min-height: 46px; margin-top: 2px; }
  .hero-quote-form .form-privacy { margin-top: 7px; font-size: .48rem; }

  .journey--hero .journey-world {
    position: relative;
    inset: auto;
    width: 100%;
    height: 148px;
    margin: 24px 0 0;
    transform: none !important;
  }
  .journey--hero .journey-road { bottom: 8px; height: 58px; }
  .journey--hero .journey-road i { top: 28px; }
  .journey--hero .road-guardrail { top: -12px; }
  .journey--hero .journey-truck {
    left: 50%;
    bottom: 40px;
    width: min(74vw, 285px);
  }
  .journey--hero .journey-bottom { display: none !important; }

  .scroll-scene-services .service-strip { height: auto; }
  .service-strip .strip-inner { min-height: 58px; padding-block: 11px; }
  .service-strip .strip-inner p { font-size: .76rem; }
  .service-strip .strip-inner p span { display: none; }
  .section,
  .scroll-scene-services .services { height: auto; padding-block: 62px; overflow: visible; }
  .section-heading { margin-bottom: 27px; }
  .section-heading h2,
  .trust h2,
  .quote h2 { font-size: clamp(2.05rem, 9vw, 2.65rem); }
  .section-heading h2 br { display: none; }
  .section-heading > p { margin-top: 13px; font-size: .88rem; }
  .service-grid { gap: 13px; }
  .scroll-scene-services .service-card,
  .scroll-scene-services .service-card:last-child {
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }
  .service-card .service-number { display: none; }
  .scroll-scene-services .service-icon {
    width: 49px;
    height: 49px;
    margin: 0 0 17px;
    border-radius: 14px;
  }
  .service-icon svg { width: 27px; }
  .service-card h3 { font-size: 1.17rem; }
  .service-card p { min-height: 0; margin: 8px 0 17px; font-size: .82rem; }
  .service-card a { font-size: .73rem; }

  .process-hero {
    min-height: 0;
    height: auto;
    padding: 84px 0 70px;
  }
  .process-hero .hero-content { display: block; }
  .process-hero h2 { margin-block: 18px 20px; font-size: clamp(2.45rem, 10.8vw, 3.15rem); }
  .process-hero .hero-copy > p { font-size: .91rem; }
  .process-hero .hero-route,
  .process-hero .button-ghost { display: none; }
  .process-hero .hero-actions { margin-top: 24px; }
  .process-hero .hero-actions .button { width: 100%; max-width: 310px; }
  .process-hero .hero-points { display: grid; gap: 12px; margin-top: 25px; }

  .trust.scroll-scene,
  .quote.scroll-scene,
  .faq.scroll-scene { padding-block: 62px; }
  .trust-grid { gap: 34px; }
  .trust.scroll-scene .trust-visual,
  .trust-visual { min-height: 310px; border-radius: 20px; }
  .trust-card {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 11px;
    padding: 14px;
  }
  .trust-card .trust-check { width: 36px; height: 36px; flex: 0 0 36px; }
  .trust-card strong { font-size: .78rem; }
  .trust-card div > span { font-size: .67rem; }
  .trust-copy > p { font-size: .9rem; }
  .check-list { margin-top: 25px; }
  .check-list li { gap: 12px; padding-block: 13px; }

  .quote-grid { gap: 30px; }
  .quote-copy > p { font-size: .9rem; }
  .contact-lines { margin-top: 22px; }
  .quote-form { padding: 20px 17px; border-radius: 18px; }
  .quote-form textarea { min-height: 92px; }
  .faq-grid { gap: 26px; }
  .accordion details { padding-inline: 16px; }
  .accordion summary { gap: 12px; font-size: .88rem; }

  .site-footer { background: #000; }
  .footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 22px;
    padding-top: 34px;
    padding-bottom: 28px;
  }
  .footer-brand { grid-column: auto; }
  .footer-brand .brand { align-items: center; }
  .footer-brand p { margin-top: 14px; font-size: .72rem; line-height: 1.55; }
  .footer-main > .footer-col:nth-child(2),
  .footer-main > .footer-col:nth-child(3) { display: none; }
  .footer-contact {
    grid-column: auto !important;
    align-items: flex-end;
    gap: 7px;
    min-width: 0;
    text-align: right;
  }
  .footer-contact > strong { margin-bottom: 3px; }
  .footer-contact-note { max-width: 150px; font-size: .69rem; line-height: 1.45; }
  .footer-contact a { max-width: 100%; overflow-wrap: anywhere; }
  .footer-bottom {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    padding-bottom: 20px;
    font-size: .61rem;
  }
  .footer-bottom > span:last-child { text-align: right; }
  .whatsapp { right: 14px; bottom: 14px; width: 50px; height: 50px; }
}

@media (max-width: 360px) {
  .hero-quote-form .field-row,
  .hero-quote-form .hero-route-row { grid-template-columns: 1fr; }
  .hero-quote-form .hero-route-row label:first-child { grid-column: auto; }
  .journey-hero-copy h1,
  .journey--hero .journey-hero-copy h1 { font-size: 2.35rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-contact { align-items: flex-start; text-align: left; }
}


/* V112 — mobile menu remains above every scene at every scroll position */
@media (max-width: 800px) {
  .site-header,
  .site-header.scrolled {
    isolation: isolate;
    overflow: visible;
    transform: none;
    filter: none;
    backdrop-filter: none;
  }
  .site-nav,
  .site-header.scrolled .site-nav {
    position: absolute;
    inset: 66px 0 auto;
    height: calc(100svh - 66px);
  }
  body.menu-open .site-header,
  body.menu-open .site-header.scrolled { background: #fff; }
}


/* V113 — scrolled mobile menu, white desktop navbar, leaner mobile hero */
@media (max-width: 800px) {
  .site-header.scrolled .site-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }
  .journey-hero-copy .section-kicker { display: none; }
  .scroll-scene-services .service-strip { display: none; }
}

@media (min-width: 801px) {
  .site-header.scrolled {
    color: #000;
    border-bottom-color: rgb(0 0 0 / 10%);
    background: rgb(255 255 255 / 94%);
    box-shadow: 0 10px 35px rgb(0 0 0 / 10%);
  }
  .site-header.scrolled .brand,
  .site-header.scrolled .site-nav { color: #000; }
}


/* V114 — truck and loading boxes shifted 10px left */
.journey-truck,
.moving-box { margin-left: -10px; }


/* V116 — fixed warehouse loading dock for the stopped truck */
.moving-box { z-index: 10; }
.loading-dock {
  position: absolute;
  z-index: 9;
  left: -10%;
  bottom: 17px;
  width: clamp(180px, 15vw, 250px);
  height: 74px;
  pointer-events: none;
  opacity: 1;
  filter: drop-shadow(0 8px 7px rgb(0 0 0 / 24%));
  transition: opacity .28s ease, translate .35s ease;
}
.loading-dock::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #676d71;
  border-top: 7px solid #555c61;
  background:
    repeating-linear-gradient(90deg, rgb(255 255 255 / 8%) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgb(40 45 48 / 8%) 0 2px, transparent 2px 13px),
    linear-gradient(160deg, #aeb2b4 0%, #8c9295 55%, #72787b 100%);
  box-shadow:
    inset 0 3px rgb(255 255 255 / 28%),
    inset -12px 0 rgb(52 58 62 / 14%);
}
.loading-dock::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -5px;
  right: -43px;
  width: 76px;
  height: 11px;
  border: 1px solid #555d62;
  border-radius: 2px;
  background:
    repeating-linear-gradient(90deg, rgb(255 255 255 / 24%) 0 2px, transparent 2px 10px),
    linear-gradient(180deg, #cbd0d3, #747c81);
  box-shadow: 0 3px 0 #343a3e, 0 6px 9px rgb(0 0 0 / 18%);
  transform: rotate(-1.5deg);
  transform-origin: left center;
}
.loading-dock i,
.loading-dock span {
  position: absolute;
  z-index: 4;
  right: -6px;
  width: 16px;
  height: 24px;
  border: 2px solid #34393d;
  border-radius: 3px;
  background: linear-gradient(90deg, #111416, #34393c 52%, #0c0e10);
  box-shadow: inset 2px 0 rgb(255 255 255 / 7%), 3px 3px 5px rgb(0 0 0 / 22%);
}
.loading-dock i { top: 11px; }
.loading-dock span { top: 42px; }
.journey:not([data-phase="0"]) .loading-dock {
  opacity: 0;
  translate: -16px 6px;
}
@media (max-width: 800px) {
  .loading-dock { display: none; }
}


/* V117 — loading dock and boxes leave at the same 130px/s road speed */
.loading-zone {
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
  will-change: transform;
}
.loading-zone .loading-dock,
.loading-zone .moving-box { position: absolute; }
.journey.is-driving .loading-zone {
  animation: loading-zone-road-speed 2.4s linear forwards;
}
.journey.is-driving .loading-dock {
  opacity: 1;
  translate: 0 0;
  transition: none;
}
.journey.is-driving .moving-box {
  opacity: 1;
  animation: none;
  transition: none;
}
.journey.is-driving .box-one { transform: rotate(-7deg); }
.journey.is-driving .box-two { transform: rotate(4deg); }
@keyframes loading-zone-road-speed {
  from { transform: translateX(0); }
  to { transform: translateX(-312px); }
}
@media (max-width: 800px) {
  .loading-zone { display: none; }
}


/* V119 — grounded cargo and a more realistic warehouse loading dock */
.loading-zone .moving-box {
  bottom: 91px;
}
.loading-zone .box-one,
.loading-zone .box-two,
.journey.is-driving .box-one,
.journey.is-driving .box-two {
  transform: rotate(0);
}
.loading-dock {
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 29%));
}
.loading-dock::before {
  border-color: #555c60;
  border-top: 9px solid #3c4348;
  background:
    linear-gradient(90deg, transparent 0 72%, rgb(39 45 49 / 14%) 72% 73%, transparent 73%),
    repeating-linear-gradient(90deg, rgb(255 255 255 / 9%) 0 1px, transparent 1px 31px),
    repeating-linear-gradient(0deg, rgb(35 40 43 / 10%) 0 2px, transparent 2px 14px),
    linear-gradient(155deg, #b9bdbe 0%, #92989b 52%, #6e7477 100%);
  box-shadow:
    inset 0 3px rgb(255 255 255 / 25%),
    inset 0 -9px rgb(42 47 50 / 20%),
    inset -15px 0 rgb(39 45 49 / 16%);
}
.loading-dock::after {
  top: -7px;
  height: 13px;
  border-color: #42494d;
  background:
    repeating-linear-gradient(135deg, rgb(255 255 255 / 18%) 0 2px, transparent 2px 7px),
    linear-gradient(180deg, #d5dade 0%, #858d92 58%, #626a6f 100%);
  box-shadow: 0 3px 0 #2b3033, 0 7px 10px rgb(0 0 0 / 22%);
}
.loading-dock i,
.loading-dock span {
  right: -7px;
  width: 18px;
  border-color: #24282b;
  background: linear-gradient(90deg, #090b0c, #30363a 52%, #08090a);
  box-shadow: inset 3px 0 rgb(255 255 255 / 6%), 4px 3px 6px rgb(0 0 0 / 28%);
}



/* V121 — keep both docked boxes fully inside the initial desktop canvas */
@media (min-width: 801px) {
  .loading-zone .box-one { left: .75%; }
  .loading-zone .box-two { left: 4%; }
}


/* V122 — keep every driving effect running through the third journey step */
.journey[data-phase="2"] .journey-truck {
  animation: truck-bounce .55s ease-in-out infinite alternate;
}
.journey[data-phase="2"] .journey-road i {
  animation: road-run .6s linear infinite;
}
.journey[data-phase="2"] .real-wheel {
  animation: wheel-road-sync .6s linear infinite;
}
.journey[data-phase="2"] .road-guardrail {
  animation: guardrail-run .86s linear infinite;
}
.journey[data-phase="2"] .journey-truck::before,
.journey[data-phase="2"] .journey-truck::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 102%;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgb(0 0 0 / 52%));
  opacity: .48;
}
.journey[data-phase="2"] .journey-truck::after {
  top: 61%;
  width: 38px;
}
@media (max-width: 800px) {
  .journey[data-phase="2"] .road-guardrail {
    animation-name: guardrail-run-mobile;
    animation-duration: .54s;
  }
  .journey[data-phase="2"] .journey-truck::before,
  .journey[data-phase="2"] .journey-truck::after {
    width: 38px;
    height: 1px;
    opacity: .34;
  }
  .journey[data-phase="2"] .journey-truck::after { width: 24px; }
}


/* V124 — loading dock movement is scrubbed directly by page scroll */
.loading-zone,
.journey.is-driving .loading-zone {
  animation: none;
  transform: translate3d(var(--loading-zone-x, 0px), 0, 0);
  transition: none;
}


/* V125 — extend the loading dock top plate slightly to the left */
.loading-dock::after {
  width: 94px;
}


/* V126 — slightly darker loading dock concrete and steel */
.loading-dock::before {
  background:
    linear-gradient(90deg, transparent 0 72%, rgb(24 29 32 / 17%) 72% 73%, transparent 73%),
    repeating-linear-gradient(90deg, rgb(255 255 255 / 7%) 0 1px, transparent 1px 31px),
    repeating-linear-gradient(0deg, rgb(25 30 33 / 12%) 0 2px, transparent 2px 14px),
    linear-gradient(155deg, #969c9f 0%, #747b7f 52%, #555c60 100%);
}
.loading-dock::after {
  background:
    repeating-linear-gradient(135deg, rgb(255 255 255 / 14%) 0 2px, transparent 2px 7px),
    linear-gradient(180deg, #b1b7bb 0%, #727a7f 58%, #4f575c 100%);
}


/* V127 — dark charcoal warehouse loading dock */
.loading-dock::before {
  border-color: #252a2e;
  border-top-color: #15191c;
  background:
    linear-gradient(90deg, transparent 0 72%, rgb(0 0 0 / 24%) 72% 73%, transparent 73%),
    repeating-linear-gradient(90deg, rgb(255 255 255 / 5%) 0 1px, transparent 1px 31px),
    repeating-linear-gradient(0deg, rgb(0 0 0 / 15%) 0 2px, transparent 2px 14px),
    linear-gradient(155deg, #50565a 0%, #363c40 52%, #202529 100%);
  box-shadow:
    inset 0 3px rgb(255 255 255 / 11%),
    inset 0 -9px rgb(0 0 0 / 28%),
    inset -15px 0 rgb(0 0 0 / 18%);
}
.loading-dock::after {
  border-color: #202529;
  background:
    repeating-linear-gradient(135deg, rgb(255 255 255 / 10%) 0 2px, transparent 2px 7px),
    linear-gradient(180deg, #697176 0%, #444b50 58%, #272d31 100%);
  box-shadow: 0 3px 0 #111518, 0 7px 10px rgb(0 0 0 / 30%);
}


/* V129 — final horizontal alignment for truck and loading boxes */
.loading-zone .moving-box {
  margin-left: -25px;
}
.journey-truck {
  margin-left: -20px;
}


/* V130 — final dock scene position refinements */
.loading-zone .moving-box {
  bottom: 96px;
}
.journey-truck {
  margin-left: -30px;
}
.loading-dock::after {
  width: 114px;
}


/* V131 — nudge the truck 3px left and 5px down on desktop */
.journey-truck {
  margin-left: -33px;
}
@media (min-width: 801px) {
  .journey-truck { bottom: 20px; }
}


/* V132 — nudge the truck 1px right */
.journey-truck {
  margin-left: -32px;
}
