/* Shared typography and spacing from the approved navigation design. */
html, body { background: #fafbf9; }
body { color: #163b2c; }
.page { width: 100%; max-width: 470px; padding: 18px 14px 28px; background: #fff; }
.top { padding: 0 0 16px; text-align: center; }
.brand { font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; color: #163b2c; letter-spacing: 0; }
.hint { font-weight: 400; color: #63746a; margin-top: 8px; }
.whatsapp { min-height: 54px; padding: 10px 14px; border-radius: 8px; margin-bottom: 18px; box-shadow: none; background: #189c51; }
.whatsapp-title { font-size: 18px; font-weight: 500; }
.whatsapp-subtitle { display: none; }
.whatsapp-mark { width: 30px; height: 30px; background: transparent; border: 1px solid white; border-radius: 50%; font-size: 19px; }
.whatsapp .arrow { background: transparent; color: white; width: 28px; height: 28px; font-size: 29px; font-weight: 400; }
.modules { gap: 10px; }
.module { border-radius: 8px; min-height: 200px; padding: 16px; box-shadow: none; background: linear-gradient(0deg, rgba(8,26,17,.67), transparent 70%), var(--image) center / cover no-repeat; }
.module:hover, .module:active { transform: none; box-shadow: none; }
.module.main { min-height: 255px; }
.module.more { width: 100%; min-width: 0; min-height: 200px; aspect-ratio: 2 / 1; background-position: center 88%; }
.module.bags { --image: url('/bag-navigation-five-brands.png'); width: 100%; min-width: 0; min-height: 0; aspect-ratio: 2 / 1; background-position: center; }
.module .content { gap: 5px; padding-right: 38px; }
.module h1, .module h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: 0; line-height: 1.06; font-size: 30px; max-width: 270px; }
.module .eyebrow, .module.more .badge, .module.main .desc, .module.more .desc { display: none; }
.module .desc { font-size: 15px; font-weight: 400; }
.module .arrow { width: 38px; height: 38px; bottom: 14px; right: 14px; font-size: 27px; color: white; background: rgba(31,49,37,.64); border: 1px solid #ffffff50; font-weight: 400; }
.module .badge { top: 14px; left: 14px; min-height: 26px; font-size: 10px; font-weight: 650; padding: 5px 9px; }
.module.live-tile:before { background: none; }
.module.live-tile .content { padding-top: 32px; }
.module.live-tile .tile-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.module.live-tile .tile-actions { margin-top: 8px; gap: 8px; }
.module.live-tile .tile-action { min-height: 34px; font-size: 11px; padding: 7px 12px; font-weight: 650; }
.coming-soon { margin-top: 6px; }
.coming-soon-title { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; color: #163b2c; }
.coming-soon-head { margin-bottom: 12px; }
.coming-soon-note, .coming-soon-label { display: none; }
.coming-soon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px 10px; }
.coming-card { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; display: flex; flex-direction: column; align-items: stretch; gap: 7px; }
.coming-thumb { width: 100%; height: auto; aspect-ratio: 1; border-radius: 8px; }
.coming-copy { min-width: 0; gap: 3px; }
.coming-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 400; }
.coming-copy small { font-size: 10px; font-weight: 400; color: #6d7b73; }
.footer { font-size: 11px; font-weight: 400; padding-top: 20px; }
.contact-bottom { display: block; margin-top: 22px; padding: 16px 12px; background: #189c51; color: white; border-radius: 8px; text-align: center; font-size: 16px; }
.nav { flex-wrap: wrap; gap: 12px; }
.nav .brand { width: 100%; text-align: center; }
.nav .back { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 16px; }
.hero { border-radius: 8px; }
.hero h1, .heading h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.brand-card { font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 400; }
.contact { background: #189c51; font-weight: 500; }
@media (min-width: 761px) { body:has(.brand-grid) .page { max-width: 1000px; } }
@media (max-width: 760px) { .page { max-width: none; padding: 16px 10px 26px; } }
@media (max-width: 390px) { .brand { font-size: 28px; } .module h1 { font-size: 28px; } }
