:root {
  color-scheme: dark;
  --text: #f7f2ff;
  --muted: #b4a8c7;
  --line: rgba(219, 197, 254, .16);
  --violet: #b08adf;
  --radius: 22px;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  min-height: 100vh;
  background: #140b29;
  isolation: isolate;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1, h2, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button, a, input { transition: background .2s, color .2s, border-color .2s, box-shadow .2s, transform .2s; }
button:disabled { cursor: wait; opacity: .72; }
button:focus-visible, a:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 2px solid #e1c0ff; outline-offset: 4px; }
[hidden] { display: none !important; }
.icon { height: 20px; width: 20px; flex: none; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 20; padding: 10px 16px; background: #e7d6ff; color: #20122d; }
.skip-link:focus { top: 12px; }
.page { max-width: 1120px; margin: 0 auto; padding: 0 32px; }

/* Keep the original brand artwork and background visible. */
.site-header { min-height: 116px; position: relative; display: flex; align-items: center; justify-content: center; padding: 20px 0; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 300px; height: 72px; object-fit: contain; }
.brand strong { font-size: 32px; }
.site-entry { position: absolute; right: 0; display: inline-flex; align-items: center; gap: 14px; min-height: 44px; padding: 5px 5px 5px 17px; border: 1px solid rgba(163, 213, 174, .4); border-radius: 100px; background: linear-gradient(180deg, #365c42, #253d2f); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 4px 14px #0002; color: #e7f3e4; font-size: 12px; font-weight: 700; }
.entry-arrow { width: 30px; height: 30px; display: grid; place-items: center; background: rgba(217, 242, 216, .1); border-radius: 50%; }
.entry-arrow .icon { width: 17px; height: 17px; }
.site-entry:hover { border-color: #add2a9; transform: translateY(-2px); box-shadow: 0 6px 20px #0003; }
.site-entry:active { transform: translateY(0); }
.campaign { display: block; margin: 0 -10px 26px; }
.campaign img { display: block; width: 100%; height: auto; }
.campaign picture { display: block; width: 100%; overflow: hidden; }

/* A separate, tactile selector; one content surface below it. */
.contact-center { max-width: 920px; margin: 0 auto; }
.workspace-tabs { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 6px; padding: 7px; margin-bottom: 16px; border: 1px solid rgba(213, 181, 255, .21); border-radius: 17px; background: rgba(17, 9, 35, .76); box-shadow: inset 0 1px rgba(255,255,255,.035), 0 8px 24px #07021a24; backdrop-filter: blur(12px); }
.workspace-tabs button { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 13px 15px; border: 1px solid transparent; border-radius: 11px; background: transparent; color: #bcaecf; font-size: 14px; font-weight: 650; white-space: nowrap; }
.workspace-tabs button:hover { color: #fff; background: rgba(177, 137, 227, .1); }
.workspace-tabs button[aria-selected=true] { background: linear-gradient(180deg, #f2e8ff, #dbcaee); border-color: #f1e1ff; color: #38244f; box-shadow: 0 3px 9px #0003, inset 0 1px #fff8; }
.workspace-tabs button[aria-selected=true]>.icon { color: #744ca5; }
.workspace-tabs button:active { transform: scale(.985); }
.workspace-tabs .icon { width: 19px; height: 19px; }
.tab-count { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 6px; background: rgba(217, 190, 255, .12); color: #cbb4e4; font-size: 10px; font-weight: 800; }
.workspace-tabs button[aria-selected=true] .tab-count { background: rgba(89, 44, 127, .12); color: #623b82; }
.workspace--standalone { border-bottom: 1px solid rgba(203, 171, 240, .22) !important; border-radius: var(--radius) !important; }
.workspace { border: 1px solid rgba(203, 171, 240, .22); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; background: linear-gradient(160deg, rgba(44, 27, 67, .92), rgba(19, 12, 36, .93) 60%); box-shadow: inset 0 1px rgba(238, 209, 255, .055), 0 18px 50px #07021333; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); overflow: hidden; }
.tab-content { padding: 36px 42px 30px; min-height: 340px; }
.tab-content:focus { outline-offset: -5px; }
.section-heading { margin-bottom: 29px; }
.section-heading h1 { font-size: 30px; font-weight: 750; line-height: 1.3; letter-spacing: -.9px; }
.section-heading p { color: #b8abc9; font-size: 14px; line-height: 1.7; margin-top: 9px; }
#panel-lookup .section-heading { text-align: center; }
#lookup-form { max-width: 730px; margin: 0 auto; }

/* A clear form, with a strong full-width action. */
.form-fields { display: grid; grid-template-columns: 1fr 1.1fr; gap: 20px; }
.field label { display: block; margin-bottom: 10px; color: #dfd2ed; font-size: 12px; font-weight: 650; }
.input-box { display: flex; align-items: center; gap: 12px; min-width: 0; height: 55px; padding: 0 16px; border: 1px solid rgba(183, 150, 219, .29); border-radius: 11px; background: rgba(9, 4, 23, .6); box-shadow: inset 0 2px 5px #03010926, 0 1px rgba(232,202,255,.025); transition: border-color .2s, box-shadow .2s, background .2s; }
.input-box>.icon { color: #a185bb; width: 19px; height: 19px; }
.input-box input { width: 100%; min-width: 0; border: 0; background: transparent; color: #fff; padding: 15px 0; font-size: 14px; font-weight: 500; outline: none; }
.input-box input::placeholder { color: #8f7f9f; font-weight: 400; }
.input-box:focus-within { border-color: #b68be1; background: rgba(21, 11, 39, .8); box-shadow: 0 0 0 3px rgba(164, 110, 215, .1); }
.field-hint { color: #a697b8; font-size: 11px; margin-top: 11px; text-align: right; }
.form-actions { margin-top: 23px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 11px; min-height: 48px; padding: 12px 21px; font-size: 14px; font-weight: 750; white-space: nowrap; }
.button-primary { width: 100%; min-height: 54px; position: relative; overflow: hidden; border-color: #ba8cef; background: linear-gradient(180deg, #a672d9, #824fb8); color: #fff; box-shadow: inset 0 1px rgba(255,255,255,.22), 0 3px 0 #452767, 0 8px 20px #7c40b52b; }
.button-primary>.icon:first-child { width: 19px; height: 19px; }
.button-primary .button-arrow { position: absolute; right: 17px; width: 29px; height: 29px; border-radius: 7px; padding: 5px; background: rgba(36, 13, 65, .18); }
.button-primary:hover:not(:disabled) { border-color: #d1adf8; background: linear-gradient(180deg, #b580e7, #955bc9); transform: translateY(-2px); box-shadow: inset 0 1px #ffffff40, 0 4px 0 #452767, 0 12px 24px #783cac3d; }
.button-primary:active:not(:disabled) { transform: translateY(2px); box-shadow: inset 0 1px #fff2, 0 1px 0 #452767; }
.button-primary[aria-busy=true]>.icon:first-child { animation: query-pulse .7s ease-in-out infinite alternate; }
.query-note { display: flex; justify-content: center; align-items: center; gap: 7px; margin-top: 23px; color: #a89ab9; font-size: 11px; }
.query-note .icon { width: 13px; height: 13px; }
.query-result { display: flex; gap: 12px; margin-top: 24px; padding: 19px; border: 1px solid var(--line); border-radius: 12px; }
.query-result strong { display: block; font-size: 14px; font-weight: 700; }
.query-result p { margin-top: 5px; font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; color: #d8cbe6; }
.query-result[data-state=success] { border-color: #71b58966; background: #386a4829; color: #b1e8bf; }
.query-result[data-state=warning], .query-result[data-state=error] { border-color: #db9c8966; background: #a6523b22; color: #f2bead; }
.query-result a { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; margin-top: 11px; text-decoration: underline; text-underline-offset: 4px; }
.query-result a .icon { width: 15px; height: 15px; }

/* Each team member has a portrait and a compact contact card. */
.team-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.team-search { display: flex; align-items: center; gap: 9px; width: 224px; min-height: 44px; padding: 0 13px; border: 1px solid #b79bd238; background: #0d071d66; border-radius: 10px; flex: none; }
.team-search>.icon { height: 17px; width: 17px; color: #ac90c6; }
.team-search input { width: 100%; min-width: 0; border: 0; outline: none; padding: 11px 0; font-size: 12px; background: none; }
.team-search input::placeholder { color: #a592b8; }
.team-search:focus-within { border-color: var(--violet); }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.person-card { min-width: 0; overflow: hidden; border: 1px solid #a080b438; border-radius: 19px; background: #1b1129; box-shadow: 0 8px 24px #08031126; transition: border-color .2s, box-shadow .2s; }
.person-card:hover { border-color: #bc9bdc73; box-shadow: 0 12px 28px #0803113d; }
.person-card--vip {
  border-color: transparent;
  background: linear-gradient(#1b1129, #1b1129) padding-box, linear-gradient(135deg, #927036, #f4d68d 24%, #ad7c34 48%, #ffecb1 74%, #937033) border-box;
  box-shadow: 0 0 0 1px #e5bd6026, 0 0 22px #d7a63721, 0 10px 28px #08031133;
  animation: vip-gold-glow 5s ease-in-out infinite;
}
.person-card--vip:hover { border-color: #ffe2a0; }
.person-card--vip .person-portrait { background: radial-gradient(ellipse at 50% 75%, #66513f, #33243b 68%, #271a35); }
.person-vip-label { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 5px; max-width: 136px; padding: 5px 7px; margin: 0; border: 1px solid #cda04d4d; border-radius: 7px; color: #f4d794; background: linear-gradient(110deg, #ac76231c, #eac9700a); font-size: 10px; font-weight: 750; letter-spacing: 0; line-height: 1.4; }
.person-vip-label .icon { width: 14px; height: 14px; color: #e8be61; }
.person-vip-label span { overflow-wrap: anywhere; }
@keyframes vip-gold-glow {
  0%, 100% { box-shadow: 0 0 0 1px #e5bd6026, 0 0 18px #d7a6371c, 0 10px 28px #08031133; }
  50% { box-shadow: 0 0 0 1px #f3d88766, 0 0 28px #d7a63738, 0 10px 28px #08031133; }
}
.person-portrait { position: relative; height: 250px; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 50% 75%, #60476f, #30203f 68%, #271a35); }
.person-portrait::after { content: ""; position: absolute; inset: auto 0 0; height: 38px; pointer-events: none; background: linear-gradient(transparent, #1b1129); }
.person-picture { display: block; width: 100%; height: 100%; }
.person-character { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.person-badges { position: absolute; inset: 14px 14px auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.person-status { display: inline-flex; align-items: center; gap: 6px; min-height: 28px; padding: 5px 9px; background: #17281eed; border: 1px solid #86b29645; border-radius: 7px; color: #d2edcd; font-size: 10px; font-weight: 650; white-space: nowrap; box-shadow: 0 2px 8px #0002; }
.person-role { max-width: 62%; padding: 6px 9px; border: 1px solid #d8bfe62e; border-radius: 7px; background: #21152eeb; color: #e1cee9; font-size: 10px; line-height: 1.5; text-align: right; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #a4d28d; flex: none; }
.status-dot-offline { background: #ae97bf; }
.person-portrait--initials { display: grid; place-items: center; }
.person-monogram { display: grid; place-items: center; width: 122px; height: 122px; margin-top: 20px; border: 1px solid #d8bfe633; border-radius: 50%; background: #b395cb0d; box-shadow: 0 0 0 16px #cfb0e405; color: #ecdaf8; font-size: 45px; font-weight: 650; letter-spacing: -2px; }
.person-body { padding: 16px 22px 22px; }
.person-identity { display: flex; align-items: center; gap: 10px; min-width: 0; min-height: 34px; }
.person-identity h2 { flex: 1; min-width: 0; font-size: 24px; line-height: 1.35; letter-spacing: -.6px; font-weight: 750; overflow-wrap: anywhere; }
.person-details { display: flex; flex-wrap: wrap; align-items: center; column-gap: 15px; row-gap: 4px; min-height: 17px; margin-top: 7px; color: #bba8c8; font-size: 11px; }
.person-details:empty { display: none; }
.person-details>span { display: flex; align-items: center; gap: 6px; }
.person-details .icon { width: 13px; height: 13px; color: #ac8fc1; }
.person-phone { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 20px; padding: 13px 13px 14px; border: 1px solid #ab8bc629; border-radius: 11px; background: #100a1b73; }
.person-phone>div { min-width: 0; }
.contact-label { display: block; margin-bottom: 5px; font-size: 9px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; color: #af97c0; }
.person-phone a { font-size: clamp(18px, 2vw, 23px); line-height: 1.35; font-weight: 650; letter-spacing: -.4px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.person-phone a:hover { color: #ddb4ff; }
.no-phone { color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.copy-button { display: grid; place-items: center; width: 38px; height: 38px; flex: none; padding: 9px; border: 1px solid #b593cf40; border-radius: 9px; background: #9e79b41a; color: #d7bce9; }
.copy-button .icon { height: 16px; width: 16px; }
.copy-button:hover { background: #9e79b433; border-color: #c5a5df80; }
.copy-button:active { transform: scale(.94); }
.person-channels { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.person-channels:empty { display: none; }
.person-channels .channel { flex: 1 1 calc(50% - 4px); display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 0; min-height: 43px; padding: 10px; border: 1px solid #b695d238; border-radius: 9px; background: #a385bc0d; color: #e7d9f0; font-size: 11px; font-weight: 650; white-space: nowrap; }
.person-channels .icon { width: 18px; height: 18px; }
.person-channels .channel-whatsapp { border-color: #8ab87f47; background: #668b4821; }
.channel-whatsapp .icon { color: #a6d99d; }
.person-channels .channel-telegram { border-color: #779fc44d; background: #486e9824; }
.channel-telegram .icon { color: #a1c9ed; }
.person-channels .channel-email { flex-basis: 100%; justify-content: flex-start; min-height: 38px; padding: 8px 12px; color: #bba5cc; font-size: 10px; background: transparent; border-color: #b695d226; }
.channel-email .icon { width: 15px; height: 15px; }
.channel-email .icon:last-child { margin-left: auto; width: 14px; height: 14px; }
.person-channels .channel:hover { transform: translateY(-2px); border-color: #ccb2e180; background-color: #a385bc24; color: #fff; }
.person-channels .channel-whatsapp:hover { border-color: #99ca8199; background-color: #668b483b; }
.person-channels .channel-telegram:hover { border-color: #94bbe399; background-color: #486e9842; }
.person-channels .channel:active { transform: translateY(0); }
.empty-state { padding: 25px 0 10px; }
.empty-state h2 { font-size: 18px; font-weight: 650; }
.empty-state p { color: var(--muted); margin-top: 8px; font-size: 13px; }
.text-button { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; margin-top: 12px; border: 0; background: transparent; color: #d6b5f5; padding: 8px 0; font-size: 13px; font-weight: 650; }

/* Entry and support destinations. */
.current-address { display: flex; align-items: center; gap: 18px; padding: 24px; border-radius: 15px; border: 1px solid #a9c98d47; background: linear-gradient(120deg, #4f694126, #1c302536); }
.address-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #adc78e38; border-radius: 14px; background: #849e6714; color: #b9d69e; }
.address-icon .icon { width: 27px; height: 27px; }
.address-text { flex: 1; min-width: 0; }
.address-text h2 { font-size: 17px; font-weight: 700; }
.address-text>span { display: block; margin-top: 7px; color: #b1bd9e; font-size: 12px; overflow-wrap: anywhere; }
.button-green { border-color: #bacf9680; background: linear-gradient(180deg, #c7dda5, #a4bd80); box-shadow: inset 0 1px #ffffff60, 0 3px 0 #415135; color: #26321d; gap: 14px; padding: 7px 7px 7px 18px; }
.button-green .entry-arrow { background: #46622d1a; }
.button-green:hover { transform: translateY(-2px); background: linear-gradient(180deg, #d5e8b9, #b6ce91); }
.button-green:active { transform: translateY(1px); box-shadow: inset 0 1px #fff4; }
.access-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 19px; }
.access-links>a { display: flex; align-items: center; gap: 14px; min-width: 0; padding: 20px; border: 1px solid #a78abb29; border-radius: 12px; background: #140c2566; }
.access-links>a>.icon:first-child { width: 23px; height: 23px; color: #bb99d7; }
.access-links strong { font-size: 14px; font-weight: 700; display: block; }
.access-links small { display: block; color: #af9dbf; font-size: 11px; margin-top: 5px; }
.access-links>a>.icon:last-child { margin-left: auto; width: 16px; height: 16px; color: #b195c8; }
.access-links>a:hover { border-color: #b38ec25e; background: #4d335329; transform: translateY(-2px); }
.access-note { color: var(--muted); font-size: 11px; line-height: 1.7; margin-top: 24px; }

/* The contact strip is part of the panel, with a real callback button. */
.service-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 32px; border: 1px solid rgba(203,171,240,.22); border-top-color: #b08fc721; border-radius: 0 0 var(--radius) var(--radius); background: rgba(16, 9, 31, .83); backdrop-filter: blur(14px); }
.service-bar>button { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 3px 0; border: 0; background: transparent; text-align: left; }
.service-bar>button .status-dot { box-shadow: 0 0 0 5px #a4d28d0c; }
.service-bar>button strong { display: block; font-size: 12px; font-weight: 650; color: #d7c8e4; }
.service-bar>button small { display: block; margin-top: 3px; color: #a28bb6; font-size: 10px; }
.service-bar>button>.icon { width: 14px; height: 14px; color: #b291c8; margin-left: 5px; }
.service-bar>button:hover strong { color: #fff; }
.callback-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 40px; padding: 9px 13px; background: #8e67ad12; border: 1px solid #b08ccf3b; border-radius: 9px; color: #d6bee8; font-size: 11px; font-weight: 650; }
.callback-button>.icon:first-child { width: 17px; height: 17px; }
.callback-button>.icon:last-child { width: 13px; height: 13px; }
.callback-button:hover { background: #8e67ad29; border-color: #b08ccf7a; }
.site-footer { max-width: 920px; margin: 27px auto 0; padding-bottom: 25px; }
.social-links { display: flex; align-items: center; justify-content: center; gap: 13px; padding-bottom: 25px; }
.social-link { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; padding: 10px 16px; background: rgba(24,12,43,.6); border: 1px solid #bea0d82b; border-radius: 100px; color: #bfabcf; font-size: 11px; font-weight: 650; }
.social-link .icon { height: 18px; width: 18px; }
.social-link:hover { transform: translateY(-3px); color: #fff; background: #59406447; border-color: #c5a0e66b; }
.social-link--instagram:hover { background: #b4567329; border-color: #dc96b85c; }
.social-link--telegram:hover { background: #518ac329; border-color: #90b5e05c; }
.social-link--whatsapp:hover { background: #6ba45229; border-color: #a6d28d5c; }
.social-link--youtube:hover { background: #b2526229; border-color: #e895a35c; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #c9aae11a; padding-top: 17px; color: #a293b4; font-size: 10px; }
.footer-bottom a { padding: 4px 0; }
.footer-bottom a:hover { color: #e7cef9; }
.toast { position: fixed; z-index: 50; bottom: 24px; left: 50%; transform: translateX(-50%); max-width: calc(100vw - 32px); padding: 13px 21px; border: 1px solid #b494cf52; border-radius: 12px; background: #322040; box-shadow: 0 10px 35px #0005; color: #f0e0ff; font-size: 12px; }
.noscript-message { padding: 20px; background: #221330; }
@keyframes query-pulse { from { opacity: 1; } to { opacity: .35; } }

@media (min-width: 1500px) {
  .page { max-width: 1200px; }
  .contact-center, .site-footer { max-width: 960px; }
  .site-header { min-height: 132px; }
  .campaign { margin-bottom: 31px; }
  .tab-content { padding: 40px 48px 33px; }
}
@media (max-width: 950px) {
  .page { padding: 0 24px; }
  .team-heading { align-items: flex-start; flex-direction: column; }
  .team-search { width: 100%; }
  .tab-content { padding: 31px; }
  .person-body { padding: 16px 18px 18px; }
  .person-phone { padding: 12px 10px; gap: 7px; }
  .person-phone a { font-size: 20px; }
  .social-links { gap: 9px; }
  .social-link { padding: 10px 13px; }
}
@media (max-width: 720px) {
  .page { padding: 0 20px; }
  .site-header { min-height: 102px; }
  .brand img { width: 257px; height: 65px; }
  .site-entry { font-size: 10px; min-height: 38px; gap: 8px; padding-left: 12px; }
  .entry-arrow { height: 26px; width: 26px; }
  .campaign { margin: 0 -7px 20px; }
  .workspace-tabs { gap: 4px; padding: 6px; border-radius: 15px; margin-bottom: 14px; }
  .workspace-tabs button { min-height: 52px; padding: 11px 7px; gap: 7px; font-size: 12px; border-radius: 10px; }
  .workspace-tabs .icon { height: 17px; width: 17px; }
  .tab-content { padding: 31px 27px 25px; }
  .section-heading h1 { font-size: 29px; }
  .section-heading p { font-size: 13px; }
  .form-fields { grid-template-columns: 1fr; gap: 19px; }
  .field label { font-size: 13px; }
  .input-box { height: 55px; }
  .input-box input { font-size: 16px; }
  .input-box input::placeholder { font-size: 14px; }
  .field-hint { text-align: left; font-size: 11px; }
  .form-actions { margin-top: 22px; }
  .button-primary { min-height: 54px; font-size: 15px; }
  .team-grid { grid-template-columns: 1fr; }
  .person-portrait { height: 280px; }
  .person-body { padding: 18px 24px 24px; }
  .person-phone { padding: 14px; }
  .person-phone a { font-size: 25px; }
  .person-channels .channel { min-height: 45px; font-size: 12px; }
  .person-channels .channel-email { min-height: 39px; font-size: 11px; }
  .service-bar { padding: 18px 27px; }
  .social-link { width: 45px; height: 45px; padding: 10px; border-radius: 14px; }
  .social-link span { display: none; }
  .social-link .icon { width: 20px; height: 20px; }
  .social-links { gap: 14px; }
  .current-address { gap: 13px; padding: 20px; flex-wrap: wrap; }
  .current-address .button { width: 100%; margin-top: 6px; justify-content: space-between; padding-left: 18px; }
  .access-links { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .page { padding: 0 14px; }
  .site-header { min-height: 90px; justify-content: flex-start; padding-left: 4px; }
  .brand img { width: 205px; height: 54px; }
  .site-entry { right: 0; gap: 6px; font-size: 10px; padding: 4px 4px 4px 11px; }
  .entry-arrow { height: 23px; width: 23px; }
  .entry-arrow .icon { width: 14px; height: 14px; }
  .campaign { margin: 0 -5px 18px; }
  .workspace-tabs button { flex-wrap: wrap; align-content: center; column-gap: 5px; row-gap: 6px; min-height: 70px; font-size: 10px; padding: 9px 3px; }
  .workspace-tabs button>.icon { width: 100%; height: 19px; }
  .tab-count { min-width: 16px; height: 16px; font-size: 9px; padding: 0 3px; }
  .tab-content { padding: 27px 22px 23px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h1 { font-size: 26px; letter-spacing: -.8px; }
  .section-heading p { font-size: 12px; max-width: 275px; margin-left: auto; margin-right: auto; }
  .team-heading .section-heading p, .team-heading p { margin-left: 0; }
  .field label { font-size: 12px; }
  .input-box { padding: 0 13px; gap: 11px; }
  .field-hint { font-size: 10px; }
  .query-note { align-items: flex-start; font-size: 10px; line-height: 1.7; }
  .query-note .icon { margin-top: 2px; width: 12px; height: 12px; }
  .button-primary { font-size: 14px; padding-left: 10px; padding-right: 35px; }
  .button-primary .button-arrow { right: 12px; width: 26px; height: 26px; }
  .query-result { padding: 16px; }
  .query-result p { font-size: 12px; }
  .person-card { border-radius: 16px; }
  .person-portrait { height: 260px; }
  .person-badges { inset: 11px 11px auto; gap: 7px; }
  .person-status, .person-role { font-size: 9px; }
  .person-body { padding: 16px 17px 18px; }
  .person-identity { min-height: 58px; gap: 8px; }
  .person-identity h2 { font-size: 22px; line-height: 1.25; }
  .person-vip-label { max-width: 124px; font-size: 9px; }
  .person-phone { margin-top: 17px; padding: 12px 10px; }
  .person-phone a { font-size: 21px; }
  .person-channels .channel { font-size: 11px; gap: 7px; }
  .person-channels .channel-email { font-size: 10px; }
  .person-details { font-size: 10px; gap: 12px; }
  .service-bar { padding: 16px 20px; gap: 12px; }
  .service-bar>button { gap: 9px; }
  .service-bar>button strong { font-size: 11px; }
  .service-bar>button small { font-size: 9px; }
  .service-bar>button>.icon { display: none; }
  .callback-button { min-height: 39px; font-size: 10px; padding: 8px 10px; gap: 6px; }
  .callback-button>.icon:last-child { display: none; }
  .site-footer { margin-top: 23px; }
  .social-links { gap: 13px; padding-bottom: 22px; }
  .footer-bottom { font-size: 9px; gap: 15px; align-items: flex-start; }
  .footer-bottom>span { max-width: 200px; }
  .current-address { padding: 17px; }
  .address-icon { width: 39px; height: 39px; border-radius: 11px; }
  .address-icon .icon { width: 23px; height: 23px; }
  .address-text h2 { font-size: 14px; }
  .address-text>span { font-size: 10px; }
  .access-links>a { padding: 18px; }
}
@media (max-width: 360px) {
  .page { padding: 0 10px; }
  .brand img { width: 174px; height: 49px; }
  .site-entry { font-size: 9px; }
  .tab-content { padding-left: 18px; padding-right: 18px; }
  .section-heading h1 { font-size: 23px; }
  .workspace-tabs button { font-size: 9px; }
  .person-body { padding-left: 14px; padding-right: 14px; }
  .person-phone a { font-size: 19px; }
  .person-identity h2 { font-size: 22px; }
  .person-channels .channel { font-size: 10px; padding: 9px 7px; }
  .social-links { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}

/* Uploaded art keeps separate desktop/mobile crops without injecting URLs into CSS. */
.site-background { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.site-background img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.media-frame { --media-fit: contain; --media-position: center; }
.media-frame > img { object-fit: var(--media-fit); object-position: var(--media-position); }
.media-frame[data-fit="cover"] { --media-fit: cover; }
.media-frame[data-fit="contain"] { --media-fit: contain; }
.media-frame[data-position="top"] { --media-position: center top; }
.media-frame[data-position="center"] { --media-position: center; }
.media-frame[data-position="bottom"] { --media-position: center bottom; }
.media-ratio[data-ratio="wide"] { --media-ratio: 6 / 1; }
.media-ratio[data-ratio="landscape"] { --media-ratio: 16 / 9; }
.media-ratio[data-ratio="square"] { --media-ratio: 1 / 1; }
.media-ratio[data-ratio="portrait"] { --media-ratio: 4 / 5; }
.media-ratio[data-ratio]:not([data-ratio="auto"]) { height: auto; aspect-ratio: var(--media-ratio); }
.campaign .media-ratio[data-ratio]:not([data-ratio="auto"]) > img { height: 100%; }
.person-portrait[data-ratio]:not([data-ratio="auto"]) .person-picture { position: absolute; inset: 0; }
.site-entry > span:first-child { overflow-wrap: anywhere; }
.workspace-tabs button { white-space: normal; overflow-wrap: anywhere; }
.channel span { overflow-wrap: anywhere; }
@media (max-width: 720px) {
  .media-frame[data-mobile-fit="cover"] { --media-fit: cover; }
  .media-frame[data-mobile-fit="contain"] { --media-fit: contain; }
  .media-frame[data-mobile-position="top"] { --media-position: center top; }
  .media-frame[data-mobile-position="center"] { --media-position: center; }
  .media-frame[data-mobile-position="bottom"] { --media-position: center bottom; }
  .media-ratio[data-mobile-ratio="auto"] { aspect-ratio: auto; }
  .campaign .media-ratio[data-mobile-ratio="auto"] > img { height: auto; }
  .media-ratio[data-mobile-ratio="wide"] { --media-ratio: 6 / 1; }
  .media-ratio[data-mobile-ratio="landscape"] { --media-ratio: 16 / 9; }
  .media-ratio[data-mobile-ratio="square"] { --media-ratio: 1 / 1; }
  .media-ratio[data-mobile-ratio="portrait"] { --media-ratio: 4 / 5; }
  .media-ratio[data-mobile-ratio]:not([data-mobile-ratio="auto"]) { height: auto; aspect-ratio: var(--media-ratio); }
  .campaign .media-ratio[data-mobile-ratio]:not([data-mobile-ratio="auto"]) > img { height: 100%; }
  .person-portrait[data-mobile-ratio]:not([data-mobile-ratio="auto"]) .person-picture { position: absolute; inset: 0; }
  .person-portrait[data-mobile-ratio="auto"] { height: 280px; }
}
@media (max-width: 480px) {
  .person-portrait[data-mobile-ratio="auto"] { height: 260px; }
}
/* Editable labels may be longer than the initial copy. */
.brand { max-width: 65%; }
.brand picture { display: block; max-width: 100%; }
.brand img { max-width: 100%; }
.brand strong { overflow-wrap: anywhere; }
.site-entry { max-width: 34%; }
.site-entry > span:first-child { min-width: 0; }
.entry-arrow { flex-shrink: 0; }
.button { white-space: normal; overflow-wrap: anywhere; }
.button-primary { padding-left: 40px; padding-right: 50px; }
.section-heading, .access-links > a > span, .service-bar > button > span { min-width: 0; }
.section-heading h1, .section-heading p, .address-text h2, .access-links strong, .access-links small, .service-bar strong, .service-bar small, .footer-bottom { overflow-wrap: anywhere; }
.person-channels .channel { white-space: normal; }
.social-links { flex-wrap: wrap; }
.footer-bottom > a { flex-shrink: 0; }
