.services { background: var(--orange); }
@media (min-width: 901px) { .services { height: calc(100svh - var(--header)); min-height: 620px; } }
.services h2 { margin-bottom: clamp(26px, 5vh, 58px); }
.service-list { margin-bottom: 36px; }
.service-row { border-top: 1px solid var(--ink); display: grid; grid-template-columns: .3fr 1.2fr 1fr; gap: 24px; padding: 28px 0; align-items: start; }
.service-number { font-family: var(--display); font-size: 64px; line-height: 1; }
.service-row .eyebrow { margin-bottom: 12px; }
.service-row h3 { font-size: clamp(25px, 2.7vw, 40px); letter-spacing: -.03em; }
.service-description { max-width: 400px; font-size: 17px; }
.service-description .line-link { margin-top: 16px; font-size: 15px; width: 100%; justify-content: space-between; }
.services .scene-foot { border-color: #913f28; }
.journey { color: var(--paper); background: var(--ink); }
.journey .edition, .journey .eyebrow { color: #b6c7d1; }
.journey-heading { display: flex; justify-content: space-between; align-items: end; gap: 36px; }
.journey-heading h2 { font-size: clamp(54px, 5.7vw, 88px); }
.journey-heading h2 span { color: var(--orange); }
.journey-heading > p { max-width: 290px; color: #cfdae0; margin-bottom: 4px; }
.route-board { display: flex; align-items: center; gap: 45px; margin: clamp(28px, 4vh, 48px) 0; }
.route-board > div:not(.flight-line) { display: flex; flex-direction: column; transition: color 260ms ease, transform 260ms ease; }
.route-board strong { font-family: var(--display); font-size: clamp(72px, 8vw, 125px); line-height: .95; font-weight: 700; letter-spacing: -.02em; }
.route-board > div > span { font: 10px "Courier New", monospace; margin-top: 12px; color: #b6c7d1; letter-spacing: .06em; }
.flight-line { flex: 1; height: 1px; background: #678091; position: relative; }
.flight-line::before, .flight-line::after { content: ""; position: absolute; width: 7px; height: 7px; background: var(--orange); top: -3px; }
.flight-line::after { right: 0; }
.route-marker { display: grid; place-items: center; position: absolute; top: -17px; left: 0; background: var(--ink); padding: 5px 10px; margin: 0; color: var(--orange); animation: routeTravel 4.8s cubic-bezier(.65,0,.35,1) infinite; }
.route-marker .plane-icon { width: 29px; height: 29px; }
.route-board:hover .route-marker { animation-duration: 2.2s; }
.route-board:hover .route-origin { transform: translateX(-5px); }
.route-board:hover .route-destination { transform: translateX(5px); }
@keyframes routeTravel { 0%, 12% { left: 0; transform: rotate(0deg); } 88%, 100% { left: calc(100% - 58px); transform: rotate(8deg); } }
.journey-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 0; list-style: none; margin: 0 0 40px; }
.journey-steps li { border-top: 1px solid #526979; padding-top: 14px; transition: border-color 220ms ease, transform 220ms ease, background 220ms ease; }
.journey-steps li:hover { border-color: var(--orange); transform: translateY(-5px); background: linear-gradient(180deg, rgba(255,107,53,.09), transparent 70%); }
.journey-steps li > span { color: var(--orange); font: 12px "Courier New", monospace; }
.journey-steps h3 { font-size: 19px; margin: 10px 0 8px; }
.journey-steps p { font-size: 15px; color: #b6c7d1; max-width: 25ch; }
.journey .scene-foot { border-color: #526979; color: #b6c7d1; }
.workspace { background: #e4e9e8; }
.workspace .section-top { margin-bottom: 28px; }
.workspace-grid { flex: 1; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; margin-bottom: 28px; }
.workspace-copy h2 { font-size: clamp(58px, 6.3vw, 96px); }
.workspace-copy h2 span { color: #526874; }
.workspace-copy > p:not(.small-note) { max-width: 35ch; margin: 26px 0; font-size: 18px; }
.workspace-copy .small-note { max-width: 36ch; margin-top: 15px; }
.tracking-example { background: #faf9f5; padding: 25px 30px 20px; border: 1px solid #bdc6c9; border-top: 5px solid var(--ink); box-shadow: 10px 12px 0 #cdd5d6; }
.workspace.is-visible .tracking-example { animation: workspaceFloat 5.5s ease-in-out 900ms infinite; }
.tracking-example:hover { animation-play-state: paused; box-shadow: 15px 18px 0 #c6d0d2; }
@keyframes workspaceFloat { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(.25deg); } }
.example-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.example-top > .icon { width: 28px; height: 28px; color: var(--orange); }
.sample-ref { color: var(--muted); margin: 20px 0 6px; }
.tracking-example h3 { font-size: 25px; }
.sample-subtitle { font-size: 13px; color: var(--muted); margin-top: 10px; }
.tracking-tabs { display: flex; border-bottom: 1px solid var(--ink); margin-top: 28px; gap: 6px; }
.tracking-tabs:not([role="tablist"]) { display: none; }
.tracking-tabs button { color: var(--ink); padding: 12px 9px; background: transparent; border: 0; border-bottom: 3px solid transparent; min-height: 48px; flex: 1; cursor: pointer; font-size: 14px; }
.tracking-tabs button:hover { background: #e4e9e8; }
.tracking-tabs button[aria-selected="true"] { border-bottom-color: var(--ink); background: #e4e9e8; }
.example-panel { padding-top: 25px; }
.example-panel[hidden] { display: none; }
.example-panel:not([hidden]) { animation: panelEnter 280ms ease both; }
@keyframes panelEnter { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.example-panel h4 { font-size: 23px; margin: 9px 0 20px; }
.example-panel > .eyebrow { color: var(--muted); font-size: 10px; }
.quote-lines { margin: 0; min-height: 153px; }
.quote-lines > div { display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); padding: 11px 0; font-size: 14px; }
.quote-lines dd { margin: 0; color: var(--muted); }
.next-step { background: #e4e9e8; padding: 13px 15px; margin-top: 12px; font-size: 14px; }
.next-step > span { display: block; font-size: 9px; color: var(--muted); margin-bottom: 5px; }
.tracking-history { list-style: none; padding: 0; margin: 0; min-height: 153px; }
.tracking-history li { padding: 0 0 12px 25px; margin-left: 4px; border-left: 1px solid var(--line); position: relative; font-size: 14px; color: var(--muted); }
.tracking-history li::before { content: ""; width: 7px; height: 7px; border: 1px solid #53616a; background: #faf9f5; position: absolute; left: -5px; top: 5px; }
.tracking-history li.done::before { background: var(--ink); border-color: var(--ink); }
.tracking-history li.current { color: var(--ink); }
.tracking-history li.current::before { background: var(--orange); border-color: var(--ink); }
.tracking-history li.current::before { animation: statusPulse 1.8s ease-out infinite; }
@keyframes statusPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,107,53,.35); } 50% { box-shadow: 0 0 0 7px rgba(255,107,53,0); } }
.tracking-history li:last-child { border-left-color: transparent; }
.tracking-history span { display: block; font-size: 12px; color: var(--muted); }
.example-disclaimer { font-size: 11px; margin-top: 15px; color: var(--muted); }
.workspace .scene-foot { border-color: #a9b7be; }
.questions .section-top { margin-bottom: 36px; }
.questions-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 60px; flex: 1; align-items: start; margin-bottom: 45px; }
.answers { margin: 0; }
.answers > div { border-top: 1px solid var(--line); padding: 18px 0; }
.answers dt { font-size: 20px; line-height: 1.2; }
.answers dd { margin: 10px 0 0; color: var(--muted); font-size: 15px; max-width: 65ch; }
.closing { background: var(--orange); display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 24px 30px; margin-bottom: 25px; }
.closing h3 { font-family: var(--display); font-weight: 700; font-size: clamp(28px, 3vw, 46px); }
.questions .scene-foot { border-color: var(--line); }
.questions .wordmark { font-family: "Barlow", Arial, sans-serif; }
.contact { color: var(--paper); background: #0d2331; }
.contact .section-top { color: #b6c7d1; }
.contact-grid { flex: 1; display: grid; grid-template-columns: 1fr .92fr; gap: clamp(50px, 9vw, 140px); align-items: center; padding-bottom: 34px; }
.contact-copy h2 { font-size: clamp(62px, 7vw, 112px); }
.contact-copy h2 span { color: var(--orange); }
.contact-copy > p { max-width: 41ch; margin: 28px 0; color: #c9d5da; font-size: 18px; }
.contact-direct { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid #78909d; padding: 10px 0; min-height: 48px; }
.contact-direct:hover { color: var(--orange); border-color: var(--orange); }
.contact-form { border-top: 5px solid var(--orange); background: var(--paper); color: var(--ink); padding: clamp(24px, 3.4vw, 44px); box-shadow: 12px 14px 0 #071821; }
.contact-form label { display: block; margin-bottom: 24px; }
.contact-form label > span { display: block; margin-bottom: 8px; font-family: "Barlow", sans-serif; font-size: 14px; letter-spacing: .05em; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #8c9ba2; background: transparent; color: var(--ink); border-radius: 0; padding: 12px 2px; font: inherit; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 0; border-bottom: 3px solid var(--orange); }
.contact-form textarea { min-height: 128px; }
.contact-form .action { width: 100%; border: 0; cursor: pointer; }
.contact-note { color: var(--muted); font-size: 12px; margin-top: 14px; max-width: 46ch; }
.contact .scene-foot { border-color: #526979; }
.contact .wordmark { font-family: "Barlow", sans-serif; }
