:root {
  --pink: #ef0870;
  --pink-dark: #bd0756;
  --pink-pale: #fff0f6;
  --gold: #c9913a;
  --gold-dark: #8d5c19;
  --gold-pale: #fff5e3;
  --ink: #241b17;
  --muted: #75675e;
  --line: #ead3b3;
  --cream: #fffaf4;
  --white: #fffefd;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); }
body.modal-open, body.photo-open { overflow: hidden; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 30; padding: 10px 16px; color: #fff; background: var(--pink-dark); }
.skip-link:focus { top: 12px; }
.vote-header { min-height: 98px; padding: 14px clamp(18px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 3px solid var(--gold); background: rgba(255,254,253,.96); }
.vote-brand { display: flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.vote-brand img { width: 68px; height: 68px; object-fit: contain; }
.vote-brand span { display: flex; align-items: baseline; gap: 9px; }
.vote-brand b { font: 44px/1 var(--serif); font-weight: 400; }
.vote-brand strong { color: var(--pink); font-size: 19px; }
.back-link { min-height: 46px; display: inline-flex; align-items: center; padding: 0 20px; border: 1px solid var(--gold); box-shadow: 0 5px 0 #b97821; color: var(--gold-dark); background: #fffaf2; text-decoration: none; font-weight: 800; font-size: 13px; letter-spacing: .04em; }
.back-link:hover, .back-link:focus-visible { color: var(--pink-dark); border-color: var(--pink); }
.vote-hero { position: relative; overflow: hidden; min-height: 620px; display: grid; grid-template-columns: minmax(470px, 46%) 1fr; background: #fffdf9; }
.vote-hero::after { content: ""; position: absolute; z-index: 3; left: -5%; right: -5%; bottom: -66px; height: 110px; border-radius: 50% 50% 0 0; border-top: 1px solid rgba(201,145,58,.38); background: var(--cream); }
.vote-hero-copy { position: relative; z-index: 2; align-self: center; padding: 70px clamp(38px, 5.2vw, 86px) 105px; text-align: left; }
.vote-hero-visual { position: relative; min-width: 0; overflow: hidden; }
.vote-hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #fffdf9 0, rgba(255,253,249,.75) 5%, transparent 30%); pointer-events: none; }
.vote-hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 72% center; }
.vote-hero-visual > span { position: absolute; z-index: 2; right: 28px; bottom: 83px; padding: 9px 14px; color: #76501d; background: rgba(255,251,245,.82); border: 1px solid rgba(201,145,58,.48); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.eyebrow { margin: 0 0 12px; color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .22em; }
.vote-hero h1 { margin: 0; font: 700 clamp(50px, 5.2vw, 78px)/.98 var(--serif); letter-spacing: -.035em; }
.vote-hero h1 em { color: var(--pink); font-weight: 400; }
.hero-divider { width: min(390px, 95%); display: flex; align-items: center; gap: 12px; margin: 28px 0 24px; color: var(--gold); }
.hero-divider span { flex: 1; height: 1px; background: linear-gradient(90deg, var(--gold), rgba(201,145,58,.08)); }
.hero-divider span:last-child { background: linear-gradient(90deg, rgba(201,145,58,.08), var(--gold)); }
.hero-divider b { font-size: 14px; }
.intro { max-width: 530px; margin: 0 0 24px; color: var(--muted); font: 21px/1.55 var(--serif); }
.month-pill { min-height: 52px; display: inline-flex; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid #c9964f; color: #936329; background: linear-gradient(180deg, #fffefa 0%, #f8ead4 100%); box-shadow: 0 5px 0 #bd8942, 0 11px 22px rgba(93,61,29,.2); font-weight: 900; letter-spacing: .08em; text-shadow: 0 1px 0 #fff; }
.vote-rule { margin: 13px 0 0; color: var(--muted); font-size: 13px; }
.vote-content { width: min(1340px, calc(100% - 36px)); margin: 0 auto; padding: 58px 0 86px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0; font: 42px/1.05 var(--serif); font-weight: 400; }
.total-votes { min-width: 112px; display: grid; text-align: right; }
.total-votes b { color: var(--pink); font: 46px/1 var(--serif); }
.total-votes span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.status-message { padding: 26px 0; color: var(--muted); text-align: center; }
.status-message.error { color: #a20e3d; }
.status-message:empty { display: none; }
.tech-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; width: min(1280px, 100%); margin: 0 auto; padding-top: 32px; }
.tech-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 0; padding: 7px; border: 1px solid #d7a052; background: linear-gradient(145deg, #fffdf9, #f8e8cf); box-shadow: 0 15px 42px rgba(92,57,20,.12), 0 2px 0 rgba(201,145,58,.28); transition: transform .22s ease, box-shadow .22s ease; }
.tech-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(92,57,20,.18), 0 3px 0 rgba(201,145,58,.38); }
.tech-card.vote-leader { border-color: #bd8122; box-shadow: 0 17px 45px rgba(151,96,17,.2), 0 3px 0 rgba(201,145,58,.5); }
.tech-card.vote-runner-up { border-color: #9aa2aa; box-shadow: 0 17px 45px rgba(77,88,99,.18), 0 3px 0 rgba(154,162,170,.5); }
.tech-card.vote-third { border-color: #a75f3b; box-shadow: 0 17px 45px rgba(126,63,31,.2), 0 3px 0 rgba(185,103,59,.5); }
.leader-badge { position: absolute; z-index: 8; top: 18px; left: 18px; width: 94px; height: 124px; filter: drop-shadow(1px 11px 9px rgba(48,26,0,.48)); text-align: center; }
.leader-ribbons { position: absolute; z-index: 1; left: 19px; top: 65px; width: 57px; height: 58px; }
.leader-ribbons i { position: absolute; top: 0; width: 27px; height: 58px; background: linear-gradient(102deg, #5e3203 0, #9e5c08 15%, #edbb4e 38%, #fff0a0 51%, #d48c18 66%, #734006 100%); clip-path: polygon(0 0, 100% 0, 90% 100%, 48% 78%, 5% 100%); box-shadow: inset 3px 0 4px rgba(255,240,153,.4), inset -4px 0 5px rgba(62,31,0,.36); }
.leader-ribbons i:first-child { left: 4px; transform: rotate(9deg); }
.leader-ribbons i:last-child { right: 4px; transform: rotate(-9deg); }
.leader-seal { position: absolute; z-index: 2; inset: 0 auto auto 0; width: 94px; height: 94px; display: grid; align-content: center; justify-items: center; border: 3px solid #f8dc75; border-radius: 50%; clip-path: polygon(50% 0%,61.9% 5.6%,75% 6.7%,82.5% 17.5%,93.3% 25%,94.4% 38.1%,100% 50%,94.4% 61.9%,93.3% 75%,82.5% 82.5%,75% 93.3%,61.9% 94.4%,50% 100%,38.1% 94.4%,25% 93.3%,17.5% 82.5%,6.7% 75%,5.6% 61.9%,0% 50%,5.6% 38.1%,6.7% 25%,17.5% 17.5%,25% 6.7%,38.1% 5.6%); color: #4f2b02; background: radial-gradient(circle at 27% 18%, rgba(255,255,235,.98) 0 3%, rgba(255,239,155,.72) 7%, transparent 23%), linear-gradient(132deg, transparent 0 38%, rgba(255,244,177,.72) 47%, rgba(255,255,223,.9) 51%, rgba(112,57,2,.3) 58%, transparent 68%), radial-gradient(circle at 42% 38%, #ffe58a 0 13%, #e6ad39 34%, #bd7410 60%, #713a02 81%, #d69c2c 100%); box-shadow: inset 3px 3px 5px rgba(255,251,203,.9), inset -5px -7px 10px rgba(71,34,0,.58), inset 0 0 0 4px #975507, inset 0 0 0 7px #f1cb63, inset 0 0 0 9px #704006, 0 3px 0 #5b3001, 0 5px 10px rgba(65,34,0,.35); }
.leader-seal::before { content: ""; position: absolute; inset: 11px; border: 1px dashed rgba(104,58,3,.7); border-radius: 50%; }
.leader-seal::after { content: ""; position: absolute; z-index: 1; inset: -6px; border: 3px double #8a4d07; border-radius: 50%; background: linear-gradient(135deg, rgba(255,255,225,.5) 0, transparent 31%, transparent 58%, rgba(64,30,0,.25) 78%, rgba(255,225,112,.25) 100%); box-shadow: inset 2px 2px 2px #fff0a6, inset -3px -4px 4px rgba(77,36,0,.45), 1px 2px 0 #6b3903; pointer-events: none; }
.leader-seal b { position: relative; z-index: 3; margin-bottom: 1px; color: #734306; font-size: 14px; line-height: 1; text-shadow: 1px 1px #fff0a6, -1px -1px rgba(76,37,0,.25); }
.leader-seal strong { position: relative; z-index: 3; display: block; font: 900 23px/20px var(--serif); text-shadow: 1px 1px #fff1a7, -1px -1px rgba(72,34,0,.35); }
.leader-seal small { position: relative; z-index: 3; display: block; margin-top: 4px; font: 900 6px/1 var(--sans); letter-spacing: .08em; }
.silver-badge { filter: drop-shadow(1px 11px 9px rgba(40,45,50,.4)); }
.silver-badge .leader-ribbons i { background: linear-gradient(102deg, #464b50 0, #868d94 16%, #d7dce0 39%, #fff 51%, #adb4ba 67%, #555b61 100%); box-shadow: inset 3px 0 4px rgba(255,255,255,.5), inset -4px 0 5px rgba(28,33,38,.34); }
.silver-badge .leader-seal { border-color: #edf1f4; color: #34393e; background: radial-gradient(circle at 27% 18%, rgba(255,255,255,.98) 0 3%, rgba(238,243,246,.78) 7%, transparent 23%), linear-gradient(132deg, transparent 0 38%, rgba(255,255,255,.82) 47%, rgba(255,255,255,.96) 51%, rgba(55,63,69,.28) 58%, transparent 68%), radial-gradient(circle at 42% 38%, #f8fafb 0 13%, #cbd1d6 34%, #969da4 60%, #4e555b 81%, #b7bdc2 100%); box-shadow: inset 3px 3px 5px rgba(255,255,255,.95), inset -5px -7px 10px rgba(42,49,55,.5), inset 0 0 0 4px #6c737a, inset 0 0 0 7px #dfe3e6, inset 0 0 0 9px #555c62, 0 3px 0 #3d4348, 0 5px 10px rgba(36,42,47,.34); }
.silver-badge .leader-seal::before { border-color: rgba(54,61,67,.7); }
.silver-badge .leader-seal::after { border-color: #6f767c; background: linear-gradient(135deg, rgba(255,255,255,.62) 0, transparent 31%, transparent 58%, rgba(36,42,47,.24) 78%, rgba(233,237,240,.3) 100%); box-shadow: inset 2px 2px 2px #fff, inset -3px -4px 4px rgba(44,51,57,.4), 1px 2px 0 #484e53; }
.silver-badge .leader-seal b { color: #575e64; text-shadow: 1px 1px #fff, -1px -1px rgba(39,45,50,.24); }
.silver-badge .leader-seal strong { text-shadow: 1px 1px #fff, -1px -1px rgba(39,45,50,.3); }
.leader-badge { top: 9px; left: 9px; width: 142px; height: 142px; filter: drop-shadow(1px 9px 8px rgba(48,26,0,.42)); }
.leader-badge .medal-art { position: absolute; left: -17%; top: -1%; width: 100%; height: 100%; display: block; object-fit: contain; }
.medal-copy { position: absolute; z-index: 3; left: 33%; top: 35px; width: 66px; transform: translateX(-50%); color: #5a3101; text-align: center; text-shadow: 1px 1px 0 rgba(255,241,167,.9), -1px -1px 0 rgba(74,34,0,.28); }
.medal-copy strong { display: block; font: 900 27px/23px var(--serif); }
.medal-copy small { display: block; margin-top: 4px; font: 900 7px/1 var(--sans); letter-spacing: .08em; }
.silver-badge { filter: drop-shadow(1px 8px 7px rgba(32,38,43,.36)); }
.silver-badge .medal-art { left: -13%; }
.silver-badge .medal-copy { color: #34393e; text-shadow: 1px 1px 0 rgba(255,255,255,.95), -1px -1px 0 rgba(42,48,53,.26); }
.silver-badge .medal-copy { left: 36%; }
.bronze-badge { filter: drop-shadow(1px 8px 7px rgba(74,31,16,.38)); }
.bronze-badge .medal-art { left: -13%; }
.bronze-badge .medal-copy { left: 36%; top: 34px; color: #57230f; text-shadow: 1px 1px 0 rgba(255,213,177,.92), -1px -1px 0 rgba(74,27,11,.3); }
.bronze-badge .medal-copy strong { font-size: 30px; line-height: 25px; }
.tech-card::before { content: ""; position: absolute; z-index: 3; inset: 13px; border: 1px solid rgba(255,255,255,.52); pointer-events: none; }
.tech-card::after { content: ""; position: absolute; z-index: 4; left: 7px; right: 7px; bottom: 7px; height: 5px; background: linear-gradient(90deg, #9a621b, #e5b75f, #9a621b); }
.tech-photo { position: relative; width: 100%; height: auto; aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid #c98c35; color: #fff; background: radial-gradient(circle at 35% 25%, #ffe6ee, transparent 34%), linear-gradient(145deg, #eeb8c9, #b77725); font: 700 78px/1 var(--serif); }
.tech-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), inset 0 -45px 50px rgba(81,42,4,.08); pointer-events: none; }
.tech-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tech-photo.is-viewable { cursor: zoom-in; }
.photo-view-label { position: absolute; z-index: 2; right: 12px; bottom: 11px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.72); color: #fff; background: rgba(72,42,10,.72); box-shadow: 0 3px 12px rgba(0,0,0,.22); font: 900 9px/1 var(--sans); letter-spacing: .12em; }
.tech-photo.is-viewable:hover .photo-view-label { background: rgba(132,82,19,.9); }
.tech-details { position: relative; z-index: 5; flex: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding: 21px 18px 27px; background: rgba(255,253,249,.9); }
.tech-details > div::before { content: "GIGI TECHNICIAN"; display: block; margin-bottom: 8px; color: #a16b21; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.tech-name { margin: 0; font: 30px/1 var(--serif); letter-spacing: .025em; text-transform: uppercase; }
.vote-count { width: fit-content; margin-top: 10px; padding: 4px 8px; border: 1px solid #f3bad0; color: var(--muted); background: #fff2f7; font-size: 11px; letter-spacing: .04em; }
.vote-count b { color: var(--pink); font-size: 17px; }
.vote-button { width: auto; min-width: 92px; height: 50px; border: 1px solid #9f661d; color: #fff; background: linear-gradient(#dba748, #b97821); cursor: pointer; box-shadow: 0 4px 0 #825114, 0 7px 16px rgba(115,70,16,.18); font-weight: 900; letter-spacing: .03em; }
.vote-button:hover, .vote-button:focus-visible { color: #fff; background: linear-gradient(#fa348d, #d00862); border-color: var(--pink-dark); box-shadow: 0 4px 0 var(--pink-dark), 0 7px 18px rgba(205,0,91,.22); }
.vote-modal[hidden], .success-toast[hidden] { display: none; }
.vote-modal { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(35,25,20,.69); backdrop-filter: blur(5px); }
.modal-card { position: relative; z-index: 1; width: min(520px, 100%); padding: 32px; border: 2px solid var(--gold); background: var(--white); box-shadow: 0 24px 80px rgba(0,0,0,.3); }
.modal-close { position: absolute; right: 14px; top: 12px; width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--gold-pale); cursor: pointer; font-size: 29px; line-height: 1; }
.modal-tech { display: flex; align-items: center; gap: 18px; margin: 10px 0 26px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.modal-avatar { flex: 0 0 92px; height: 92px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #ffd6e7, #ca913b); font: 700 34px var(--serif); }
.modal-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.modal-tech span { color: var(--muted); font-size: 13px; }
.modal-tech h2 { margin: 3px 0 0; color: var(--pink); font: 700 38px/1 var(--serif); text-transform: uppercase; }
form label { display: block; margin-bottom: 8px; font-weight: 800; }
form .optional-label { margin-top: 15px; }
form .optional-label span { float: right; color: var(--gold-dark); font-size: 11px; letter-spacing: .08em; }
.customer-name-label { margin-top: 15px; }
form input { width: 100%; height: 58px; padding: 0 17px; border: 2px solid #d8b075; border-radius: 0; outline: none; font-size: 22px; }
form input:focus { border-color: var(--pink); box-shadow: 0 0 0 4px #ffe4ef; }
.phone-lookup-note { min-height: 20px; margin: 7px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.phone-lookup-note.looking { color: #936329; }
.phone-lookup-note.found { color: #087a48; }
.phone-lookup-note.error { color: #b20b49; }
.privacy-note { margin: 10px 0 12px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.form-message { min-height: 22px; margin-bottom: 9px; color: #b20b49; font-size: 13px; font-weight: 700; }
.submit-vote { width: 100%; min-height: 58px; border: 1px solid #75460f; color: #fff; background: linear-gradient(180deg, #b77a25 0%, #875313 100%); box-shadow: 0 5px 0 #603807, 0 9px 20px rgba(99,58,10,.22); cursor: pointer; font-weight: 900; letter-spacing: .035em; }
.submit-vote:disabled { opacity: .32; cursor: not-allowed; box-shadow: 0 3px 0 rgba(96, 56, 7, .45); }
.submit-vote b { margin-left: 7px; }
.cancel-vote { width: 100%; margin-top: 14px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-weight: 700; }
.success-toast { position: fixed; z-index: 60; top: 24px; left: 50%; transform: translateX(-50%); width: min(460px, calc(100% - 30px)); display: flex; align-items: center; justify-content: center; gap: 12px; padding: 17px 22px; border: 2px solid #91611f; color: #fff; background: linear-gradient(#dca545,#ad711f); box-shadow: 0 12px 35px rgba(56,35,11,.3); text-align: center; font-weight: 900; }
.success-toast b { color: #fff4d9; font-size: 22px; }
.photo-lightbox[hidden] { display: none; }
.photo-lightbox { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 24px; }
.photo-lightbox-backdrop { position: absolute; inset: 0; border: 0; background: rgba(26,18,14,.84); backdrop-filter: blur(7px); }
.photo-lightbox-card { position: relative; z-index: 1; width: min(532px, 92vw); max-height: 86vh; margin: 0; padding: 8px; border: 2px solid #c9913a; background: #fffaf2; box-shadow: 0 30px 90px rgba(0,0,0,.52); }
.photo-lightbox-card > img { width: auto; max-width: 100%; max-height: calc(86vh - 72px); display: block; margin: 0 auto; object-fit: contain; background: #1c1511; image-rendering: auto; }
.photo-lightbox-card figcaption { padding: 12px 52px 7px 12px; color: var(--gold-dark); font: 700 20px/1 var(--serif); text-transform: uppercase; }
.photo-lightbox-close { position: absolute; z-index: 3; right: 15px; top: 15px; width: 43px; height: 43px; border: 1px solid #c9913a; border-radius: 50%; color: #241b17; background: rgba(255,250,242,.94); cursor: pointer; font-size: 31px; line-height: 1; box-shadow: 0 5px 18px rgba(0,0,0,.22); }
.photo-lightbox-medal { position: absolute; z-index: 4; left: 17px; top: 17px; width: 142px; height: 142px; pointer-events: none; }
.photo-lightbox-medal:empty { display: none; }
.photo-lightbox-medal .leader-badge { left: 0; top: 0; }
footer { min-height: 160px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 28px; border-top: 3px solid var(--gold); color: #f9ead8; background: #271b1d; }
footer img { width: 64px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.4)); }
footer p { margin: 0; line-height: 1.5; }
footer a { color: #ff8ebb; font-weight: 800; }
@media (max-width: 1000px) { .tech-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 980px) {
  .vote-hero { grid-template-columns: minmax(390px, 52%) 1fr; min-height: 570px; }
  .vote-hero-copy { padding-left: 34px; padding-right: 28px; }
  .vote-hero h1 { font-size: clamp(48px, 6vw, 64px); }
}
@media (max-width: 760px) {
  .vote-header { min-height: 78px; padding: 10px 15px; }
  .vote-brand img { width: 50px; height: 50px; }
  .vote-brand b { font-size: 34px; }
  .vote-brand strong { display: none; }
  .back-link { width: 112px; min-height: 40px; justify-content: center; padding: 0 12px; font-size: 0; white-space: nowrap; }
  .back-link::after { content: "\2190  WEBSITE"; font-size: 11px; }
  .vote-hero { min-height: 0; display: block; }
  .vote-hero-copy { padding: 48px 22px 48px; text-align: center; }
  .vote-hero h1 { font-size: 42px; }
  .vote-hero-visual { height: 310px; }
  .vote-hero-visual img { object-position: 72% center; }
  .vote-hero-visual::before { background: linear-gradient(180deg, #fffdf9 0, transparent 22%); }
  .vote-hero-visual > span { right: 15px; bottom: 72px; }
  .hero-divider { margin-left: auto; margin-right: auto; }
  .intro { margin-left: auto; margin-right: auto; }
  .intro { font-size: 18px; }
  .vote-content { width: min(100% - 24px, 650px); padding-top: 40px; }
  .section-heading h2 { font-size: 32px; }
  .tech-grid { grid-template-columns: 1fr; gap: 18px; }
  .tech-card { min-height: 315px; }
  .tech-photo { font-size: 55px; }
  .tech-details { grid-template-columns: 1fr; padding: 15px; }
  .tech-name { font-size: 23px; }
  .vote-button { width: 100%; }
  footer { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 430px) {
  .vote-hero h1 { font-size: 42px; }
  .vote-hero-visual { height: 250px; }
  .vote-hero-visual img { object-position: 76% center; }
  .section-heading { align-items: center; }
  .section-heading h2 { font-size: 27px; }
  .total-votes { min-width: 68px; }
  .total-votes b { font-size: 37px; }
  .tech-card { min-height: 276px; }
  .leader-badge { top: 7px; left: 7px; width: 110px; height: 110px; transform: none; }
  .medal-copy { top: 27px; width: 51px; }
  .medal-copy strong { font-size: 21px; line-height: 18px; }
  .medal-copy small { margin-top: 3px; font-size: 6px; }
  .tech-photo { height: auto; }
  .tech-name { font-size: 19px; }
  .modal-card { padding: 27px 20px 23px; }
  .modal-avatar { flex-basis: 76px; height: 76px; }
  .modal-tech h2 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
