
@font-face { font-family: "Thmanyah Sans"; src: url("assets/fonts/thmanyahsans-Light.otf") format("opentype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Thmanyah Sans"; src: url("assets/fonts/thmanyahsans-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Thmanyah Sans"; src: url("assets/fonts/thmanyahsans-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Thmanyah Sans"; src: url("assets/fonts/thmanyahsans-Bold.otf") format("opentype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Thmanyah Sans"; src: url("assets/fonts/thmanyahsans-Black.otf") format("opentype"); font-weight: 900; font-style: normal; font-display: swap; }
:root {
  --bg: #f1f2f3;
  --surface: #ffffff;
  --surface-2: #e7e8ea;
  --surface-3: #d5d7da;
  --text: #18191b;
  --muted: #62666d;
  --line: #ced1d5;
  --deep: #24262a;
  --deep-2: #111214;
  --soft-shadow: 0 28px 80px rgba(19, 21, 25, 0.12);
  --ring: rgba(77, 80, 85, 0.18);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1180px;
}
body[data-theme="dark"] {
  --bg: #151618;
  --surface: #1e2023;
  --surface-2: #292c30;
  --surface-3: #34383d;
  --text: #f4f4f5;
  --muted: #b7bbc2;
  --line: #3e4248;
  --deep: #f4f4f5;
  --deep-2: #ffffff;
  --soft-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --ring: rgba(255, 255, 255, 0.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  font-family: "Thmanyah Sans", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(circle at var(--mouse-x, 20%) var(--mouse-y, 20%), rgba(120, 122, 128, .18), transparent 22rem),
    linear-gradient(135deg, rgba(255,255,255,.34), transparent 26%),
    var(--bg);
}
body[data-theme="dark"]::before { background: radial-gradient(circle at var(--mouse-x, 20%) var(--mouse-y, 20%), rgba(255, 255, 255, .07), transparent 22rem), var(--bg); }
a { color: inherit; text-decoration: none; }
.obusiness-link { font-weight: 700; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.obusiness-link:hover { color: var(--deep-2); }
button, input, textarea { font: inherit; }
.skip-link { position: absolute; top: 12px; left: 12px; transform: translateY(-160%); background: var(--deep); color: var(--bg); padding: .7rem 1rem; border-radius: 999px; z-index: 10; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.site-header, main, .site-footer { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 24px 0; position: sticky; top: 0; z-index: 9; backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; justify-self: start; }
.brand-mark { width: 46px; height: 46px; border-radius: 15px; display: grid; place-items: center; background: var(--deep); color: var(--bg); font-weight: 800; letter-spacing: -.05em; box-shadow: var(--soft-shadow); }
.brand-text { display: grid; line-height: 1.15; }
.brand-text small { color: var(--muted); font-size: .78rem; }
nav { display: flex; align-items: center; justify-content: center; gap: .35rem; background: color-mix(in srgb, var(--surface) 70%, transparent); border: 1px solid var(--line); border-radius: 999px; padding: .35rem; box-shadow: 0 10px 30px rgba(0,0,0,.04); }
nav a { color: var(--muted); padding: .55rem .85rem; border-radius: 999px; font-size: .92rem; transition: background .2s ease, color .2s ease, transform .2s ease; }
nav a:hover { background: var(--surface-2); color: var(--text); transform: translateY(-1px); }
.header-actions { justify-self: end; display: flex; gap: .5rem; flex-wrap: wrap; justify-content: end; }
.pill-button, .ghost-button, .main-button, .contact-methods button { border: 1px solid var(--line); border-radius: 999px; padding: .78rem 1rem; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.pill-button, .ghost-button { background: color-mix(in srgb, var(--surface) 74%, transparent); color: var(--text); }
.main-button, .contact-methods button { background: var(--deep); color: var(--bg); border-color: var(--deep); display: inline-flex; align-items: center; justify-content: center; gap: .5rem; }
.pill-button:hover, .ghost-button:hover, .main-button:hover, .contact-methods button:hover { transform: translateY(-2px); }
.hero { min-height: 78vh; display: grid; grid-template-columns: 1.03fr .82fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; padding: 56px 0 44px; }
.eyebrow, .number { color: var(--muted); font-size: .88rem; text-transform: uppercase; letter-spacing: .14em; }
h1 { font-family: "Thmanyah Sans", "Segoe UI", Tahoma, Arial, sans-serif; font-size: clamp(3rem, 7.2vw, 6.3rem); font-weight: 900; line-height: .98; letter-spacing: -.055em; margin: .1rem 0 1.2rem; max-width: 100%; overflow-wrap: normal; word-break: normal; }
.role { font-size: clamp(1.1rem, 2.5vw, 1.6rem); color: var(--text); max-width: 850px; margin: 0 0 1rem; }
.hero-text { color: var(--muted); max-width: 720px; font-size: 1.06rem; margin-bottom: 1.6rem; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.portrait-frame { width: min(100%, 430px); aspect-ratio: 4/5; border-radius: var(--radius-xl); overflow: hidden; background: var(--surface-2); border: 1px solid var(--line); box-shadow: var(--soft-shadow); transform: rotate(1deg); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.06); transform: scale(1.02); }
.floating-card { position: absolute; max-width: 240px; display: grid; gap: .2rem; padding: .9rem 1rem; border-radius: var(--radius-md); background: color-mix(in srgb, var(--surface) 86%, transparent); border: 1px solid var(--line); backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(0,0,0,.1); }
.floating-card span { font-weight: 800; }
.floating-card small { color: var(--muted); }
.top-card { top: 80px; left: 0; }
.bottom-card { right: 0; bottom: 70px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0 auto 52px; }
.stats-grid article, .service-card, .qr-card, .contact-methods article, .security-strip { background: color-mix(in srgb, var(--surface) 86%, transparent); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.1rem, 2vw, 1.5rem); box-shadow: 0 14px 42px rgba(0,0,0,.05); }
.stats-grid strong { display: block; font-size: 1.25rem; }
.stats-grid span { color: var(--muted); }
.section { padding: 72px 0; }
.two-column { display: grid; grid-template-columns: .52fr 1fr; gap: clamp(1.5rem, 4vw, 4.5rem); align-items: start; }
.section-heading h2 { font-family: "Thmanyah Sans", "Segoe UI", Tahoma, Arial, sans-serif; font-size: clamp(2.35rem, 4.7vw, 4.35rem); font-weight: 900; line-height: 1; letter-spacing: -.035em; margin: .35rem 0 .85rem; }
.section-heading p { color: var(--muted); max-width: 760px; }
.centered { text-align: center; max-width: 900px; margin: 0 auto 2rem; }
.centered p { margin-inline: auto; }
.rich-text p { font-size: 1.08rem; color: var(--muted); margin: 0 0 1.1rem; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.service-card { min-height: 250px; height: 100%; display: flex; flex-direction: column; gap: .8rem; justify-content: flex-start; }
.service-card > span { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: var(--surface-2); color: var(--text); font-weight: 900; align-self: flex-start; flex: 0 0 auto; }
.service-card h3 { font-size: 1.18rem; line-height: 1.35; min-height: 3.2em; margin: .2rem 0 0; display: flex; align-items: flex-end; }
.service-card p { color: var(--muted); margin: 0; flex: 1; }
.chips { display: flex; flex-wrap: wrap; gap: .62rem; }
.chip { padding: .62rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); transition: transform .2s ease, background .2s ease, color .2s ease; }
.chip:hover { transform: translateY(-2px); background: var(--deep); color: var(--bg); }
.social-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.social-link { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 110px; gap: .5rem; border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 86%, transparent); border-radius: var(--radius-lg); color: var(--text); transition: transform .2s ease, background .2s ease; }
.social-link:hover { transform: translateY(-4px); background: var(--surface-2); }
.social-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: var(--bg); font-weight: 900; }
.contact-section { display: grid; grid-template-columns: 1fr 360px; gap: 1rem; align-items: stretch; }
.contact-copy, .qr-card { background: color-mix(in srgb, var(--surface) 88%, transparent); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: clamp(1.2rem, 3vw, 2rem); box-shadow: var(--soft-shadow); }
.contact-copy h2 { font-family: "Thmanyah Sans", "Segoe UI", Tahoma, Arial, sans-serif; font-size: clamp(2.15rem, 4.8vw, 3.9rem); font-weight: 900; line-height: 1; margin: .35rem 0 .9rem; letter-spacing: -.035em; }
.contact-copy p, .qr-card p, .security-strip li { color: var(--muted); }
.contact-methods { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.4rem 0; }
.contact-methods article { display: grid; gap: .4rem; }
.contact-methods strong { font-size: 1.05rem; }
.contact-methods button { width: fit-content; margin-top: .35rem; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.contact-form textarea { grid-column: 1 / -1; resize: vertical; }
.contact-form button { width: fit-content; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); color: var(--text); padding: .9rem 1rem; outline: none; }
input:focus, textarea:focus { border-color: var(--deep); box-shadow: 0 0 0 4px var(--ring); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }
.qr-card { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.qr-card img { width: min(240px, 80%); border-radius: 18px; border: 1px solid var(--line); padding: .75rem; background: #fff; }
.qr-card h3 { font-size: 1.4rem; margin: 1rem 0 .3rem; }
.security-strip { margin-bottom: 64px; }
.security-strip h2 { margin-top: 0; }
.security-strip ul { margin: 0; padding-inline-start: 1.2rem; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); padding: 0 0 32px; border-top: 1px solid var(--line); padding-top: 22px; }
.modal { position: fixed; inset: 0; z-index: 20; display: none; align-items: center; justify-content: center; padding: 1rem; background: rgba(0,0,0,.45); backdrop-filter: blur(8px); }
.modal.open { display: flex; }
.modal-card { width: min(520px, 100%); background: var(--surface); color: var(--text); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 1.5rem; box-shadow: var(--soft-shadow); }
.modal-card h2 { margin-top: 0; }
.modal-card p { color: var(--muted); }
.modal-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.toast { position: fixed; left: 50%; bottom: 20px; transform: translate(-50%, 120%); opacity: 0; background: var(--deep); color: var(--bg); padding: .8rem 1rem; border-radius: 999px; box-shadow: var(--soft-shadow); z-index: 30; transition: transform .25s ease, opacity .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
body.is-arabic { letter-spacing: 0; }
body.is-arabic h1, body.is-arabic h2 { letter-spacing: -.02em; }
body.is-arabic .section-heading, body.is-arabic .rich-text, body.is-arabic .contact-copy { text-align: right; }
body.is-arabic .centered { text-align: center; }
body.is-arabic .brand-text { text-align: right; }
body.is-arabic .service-card { text-align: right; }
body.is-arabic .service-card > span { align-self: flex-end; }
body.is-arabic .service-card h3 { justify-content: flex-end; text-align: right; }
body.is-arabic .service-card p { text-align: right; }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1060px) { .site-header { grid-template-columns: 1fr; position: static; } .brand, .header-actions { justify-self: center; } nav { order: 3; flex-wrap: wrap; } .hero, .two-column, .contact-section { grid-template-columns: 1fr; } .hero-visual { min-height: 480px; } .card-grid { grid-template-columns: repeat(2, 1fr); } .social-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px) { .site-header, main, .site-footer { width: min(100% - 24px, var(--max)); } .hero { padding-top: 28px; } .hero-visual { min-height: auto; padding: 1rem 0 4rem; } .floating-card { position: static; margin-top: .7rem; max-width: none; width: 100%; } .stats-grid, .card-grid, .contact-methods, .contact-form, .social-grid { grid-template-columns: 1fr; } h1 { font-family: "Thmanyah Sans", "Segoe UI", Tahoma, Arial, sans-serif; font-size: clamp(3rem, 7.2vw, 6.3rem); font-weight: 900; line-height: .98; letter-spacing: -.055em; margin: .1rem 0 1.2rem; max-width: 100%; overflow-wrap: normal; word-break: normal; } .section { padding: 48px 0; } .site-footer { flex-direction: column; } }

body.profile-dashboard .hero { grid-template-columns: 1fr 1fr; }
body.profile-dashboard .hero-copy, body.profile-dashboard .hero-visual, body.profile-dashboard .stats-grid article, body.profile-dashboard .service-card, body.profile-dashboard .contact-copy, body.profile-dashboard .qr-card { position: relative; overflow: hidden; }
body.profile-dashboard .hero-copy::after, body.profile-dashboard .service-card::after, body.profile-dashboard .contact-copy::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 42px 42px; opacity: .18; mask-image: radial-gradient(circle at top right, black, transparent 62%); }
body.profile-dashboard .hero-copy { background: color-mix(in srgb, var(--surface) 88%, transparent); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: clamp(1.2rem, 4vw, 2.5rem); box-shadow: var(--soft-shadow); }
body.profile-dashboard .hero-copy > * { position: relative; z-index: 1; }
body.profile-dashboard .portrait-frame { border-radius: 30px; transform: none; box-shadow: 0 0 0 10px var(--surface-2), var(--soft-shadow); }
body.profile-dashboard .stats-grid article strong::before { content: "◆ "; color: var(--muted); }
body.profile-dashboard .service-card > span { border-radius: 50%; }
body.profile-dashboard .chips .chip { border-radius: 12px; }
@media (max-width: 1060px) { body.profile-dashboard .hero { grid-template-columns: 1fr; } }

/* Publish-ready responsive refinements */
img, svg { max-width: 100%; height: auto; }

.site-header,
main,
.site-footer {
  width: min(var(--max), calc(100% - clamp(24px, 5vw, 48px)));
}

.brand-text strong,
.brand-text small,
.role,
.hero-text,
.section-heading p,
.rich-text p,
.service-card h3,
.service-card p,
.contact-copy p,
.qr-card p,
.security-strip li,
.site-footer span {
  overflow-wrap: break-word;
}

.hero-copy,
.contact-copy,
.qr-card,
.service-card,
.stats-grid article,
.social-link,
.security-strip,
.modal-card {
  min-width: 0;
}

.hero {
  min-height: auto;
}

.hero-visual {
  min-width: 0;
}

.portrait-frame {
  width: min(100%, 430px);
}

.social-link,
.pill-button,
.ghost-button,
.main-button,
.contact-methods button {
  min-height: 44px;
}

.contact-form button,
.hero-actions a,
.modal-actions button,
.qr-card a {
  text-align: center;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .82fr);
    gap: clamp(1.4rem, 3vw, 2.6rem);
  }

  body.profile-dashboard .hero {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 1fr);
  }

  h1 {
    font-size: clamp(3.1rem, 6.5vw, 5.8rem);
  }
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 1fr;
    position: static;
    padding: 20px 0 10px;
  }

  .brand,
  .header-actions {
    justify-self: center;
  }

  .brand {
    text-align: center;
  }

  .brand-text {
    max-width: calc(100vw - 110px);
  }

  nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  nav a {
    flex: 1 1 auto;
    text-align: center;
  }

  .hero,
  body.profile-dashboard .hero,
  .two-column,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 36px 0 28px;
  }

  .hero-visual {
    min-height: 0;
    padding-top: 1rem;
  }

  .portrait-frame {
    width: min(430px, 74vw);
    margin-inline: auto;
  }

  .stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-section {
    align-items: start;
  }

  .qr-card {
    max-width: 520px;
    width: 100%;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 24px, var(--max));
  }

  .site-header {
    gap: .8rem;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    flex: 0 0 auto;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
  }

  .pill-button {
    flex: 1 1 140px;
    max-width: 210px;
    padding: .7rem .85rem;
  }

  nav {
    border-radius: 24px;
    padding: .3rem;
  }

  nav a {
    flex: 1 1 calc(50% - .35rem);
    padding: .58rem .65rem;
    font-size: .9rem;
  }

  .hero {
    padding: 26px 0 22px;
  }

  body.profile-dashboard .hero-copy {
    padding: clamp(1.05rem, 5vw, 1.55rem);
  }

  .eyebrow,
  .number {
    font-size: .78rem;
    letter-spacing: .1em;
  }

  h1 {
    font-size: clamp(2.75rem, 14.5vw, 4.45rem);
    line-height: 1;
    letter-spacing: -.045em;
    text-wrap: balance;
  }

  body.is-arabic h1,
  body.is-arabic h2 {
    letter-spacing: -.01em;
  }

  .role {
    font-size: clamp(1rem, 4.8vw, 1.28rem);
    line-height: 1.55;
  }

  .hero-text,
  .rich-text p {
    font-size: 1rem;
  }

  .hero-actions,
  .modal-actions {
    width: 100%;
  }

  .hero-actions a,
  .modal-actions button {
    flex: 1 1 100%;
    justify-content: center;
  }

  .portrait-frame {
    width: min(360px, 86vw);
    border-radius: 24px;
  }

  body.profile-dashboard .portrait-frame {
    box-shadow: 0 0 0 7px var(--surface-2), var(--soft-shadow);
  }

  .stats-grid,
  .card-grid,
  .contact-methods,
  .contact-form,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    margin-bottom: 24px;
  }

  .section {
    padding: 46px 0;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.15rem);
    line-height: 1.05;
  }

  .centered {
    margin-bottom: 1.4rem;
  }

  .service-card {
    min-height: 0;
  }

  .service-card h3 {
    min-height: 0;
    align-items: flex-start;
  }

  body.is-arabic .service-card h3 {
    align-items: flex-start;
  }

  .chips {
    gap: .5rem;
  }

  .chip {
    border-radius: 12px;
    padding: .58rem .78rem;
    font-size: .95rem;
  }

  .social-link {
    min-height: 88px;
    flex-direction: row;
    justify-content: flex-start;
    padding-inline: 1rem;
  }

  body.is-arabic .social-link {
    justify-content: flex-end;
  }

  .contact-copy,
  .qr-card,
  .security-strip {
    border-radius: 24px;
  }

  .contact-methods button,
  .contact-form button,
  .qr-card a {
    width: 100%;
    justify-content: center;
  }

  .contact-form textarea {
    min-height: 140px;
  }

  .qr-card img {
    width: min(230px, 72vw);
  }

  .security-strip {
    margin-bottom: 40px;
  }

  .site-footer {
    flex-direction: column;
    text-align: center;
    padding-bottom: 24px;
  }
}

