/* Simple Mando Map website styles. Palette is inspired by AppColors.swift, softened for web readability. */ :root { /* AppColors.primary Color.yellow + AppColors.accent Color.orange */ --brand: #f2a23a; --brand-soft: #fff3d7; --brand-dark: #8a4b10; /* AppColors.info Color.blue + AppColors.infoCyan Color.cyan */ --link: #1d65d8; --link-soft: #eaf5fb; /* AppColors.success / warning / danger */ --success: #21885a; --warning: #b76516; --error: #bd3730; /* AppColors.Backgrounds.surface / surfaceSecondary */ --bg: #f8fafc; --surface: #ffffff; --surface-alt: #f1f5f9; /* AppColors.Text.emphasis / muted */ --text: #172033; --muted: #5c6677; --border: #dfe6ee; --radius: 12px; --container: 1040px; --content: 760px; } * { box-sizing: border-box; } html { min-width: 320px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; } body { margin: 0; color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%); } a { color: var(--link); text-decoration: none; } a:hover { text-decoration: underline; } a:focus-visible { outline: 3px solid rgba(29, 101, 216, 0.28); outline-offset: 3px; border-radius: 8px; } p, h1, h2, h3 { margin: 0; } h1, h2, h3 { line-height: 1.15; letter-spacing: 0; } .site-header { border-bottom: 1px solid var(--border); background: rgba(255, 255, 255, 0.92); } .nav { width: min(100% - 32px, var(--container)); min-height: 64px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; } .brand { display: inline-flex; align-items: center; gap: 9px; color: var(--text); font-weight: 800; } .brand:hover { text-decoration: none; } .brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #211408; background: linear-gradient(135deg, #ffd66b, var(--brand)); font-size: 0.9rem; font-weight: 850; } .nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 4px; flex-wrap: wrap; } .nav-links a { min-height: 40px; display: inline-flex; align-items: center; padding: 8px 10px; border-radius: 999px; color: var(--muted); font-size: 0.93rem; font-weight: 650; } .nav-links a[aria-current="page"], .nav-links a:hover { color: var(--text); background: var(--brand-soft); text-decoration: none; } .hero, .page-hero, .section, .contact-panel, .policy-layout, .site-footer { width: min(100% - 32px, var(--container)); margin-inline: auto; } .hero { padding: 64px 0 34px; } .hero-copy, .page-hero-inner { max-width: var(--content); } .eyebrow { display: inline-flex; margin-bottom: 16px; padding: 5px 10px; border: 1px solid #f2d39b; border-radius: 999px; color: var(--brand-dark); background: var(--brand-soft); font-size: 0.84rem; font-weight: 750; } .hero h1, .page-hero h1 { max-width: 780px; font-size: clamp(2.25rem, 8vw, 4.65rem); } .lead { max-width: 650px; margin-top: 18px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.24rem); } .actions { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; } .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; font-weight: 750; text-align: center; } .button:hover { text-decoration: none; } .button-primary, .button-cool { color: #211408; background: linear-gradient(135deg, #ffd66b, var(--brand)); box-shadow: 0 10px 24px rgba(242, 162, 58, 0.18); } .button-secondary { color: var(--text); border: 1px solid var(--border); background: var(--surface); } .section { padding: 34px 0; } .section-header { max-width: 720px; margin-bottom: 18px; } .section-header h2, .contact-panel h2 { font-size: clamp(1.55rem, 4vw, 2.2rem); } .section-header p, .contact-panel p { margin-top: 10px; color: var(--muted); } .feature-grid, .support-grid { display: grid; grid-template-columns: 1fr; gap: 12px; } .card, .contact-panel, .policy-content, .summary-card, .trust-band { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); } .card { padding: 18px; } .card h3 { font-size: 1.05rem; } .card h3::before { content: ""; width: 8px; height: 8px; display: inline-block; margin-right: 9px; border-radius: 999px; background: var(--brand); vertical-align: 0.08em; } .card p { margin-top: 8px; color: var(--muted); } .trust-band { padding: 22px; background: linear-gradient(135deg, var(--brand-soft), #ffffff); } .trust-band h2 { font-size: clamp(1.35rem, 4vw, 1.9rem); } .trust-band p { max-width: 720px; margin-top: 9px; color: var(--muted); } .page-hero { padding: 46px 0 18px; } .page-hero h1 { font-size: clamp(2.1rem, 8vw, 4rem); } .back-link { display: inline-flex; margin-top: 18px; color: var(--muted); font-weight: 700; } .contact-panel { margin-top: 18px; padding: 22px; } .contact-panel .actions { margin-top: 18px; } .email-link { font-weight: 750; } .policy-layout { margin-top: 18px; display: grid; gap: 14px; } .policy-content, .summary-card { padding: 22px; } .policy-content { max-width: var(--content); } .updated { width: fit-content; margin-bottom: 20px; padding: 5px 10px; border-radius: 999px; color: #155e75; background: var(--link-soft); font-size: 0.9rem; font-weight: 750; } .policy-content h2 { margin-top: 26px; font-size: 1.28rem; } .policy-content h2:first-of-type { margin-top: 0; } .policy-content p { margin-top: 9px; color: var(--muted); } .summary-card { background: var(--surface-alt); } .summary-card h2 { font-size: 1.1rem; } .summary-card p { margin-top: 8px; color: var(--muted); } .site-footer { margin-top: 42px; padding: 24px 0 32px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; color: var(--muted); font-size: 0.94rem; } .footer-links { display: flex; flex-wrap: wrap; gap: 12px; } .footer-links a { color: var(--muted); font-weight: 650; } @media (min-width: 390px) { .actions { flex-direction: row; flex-wrap: wrap; } } @media (min-width: 700px) { .hero, .page-hero, .section, .contact-panel, .policy-layout, .site-footer, .nav { width: min(100% - 48px, var(--container)); } .feature-grid, .support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .site-footer { flex-direction: row; align-items: center; justify-content: space-between; } } @media (min-width: 960px) { .hero { padding: 92px 0 52px; } .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .support-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .policy-layout { grid-template-columns: minmax(0, var(--content)) minmax(240px, 1fr); align-items: start; } } @media (max-width: 380px) { .brand-text { display: none; } .nav-links a { padding-inline: 8px; font-size: 0.88rem; } }