/* PrimeParking homepage. Canonical navy, orange and white. */
.hero{position:relative;background:var(--navy);color:#fff;isolation:isolate;overflow:visible}
.hero-backdrop{position:absolute;inset:0;z-index:-1;overflow:hidden;background:var(--navy)}
.hero-poster,.hero-backdrop video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:58% center}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,18,48,.96) 0%,rgba(11,18,48,.83) 28%,rgba(11,18,48,.42) 64%,rgba(11,18,48,.27) 100%),linear-gradient(0deg,rgba(11,18,48,.8),transparent 42%)}
.hero-inner{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:center;min-height:650px;padding-top:55px;padding-bottom:54px}
.hero-copy{position:relative;z-index:3;padding:20px 0}
.hero-kicker{display:flex;align-items:center;gap:11px;text-transform:uppercase;font-size:10px;letter-spacing:.19em;font-weight:650;margin-bottom:26px;color:#f2f3f8}
.hero-kicker>span{width:8px;height:8px;background:var(--orange);border-radius:2px;box-shadow:0 0 0 5px #d6500a20}
.hero h1{color:#fff;font-size:clamp(64px,6.6vw,96px);line-height:.99;letter-spacing:-.065em;margin-bottom:25px;font-weight:740}
.hero h1>span{color:var(--orange)}
.hero-intro{font-size:15px;line-height:1.85;max-width:480px;color:#e2e6f0;margin-bottom:29px}
.hero-search{position:relative;display:flex;align-items:center;gap:9px;background:#fff;padding:7px 7px 7px 17px;border-radius:10px;max-width:560px;box-shadow:0 8px 30px #0002}
.hero-search>svg{width:20px;height:20px;flex-shrink:0;color:#6e778a}
.hero-search input{width:100%;min-width:0;border:none;border-radius:3px;padding:12px 3px;color:var(--navy);background:white;font-size:13px}
.hero-search button[type=submit]{display:flex;align-items:center;gap:10px;border:none;white-space:nowrap;color:#fff;background:var(--navy);padding:14px 17px;border-radius:6px;font-size:12px;font-weight:650;box-shadow:inset 0 -3px var(--orange)}
.hero-search button[type=submit] svg{width:17px;height:17px;flex-shrink:0}
.hero-search button[type=submit]:hover{background:#26314f}
.hero-links{display:flex;align-items:center;flex-wrap:wrap;gap:12px 22px;font-size:11px;margin-top:17px}
.hero-links a{color:#fff;text-decoration:underline;text-underline-offset:4px}
.hero-links>span{color:#c1cbdc}
.hero-map{width:300px;max-width:100%;height:264px;align-self:end;justify-self:end;position:relative;display:block;overflow:hidden;border:1px solid #ffffff40;background:#0b1230d9;backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 15px 50px #0003;margin-bottom:12px;transition:transform .25s,border-color .25s}
.hero-map:hover{transform:translateY(-5px);border-color:#d6500a}
.hero-map>img{display:block;width:100%;height:100%;object-fit:cover;opacity:.85}
.map-caption{position:absolute;z-index:1;left:19px;right:19px;top:19px;display:flex;align-items:center;gap:7px;font-size:11px;color:#fff}
.map-caption>span:not(.map-live-dot){margin-left:auto;font-size:10px;color:#dce2ed}
.map-caption>svg{width:14px;height:14px}
.map-live-dot{width:6px;height:6px;background:var(--orange);border-radius:50%}
.hero-map-note{position:absolute;left:0;right:0;bottom:0;padding:40px 19px 19px;background:linear-gradient(transparent,#0b1230 50%);color:#fff}
.hero-map-note strong{display:block;font-size:13px;font-weight:620}
.hero-map-note>span{display:block;font-size:10px;color:#b7c4d9;margin-top:3px}
.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:22px;color:#bdc8db;font-size:10px;letter-spacing:.02em}
#hero-video-toggle{display:flex;align-items:center;gap:7px;min-height:34px;background:#0b123075;color:#f0f3fa;border:1px solid #ffffff40;border-radius:6px;padding:5px 10px;font-size:10px}
#hero-video-toggle svg{width:15px;height:15px}
#hero-video-toggle .video-pause{display:none}
#hero-video-toggle[data-playing=true] .video-pause{display:block}
#hero-video-toggle[data-playing=true] .video-play{display:none}
.facts-strip{border-bottom:1px solid var(--line);background:#fbfcfd}
.facts-strip>.container{display:grid;grid-template-columns:1fr 1fr 1fr;padding-block:28px}
.facts-strip .container>div{display:flex;align-items:center;justify-content:center;gap:20px;border-right:1px solid var(--line)}
.facts-strip .container>div:last-child{border:0}
.facts-strip strong{color:var(--navy);font-size:22px;letter-spacing:-.035em;white-space:nowrap}
.facts-strip .container>div:first-child strong{font-size:38px;font-weight:650;line-height:1}
.facts-strip span{font-size:11px;line-height:1.6;color:var(--muted)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}
.section-heading h2{margin-bottom:12px}
.section-heading p{color:var(--muted);font-size:14px;margin-bottom:0}
.section-heading .button{flex-shrink:0}
.section-heading .button svg{width:17px;height:17px}
.borough-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px 18px}
.borough-card{border:1px solid var(--line);border-radius:12px;background:#fff;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden}
.borough-card:hover{transform:translateY(-5px);border-color:#d6500a80;box-shadow:0 12px 26px #0b123014}
.borough-photo{aspect-ratio:1.15;background:var(--navy);position:relative;overflow:hidden}
.borough-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#0b1230c9,transparent 55%,#0b123020);pointer-events:none}
.borough-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .65s}
.borough-card:hover .borough-photo img{transform:scale(1.055)}
.zone-count{position:absolute;top:12px;left:12px;z-index:1;border-radius:5px;padding:4px 8px;background:#ffffffed;color:var(--navy);font-size:10px;font-weight:600}
.borough-landmark{position:absolute;z-index:1;bottom:13px;left:15px;right:15px;color:#fff;font-size:10px;line-height:1.5}
.borough-info{padding:18px 15px 15px}
.borough-card h3{font-size:16px;letter-spacing:-.025em;margin-bottom:17px;min-height:38px;line-height:1.25}
.borough-card-bottom{display:flex;justify-content:space-between;gap:7px;align-items:center;font-size:10px;color:var(--muted)}
.borough-card-bottom strong{font-size:19px;color:var(--navy);letter-spacing:-.03em;font-weight:650}
.borough-arrow{color:var(--navy);display:grid;place-items:center;width:27px;height:27px;border:1px solid var(--line);border-radius:50%;transition:background .2s}
.borough-arrow svg{width:15px;height:15px}
.borough-card:hover .borough-arrow{background:var(--navy);color:#fff;border-color:var(--navy)}
.borough-footnotes{display:flex;align-items:flex-start;gap:25px;justify-content:space-between;margin-top:24px}
.section-footnote{font-size:11px;color:var(--muted);margin:0;max-width:760px}
.photo-credits{font-size:11px;max-width:530px;color:var(--muted)}
.photo-credits summary{cursor:pointer;white-space:nowrap;text-decoration:underline;text-underline-offset:4px}
.photo-credits ul{padding-left:15px;font-size:10px;line-height:1.7}
.photo-credits li{margin-bottom:12px}
.photo-credits a{text-decoration:underline;text-underline-offset:2px}
.zone-story{background:var(--surface);padding:76px 0}
.zone-story-inner{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}
.story-art{height:340px;background:var(--navy);position:relative;overflow:hidden;border-radius:18px;display:grid;place-items:center}
.parking-bays{display:grid;grid-template-columns:repeat(6,86px);grid-template-rows:100px 100px;gap:88px 0;position:absolute;inset:26px auto auto -12px}
.parking-bays i{border:1px solid #65728f55;border-top:none}
.parking-bays i:nth-child(n+7){border-top:1px solid #65728f55;border-bottom:none}
.parking-bays:after{content:'';height:1px;border-top:2px dashed #65728f66;position:absolute;top:143px;left:0;width:100%}
.story-route{position:absolute;inset:0}
.story-route>svg{width:100%;height:100%}
.route-line{stroke:var(--orange);stroke-width:2.5;stroke-linecap:round;stroke-dasharray:5 7}
.story-route circle{fill:var(--orange);stroke:#d6500a45;stroke-width:10}
.route-label{position:absolute;color:#e4e8f0;font-size:10px;border:1px solid #35415d;border-radius:4px;padding:3px 8px;background:var(--navy)}
.route-home{top:36px;left:12%}.route-work{right:12%;bottom:44px}
.story-logo{width:100px;height:100px;display:grid;place-items:center;background:var(--navy);position:relative;border:1px solid #48516b;border-radius:18px;box-shadow:0 0 0 12px #0b123070}
.story-art-label{position:absolute;bottom:24px;left:24px;color:#cbd3e3;text-transform:uppercase;font-size:9px;letter-spacing:.11em;background:var(--navy);padding:7px}
.story-copy h2{margin-bottom:23px}
.story-copy>p{color:var(--muted);font-size:14px;max-width:450px}
.story-copy .story-small{font-size:12px;border-left:2px solid var(--orange);padding-left:14px;margin:21px 0 25px}
.steps-aside{font-size:12px;color:var(--muted);padding-bottom:14px}
.home-steps{display:grid;grid-template-columns:1fr 1fr 1fr;gap:55px;margin-top:44px}
.step-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:19px;margin-bottom:24px}
.step-index{font-size:12px;color:var(--orange);font-weight:650}
.step-top svg{width:36px;height:36px;color:var(--navy)}
.home-steps h3{font-size:19px;margin-bottom:14px}
.home-steps p{font-size:14px;color:var(--muted);max-width:310px}
.help-section{background:#fcf3ed;border-top:1px solid #f4e1d5;padding:58px 0;position:relative;overflow:hidden}
.help-section:before{content:'';position:absolute;width:350px;height:350px;right:-100px;top:-160px;border:45px solid #d6500a06;border-radius:50%;pointer-events:none}
.help-inner{display:flex;align-items:center;justify-content:space-between;gap:48px;position:relative}
.help-inner h2{font-size:32px;margin-bottom:14px}
.help-inner p{color:var(--muted);max-width:560px;font-size:14px;margin:0}
.help-actions{display:flex;flex-direction:column;align-items:center;gap:17px;flex-shrink:0}
.help-actions>a:not(.button){font-size:12px;text-decoration:underline;text-underline-offset:4px}
@media(max-width:1200px){.hero-inner{gap:45px}.borough-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.borough-card:nth-last-child(-n+2){grid-column:span 2}.borough-card:nth-last-child(-n+2) .borough-photo{aspect-ratio:2.65}.borough-card:nth-last-child(-n+2) h3{min-height:0}.hero-search button[type=submit] svg{display:none}}
@media(max-width:1020px){.hero-inner{grid-template-columns:1.4fr .6fr;min-height:600px;gap:28px}.hero-map{height:240px}.hero-map-note strong{font-size:12px}.map-caption{font-size:10px;left:13px;right:13px}.map-caption>span:not(.map-live-dot){display:none}.hero-intro{font-size:14px}.hero-search button[type=submit]{padding-inline:12px}.facts-strip .container>div{gap:14px}.facts-strip strong{font-size:18px}.facts-strip span{font-size:10px}.zone-story-inner{gap:40px}.steps-aside{max-width:170px}}
@media(max-width:800px){.hero-inner{grid-template-columns:1fr;min-height:0;padding-top:42px;padding-bottom:22px;gap:28px}.hero-copy{padding:12px 0}.hero h1{font-size:74px}.hero-intro{max-width:540px;font-size:15px}.hero-search{max-width:none}.hero-map{height:112px;width:100%;margin:0;border-radius:10px;align-self:auto;justify-self:auto;display:grid;grid-template-columns:120px 1fr;grid-template-rows:42px 1fr}.hero-map>img{grid-column:1;grid-row:1/3;position:absolute;left:0;top:0;width:120px;height:112px;object-fit:cover}.map-caption{position:static;grid-column:2;grid-row:1;margin:16px 17px 0 5px;align-self:start}.map-caption>span:not(.map-live-dot){display:block}.hero-map-note{position:static;grid-column:2;grid-row:2;background:none;padding:0 17px 12px 5px}.hero-map-note strong{font-size:12px}.hero-map-note>span{font-size:10px}.hero-kicker{margin-bottom:24px}.hero-bottom{padding-top:3px;padding-bottom:18px}.hero-shade{background:linear-gradient(90deg,#0b1230e6,#0b12306b),linear-gradient(0deg,#0b1230de,transparent 70%)}.facts-strip>.container{padding-block:24px}.facts-strip .container>div{flex-direction:column;align-items:flex-start;padding-inline:18px;gap:7px}.facts-strip .container>div:first-child{padding-left:0}.facts-strip .container>div:first-child strong{font-size:19px;line-height:1.6}.facts-strip strong{font-size:17px}.facts-strip span{font-size:10px}.section-heading{align-items:flex-start;flex-direction:column;gap:20px}.borough-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.borough-card:nth-last-child(-n+2){grid-column:auto}.borough-card:nth-last-child(-n+2) .borough-photo{aspect-ratio:1.15}.borough-card:nth-last-child(-n+2) h3{min-height:38px}.borough-footnotes{flex-direction:column;gap:14px}.photo-credits{max-width:none}.zone-story-inner{grid-template-columns:1fr;gap:35px}.zone-story{padding-block:44px}.story-art{height:300px}.story-copy>p{max-width:none}.home-steps{gap:24px}.steps-aside{display:none}.help-inner{align-items:flex-start;flex-direction:column;gap:26px}.help-actions{flex-direction:row;flex-wrap:wrap;gap:20px}}
@media(max-width:480px){.hero h1{font-size:64px}.hero-inner{padding-top:32px}.hero-intro{font-size:14px}.desktop-break{display:none}.hero-search{gap:5px;padding-left:11px}.hero-search input{font-size:12px}.hero-search button[type=submit]{font-size:11px;padding:14px 10px}.hero-search>svg{width:17px}.hero-links{font-size:10px;gap:10px 20px}.hero-bottom>span{font-size:9px;max-width:160px}.hero-map{height:104px;grid-template-columns:95px 1fr}.hero-map>img{width:95px;height:104px}.hero-map-note strong{font-size:11px}.hero-map-note>span{font-size:9px}.map-caption{margin-top:14px}.facts-strip strong{font-size:13px}.facts-strip .container>div:first-child strong{font-size:16px;line-height:1.3}.facts-strip .container>div{padding-inline:12px}.facts-strip span{font-size:9px}.borough-grid{gap:13px}.borough-photo,.borough-card:nth-last-child(-n+2) .borough-photo{aspect-ratio:.98}.borough-info{padding:15px 12px}.borough-card h3{font-size:15px;min-height:39px;margin-bottom:14px}.borough-landmark{left:12px;right:12px;font-size:9px;bottom:10px}.zone-count{font-size:9px;top:10px;left:10px}.borough-card-bottom strong{font-size:17px}.borough-card-bottom{font-size:9px}.borough-arrow{width:24px;height:24px}.home-steps{grid-template-columns:1fr;gap:30px;margin-top:30px}.step-top{margin-bottom:18px;padding-bottom:13px}.home-steps p{max-width:none;margin-bottom:0}.home-steps h3{margin-bottom:8px}.help-inner h2{font-size:29px}}
@media(max-width:360px){.hero h1{font-size:58px}.hero-kicker{font-size:9px}.hero-search input{font-size:11px}.hero-search button[type=submit]{font-size:10px;padding-inline:8px}.hero-search>svg{width:15px}.borough-info{padding:13px 10px}.borough-card h3{font-size:13px}.borough-card-bottom strong{font-size:16px}.borough-arrow{width:21px;height:21px}.hero-links{gap:10px 15px}.facts-strip strong{font-size:12px}}
