/* Moving Pros Long Beach — prototype styles
   Palette: navy = trust, white/cool gray = cleanliness, amber = speed/action.
   Swap the tokens below to try another palette. */
:root {
  --ink: #0E2A47;        /* headlines, primary text (trust) */
  --ink-soft: #3B4F66;   /* body text */
  --muted: #6B7A8C;
  --line: #D9E1EA;
  --bg: #FFFFFF;         /* cleanliness */
  --bg-alt: #F3F6F9;
  --accent: #F5A524;     /* speed / action */
  --accent-ink: #1A1200;
  --ok: #1B8A5A;
  --err: #C0392B;
  --radius: 8px;
  --max: 1120px;
  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0; font-family: var(--font); color: var(--ink-soft); background: var(--bg);
  line-height: 1.55; font-size: 17px; -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { color: var(--ink); line-height: 1.05; margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.3rem); font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; text-wrap: balance; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 800; text-wrap: balance; margin-bottom: .6em; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1em; }
a { color: var(--ink); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; color: var(--muted); margin-bottom: 1rem; }
.lead { font-size: 1.25rem; color: var(--ink); font-weight: 500; }
section { padding: 80px 0; scroll-margin-top: 68px; }
.wrap.narrow > * { max-width: 760px; }
.align-center { align-items: center; }
section.alt { background: var(--bg-alt); }
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid-5 { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }

/* Buttons */
.btn { display: inline-block; padding: 14px 24px; border-radius: var(--radius); font-weight: 700; text-decoration: none; border: 2px solid transparent; cursor: pointer; font-family: inherit; font-size: 1rem; transition: transform .08s ease, background .15s; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { background: #E89A15; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.link-quiet { font-weight: 700; color: var(--ink); text-decoration: none; padding: 14px 4px; border-bottom: 2px solid transparent; }
.link-quiet:hover { border-bottom-color: var(--accent); }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.btn-lg { font-size: 1.1rem; padding: 18px 30px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: flex; align-items: center; color: var(--ink); text-decoration: none; }
.logo { height: 38px; width: auto; display: block; }
.logo .bar { fill: currentColor; }
.logo .amber { fill: var(--accent); }
.logo .t1 { font: 900 84px/1 var(--font); letter-spacing: -2px; fill: currentColor; }
.logo .t2 { font: 700 33px/1 var(--font); letter-spacing: 14px; fill: currentColor; }
.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a { text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--ink-soft); padding: 8px 2px; }
.nav a:hover { color: var(--ink); }
.nav-call { display: none; }
@media (max-width: 900px) { .nav-call { display: flex; font-weight: 700; color: var(--ink); } }
.lang { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.lang button { background: none; border: 0; padding: 8px 12px; min-height: 36px; font-weight: 700; font-family: inherit; cursor: pointer; color: var(--muted); font-size: .85rem; }
.lang button.active { background: var(--ink); color: #fff; }
.header-cta { white-space: nowrap; padding: 10px 16px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px; margin-left: auto; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); }

/* Hero */
.hero { padding: 56px 0 56px; }
.hero .grid { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 56px; }
.hero-text p { max-width: 34em; }
.hero .actions { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; margin-top: 24px; }
.photo-slot { position: relative; overflow: hidden; }
.photo-slot img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.photo-slot.has-photo { background: none; border: 0; padding: 0; }
.photo-slot.has-photo .photo-placeholder { display: none; }
.photo-slot.optional:not(.has-photo) { display: none; }
.storage-wrap.has-photo { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.storage-wrap.has-photo > * { max-width: none; }
.storage-wrap.has-photo .photo-slot { grid-row: 1 / span 3; min-height: 260px; }
@media (max-width: 900px) { .storage-wrap.has-photo { grid-template-columns: 1fr; } .storage-wrap.has-photo .photo-slot { grid-row: auto; } }
.hero .area { margin: 22px 0 0; font-size: .92rem; color: var(--muted); }
.hero-photo { margin: 0; }
.hero-photo { min-height: 320px; }
.hero-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; max-height: 560px; object-fit: cover; border-radius: var(--radius); }

/* Photo placeholders — working preview only. Replace with real photographs before launch. */
.photo { background: #EEF2F6; border: 1px dashed #C9D3DE; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; text-align: center; color: var(--muted); font-size: .85rem; padding: 20px; min-height: 320px; }

/* Trust strip */
.strip { background: var(--ink); color: #fff; padding: 22px 0; }
.strip .wrap { display: flex; flex-wrap: wrap; gap: 16px 40px; justify-content: center; font-weight: 600; font-size: .95rem; }
.strip span::before { content: "•"; color: var(--accent); margin-right: 10px; }

/* Steps */
.grid-3 { margin-top: 8px; }
.step-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); display: flex; align-items: center; justify-content: center; font-weight: 900; margin-bottom: 14px; }

/* Services */
.service-lead { background: var(--bg-alt); border-left: 6px solid var(--accent); border-radius: var(--radius); padding: 32px 36px; margin: 8px 0 28px; }
.service-lead h3 { font-size: 1.5rem; margin-bottom: .4em; }
.service-lead p { max-width: 60ch; margin-bottom: 1.2em; }
.service-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.service { border-top: 2px solid var(--line); padding-top: 16px; }
.service h3 { font-size: 1.02rem; }
.service p { font-size: .95rem; margin: 0; }

/* Area */
.area-list { font-size: .9rem; color: var(--muted); line-height: 1.7; }
.city-list { font-size: .84rem; color: var(--muted); line-height: 1.6; columns: 2; column-gap: 28px; margin: 14px 0 6px; }
.city-list p { break-inside: avoid; margin: 0 0 8px; }
.city-list strong { color: var(--ink); display: block; }
@media (max-width: 600px) { .city-list { columns: 1; } }
.sub-head { margin-top: 1.6em; }
.note { background: #FFF6E3; border-left: 4px solid var(--accent); padding: 14px 18px; border-radius: 4px; font-size: .95rem; }

/* Trust */
.proof { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 18px; }
.proof .photo { min-height: 180px; }
.reviews-placeholder { border: 1px dashed var(--line); border-radius: var(--radius); padding: 28px; text-align: center; color: var(--muted); }

/* FAQ */
details { border-bottom: 1px solid var(--line); padding: 14px 0; }
summary { cursor: pointer; font-weight: 700; color: var(--ink); list-style: none; display: flex; justify-content: space-between; }
summary::after { content: "+"; color: var(--accent); font-weight: 900; }
details[open] summary::after { content: "–"; }
details p { margin-top: 10px; }

/* Quote form */
.quote { background: var(--ink); color: #fff; }
.quote h2, .quote h3 { color: #fff; }
.quote .intro { color: #C9D6E4; max-width: 620px; }
.form-shell { scroll-margin-top: 84px; background: #fff; color: var(--ink-soft); border-radius: 12px; padding: 32px; margin-top: 32px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.form-shell h3 { color: var(--ink); }
.progress { display: flex; gap: 6px; margin-bottom: 24px; }
.progress span { flex: 1; height: 6px; background: var(--line); border-radius: 3px; }
.progress span.done { background: var(--accent); }
.progress-label { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-weight: 700; margin-bottom: 8px; }
.step { display: none; }
.step.active { display: block; }
.field { margin-bottom: 18px; }
.field label, .field > .lbl { display: block; font-weight: 700; color: var(--ink); margin-bottom: 6px; font-size: .95rem; }
.req { color: var(--err); font-weight: 800; }
.req-note { margin: -6px 0 14px; }
.field .hint { font-size: .85rem; color: var(--muted); margin-top: 4px; }
input[type=text], input[type=tel], input[type=email], input[type=date], input[type=number], select, textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); font: inherit; color: var(--ink); background: #fff;
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent); }
input.invalid, select.invalid { border-color: var(--err); }
.err-msg { color: var(--err); font-size: .85rem; margin-top: 4px; display: none; }
.field.has-error .err-msg { display: block; }
.row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.choices { display: flex; flex-wrap: wrap; gap: 10px; }
.choices label { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--line); border-radius: 999px; padding: 8px 14px; cursor: pointer; font-weight: 600; font-size: .92rem; color: var(--ink); background: #fff; margin: 0; }
.choices label:has(input:checked) { background: var(--ink); color: #fff; border-color: var(--ink); }
.choices input { accent-color: var(--accent); margin: 0; }
.checkline { display: flex; gap: 10px; align-items: flex-start; font-weight: 500 !important; color: var(--ink-soft) !important; }
.checkline input { margin-top: 4px; accent-color: var(--ink); }
fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin: 0 0 20px; }
legend { font-weight: 800; color: var(--ink); padding: 0 8px; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.conditional { display: none; }
.conditional.show { display: block; }
.form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }

/* Inventory steppers */
.inv-cat { margin-bottom: 22px; }
.inv-cat h4 { margin: 0 0 10px; color: var(--ink); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.inv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 8px; }
.inv-item { display: flex; align-items: center; justify-content: space-between; border: 1.5px solid var(--line); border-radius: var(--radius); padding: 8px 10px 8px 14px; background: #fff; font-size: .92rem; font-weight: 600; color: var(--ink); }
.inv-item.has-qty { border-color: var(--ink); background: #F3F6F9; }
.stepper { display: flex; align-items: center; gap: 4px; }
.stepper button { width: 40px; height: 40px; border-radius: 6px; border: 1.5px solid var(--line); background: #fff; font-weight: 900; cursor: pointer; color: var(--ink); font-family: inherit; }
.stepper button:hover { border-color: var(--ink); }
.stepper output { min-width: 26px; text-align: center; font-weight: 800; }
.not-moved { background: #FDECEA; border-left: 4px solid var(--err); padding: 12px 16px; border-radius: 4px; font-size: .92rem; margin-bottom: 20px; }

/* Summary */
.summary { background: var(--bg-alt); border-radius: var(--radius); padding: 20px; font-size: .95rem; }
.summary dl { display: grid; grid-template-columns: 180px 1fr; gap: 6px 14px; margin: 0; }
.summary dt { font-weight: 700; color: var(--ink); }
.summary dd { margin: 0; }
.thanks { text-align: center; padding: 30px 10px; }
.thanks .placeholder-tag { color: var(--ink); }
.edit-link { background: none; border: 0; color: var(--ink); font: 700 .8rem var(--font); text-decoration: underline; cursor: pointer; margin-left: 8px; padding: 2px 4px; }
.thanks .check { width: 64px; height: 64px; border-radius: 50%; background: var(--ok); color: #fff; font-size: 2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-weight: 900; }

/* Footer */
footer { background: #071A30; color: #B8C7D8; padding: 48px 0 32px; font-size: .92rem; }
footer .grid { grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); }
.footer-logo { color: #fff; margin-bottom: 14px; }
.footer-logo .logo { height: 34px; }
footer h4 { color: #fff; margin: 0 0 10px; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; }
footer a { color: #fff; text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer .fine { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; font-size: .8rem; color: #7F93A8; }
.placeholder-tag { color: var(--accent); font-weight: 700; }

/* Mobile */
@media (max-width: 900px) {
  .site-header .wrap { height: auto; min-height: 60px; padding: 10px 16px; flex-wrap: wrap; gap: 10px; }
  .logo { height: 30px; }
  .nav-toggle { display: flex; order: 2; }
  .lang { order: 3; }
  .header-cta { order: 4; padding: 10px 14px; font-size: .92rem; }
  .nav { display: none; order: 5; width: 100%; flex-direction: column; gap: 0; border-top: 1px solid var(--line); padding-top: 6px; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 4px; min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .hero { padding: 36px 0 44px; }
  .hero .grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-photo img { aspect-ratio: 4 / 3; max-height: 340px; }
  section { padding: 52px 0; }
  .service-lead { padding: 24px 20px; }
  .photo { min-height: 200px; }
  .form-shell { padding: 22px 16px; }
  .summary dl { grid-template-columns: 1fr; }
  .form-nav { flex-direction: column-reverse; }
  .form-nav .btn { width: 100%; text-align: center; }
  .stepper button { width: 44px; height: 44px; }
  .btn { min-height: 44px; }
}
@media (max-width: 400px) {
  .header-cta { width: 100%; text-align: center; order: 5; }
  .nav { order: 6; }
}

/* ---- Estimate screen ---- */
.est-head { text-align: center; padding: 10px 0 24px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.est-range { font-size: clamp(2.4rem, 6vw, 3.6rem); font-weight: 900; color: var(--ink); letter-spacing: -0.02em; line-height: 1.1; }
.est-table { width: 100%; border-collapse: collapse; font-size: .95rem; margin-bottom: 24px; }
.est-table th { text-align: left; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); padding: 14px 0 6px; border-bottom: 2px solid var(--ink); }
.est-table td { padding: 8px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.est-table td:last-child { text-align: right; white-space: nowrap; font-weight: 700; color: var(--ink); }
.est-table td .sub { display: block; font-size: .82rem; color: var(--muted); font-weight: 400; }
.est-table tr.total td { border-bottom: 0; border-top: 2px solid var(--ink); font-weight: 800; color: var(--ink); padding-top: 12px; }
.est-table tr.muted td { color: var(--muted); font-weight: 400; }
.nte-box { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 22px 24px; margin-bottom: 24px; }
.nte-box h4 { margin: 0 0 8px; color: var(--accent); font-size: 1.05rem; }
.nte-box p { color: #D5E0EC; }
.nte-box .hint { color: #9FB3C8; }
.photo-picker { margin-top: 12px; }
.photo-picker .btn { padding: 12px 18px; }
.photo-count { margin-left: 14px; color: #C9D6E4; font-weight: 700; font-size: .9rem; }
.thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 6px; }
.thumb { position: relative; width: 96px; height: 96px; border-radius: 6px; overflow: hidden; background: #1E3A5A; }
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb button { position: absolute; top: 4px; right: 4px; width: 26px; height: 26px; border-radius: 50%; border: 0; background: rgba(0,0,0,.7); color: #fff; font-weight: 900; cursor: pointer; line-height: 1; }
.thumb .size { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.55); color: #fff; font-size: .68rem; text-align: center; padding: 2px 0; }
.photo-tips { columns: 2; column-gap: 20px; margin: 12px 0 8px; padding-left: 18px; color: #D5E0EC; font-size: .9rem; }
.photo-tips li { break-inside: avoid; margin-bottom: 4px; }
@media (max-width: 600px) { .photo-tips { columns: 1; } .thumb { width: 80px; height: 80px; } }
.clock h4, .tips h4 { margin: 0 0 8px; color: var(--ink); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.clock ul, .tips ul { margin: 0; padding-left: 18px; font-size: .92rem; }
.clock li, .tips li { margin-bottom: 6px; }
.clock { background: var(--bg-alt); border-radius: var(--radius); padding: 20px; margin-bottom: 20px; gap: 20px; }
.tips { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }

/* ---- Booking calendar ---- */
.cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin: 12px 0 8px; }
.cal .dow { text-align: center; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; padding: 4px 0; }
.cal .mon { grid-column: 1 / -1; font-weight: 800; color: var(--ink); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; padding: 14px 0 4px; }
.cal button { aspect-ratio: 1.3; border-radius: 6px; border: 1.5px solid var(--line); background: #fff; font-weight: 700; font-family: inherit; color: var(--ink); cursor: pointer; font-size: .95rem; }
.cal button:hover:not(:disabled) { border-color: var(--ink); }
.cal button:disabled { background: var(--bg-alt); color: #B5C0CC; cursor: not-allowed; border-color: transparent; text-decoration: line-through; }
.cal button.selected { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.cal button.pref { box-shadow: inset 0 0 0 2px var(--ink); }
.cal-legend { display: flex; gap: 18px; font-size: .82rem; color: var(--muted); margin-bottom: 16px; }
.cal-legend span::before { content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 6px; vertical-align: -1px; border: 1.5px solid var(--line); background: #fff; }
.cal-legend span.off::before { background: var(--bg-alt); border-color: transparent; }
#bookingEmbed iframe { width: 100%; min-height: 640px; border: 0; border-radius: var(--radius); }
@media (max-width: 600px) { .cal { gap: 4px; } .cal button { font-size: .85rem; } }
.choices .fee { font-style: normal; color: var(--accent); font-weight: 800; }
.choices label:has(input:checked) .fee { color: var(--accent); }