@media (max-width: 420px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 18px, var(--max));
  }

  .brand {
    align-items: flex-start;
  }

  .brand-text {
    max-width: calc(100vw - 90px);
  }

  .brand-text strong {
    font-size: .96rem;
  }

  .brand-text small {
    font-size: .72rem;
  }

  .pill-button {
    flex-basis: 120px;
    font-size: .9rem;
  }

  nav a {
    font-size: .86rem;
    padding: .52rem .5rem;
  }

  h1 {
    font-size: clamp(2.35rem, 15vw, 3.3rem);
    letter-spacing: -.035em;
  }

  .hero-copy,
  .contact-copy,
  .qr-card,
  .stats-grid article,
  .service-card,
  .security-strip {
    padding: 1rem;
  }

  .portrait-frame {
    width: min(330px, 88vw);
  }

  .section {
    padding: 38px 0;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(1.95rem, 11vw, 2.65rem);
  }

  .social-icon {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 340px) {
  .site-header,
  main,
  .site-footer {
    width: calc(100% - 14px);
  }

  h1 {
    font-size: 2.1rem;
  }

  .role,
  .hero-text,
  .rich-text p,
  .section-heading p,
  .contact-copy p,
  .qr-card p,
  .security-strip li {
    font-size: .94rem;
  }

  .pill-button,
  nav a,
  .main-button,
  .ghost-button,
  .contact-methods button {
    font-size: .86rem;
  }
}
