:root {
  --purple: #3f146f;
  --purple-dark: #2f0e59;
  --orange: #f66b0a;
  --ink: #292034;
  --muted: #696371;
  --line: #e6dfec;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.45; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #a772d1; outline-offset: 4px; }
[hidden] { display: none !important; }
.wrap { width: min(1180px, calc(100% - 72px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: #fff; color: var(--purple); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* Header and the deliberately overcomplicated tracking menu. */
.site-header { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid #eee9f2; }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.logo { width: 182px; flex-shrink: 0; line-height: 0; }
.logo img { display: block; width: 100%; height: auto; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav > a, .nav summary { display: block; list-style: none; padding: 13px 14px; border-radius: 5px; text-decoration: none; color: #24113e; font-size: 15px; cursor: pointer; white-space: nowrap; }
.nav summary::-webkit-details-marker { display: none; }
.nav > a:hover, .nav summary:hover, .nav details[open] summary { background: #f1eef4; }
.nav-dropdown { position: relative; }
.nav-dropdown summary::after { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 8px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); }
.nav-dropdown[open] summary::after { transform: rotate(225deg); margin-bottom: 0; }
.menu { position: absolute; top: calc(100% - 1px); left: 0; width: 290px; max-height: calc(100dvh - 100px); overflow-y: auto; overscroll-behavior: contain; padding: 9px; background: #fff; border: 1px solid #e6e1eb; border-radius: 6px; box-shadow: 0 12px 28px #25153a24; }
.menu a { display: block; padding: 9px 10px; border-radius: 4px; text-decoration: none; }
.menu a:hover, .menu a:focus-visible { background: #f6f1fa; }
.menu strong { display: block; color: var(--purple-dark); font-size: 14px; font-weight: 600; }
.menu span { display: block; color: #625a6a; font-size: 12px; line-height: 1.35; margin-top: 2px; }
.menu-foot { border-top: 1px solid var(--line); margin: 5px 10px 0; padding: 12px 0 5px; color: var(--muted); font-size: 12px; }
.menu-foot strong { font-size: 12px; }
.search-link { display: grid; place-items: center; width: 35px; height: 44px; color: var(--purple-dark); }
.search-link svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.quote-btn { flex-shrink: 0; padding: 12px 24px; border: 1px solid #eb5800; border-radius: 5px; background: linear-gradient(110deg, #ff7611, #f25c0a); color: #fff; text-decoration: none; font-weight: 600; }
.quote-btn:hover { background: #df5100; }
.nav-toggle { display: none; }

/* Sharing links open drafts only when a visitor chooses a platform. */
.share-bar { background: #faf8fc; border-bottom: 1px solid var(--line); color: var(--purple); }
.share-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 2px; min-height: 44px; padding-block: 4px; }
.share-label { margin-right: auto; padding-right: 16px; color: var(--muted); font-size: 13px; }
.share-link { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; min-height: 36px; padding: 6px 10px; border: 0; border-radius: 4px; background: transparent; color: var(--purple); font-size: 13px; text-decoration: none; white-space: nowrap; }
.share-link:hover { background: #eee6f5; text-decoration: underline; }
.copy-link { min-width: 82px; margin-left: 6px; box-shadow: inset 1px 0 var(--line); border-radius: 0 4px 4px 0; }
.share-fallback { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding-bottom: 12px; font-size: 13px; }
.share-fallback input { width: 270px; max-width: 100%; min-width: 0; padding: 8px; border: 1px solid #b79bcf; border-radius: 4px; color: var(--purple); background: #fff; font-size: 16px; }

/* The photograph spans the whole hero, with a continuous text scrim. */
.hero { position: relative; display: flex; align-items: center; min-height: 535px; overflow: hidden; background: #f5ddcd; }
.hero-art { position: absolute; inset: 0; background: url('/assets/memphis-hero.webp') center / cover no-repeat; }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #fff1e4e8 0%, #fff1e4d4 29%, #fff1e466 46%, #fff1e400 65%); }
.hero-wrap { position: relative; z-index: 1; }
.hero-copy { padding: 65px 0 72px; }
.hero h1 { margin: 0 0 18px; color: var(--purple-dark); font-size: clamp(40px, 4.15vw, 58px); font-weight: 750; line-height: 1.04; letter-spacing: -.045em; }
.hero h1 span { display: block; }
.hero h1 span:last-child { white-space: nowrap; }
.hero p { margin: 0 0 31px; color: #514956; font-size: 22px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 25px; border: 1px solid transparent; border-radius: 5px; font-weight: 600; text-decoration: none; cursor: pointer; transition: background .15s, box-shadow .15s; }
.btn.primary, .track-btn { background: linear-gradient(115deg, #521388, #3a1069); color: #fff; }
.btn.primary { min-width: 154px; }
.btn.primary:hover, .track-btn:hover { background: var(--purple-dark); box-shadow: 0 4px 12px #3f146f26; }
.btn.secondary { border-color: #76528d; background: #fff9f15c; color: var(--purple); min-width: 180px; }
.btn.secondary:hover { background: #fff9f1b3; }

/* Tracking stays compact until a package is selected. */
.tracking { padding: 22px 0 0; }
.tracking-card { border: 1px solid var(--line); border-radius: 6px; background: #fff; overflow: hidden; }
.notice { display: grid; grid-template-columns: 35px 1fr; gap: 17px; padding: 20px 24px; background: linear-gradient(100deg, #fff4f4, #fcecee); border-top: 1px solid #ec9ea8; border-bottom: 1px solid #f5e5e8; color: #811820; }
.notice-icon { align-self: center; display: grid; place-items: center; width: 33px; height: 33px; border: 2px solid #b21c29; border-radius: 50%; color: #b21c29; font-family: Georgia, serif; font-size: 26px; font-weight: 700; line-height: 1; }
.notice strong { display: block; margin-bottom: 3px; color: #a01121; font-size: 18px; line-height: 1.35; }
.notice p { margin: 0; font-size: 14px; }
.track-body { padding: 20px 24px 21px; }
.track-form { display: grid; grid-template-columns: minmax(0, 1fr) 200px; gap: 16px; }
.track-form input { width: 100%; min-width: 0; height: 51px; padding: 0 17px; border: 1px solid #dcd6e2; border-radius: 5px; color: var(--ink); background: #fff; box-shadow: inset 0 1px 3px #29203405; font-size: 16px; }
.track-form input::placeholder { color: #77707f; opacity: 1; }
.track-form input:focus { outline: 2px solid #9c78ba; outline-offset: 2px; }
.track-btn { font-size: 16px; }
.samples { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 19px; }
.samples-label { margin-right: 5px; color: var(--muted); font-size: 12px; }
.sample { min-height: 41px; padding: 9px 14px; border: 1px solid #e3dced; border-radius: 4px; color: var(--purple); background: #f7f3fc; font-size: 12px; transition: background .15s; }
.sample:hover { background: #eee4f9; border-color: #b79bcf; }
.tracking-result { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.result-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.result-head > div:first-child { min-width: 0; }
.mode-kicker { color: #a33b00; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.result-head h3 { margin: 5px 0; color: var(--purple); font-size: 24px; overflow-wrap: anywhere; }
.mode-copy { color: var(--muted); font-size: 14px; }
.eta { flex-shrink: 0; text-align: right; }
.eta small { display: block; color: var(--muted); }
.eta strong { color: #a33b00; }
.timeline { list-style: none; border-left: 2px solid #e7ddec; padding: 0; margin: 23px 0 0 5px; }
.timeline li { position: relative; display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 16px; padding: 0 0 18px 20px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ''; position: absolute; left: -6px; top: 5px; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px #fff; }
.timeline time { color: var(--muted); font-size: 12px; }
.timeline strong { font-size: 14px; font-weight: 500; }

.services { padding: 22px 0 26px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service { padding: 25px 23px 24px; border-radius: 6px; }
.service.ground { background: #f7f3fc; }
.service.express { background: #fff4f5; }
.service.priority { background: #fff7ee; }
.svc-top { display: flex; align-items: flex-start; gap: 18px; }
.svc-icon { color: var(--purple); flex: 0 0 48px; width: 48px; height: 48px; }
.svc-icon svg, .feature-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.express .svc-icon { color: #b80e27; }
.priority .svc-icon { color: #ed6b09; }
.service h3 { margin: 0 0 3px; color: var(--purple-dark); font-size: 21px; line-height: 1.25; letter-spacing: -.025em; }
.priority h3 { color: #96151e; }
.service p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; min-height: 36px; }
.odds { margin: 12px 0 0 66px; color: var(--purple); font-size: 40px; line-height: 1; font-weight: 700; letter-spacing: -.035em; }
.express .odds { color: #b80e27; }
.priority .odds { color: #dc5800; }
.odds-label { margin: 5px 0 0 66px; color: var(--muted); font-size: 13px; }
.features { padding: 5px 0 39px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature { display: flex; align-items: flex-start; gap: 17px; padding: 9px 21px; border-right: 1px solid #eae5ef; }
.feature:first-child { padding-left: 8px; }
.feature:last-child { padding-right: 0; border-right: 0; }
.feature-icon { flex: 0 0 38px; width: 38px; height: 38px; color: var(--purple); }
.feature strong { display: block; margin: 2px 0 3px; color: var(--purple-dark); font-size: 14px; line-height: 1.3; }
.feature span { display: block; color: var(--muted); font-size: 12px; line-height: 1.4; }

.story { position: relative; display: flex; align-items: center; min-height: 245px; color: #fff; background: #32254b; overflow: hidden; }
.story-art { position: absolute; inset: 0; background: url('/assets/memphis-skyline.webp') center 56% / cover no-repeat; }
.story::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #351b639c, #32144824 64%, #261d411c); }
.story-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 37px 0; }
.story h2 { margin: 0 0 17px; font-size: 31px; line-height: 1.15; letter-spacing: -.025em; }
.story-btn { min-height: 44px; padding: 10px 23px; border-color: #ffffffc4; color: #fff; background: #ffffff12; font-size: 14px; font-weight: 400; }
.story-btn:hover { background: #ffffff2b; }
.story blockquote { margin: 0; padding: 16px 20px; border: 1px solid #e0d5e5ba; border-radius: 6px; background: #34244791; backdrop-filter: blur(3px); color: #fff; font-size: 15px; line-height: 1.6; }
.story blockquote span { display: inline-block; margin-top: 2px; }
.footer { padding: 25px 0 18px; background: #43216b; color: #fff; }
.footer-inner { display: grid; grid-template-columns: 1fr 380px; column-gap: 55px; row-gap: 16px; align-items: end; }
.footer-brand img { display: block; width: 168px; height: auto; margin: -8px 0 -5px -17px; mix-blend-mode: lighten; }
.footer p { margin: 12px 0 0; color: #d5c7e3; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 13px 24px; grid-column: 1; }
.footer-links a { color: #d5c7e3; font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-right { grid-column: 2; grid-row: 1 / 3; text-align: center; }
.footer-skyline { display: block; width: 100%; max-width: 360px; height: 70px; object-fit: cover; object-position: center 64%; margin: 0 auto 8px; mix-blend-mode: lighten; }
.footer-right strong { color: #d5c7e3; font-size: 12px; font-weight: 400; }
.footer-right p { margin-top: 3px; }
.footer .fine { margin-top: 22px; color: #c6b3d8; font-size: 11px; text-align: center; }

@media (min-width: 1600px) {
  .hero { min-height: 590px; }
  .hero-art { background-position: center 57%; }
}
@media (max-width: 1100px) {
  .header-inner { gap: 15px; min-height: 76px; }
  .logo { width: 170px; }
  .nav > a, .nav summary { padding-inline: 11px; }
  .quote-btn { padding-inline: 20px; font-size: 14px; }
  .search-link { display: none; }
  .hero { min-height: 530px; }
  .hero-art { background-position: 65% center; }
  .hero p { font-size: 20px; }
  .service { padding: 23px 19px; }
  .svc-top { gap: 13px; }
  .service h3 { font-size: 20px; }
  .odds, .odds-label { margin-left: 61px; }
  .feature { gap: 12px; padding-inline: 17px; }
  .feature-icon { flex-basis: 34px; width: 34px; height: 34px; }
  .feature strong { font-size: 13px; }
}
@media (max-width: 900px) {
  .wrap { width: calc(100% - 44px); }
  .header-inner { gap: 12px; }
  .logo { width: 146px; }
  .nav { gap: 0; }
  .nav > a, .nav summary { padding-inline: 9px; font-size: 14px; }
  .quote-btn { padding-inline: 14px; }
  .hero { min-height: 510px; }
  .hero h1 { font-size: 40px; }
  .hero::after { background: linear-gradient(90deg, #fff1e4eb, #fff1e4ba 36%, #fff1e400 77%); }
  .hero p { font-size: 18px; }
  .svc-top { display: block; }
  .svc-icon { margin-bottom: 12px; }
  .service h3 { font-size: 19px; }
  .odds, .odds-label { margin-left: 0; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
  .feature:nth-child(2) { border-right: 0; }
  .feature:nth-child(3) { padding-left: 8px; }
  .story h2 { font-size: 28px; }
  .story blockquote { font-size: 14px; padding: 14px; }
  .footer-inner { grid-template-columns: 1fr 320px; gap: 20px; }
}
@media (max-width: 700px) {
  .share-inner { justify-content: center; }
  .share-label { display: none; }
  .share-link { min-width: 26px; padding-inline: 6px; font-size: 12px; }
  .copy-link { min-width: 69px; margin-left: 3px; }
  .wrap { width: calc(100% - 36px); }
  .header-inner { min-height: 74px; justify-content: space-between; }
  .logo { width: 145px; }
  .quote-btn, .search-link { display: none; }
  .nav-toggle { display: flex; align-items: center; gap: 7px; margin-left: auto; padding: 10px; border: 0; border-radius: 4px; background: transparent; color: var(--purple); font-size: 14px; }
  .nav-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .nav-toggle[aria-expanded='true'] { background: #f1eef4; }
  .nav { display: none; position: absolute; inset: 100% 0 auto; max-height: calc(100dvh - 74px); overflow: auto; padding: 10px 18px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 12px 20px #25153a1a; }
  .site-header.nav-open .nav { display: block; }
  .nav > a, .nav summary { padding: 12px; font-size: 16px; }
  .menu { position: static; width: 100%; max-height: none; box-shadow: none; margin: 3px 0 9px; }
  .menu a { padding-block: 11px; }
  .hero { min-height: 625px; display: block; }
  .hero-art { background-size: auto 355px; background-position: 82% bottom; }
  .hero::after { background: linear-gradient(180deg, #fff2e7 0%, #fff2e7 40%, #fff2e7d4 48%, #fff2e733 62%, #fff2e700 72%); }
  .hero-copy { padding: 33px 0 0; }
  .hero h1 { font-size: clamp(31px, 6.6vw, 43px); margin-bottom: 14px; }
  .hero p { margin-bottom: 22px; font-size: 17px; }
  .hero-actions { gap: 10px; }
  .btn { min-height: 46px; padding: 11px 20px; font-size: 14px; }
  .btn.primary, .btn.secondary { min-width: 0; }
  .tracking { padding-top: 18px; }
  .notice { padding: 16px; grid-template-columns: 27px minmax(0, 1fr); gap: 12px; }
  .notice-icon { align-self: start; width: 27px; height: 27px; font-size: 21px; }
  .notice strong { font-size: 16px; }
  .notice p { font-size: 13px; line-height: 1.5; margin-top: 6px; }
  .track-body { padding: 16px; }
  .track-form { grid-template-columns: 1fr; gap: 10px; }
  .track-form input { padding-inline: 12px; }
  .samples { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 17px; }
  .samples-label { grid-column: 1 / -1; margin-bottom: 3px; }
  .sample { min-height: 44px; padding-inline: 6px; }
  .result-head { display: block; }
  .result-head h3 { font-size: 21px; }
  .eta { text-align: left; margin-top: 14px; }
  .timeline li { grid-template-columns: 85px minmax(0, 1fr); gap: 12px; padding-left: 15px; }
  .timeline strong { font-size: 13px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service { padding: 22px; }
  .svc-top { display: flex; gap: 18px; }
  .svc-icon { margin: 0; }
  .service h3 { font-size: 22px; }
  .service p { min-height: 0; }
  .odds, .odds-label { margin-left: 66px; }
  .features { padding-bottom: 29px; }
  .feature-grid { gap: 22px 18px; }
  .feature, .feature:first-child, .feature:nth-child(3), .feature:last-child { display: block; padding: 0; border: 0; }
  .feature-icon { width: 34px; height: 34px; margin-bottom: 10px; }
  .feature strong { font-size: 14px; }
  .feature span { font-size: 12px; }
  .story-inner { display: block; padding-block: 30px; }
  .story h2 { font-size: 28px; }
  .story-art { background-position: 70% center; }
  .story::after { background: #26154470; }
  .story blockquote { display: table; margin-top: 26px; padding: 14px 18px; }
  .footer-inner { grid-template-columns: 1fr; gap: 20px; }
  .footer-right { grid-column: 1; grid-row: auto; text-align: left; margin-top: 3px; }
  .footer-skyline { width: min(100%, 300px); margin: 0 0 9px; }
  .footer-links { gap: 14px 23px; }
  .footer .fine { text-align: left; margin-top: 20px; line-height: 1.6; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
