@font-face {
    font-family: "ImpactLocal";
    src: local("Impact");
}

:root {
    --navy: #08233c;
    --ink: #071b2f;
    --red: #b53a32;
    --red-dark: #8e2824;
    --cream: #f3ece1;
    --paper: #fbf5eb;
    --gold: #f4bf63;
    --muted: #5b6772;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    background: var(--paper);
}

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

.site-header {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    left: 0;
    padding: 24px 34px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.brand {
    align-items: center;
    color: var(--navy);
    display: inline-flex;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 30px;
    gap: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.brand-mark {
    align-items: center;
    border: 3px solid var(--navy);
    border-radius: 50%;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    position: relative;
    width: 50px;
}

.brand-mark::before {
    border-bottom: 12px solid var(--navy);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    content: "";
    left: 6px;
    position: absolute;
    top: 8px;
}

.brand-road {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 19px;
    line-height: 1;
    position: relative;
    top: 7px;
}

.nav-check {
    display: none;
}

.nav-toggle {
    display: none;
}

.nav-panel {
    align-items: center;
    display: flex;
    gap: clamp(18px, 3vw, 48px);
    justify-content: flex-end;
}

.main-nav {
    align-items: center;
    background: rgba(248, 241, 231, .5);
    border: 1px solid rgba(8, 35, 60, .08);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(8, 35, 60, .06);
    backdrop-filter: blur(10px);
    display: flex;
    gap: clamp(6px, 1vw, 14px);
    justify-content: center;
    padding: 4px;
}

.main-nav a {
    color: #05182d;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    padding: 12px 14px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-nav a.active::after,
.main-nav a:hover::after {
    background: var(--red);
    bottom: 5px;
    content: "";
    height: 4px;
    left: 14px;
    position: absolute;
    width: calc(100% - 28px);
}

.download-pill,
.cta-button,
.passport-card button {
    background: linear-gradient(180deg, #ca443b, #a92f2b);
    border: 2px solid rgba(255, 206, 132, .5);
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(118, 35, 29, .24);
    color: #fff;
    display: inline-flex;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 15px;
    justify-content: center;
    letter-spacing: .02em;
    padding: 17px 26px;
    text-transform: uppercase;
}

.hero {
    min-height: 865px;
    overflow: hidden;
    position: relative;
}

.hero::before {
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 208, 158, .85), transparent 22%),
        radial-gradient(circle at 80% 12%, rgba(255, 187, 143, .5), transparent 18%),
        linear-gradient(180deg, rgba(218, 232, 238, .85), rgba(247, 207, 157, .75) 43%, rgba(119, 68, 44, .4) 59%, rgba(30, 31, 29, .72) 100%),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2100&q=80");
    background-position: center;
    background-size: cover;
    content: "";
    inset: 0;
    position: absolute;
}

.hero::after {
    background: linear-gradient(90deg, rgba(248, 241, 230, .78) 0%, rgba(248, 241, 230, .52) 35%, rgba(248, 241, 230, .08) 68%);
    content: "";
    inset: 0;
    position: absolute;
}

.hero-road {
    background:
        linear-gradient(104deg, transparent 0 35%, rgba(255, 255, 255, .85) 35.5% 36.1%, transparent 36.4%),
        linear-gradient(76deg, transparent 0 55%, rgba(255, 255, 255, .85) 55.4% 55.9%, transparent 56.2%),
        linear-gradient(180deg, rgba(26, 27, 28, 0), rgba(19, 20, 22, .92));
    bottom: 0;
    height: 330px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.hero-content {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(330px, 520px) minmax(430px, 1fr);
    margin: 0 auto;
    max-width: 1280px;
    min-height: 865px;
    padding: 120px 54px 44px;
    position: relative;
    z-index: 5;
}

.hero-copy {
    padding-top: 30px;
}

.route-shield {
    align-items: center;
    background: rgba(253, 249, 239, .95);
    clip-path: polygon(50% 0, 69% 10%, 94% 9%, 86% 40%, 88% 72%, 50% 100%, 12% 72%, 14% 40%, 6% 9%, 31% 10%);
    color: var(--navy);
    display: inline-flex;
    flex-direction: column;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

.route-shield span {
    border-bottom: 2px solid currentColor;
    font-size: .22em;
    line-height: 1.1;
    padding: 0 .45em .08em;
}

.route-shield strong {
    font-size: .72em;
    line-height: .88;
}

.route-shield.large {
    border: 5px solid transparent;
    font-size: 94px;
    height: 112px;
    margin-bottom: 24px;
    width: 112px;
}

.route-shield.small {
    color: var(--paper);
    font-size: 76px;
    height: 92px;
    width: 92px;
}

.route-shield.xsmall {
    border: 2px solid rgba(8, 35, 60, .85);
    color: rgba(8, 35, 60, .85);
    font-size: 35px;
    height: 42px;
    width: 42px;
}

h1,
.route-panel h2 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: clamp(54px, 7vw, 86px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .99;
    margin: 0;
    text-transform: uppercase;
}

.tagline {
    color: var(--red);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.22;
    margin: 26px 0 24px;
}

.intro {
    color: #07182c;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 28px;
    max-width: 430px;
}

.store-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.store-button {
    align-items: center;
    background: linear-gradient(180deg, #092641, #031323);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 7px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 8px 20px rgba(0,0,0,.2);
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    gap: 12px;
    min-height: 58px;
    padding: 10px 16px;
    text-transform: uppercase;
}

.store-button strong {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.phone-icon,
.play-icon {
    display: inline-block;
    flex: 0 0 auto;
}

.phone-icon {
    border: 2px solid #fff;
    border-radius: 4px;
    height: 30px;
    position: relative;
    width: 20px;
}

.phone-icon::after {
    background: #fff;
    border-radius: 50%;
    bottom: 2px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 3px;
}

.play-icon {
    border-bottom: 16px solid transparent;
    border-left: 25px solid #1fd35f;
    border-top: 16px solid transparent;
    height: 0;
    filter: drop-shadow(7px 0 0 #2795ff) drop-shadow(3px 0 0 #f3d448);
    width: 0;
}

.phone-stage {
    height: 690px;
    position: relative;
}

.phone {
    background: #111;
    border: 8px solid #1a1b1d;
    border-radius: 42px;
    box-shadow: 0 36px 62px rgba(0, 0, 0, .45);
    overflow: hidden;
    position: absolute;
}

.phone-main {
    height: 650px;
    left: 78px;
    top: 22px;
    transform: rotate(3deg);
    width: 320px;
    z-index: 4;
}

.phone-back {
    height: 615px;
    right: 8px;
    top: 80px;
    transform: rotate(9deg);
    width: 300px;
    z-index: 3;
}

.phone-notch {
    background: #090909;
    border-radius: 0 0 18px 18px;
    height: 28px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 120px;
    z-index: 5;
}

.phone-screen {
    background: #f6efe4;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.app-top {
    align-items: center;
    background: rgba(6, 24, 42, .9);
    color: #fff;
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    padding: 34px 18px 12px;
    text-transform: uppercase;
}

.tiny-camera {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 17px;
    width: 17px;
}

.passport-card {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.68)),
        url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=800&q=80");
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 285px;
    padding: 22px 22px 18px;
    text-align: center;
}

.passport-card h2 {
    font-size: 22px;
    margin: 10px 0 4px;
}

.passport-card p {
    font-size: 12px;
    margin: 0 0 12px;
}

.stamps-count strong {
    font-size: 34px;
    font-weight: 400;
}

.stamps-count span {
    font-size: 22px;
    opacity: .85;
}

.progress {
    background: rgba(255, 255, 255, .4);
    border-radius: 100px;
    height: 8px;
    margin: 6px 0 18px;
    overflow: hidden;
    width: 210px;
}

.progress span {
    background: #f5d080;
    display: block;
    height: 100%;
    width: 74%;
}

.passport-card button {
    border-radius: 14px;
    font-size: 14px;
    padding: 14px 52px;
}

.mini-map {
    background: #f8f0e5;
    color: var(--ink);
    min-height: 238px;
    padding: 18px 20px;
}

.mini-map h3 {
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 15px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.mini-map svg {
    height: 120px;
    width: 100%;
}

.mini-map path {
    fill: none;
    stroke: var(--navy);
    stroke-linecap: round;
    stroke-width: 5;
}

.mini-map circle {
    fill: var(--red);
    stroke: #fff;
    stroke-width: 3;
}

.app-tabs {
    align-items: center;
    background: var(--navy);
    bottom: 0;
    color: #fff;
    display: grid;
    font-size: 10px;
    grid-template-columns: repeat(5, 1fr);
    left: 0;
    min-height: 62px;
    position: absolute;
    right: 0;
    text-align: center;
}

.app-tabs .selected {
    background: var(--red);
    border-radius: 50%;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    justify-self: center;
    width: 48px;
}

.passport-grid {
    background: #f7efe2;
    padding: 72px 18px 18px;
}

.passport-title {
    align-items: flex-end;
    background: linear-gradient(180deg, #08233d, #031929);
    color: #fff;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    left: 0;
    padding: 58px 24px 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.passport-title span {
    font-style: italic;
}

.stamp-grid {
    display: grid;
    gap: 11px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 78px;
}

.stamp-card {
    align-items: center;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(8, 35, 60, .14);
    border-radius: 8px;
    color: var(--ink);
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-height: 78px;
    padding: 8px 4px;
    text-align: center;
}

.stamp-card small {
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.stamp-card.locked {
    opacity: .35;
}

.features {
    background: #f8f1e7;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    padding: 44px 8vw 40px;
    position: relative;
    z-index: 10;
}

.features article {
    text-align: center;
}

.feature-icon {
    color: var(--red);
    display: inline-block;
    height: 58px;
    margin-bottom: 16px;
    position: relative;
    width: 58px;
}

.feature-icon.stamp {
    border-bottom: 7px solid currentColor;
    border-left: 5px solid currentColor;
    border-right: 5px solid currentColor;
    border-radius: 0 0 8px 8px;
}

.feature-icon.stamp::before {
    border: 5px solid currentColor;
    border-radius: 16px;
    content: "";
    height: 27px;
    left: 15px;
    position: absolute;
    top: -1px;
    width: 20px;
}

.feature-icon.pin {
    border: 5px solid var(--navy);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.feature-icon.pin::after {
    background: var(--navy);
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 17px;
    position: absolute;
    top: 17px;
    width: 14px;
}

.feature-icon.camera {
    border: 5px solid currentColor;
    border-radius: 10px;
    margin-top: 8px;
}

.feature-icon.camera::before {
    border: 5px solid currentColor;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 15px;
    position: absolute;
    top: 16px;
    width: 18px;
}

.feature-icon.camera::after {
    background: currentColor;
    content: "";
    height: 10px;
    left: 10px;
    position: absolute;
    top: -12px;
    width: 24px;
}

.feature-icon.bars {
    align-items: end;
    display: inline-flex;
    gap: 7px;
    justify-content: center;
}

.feature-icon.bars::before,
.feature-icon.bars::after,
.feature-icon.bars {
    border-bottom: 0;
}

.feature-icon.bars span {
    display: none;
}

.feature-icon.bars::before {
    background: linear-gradient(90deg, var(--navy) 0 20%, transparent 20% 32%, var(--navy) 32% 52%, transparent 52% 64%, var(--navy) 64% 84%);
    bottom: 0;
    content: "";
    height: 50px;
    position: absolute;
    width: 58px;
}

.feature-icon.bars::after {
    background: #f8f1e7;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 12px;
}

.features h2 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 23px;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.features p {
    font-size: 16px;
    line-height: 1.42;
    margin: 0 auto;
    max-width: 230px;
}

.route-section {
    align-items: stretch;
    background:
        linear-gradient(90deg, rgba(3, 26, 45, .98), rgba(7, 38, 62, .93) 44%, rgba(4, 24, 43, .98)),
        url("https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=1800&q=80");
    background-position: center;
    background-size: cover;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(240px, 340px) minmax(300px, 1fr);
    min-height: 560px;
    padding: 58px 8vw;
}

.route-panel {
    align-self: center;
}

.route-panel h2 {
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    text-shadow: 0 2px 0 rgba(0,0,0,.25);
}

.route-panel p {
    font-size: 17px;
    line-height: 1.45;
    max-width: 430px;
}

.eyebrow {
    color: #f04c43;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.eyebrow.gold {
    color: var(--gold);
}

.route-panel ul {
    list-style: none;
    margin: 24px 0 30px;
    padding: 0;
}

.route-panel li {
    font-size: 17px;
    margin: 12px 0;
    padding-left: 40px;
    position: relative;
}

.route-panel li::before {
    align-items: center;
    background: var(--red);
    border-radius: 50%;
    content: "";
    display: inline-flex;
    height: 22px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -1px;
    width: 22px;
}

.route-panel li::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 9px;
    left: 8px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 5px;
}

.route-sign-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
}

.weathered-sign {
    align-items: center;
    background:
        radial-gradient(circle at 25% 22%, rgba(113, 66, 30, .55) 0 7%, transparent 8%),
        radial-gradient(circle at 70% 64%, rgba(80, 42, 18, .5) 0 9%, transparent 10%),
        linear-gradient(135deg, #d9c19d, #826345 42%, #d8c19a 58%, #775334);
    clip-path: polygon(50% 0, 69% 10%, 94% 9%, 86% 40%, 88% 72%, 50% 100%, 12% 72%, 14% 40%, 6% 9%, 31% 10%);
    color: #191919;
    display: flex;
    flex-direction: column;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    height: 360px;
    justify-content: center;
    outline: 8px solid rgba(0,0,0,.45);
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-9deg);
    width: 310px;
}

.weathered-sign span {
    border-bottom: 5px solid #191919;
    font-size: 45px;
    line-height: 1;
}

.weathered-sign strong {
    font-size: 136px;
    line-height: .85;
}

.weathered-sign em {
    border: 4px solid #191919;
    font-size: 23px;
    font-style: normal;
    padding: 5px 16px;
}

.coming {
    border: 2px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    padding: 36px;
}

.future-routes {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin: 28px 0 22px;
}

.future-routes span {
    border-top: 2px solid rgba(255,255,255,.82);
    color: #fff;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 15px;
    padding-top: 48px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.future-routes span::before {
    border: 2px solid rgba(255,255,255,.82);
    border-radius: 50%;
    content: "";
    height: 56px;
    left: 50%;
    position: absolute;
    top: -28px;
    transform: translateX(-50%);
    width: 56px;
}

.many-more {
    color: var(--gold);
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.site-footer {
    background: #f8f1e7;
    display: grid;
    gap: 28px;
    grid-template-columns: 1.6fr .55fr .6fr .7fr 1.55fr;
    padding: 34px 8vw 54px;
    position: relative;
}

.site-footer > div {
    border-left: 1px solid rgba(8, 35, 60, .18);
    padding-left: 34px;
}

.site-footer .footer-brand {
    border-left: 0;
    padding-left: 0;
}

.site-footer .brand {
    font-size: 22px;
}

.site-footer .brand-mark {
    height: 38px;
    width: 38px;
}

.site-footer .brand-mark::before {
    border-bottom-width: 9px;
    border-left-width: 12px;
    border-right-width: 12px;
    left: 4px;
}

.site-footer .brand-road {
    font-size: 14px;
}

.site-footer h3 {
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 15px;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.site-footer p,
.site-footer a {
    display: block;
    font-size: 14px;
    line-height: 1.55;
}

.socials {
    display: flex;
    gap: 20px;
}

.socials a {
    border: 2px solid var(--navy);
    border-radius: 50%;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    line-height: 1;
    align-items: center;
    width: 34px;
}

.compact .store-button {
    font-size: 12px;
    min-height: 44px;
    padding: 8px 12px;
}

.compact .store-button span:last-child {
    font-size: 14px;
    font-weight: 800;
}

.compact .phone-icon {
    height: 24px;
    width: 16px;
}

.compact .play-icon {
    border-bottom-width: 12px;
    border-left-width: 19px;
    border-top-width: 12px;
}

.copyright {
    bottom: 18px;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.features-hero {
    min-height: 725px;
}

.features-hero::after {
    background: linear-gradient(90deg, rgba(248, 241, 230, .83) 0%, rgba(248, 241, 230, .58) 42%, rgba(248, 241, 230, .05) 72%);
}

.features-hero-content {
    grid-template-columns: minmax(330px, 520px) minmax(500px, 1fr);
    min-height: 725px;
    padding-bottom: 0;
}

.features-hero h1 {
    font-size: clamp(76px, 9vw, 112px);
}

.features-hero .phone-stage {
    height: 630px;
}

.feature-phone-main {
    height: 590px;
    left: 96px;
    top: 26px;
    width: 318px;
}

.feature-screen-head {
    background:
        linear-gradient(180deg, rgba(6, 24, 42, .52), rgba(6, 24, 42, .95)),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=80");
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 142px;
    padding: 22px 20px 15px;
    text-align: center;
}

.feature-screen-head h2 {
    font-size: 18px;
    margin: 0 0 14px;
}

.feature-screen-head strong {
    font-size: 31px;
    font-weight: 500;
}

.feature-screen-head span {
    font-size: 22px;
    opacity: .86;
}

.feature-screen-head p {
    font-size: 13px;
    font-weight: 800;
    margin: 0;
}

.large-map-card {
    background:
        linear-gradient(rgba(249, 243, 233, .86), rgba(249, 243, 233, .86)),
        repeating-linear-gradient(35deg, transparent 0 24px, rgba(8, 35, 60, .08) 25px 26px);
    border-radius: 0 0 10px 10px;
    color: var(--ink);
    margin: 0 16px;
    min-height: 190px;
    padding: 14px 14px 10px;
    position: relative;
}

.large-map-card span,
.large-map-card em {
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    position: absolute;
}

.large-map-card span {
    right: 16px;
    top: 14px;
}

.large-map-card em {
    bottom: 16px;
    left: 16px;
}

.large-map-card svg {
    height: 145px;
    margin-top: 20px;
    width: 100%;
}

.large-map-card path,
.feature-preview.map path {
    fill: none;
    stroke: var(--navy);
    stroke-linecap: round;
    stroke-width: 6;
}

.large-map-card circle,
.feature-preview.map circle {
    fill: var(--red);
    stroke: #fff;
    stroke-width: 3;
}

.phone-action {
    background: linear-gradient(180deg, #ca443b, #a92f2b);
    border: 2px solid rgba(255, 206, 132, .5);
    border-radius: 14px;
    color: #fff;
    display: block;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 15px;
    margin: 18px auto 0;
    padding: 15px 56px;
    text-transform: uppercase;
}

.features-page-grid {
    background:
        radial-gradient(circle at 9% 10%, rgba(178, 117, 74, .09), transparent 26%),
        radial-gradient(circle at 90% 82%, rgba(8, 35, 60, .08), transparent 22%),
        #f8f1e7;
    padding: 28px 6vw 34px;
}

.section-title {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr auto 1fr;
    margin: 0 auto 34px;
    max-width: 1320px;
}

.section-title span {
    background: var(--red);
    height: 2px;
}

.section-title h2 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: clamp(30px, 3.6vw, 43px);
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.feature-card-grid {
    display: grid;
    gap: 44px;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    margin: 0 auto;
    max-width: 1320px;
}

.feature-card {
    background: rgba(255, 250, 242, .58);
    border: 1px solid rgba(8, 35, 60, .2);
    border-radius: 10px;
    min-height: 360px;
    padding: 28px 20px 18px;
    position: relative;
    text-align: center;
}

.feature-card h3 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 21px;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.45;
    margin: 16px auto 0;
    max-width: 245px;
}

.round-feature-icon {
    align-items: center;
    background: var(--red);
    border: 4px solid #f8f1e7;
    border-radius: 50%;
    box-shadow: 0 3px 0 rgba(8, 35, 60, .1);
    color: #fff;
    display: inline-flex;
    height: 54px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -27px;
    transform: translateX(-50%);
    width: 54px;
}

.round-feature-icon::before,
.round-feature-icon::after {
    content: "";
    position: absolute;
}

.round-feature-icon.passport::before {
    border: 3px solid #fff;
    border-radius: 4px;
    height: 24px;
    width: 18px;
}

.round-feature-icon.passport::after {
    background: #fff;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.round-feature-icon.collect::before {
    border: 3px solid #fff;
    border-radius: 6px;
    height: 24px;
    width: 24px;
}

.round-feature-icon.collect::after {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    height: 13px;
    transform: rotate(135deg);
    width: 13px;
}

.round-feature-icon.track::before,
.round-feature-icon.places::before {
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    height: 23px;
    transform: rotate(-45deg);
    width: 23px;
}

.round-feature-icon.track::after,
.round-feature-icon.places::after {
    background: #fff;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.round-feature-icon.memory::before {
    border: 3px solid #fff;
    border-radius: 5px;
    height: 21px;
    width: 27px;
}

.round-feature-icon.memory::after {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.round-feature-icon.stats::before {
    background: linear-gradient(90deg, #fff 0 20%, transparent 20% 36%, #fff 36% 57%, transparent 57% 72%, #fff 72% 100%);
    bottom: 13px;
    height: 25px;
    width: 28px;
}

.round-feature-icon.offline::before {
    border: 3px solid #fff;
    border-radius: 18px;
    height: 18px;
    width: 30px;
}

.round-feature-icon.offline::after {
    background: #fff;
    border-radius: 50%;
    height: 9px;
    left: 14px;
    top: 20px;
    width: 9px;
}

.round-feature-icon.share::before {
    background: #fff;
    height: 3px;
    transform: rotate(-28deg);
    width: 28px;
}

.round-feature-icon.share::after {
    background: radial-gradient(circle at 5px 5px, #fff 0 5px, transparent 6px), radial-gradient(circle at 24px 1px, #fff 0 5px, transparent 6px), radial-gradient(circle at 24px 22px, #fff 0 5px, transparent 6px);
    height: 28px;
    width: 31px;
}

.mini-phone {
    background: #101215;
    border: 5px solid #1c1d20;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 12px 24px rgba(0,0,0,.22);
    height: 185px;
    margin: 0 auto;
    max-width: 210px;
    overflow: hidden;
    position: relative;
}

.mini-notch {
    background: #050505;
    border-radius: 0 0 12px 12px;
    height: 18px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 76px;
    z-index: 3;
}

.mini-status {
    color: #fff;
    font-size: 8px;
    left: 15px;
    position: absolute;
    top: 14px;
    z-index: 4;
}

.preview-content {
    background: linear-gradient(180deg, #08233c 0 36%, #f7efe4 36% 100%);
    height: 100%;
    overflow: hidden;
    padding: 34px 12px 12px;
}

.preview-passport-top {
    align-items: center;
    color: #fff;
    display: grid;
    gap: 2px 10px;
    grid-template-columns: 54px 1fr;
    text-align: left;
}

.preview-passport-top .route-shield {
    grid-row: span 2;
}

.preview-passport-top strong {
    font-size: 20px;
}

.preview-passport-top small {
    font-size: 9px;
}

.preview-stamps {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
}

.preview-stamps span {
    background: #fff;
    border: 1px solid rgba(8, 35, 60, .16);
    border-radius: 5px;
    color: var(--navy);
    font-size: 8px;
    font-weight: 900;
    padding: 16px 2px 7px;
    position: relative;
    text-transform: uppercase;
}

.preview-stamps span::before {
    border: 2px solid var(--navy);
    border-radius: 4px;
    content: "66";
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 13px;
    left: 50%;
    line-height: 1;
    padding: 0 4px;
    position: absolute;
    top: 3px;
    transform: translateX(-50%);
}

.scan-frame {
    align-items: center;
    background:
        linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)),
        url("https://images.unsplash.com/photo-1564667173533-7470ea686cbc?auto=format&fit=crop&w=600&q=80");
    background-position: center;
    background-size: cover;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 -12px -12px;
}

.scan-frame .route-shield {
    color: var(--navy);
}

.feature-preview.map .preview-content {
    background:
        linear-gradient(rgba(248, 241, 231, .88), rgba(248, 241, 231, .88)),
        repeating-linear-gradient(30deg, transparent 0 20px, rgba(8, 35, 60, .08) 21px 22px);
}

.feature-preview.map svg {
    height: 132px;
    margin-top: 12px;
    width: 100%;
}

.photo-card {
    background:
        linear-gradient(rgba(0,0,0,.05), rgba(0,0,0,.05)),
        url("https://images.unsplash.com/photo-1511300636408-a63a89df3482?auto=format&fit=crop&w=500&q=80");
    background-position: center;
    background-size: cover;
    border-radius: 6px;
    height: 88px;
    margin-top: 12px;
}

.note-lines {
    display: grid;
    gap: 7px;
    margin-top: 14px;
}

.note-lines span,
.achievement span {
    background: rgba(8, 35, 60, .18);
    border-radius: 100px;
    display: block;
    height: 8px;
}

.achievement {
    background: rgba(255, 255, 255, .9);
    border-radius: 8px;
    margin-top: 12px;
    padding: 14px;
    text-align: left;
}

.achievement strong {
    color: var(--navy);
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}

.achievement span {
    background: linear-gradient(90deg, var(--gold) 0 70%, rgba(8,35,60,.16) 70% 100%);
}

.achievement.blue span {
    background: linear-gradient(90deg, #5da0bd 0 55%, rgba(8,35,60,.16) 55% 100%);
}

.place-row,
.setting-row {
    align-items: center;
    background: #fff;
    border-radius: 7px;
    display: grid;
    gap: 10px;
    grid-template-columns: 42px 1fr;
    margin-top: 9px;
    padding: 8px;
    text-align: left;
}

.place-row span {
    background:
        linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.04)),
        url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=200&q=80");
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    height: 36px;
}

.place-row strong,
.setting-row strong {
    color: var(--navy);
    font-size: 11px;
}

.setting-row {
    grid-template-columns: 1fr 34px;
    margin-top: 20px;
}

.setting-row span {
    background: #43b760;
    border-radius: 999px;
    height: 18px;
    position: relative;
}

.setting-row span::after {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 14px;
}

.share-card {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.68)),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=500&q=80");
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 8px;
    grid-template-columns: 58px 1fr;
    margin-top: 14px;
    min-height: 112px;
    padding: 12px;
    text-align: left;
}

.share-card em {
    font-size: 22px;
    font-style: normal;
    grid-column: 2;
}

.features-coming-banner {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(4, 25, 43, .98), rgba(10, 46, 74, .95)),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80");
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    color: #fff;
    display: grid;
    gap: 40px;
    grid-template-columns: 250px 1fr 1.35fr;
    margin: 0 6vw 34px;
    min-height: 220px;
    padding: 28px 56px;
}

.features-coming-banner h2 {
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 42px;
    line-height: 1;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.features-coming-banner p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.signpost {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    justify-content: center;
    min-height: 170px;
    position: relative;
    text-transform: uppercase;
}

.signpost::before {
    background: #5d351f;
    bottom: 0;
    content: "";
    position: absolute;
    top: 2px;
    width: 12px;
}

.signpost span,
.signpost strong {
    background: linear-gradient(180deg, #d18b43, #a7662d);
    border: 2px solid #4d2b1a;
    box-shadow: 0 2px 0 rgba(0,0,0,.28);
    color: #29170e;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 3px 0;
    padding: 7px 16px;
    position: relative;
    text-align: center;
    transform: rotate(-3deg);
}

.signpost span:nth-child(2) {
    transform: rotate(4deg);
}

.signpost span:nth-child(3) {
    transform: rotate(-5deg);
}

.signpost strong {
    transform: rotate(3deg);
}

.route66-hero {
    min-height: 720px;
}

.route66-hero::after {
    background: linear-gradient(90deg, rgba(248, 241, 230, .82), rgba(248, 241, 230, .34) 48%, rgba(248, 241, 230, .02) 78%);
}

.route66-hero-content {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(360px, 520px) 320px minmax(230px, 310px);
    margin: 0 auto;
    max-width: 1320px;
    min-height: 720px;
    padding: 116px 6vw 16px;
    position: relative;
    z-index: 5;
}

.route66-copy h1 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: clamp(92px, 10vw, 140px);
    line-height: .84;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.route66-subtitle {
    color: var(--navy);
    font-size: 29px;
    font-weight: 900;
    line-height: 1.22;
    margin: 0 0 22px;
}

.route66-phone {
    height: 590px;
    position: relative;
    width: 320px;
    z-index: 6;
}

.route66-phone-head {
    background:
        linear-gradient(180deg, rgba(6, 24, 42, .3), rgba(6, 24, 42, .88)),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=700&q=80");
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 24px 22px 18px;
    text-align: center;
}

.route66-phone-head h2 {
    font-size: 20px;
    margin: 0 0 16px;
}

.route66-count {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
}

.route66-count p {
    margin: 0;
    text-align: left;
}

.route66-count strong {
    display: inline-block;
    font-size: 33px;
    font-weight: 500;
}

.route66-count span {
    font-size: 23px;
    opacity: .86;
}

.route66-count em {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.usa-map {
    background:
        linear-gradient(rgba(248, 241, 231, .88), rgba(248, 241, 231, .88)),
        repeating-linear-gradient(30deg, transparent 0 21px, rgba(8, 35, 60, .08) 22px 23px);
    margin: 0 16px;
    min-height: 172px;
}

.usa-map svg {
    height: 160px;
    width: 100%;
}

.usa-map path {
    fill: none;
    stroke: var(--navy);
    stroke-linecap: round;
    stroke-width: 6;
}

.usa-map circle {
    fill: var(--red);
    stroke: #fff;
    stroke-width: 3;
}

.route66-road-sign .weathered-sign {
    height: 330px;
    transform: rotate(7deg);
    width: 285px;
}

.route66-road-sign .weathered-sign em {
    font-size: 24px;
}

.route66-experience {
    background: #f8f1e7;
    padding: 22px 6vw 28px;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1320px;
}

.experience-grid article {
    align-items: center;
    border-left: 1px solid rgba(8, 35, 60, .18);
    display: grid;
    gap: 22px;
    grid-template-columns: 64px 1fr;
    padding: 0 34px;
}

.experience-grid article:first-child {
    border-left: 0;
}

.experience-grid h3 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.experience-grid p {
    font-size: 15px;
    line-height: 1.35;
    margin: 0;
}

.experience-icon {
    color: var(--navy);
    display: block;
    height: 60px;
    position: relative;
    width: 60px;
}

.experience-icon.road::before {
    border-bottom: 58px solid currentColor;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    content: "";
    left: 12px;
    position: absolute;
    top: 0;
}

.experience-icon.road::after {
    background: repeating-linear-gradient(180deg, #f8f1e7 0 11px, transparent 11px 21px);
    content: "";
    height: 52px;
    left: 29px;
    position: absolute;
    top: 4px;
    width: 3px;
}

.experience-icon.pin {
    border: 6px solid currentColor;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg) scale(.8);
}

.experience-icon.camera {
    border: 6px solid currentColor;
    border-radius: 10px;
    height: 45px;
    margin-top: 8px;
}

.experience-icon.camera::before {
    border: 5px solid currentColor;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 16px;
    position: absolute;
    top: 10px;
    width: 14px;
}

.experience-icon.shield {
    background: currentColor;
    clip-path: polygon(50% 0, 88% 14%, 82% 67%, 50% 100%, 18% 67%, 12% 14%);
}

.route66-passport-board,
.route66-lower {
    background: #f8f1e7;
    display: grid;
    gap: 32px;
    margin: 0 auto;
    max-width: 1320px;
    padding: 28px 6vw;
}

.route66-passport-board {
    border: 1px solid rgba(8, 35, 60, .2);
    border-radius: 12px;
    grid-template-columns: 300px 1fr;
    margin-top: 0;
}

.route66-passport-board aside {
    border-right: 1px solid rgba(8, 35, 60, .18);
    padding-right: 34px;
}

.route66-passport-board aside h2,
.route66-highlights h2 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 37px;
    line-height: 1.08;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.route66-passport-board aside p {
    font-size: 16px;
    line-height: 1.45;
}

.route66-passport-board ul {
    list-style: none;
    margin: 22px 0 28px;
    padding: 0;
}

.route66-passport-board li {
    font-size: 14px;
    margin: 13px 0;
    padding-left: 30px;
    position: relative;
}

.route66-passport-board li::before {
    background: var(--red);
    border-radius: 50%;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}

.passport-board-head {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: auto 1fr auto;
    margin-bottom: 20px;
}

.passport-board-head::after {
    background: rgba(8, 35, 60, .35);
    content: "";
    height: 1px;
}

.passport-board-head h2 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 23px;
    margin: 0;
    text-transform: uppercase;
}

.passport-board-head strong {
    color: var(--red);
    font-size: 21px;
    white-space: nowrap;
}

.passport-board-head span {
    font-size: 14px;
}

.passport-stop-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
}

.passport-stop {
    align-items: end;
    aspect-ratio: 1.25;
    background: #f5eee5;
    border: 1px solid rgba(8, 35, 60, .2);
    border-radius: 10px;
    box-shadow: inset 0 0 0 5px rgba(255,255,255,.54);
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
    position: relative;
}

.passport-stop.collected {
    background:
        linear-gradient(180deg, transparent 0 45%, rgba(0,0,0,.62)),
        var(--stop-image);
    background-position: center;
    background-size: cover;
}

.passport-stop.collected span {
    background: var(--red);
    border: 2px solid #fff;
    border-radius: 50%;
    height: 22px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 22px;
}

.passport-stop.collected span::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 4px;
}

.passport-stop strong {
    color: #fff;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 18px;
    text-shadow: 0 2px 6px rgba(0,0,0,.62);
    text-transform: uppercase;
}

.passport-stop.locked {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    opacity: .45;
}

.passport-stop.locked strong {
    color: var(--navy);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-shadow: none;
}

.route66-lower {
    grid-template-columns: 300px 1fr 360px;
    padding-top: 34px;
}

.route66-highlights {
    background: rgba(255, 250, 242, .62);
    border-radius: 12px;
    padding: 28px;
}

.route66-highlights h2 {
    border-bottom: 2px solid rgba(8,35,60,.45);
    font-size: 27px;
    padding-bottom: 12px;
}

.route66-highlights article {
    display: grid;
    gap: 14px;
    grid-template-columns: 30px 1fr;
    margin: 22px 0;
}

.route66-highlights article span {
    border: 2px solid var(--red);
    border-radius: 50%;
    height: 28px;
    position: relative;
    width: 28px;
}

.route66-highlights article span::after {
    background: var(--red);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 8px;
}

.route66-highlights h3 {
    font-size: 14px;
    margin: 0 0 5px;
}

.route66-highlights p {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

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

.route66-gallery figure {
    align-items: end;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    margin: 0;
    min-height: 155px;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.route66-gallery figure::before {
    background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.72));
    content: "";
    inset: 0;
    position: absolute;
}

.route66-gallery figcaption {
    color: #fff;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.route66-gallery .wide {
    grid-column: 1 / -1;
    min-height: 210px;
}

.route66-gallery .mel {
    background-image: url("https://images.unsplash.com/photo-1511300636408-a63a89df3482?auto=format&fit=crop&w=900&q=80");
}

.route66-gallery .cadillac {
    background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=600&q=80");
}

.route66-gallery .whale {
    background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=600&q=80");
}

.route66-download-card {
    background: linear-gradient(180deg, #082a45, #031929);
    border-radius: 12px;
    color: #fff;
    padding: 40px 44px;
}

.route66-download-card h2 {
    font-size: 31px;
    line-height: 1.08;
    margin: 0 0 18px;
}

.route66-download-card p {
    font-size: 16px;
    line-height: 1.45;
}

.route66-download-card hr {
    border: 0;
    border-top: 1px solid rgba(255,255,255,.28);
    margin: 28px 0 22px;
}

.route66-download-card h3 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.route66-download-card .socials a {
    border-color: #fff;
}

.hashtags {
    color: rgba(255,255,255,.86);
    font-size: 13px;
}

.coming-hero {
    min-height: 760px;
}

.coming-hero::after {
    background: linear-gradient(90deg, rgba(248, 241, 230, .78), rgba(248, 241, 230, .35) 46%, rgba(248, 241, 230, .02) 76%);
}

.coming-hero-content {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(360px, 560px) minmax(520px, 1fr);
    margin: 0 auto;
    max-width: 1320px;
    min-height: 760px;
    padding: 118px 6vw 22px;
    position: relative;
    z-index: 5;
}

.coming-copy h1 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: clamp(74px, 8.6vw, 128px);
    line-height: .9;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.coming-note {
    align-items: center;
    background: linear-gradient(180deg, #0b2d49, #051b2f);
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
    color: #fff;
    display: grid;
    gap: 22px;
    grid-template-columns: 66px 1fr;
    margin-top: 28px;
    max-width: 430px;
    padding: 24px;
}

.coming-note span,
.mail-icon {
    border: 4px solid var(--red);
    border-radius: 4px;
    height: 52px;
    position: relative;
    width: 52px;
}

.coming-note span::before,
.mail-icon::before {
    background: var(--red);
    content: "";
    height: 4px;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 15px;
}

.coming-note span::after {
    background: repeating-linear-gradient(90deg, var(--red) 0 4px, transparent 4px 13px);
    content: "";
    height: 22px;
    left: 10px;
    position: absolute;
    top: 25px;
    width: 28px;
}

.coming-note h2 {
    color: var(--gold);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 22px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.coming-note p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.coming-phone-stage {
    height: 660px;
    position: relative;
}

.coming-phone-main {
    height: 635px;
    left: 58px;
    top: 0;
    transform: rotate(4deg);
    width: 315px;
    z-index: 5;
}

.coming-phone-back {
    height: 590px;
    right: 10px;
    top: 64px;
    transform: rotate(9deg);
    width: 290px;
    z-index: 4;
}

.coming-phone-screen,
.coming-list-screen {
    background: linear-gradient(180deg, #0b304c, #031929);
    color: #fff;
}

.coming-app-hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 26px 24px 8px;
    text-align: center;
}

.coming-app-hero h2 {
    font-size: 25px;
    line-height: 1.15;
    margin: 8px 0 12px;
}

.coming-app-hero p {
    margin: 8px 0 0;
}

.coming-app-hero span {
    font-size: 13px;
    line-height: 1.4;
}

.mountain-road {
    background:
        linear-gradient(180deg, rgba(3, 25, 41, .05), rgba(3, 25, 41, .2)),
        url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=700&q=80");
    background-position: center;
    background-size: cover;
    bottom: 62px;
    left: 0;
    position: absolute;
    right: 0;
    top: 290px;
}

.coming-list-screen {
    padding: 78px 18px 24px;
}

.coming-list-screen h2 {
    font-size: 20px;
    margin: 0 0 18px;
    text-align: center;
}

.coming-list-screen article {
    align-items: end;
    background:
        linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.64)),
        url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=500&q=80");
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    min-height: 95px;
    padding: 14px;
}

.coming-list-screen article:nth-of-type(2) {
    background-image: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.64)), url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=500&q=80");
}

.coming-list-screen article:nth-of-type(3) {
    background-image: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.64)), url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=500&q=80");
}

.coming-list-screen strong,
.coming-list-screen span {
    font-family: ImpactLocal, "Arial Black", sans-serif;
    text-transform: uppercase;
}

.coming-list-screen span {
    background: rgba(0,0,0,.45);
    border-radius: 999px;
    font-size: 12px;
    padding: 6px 10px;
}

.coming-list-screen p {
    color: var(--gold);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 18px;
    margin: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.coming-next {
    background: #f8f1e7;
    padding: 32px 6vw 24px;
}

.section-subtitle {
    font-size: 18px;
    margin: -18px 0 34px;
    text-align: center;
}

.coming-card-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    margin: 0 auto;
    max-width: 1320px;
}

.coming-card {
    background: rgba(255, 250, 242, .58);
    border: 1px solid rgba(8, 35, 60, .18);
    border-radius: 10px;
    padding: 34px 20px 20px;
    position: relative;
    text-align: center;
}

.coming-card h3 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 22px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.coming-card p {
    font-size: 15px;
    line-height: 1.4;
    min-height: 42px;
}

.coming-preview .preview-content {
    background: linear-gradient(180deg, #08233c 0 25%, #f7efe4 25% 100%);
}

.coming-preview.coast .preview-content {
    background:
        linear-gradient(rgba(248,241,231,.82), rgba(248,241,231,.82)),
        url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=420&q=80");
    background-position: center;
    background-size: cover;
}

.coming-preview.coast svg {
    height: 118px;
    margin-top: 12px;
    width: 100%;
}

.coming-preview.coast path {
    fill: none;
    stroke: var(--navy);
    stroke-linecap: round;
    stroke-width: 5;
}

.coming-preview.coast circle {
    fill: var(--red);
    stroke: #fff;
    stroke-width: 3;
}

.coming-preview.coast strong {
    background: #fff;
    border-radius: 7px;
    bottom: 12px;
    color: var(--navy);
    font-size: 13px;
    left: 14px;
    padding: 9px 12px;
    position: absolute;
}

.memory-tools {
    background: #fff;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    margin: 10px -12px 0;
    padding: 12px;
}

.memory-tools span {
    color: var(--ink);
    font-size: 10px;
}

.soon-pill {
    border: 1px solid var(--red);
    border-radius: 999px;
    color: var(--red);
    display: inline-flex;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 16px;
    margin-top: 18px;
    padding: 8px 22px;
    text-transform: uppercase;
}

.round-feature-icon.trophy::before {
    border: 3px solid #fff;
    border-radius: 0 0 10px 10px;
    height: 20px;
    top: 13px;
    width: 22px;
}

.round-feature-icon.trophy::after {
    background: #fff;
    height: 12px;
    top: 32px;
    width: 4px;
}

.notify-banner {
    align-items: center;
    background: linear-gradient(90deg, #092a45, #041a2e);
    border-radius: 12px;
    color: #fff;
    display: grid;
    gap: 32px;
    grid-template-columns: 170px 1fr minmax(360px, 540px);
    margin: 0 6vw 30px;
    padding: 34px 58px;
}

.mail-icon {
    border-color: var(--gold);
    height: 105px;
    justify-self: center;
    transform: rotate(45deg);
    width: 105px;
}

.mail-icon::before {
    background: var(--gold);
}

.notify-banner h2 {
    font-size: 28px;
    margin: 0 0 10px;
}

.notify-banner p {
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

.notify-banner label {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 1px;
}

.notify-banner form > div {
    display: grid;
    grid-template-columns: 1fr 150px;
}

.notify-banner input,
.notify-banner button {
    border: 0;
    font-size: 16px;
    min-height: 58px;
}

.notify-banner input {
    border-radius: 8px 0 0 8px;
    padding: 0 20px;
}

.notify-banner button {
    background: var(--red);
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-family: ImpactLocal, "Arial Black", sans-serif;
    text-transform: uppercase;
}

.notify-banner small {
    display: block;
    font-size: 12px;
    margin-top: 12px;
}

.benefit-row {
    background: #f8f1e7;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 6vw 34px;
}

.benefit-row article {
    align-items: center;
    border-left: 1px solid rgba(8,35,60,.2);
    display: grid;
    gap: 18px;
    grid-template-columns: 52px 1fr;
    padding: 8px 26px;
}

.benefit-row article:first-child {
    border-left: 0;
}

.benefit-row article span {
    border: 3px solid var(--navy);
    border-radius: 50%;
    height: 42px;
    position: relative;
    width: 42px;
}

.benefit-row article span::after {
    border-bottom: 3px solid var(--navy);
    border-right: 3px solid var(--navy);
    content: "";
    height: 16px;
    left: 14px;
    position: absolute;
    top: 8px;
    transform: rotate(45deg);
    width: 8px;
}

.benefit-row h3 {
    color: var(--navy);
    font-family: ImpactLocal, "Arial Black", sans-serif;
    font-size: 20px;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.benefit-row p {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1120px) {
    .site-header {
        align-items: center;
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .nav-panel {
        justify-content: center;
    }

    .main-nav {
        gap: 4px;
    }

    .download-pill {
        padding: 14px 22px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        padding-top: 118px;
    }

    .hero {
        min-height: 1200px;
    }

    .phone-stage {
        height: 610px;
        max-width: 680px;
        width: 100%;
    }

    .phone-main {
        left: 8%;
    }

    .phone-back {
        right: 8%;
    }

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

    .route-section {
        grid-template-columns: 1fr;
        gap: 34px;
    }

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

    .features-hero-content {
        grid-template-columns: 1fr;
    }

    .features-hero {
        min-height: 1160px;
    }

    .feature-card-grid {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }

    .features-coming-banner {
        grid-template-columns: 1fr;
    }

    .route66-hero {
        min-height: 1120px;
    }

    .route66-hero-content {
        grid-template-columns: 1fr;
    }

    .route66-phone {
        justify-self: center;
    }

    .route66-road-sign {
        justify-self: center;
    }

    .experience-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 0;
    }

    .experience-grid article:nth-child(odd) {
        border-left: 0;
    }

    .route66-passport-board,
    .route66-lower {
        grid-template-columns: 1fr;
    }

    .route66-passport-board aside {
        border-bottom: 1px solid rgba(8, 35, 60, .18);
        border-right: 0;
        padding: 0 0 28px;
    }

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

    .coming-hero {
        min-height: 1160px;
    }

    .coming-hero-content {
        grid-template-columns: 1fr;
    }

    .coming-phone-stage {
        justify-self: center;
        max-width: 680px;
        width: 100%;
    }

    .coming-card-grid,
    .benefit-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .notify-banner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .site-header {
        background: rgba(248, 241, 231, .92);
        box-shadow: 0 12px 30px rgba(8, 35, 60, .08);
        display: grid;
        grid-template-columns: 1fr auto;
        padding: 18px;
        position: sticky;
        top: 0;
    }

    .brand {
        font-size: 24px;
    }

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

    .brand-mark::before {
        border-bottom-width: 10px;
        border-left-width: 14px;
        border-right-width: 14px;
        left: 5px;
    }

    .brand-road {
        font-size: 16px;
    }

    .nav-toggle {
        align-items: center;
        background: var(--navy);
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(8, 35, 60, .18);
        cursor: pointer;
        display: inline-flex;
        flex-direction: column;
        gap: 5px;
        height: 46px;
        justify-content: center;
        justify-self: end;
        width: 50px;
    }

    .nav-toggle span {
        background: #fff;
        border-radius: 999px;
        display: block;
        height: 3px;
        transition: transform .2s ease, opacity .2s ease;
        width: 24px;
    }

    .nav-check:checked + .nav-toggle span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .nav-check:checked + .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .nav-check:checked + .nav-toggle span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-panel {
        background: rgba(248, 241, 231, .98);
        border: 1px solid rgba(8, 35, 60, .12);
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(8, 35, 60, .16);
        display: none;
        flex-direction: column;
        gap: 14px;
        grid-column: 1 / -1;
        margin-top: 8px;
        padding: 14px;
    }

    .nav-check:checked ~ .nav-panel {
        display: flex;
    }

    .main-nav {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: grid;
        gap: 6px;
        grid-template-columns: 1fr;
        padding: 0;
        width: 100%;
    }

    .main-nav a {
        border-radius: 10px;
        padding: 14px 16px;
    }

    .main-nav a.active,
    .main-nav a:hover {
        background: rgba(181, 58, 50, .1);
        color: var(--red-dark);
    }

    .main-nav a.active::after,
    .main-nav a:hover::after {
        display: none;
    }

    .download-pill {
        align-self: stretch;
        width: 100%;
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        min-height: 0;
        padding: 36px 18px 28px;
    }

    .route-shield.large {
        font-size: 72px;
        height: 88px;
        width: 88px;
    }

    h1 {
        font-size: 54px;
    }

    .tagline {
        font-size: 25px;
    }

    .phone-stage {
        height: 560px;
        transform: scale(.82);
        transform-origin: top left;
        width: 122%;
    }

    .phone-main {
        left: 0;
    }

    .phone-back {
        right: 0;
    }

    .features,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .site-footer > div {
        border-left: 0;
        padding-left: 0;
    }

    .future-routes {
        grid-template-columns: 1fr;
    }

    .section-title {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .section-title span {
        display: none;
    }

    .feature-card-grid {
        grid-template-columns: 1fr;
    }

    .features-coming-banner {
        border-radius: 0;
        margin: 0;
        padding: 32px 24px;
    }

    .route66-hero {
        min-height: auto;
    }

    .route66-hero-content {
        padding: 44px 18px 28px;
    }

    .route66-copy h1 {
        font-size: 86px;
    }

    .route66-subtitle {
        font-size: 23px;
    }

    .route66-phone {
        height: 560px;
        transform: scale(.9);
        transform-origin: top center;
    }

    .route66-road-sign .weathered-sign {
        height: 280px;
        width: 235px;
    }

    .experience-grid,
    .passport-stop-grid,
    .route66-gallery {
        grid-template-columns: 1fr;
    }

    .experience-grid article {
        border-left: 0;
        padding: 0;
    }

    .route66-passport-board,
    .route66-lower {
        border-radius: 0;
        padding-left: 18px;
        padding-right: 18px;
    }

    .passport-board-head {
        grid-template-columns: 1fr;
    }

    .passport-board-head::after {
        display: none;
    }

    .route66-download-card {
        padding: 30px 24px;
    }

    .coming-hero {
        min-height: auto;
    }

    .coming-hero-content {
        padding: 44px 18px 28px;
    }

    .coming-copy h1 {
        font-size: 68px;
    }

    .coming-phone-stage {
        height: 560px;
        transform: scale(.82);
        transform-origin: top left;
        width: 122%;
    }

    .coming-phone-main {
        left: 0;
    }

    .coming-phone-back {
        right: 0;
    }

    .coming-card-grid,
    .benefit-row {
        grid-template-columns: 1fr;
    }

    .notify-banner {
        border-radius: 0;
        margin: 0;
        padding: 32px 20px;
    }

    .notify-banner form > div {
        grid-template-columns: 1fr;
    }

    .notify-banner input,
    .notify-banner button {
        border-radius: 8px;
    }

    .notify-banner button {
        margin-top: 10px;
    }

    .benefit-row article {
        border-left: 0;
        padding: 14px 0;
    }
}

@media (max-width: 480px) {
    .main-nav {
        width: 100%;
    }

    .store-button {
        width: 100%;
    }

    .phone-stage {
        height: 510px;
        transform: scale(.69);
        width: 145%;
    }

    .phone-main {
        left: 0;
    }

    .phone-back {
        left: 220px;
        right: auto;
    }

    .coming {
        padding: 24px;
    }

    .coming-phone-stage {
        transform: scale(.68);
        width: 148%;
    }

    .coming-phone-back {
        left: 220px;
        right: auto;
    }
}
