:root { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #172d29; background: #f6f8f5; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; }
main { width: min(1040px, 100%); margin: auto; padding: 48px 48px 28px; }
.brand { display: inline-block; color: inherit; text-decoration: none; font-weight: 750; letter-spacing: -2px; font-size: 36px; }
.brand > span { color: #308262; }
.status { display: flex; align-items: center; gap: 8px; margin: 105px 0 22px; font-size: 14px; color: #466354; }
.status > span { width: 7px; height: 7px; border-radius: 50%; background: #438264; }
h1 { font-size: clamp(48px, 8vw, 88px); line-height: 1.05; font-weight: 650; letter-spacing: -0.055em; margin: 0 0 24px; }
.description { font-size: clamp(20px, 3vw, 27px); line-height: 1.4; margin: 0 0 22px; }
.note { color: #617169; font-size: 17px; line-height: 1.65; }
.map { margin: 58px 0 100px; display: flex; align-items: center; max-width: 630px; }
.map > span { padding: 15px 20px; border: 1px solid #d7e2d8; border-radius: 13px; background: #fff; white-space: nowrap; font-size: 14px; }
.map > span:last-child { background: #e8f1e7; border-color: #c5d7c4; }
.map > i { height: 1px; min-width: 20px; flex: 1; background: #b4cbbb; }
footer { border-top: 1px solid #dde5dc; padding-top: 22px; display: flex; justify-content: space-between; color: #65766b; font-size: 13px; }
@media (max-width: 600px) {
  main { padding: 28px 24px; }
  .status { margin-top: 76px; }
  .desktop { display: none; }
  .map { margin: 42px 0 70px; flex-direction: column; align-items: flex-start; }
  .map > i { min-width: 0; width: 1px; min-height: 24px; margin-left: 24px; }
}
