/* ------------------------------------------------------------------
   Luggaway location pages (/luggage-storage/…), 404 and thanks.
   Loads after /assets/site.css, which owns tokens, type, header,
   footer, buttons, cards, FAQ, forms and tables. Only page-specific
   layout lives here.
   ------------------------------------------------------------------ */

/* Breadcrumb */
.crumbs { font-size: 13.5px; color: var(--ink-3); padding: 14px 0 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: '›'; margin-right: 6px; color: var(--ink-3); }
.crumbs a { color: var(--ink-2); }
.crumbs [aria-current] { color: var(--ink); font-weight: 600; }

/* Hero */
.loc-hero { padding: clamp(28px, 5vw, 60px) 0 clamp(28px, 4vw, 48px); background: radial-gradient(ellipse 60% 70% at 90% 10%, var(--pink-soft) 0%, transparent 65%), radial-gradient(ellipse 40% 40% at 0% 100%, var(--pink-tint) 0%, transparent 60%), var(--bg); }
.loc-hero h1 { margin: 16px 0 10px; max-width: 18ch; }
.loc-hero h1 .accent { background: linear-gradient(120deg, var(--pink) 0%, var(--pink-light) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.loc-hero .status-line { margin: 0 0 16px; }
.loc-hero .lede { margin: 0 0 22px; }
.facts { display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 0 0 8px; }
.facts span { display: inline-flex; align-items: center; gap: 7px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 7px 14px 7px 10px; font-size: 14px; font-weight: 500; color: var(--ink-2); box-shadow: var(--shadow-sm); }
.facts .icon { width: 17px; height: 17px; color: var(--pink); }

/* Section heads on these pages sit a little tighter */
.section-head { margin-bottom: 32px; }
h2.plain { font-size: clamp(24px, 3vw, 34px); margin-bottom: 16px; }

/* Price widget + launch list */
.widget-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; align-items: start; }
@media (max-width: 860px) { .widget-grid { grid-template-columns: 1fr; } }
.card h2, .card h3 { font-size: 20px; margin-bottom: 6px; }
.card .sub { font-size: 14px; color: var(--ink-3); margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-family: var(--font-display); font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
.field input, .field select { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); font-size: 16px; font-family: inherit; color: var(--ink); background: var(--white); transition: border-color .15s ease, box-shadow .15s ease; }
.field input:hover, .field select:hover { border-color: var(--pink-light); }
.field input:focus, .field select:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-soft); }
.field input[readonly] { background: var(--pink-tint); color: var(--ink-2); }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.fields .full { grid-column: 1 / -1; }
@media (max-width: 520px) { .fields { grid-template-columns: 1fr; } }
.total { text-align: center; padding: 18px; background: var(--pink-tint); border-radius: var(--radius); font-size: 15px; color: var(--ink-2); }
.total strong { display: block; font-family: var(--font-display); font-size: 38px; font-weight: 700; color: var(--pink-dark); line-height: 1.1; margin-top: 2px; letter-spacing: -0.02em; }
.total .breakdown { display: block; font-size: 13.5px; color: var(--ink-3); margin-top: 4px; }
.launch-note { margin-top: 12px; font-size: 14px; color: var(--ink-2); text-align: center; }
.launch-note strong { color: var(--pink-dark); }
.launch-form { display: grid; gap: 12px; }
.launch-form .btn { width: 100%; }

/* Venue band */
.venue-block { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; align-items: center; }
.venue-block.single { grid-template-columns: 1fr; }
.venue-block h2 { font-size: clamp(24px, 3vw, 34px); margin: 12px 0 10px; }
.venue-block p { font-size: 16px; margin-bottom: 8px; }
.venue-block .cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.venue-block .btn { white-space: normal; text-align: left; }
@media (max-width: 760px) { .venue-block { grid-template-columns: 1fr; } }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { position: relative; padding: 24px 20px 22px; }
.step .icon-blob { margin-bottom: 14px; }
.step-num { position: absolute; top: 14px; right: 14px; width: 26px; height: 26px; border-radius: 50%; background: var(--pink); color: var(--white); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 12.5px; }
.step h3 { font-size: 17px; margin-bottom: 6px; }
.step p { font-size: 14.5px; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* Example prices */
.examples { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.example { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.example .amt { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: var(--pink-dark); line-height: 1.1; letter-spacing: -0.02em; }
.example .what { font-size: 14.5px; color: var(--ink-2); margin-top: 6px; }
@media (max-width: 760px) { .examples { grid-template-columns: 1fr; } }

/* Station guide + exits */
#arriving .eyebrow { margin-bottom: 0; }
.exits { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; margin-top: 24px; }
.exits h3 { font-size: 18px; margin-bottom: 6px; }
.exits p { font-size: 15px; margin-bottom: 8px; }
.exits p:last-child { margin-bottom: 0; }
@media (max-width: 480px) { .exits { grid-template-columns: 1fr; } }

/* Link grids (stations, cities, nearby) */
.grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.grid-card { display: block; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; color: inherit; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.grid-card:hover { transform: translateY(-2px); border-color: var(--pink-light); box-shadow: var(--shadow); text-decoration: none; }
.grid-card h3 { font-size: 17px; margin-bottom: 4px; }
.grid-card p { font-size: 13.5px; color: var(--ink-3); line-height: 1.45; }
.grid-card .tag { display: inline-block; font-family: var(--font-display); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pink-dark); background: var(--pink-soft); padding: 3px 8px; border-radius: var(--radius-pill); margin-bottom: 8px; }
.grid-card .tag.soon { color: var(--ink-3); background: #EEEAF1; }
.link-row { display: flex; flex-wrap: wrap; gap: 10px; }
.link-row a { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 8px 16px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); transition: border-color .15s ease, color .15s ease; }
.link-row a:hover { border-color: var(--pink); color: var(--pink-dark); text-decoration: none; }
.area-list { list-style: none; display: grid; gap: 8px; }
.area-list li { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 16px; font-weight: 500; color: var(--ink); }

/* 404 search box */
.search-widget { display: grid; grid-template-columns: 2fr 0.8fr auto; gap: 4px; background: var(--white); padding: 8px; border-radius: var(--radius); box-shadow: 0 14px 44px rgba(46,15,39,0.14), 0 2px 8px rgba(46,15,39,0.06); border: 1px solid var(--pink-soft); max-width: 720px; margin: 8px auto 28px; align-items: end; text-align: left; }
.sw-field { display: flex; flex-direction: column; padding: 10px 16px; border-right: 1px solid var(--line); min-width: 0; }
.sw-field:last-of-type { border-right: none; }
.sw-field label { font-family: var(--font-display); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
.sw-field input, .sw-field select { border: none; padding: 4px 0; font-size: 15px; font-family: inherit; background: transparent; color: var(--ink); width: 100%; }
.sw-field input:focus, .sw-field select:focus { outline: none; }
.sw-search { padding: 16px 26px; background: var(--pink); color: var(--white); border-radius: 12px; font-family: var(--font-display); font-weight: 600; font-size: 15px; margin: 4px; white-space: nowrap; }
.sw-search:hover { background: var(--pink-dark); }
@media (max-width: 600px) {
  .search-widget { grid-template-columns: 1fr; padding: 10px; }
  .sw-field { border-right: none; border-bottom: 1px solid var(--line); }
  .sw-search { width: 100%; margin: 6px 0 0; }
}
