/* The public estimate is the first useful action, alongside the brand story. */
.departure { grid-template-columns: 1fr minmax(360px, .86fr); gap: 0 5vw; padding: 48px var(--gutter) 0; align-items: center; min-height: calc(100svh - var(--header)); background: radial-gradient(ellipse at 0 30%, #e4e8e4 0, transparent 62%), var(--paper); }
.departure .hero-copy { padding: 12px 0 36px; gap: 32px; }
.departure h1 { font-size: clamp(80px, 8.6vw, 144px); }
.hero-route { font: 11px/1.6 "Courier New", monospace; letter-spacing: .055em; }
.hero-route span { color: #b9421c; padding-inline: 6px; }
.departure .hero-intro > p { max-width: 36ch; }
.departure .hero-actions { flex-wrap: wrap; }
.departure .hero-whatsapp { border: 0; padding-inline: 0; font-size: 14px; }
.departure .hero-whatsapp:hover { background: transparent; color: var(--ink); text-decoration: underline; }
.departure .hero-foot { padding-inline: 0; width: 100%; margin-top: 36px; }
.estimator { min-width: 0; width: 100%; max-width: 580px; justify-self: end; padding: clamp(24px, 2.6vw, 40px); background: #fcfbf7; border-top: 4px solid #b9421c; box-shadow: 0 18px 55px #142b3b0d; scroll-margin-top: 100px; }
.estimate-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.estimate-free { color: #3b5e50; font-size: 12px; }
.estimator h2 { font-size: clamp(38px, 4vw, 58px); letter-spacing: -.015em; text-transform: none; }
.estimate-intro { margin: 12px 0 24px; color: var(--muted); font-size: 15px; }
.estimator fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.estimate-legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.estimator label { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 14px; }
.estimator label span { color: var(--muted); font-size: 12px; }
.estimator input { width: 100%; min-width: 0; height: 49px; border: 1px solid #aab5b7; border-radius: 3px; background: #fffefa; padding: 10px 12px; color: var(--ink); font: inherit; font-variant-numeric: tabular-nums; }
.estimator input:focus-visible { outline: 2px solid #b9421c; outline-offset: 2px; }
.estimator input::placeholder { color: #68777d; }
.estimator input:disabled { opacity: .6; }
.estimate-inputs { display: grid; grid-template-columns: .75fr 1fr; gap: 18px; margin-top: 16px; }
.estimate-help { font-size: 12px; line-height: 1.5; color: var(--muted); margin-top: 8px; }
.estimate-submit { width: 100%; border: 0; cursor: pointer; margin-top: 20px; min-height: 50px; }
.estimate-submit:disabled, fieldset:disabled .estimate-submit { opacity: .55; cursor: wait; }
.estimate-status { font-size: 12px; color: var(--muted); margin-top: 12px; }
.estimate-disclaimer { font-size: 12px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 18px; line-height: 1.55; }
.estimate-result dl { margin: 18px 0 0; }
.estimate-result dl > div { display: flex; justify-content: space-between; gap: 16px; padding-block: 7px; font-size: 14px; }
.estimate-result dd { margin: 0; font-variant-numeric: tabular-nums; text-align: right; }
.estimate-result .estimate-total { border-top: 1px dashed #aab5b7; margin-top: 8px; padding-top: 14px; align-items: center; }
.estimate-total dd { font-size: clamp(24px, 2.6vw, 34px); font-family: var(--display); }
.estimate-result .line-link { margin-top: 14px; font-size: 14px; }
.estimator [hidden] { display: none; }
#estimate-retry { margin-top: 10px; border: 0; border-bottom: 1px solid; padding: 8px 0; background: transparent; color: var(--ink); cursor: pointer; }
@media (min-width: 901px) { .services, .journey, .workspace, .questions, .contact { min-height: auto; padding-top: 70px; } }
@media (max-width: 1100px) { .departure { gap: 0 30px; } .departure h1 { font-size: 9vw; } .main-nav { gap: 16px; } }
@media (max-width: 760px) {
  .departure { grid-template-columns: 1fr; padding-top: 30px; gap: 0; }
  .departure .hero-copy { padding: 0 0 30px; gap: 22px; }
  .departure h1 { font-size: clamp(72px, 15vw, 110px); }
  .departure .hero-intro > p { font-size: 17px; }
  .departure .hero-actions { flex-direction: row; align-items: center; gap: 12px 24px; }
  .departure .hero-actions .action { min-width: 0; width: auto; gap: 20px; }
  .departure .hero-whatsapp { min-height: 44px; width: auto; gap: 8px; }
  .estimator { max-width: none; justify-self: stretch; }
  .departure .hero-foot { grid-column: 1; margin-top: 28px; flex-wrap: wrap; }
  .hero-route { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { .estimator { scroll-behavior: auto; } }
