:root {
  --ink: #101820;
  --ink-soft: #1b2731;
  --steel: #d9e0e4;
  --steel-2: #eef2f4;
  --blue: #0f70a8;
  --blue-light: #2da4db;
  --white: #ffffff;
  --muted: #67747d;
  --line: #cfd7dc;
  --shadow: 0 24px 60px rgba(16, 24, 32, .14);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 12px 18px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--white); background: rgba(16, 24, 32, .78); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(16, 24, 32, .96); box-shadow: 0 12px 35px rgba(0,0,0,.18); }
.header-line { height: 3px; background: linear-gradient(90deg, var(--blue), var(--blue-light) 50%, transparent 50%); background-size: 200% 100%; animation: steelLine 7s linear infinite; }
@keyframes steelLine { to { background-position: -200% 0; } }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; color: var(--blue-light); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .08em; }
.brand-copy strong { font-size: 1.02rem; }
.brand-copy small { margin-top: 4px; font-size: .68rem; letter-spacing: .28em; color: #b8c5cc; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 700; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; color: #dce5e9; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--blue-light); transition: right .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--blue); box-shadow: 0 12px 25px rgba(15,112,168,.25); }
.nav-cta:hover { background: var(--blue-light); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 0; border-radius: 10px; background: transparent; color: var(--white); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; padding: 150px 0 80px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 20%, rgba(45,164,219,.18), transparent 34%), linear-gradient(112deg, #0d141b 0%, #111d26 54%, #172932 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -310px; bottom: -280px; border: 80px solid rgba(255,255,255,.025); border-radius: 50%; }
.hero-grid-pattern, .contact-grid-pattern { position: absolute; inset: 0; opacity: .17; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, transparent 4%, #000 42%, #000 95%, transparent); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 17px; color: var(--blue-light); text-transform: uppercase; letter-spacing: .17em; font-size: .76rem; font-weight: 800; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(3.2rem, 7vw, 6.7rem); line-height: .91; letter-spacing: -.06em; font-weight: 300; }
.hero h1 span { display: block; font-weight: 900; }
.hero-lead { max-width: 600px; margin: 26px 0 24px; color: #c8d3d9; font-size: 1.16rem; }
.profile-card { display: flex; align-items: center; gap: 14px; max-width: 510px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.055); }
.profile-icon { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue-light); border-radius: 12px; background: rgba(45,164,219,.12); }
.profile-icon svg { width: 22px; }
.profile-card strong, .profile-card span { display: block; }
.profile-card strong { font-size: .98rem; }
.profile-card span { color: #aebbc2; font-size: .84rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 27px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 14px 30px rgba(15,112,168,.28); }
.button-primary:hover { background: var(--blue-light); }
.button-secondary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.quick-contact { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 28px; color: #dce6ea; font-size: .82rem; }
.quick-contact a { display: inline-flex; gap: 7px; align-items: center; }
.quick-contact span { color: var(--blue-light); font-weight: 800; }
.hero-visual { min-width: 0; }
.hero-frame { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); box-shadow: 0 40px 80px rgba(0,0,0,.26); }
.hero-frame::before { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.hero-frame img { width: 100%; aspect-ratio: 16/9; object-fit: contain; background: #0a1015; }
.frame-corner { position: absolute; z-index: 2; width: 80px; height: 80px; border-color: var(--blue-light); }
.frame-corner-one { left: -2px; top: -2px; border-left: 3px solid; border-top: 3px solid; }
.frame-corner-two { right: -2px; bottom: -2px; border-right: 3px solid; border-bottom: 3px solid; }
.hero-badge { position: absolute; left: -40px; bottom: -34px; display: flex; align-items: center; gap: 13px; padding: 17px 19px; border-radius: 14px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.hero-badge > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: var(--steel-2); border-radius: 10px; }
.hero-badge svg { width: 22px; }
.hero-badge strong, .hero-badge small { display: block; }
.hero-badge small { color: var(--muted); }

.capabilities { position: relative; z-index: 3; margin-top: -25px; }
.capabilities-grid { display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); box-shadow: var(--shadow); }
.capability { min-height: 132px; display: flex; align-items: center; gap: 16px; padding: 26px 22px; border-right: 1px solid var(--line); }
.capability:last-child { border-right: 0; }
.capability-number { font-size: 1.65rem; color: var(--blue); font-weight: 900; }
.capability strong, .capability small { display: block; }
.capability strong { line-height: 1.25; }
.capability small { margin-top: 5px; color: var(--muted); line-height: 1.35; }

.section-heading { max-width: 700px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .process-heading h2, .contact h2 { margin: 0; font-size: clamp(2.2rem, 4.8vw, 4.4rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading p:not(.eyebrow) { margin: 21px 0 0; color: var(--muted); font-size: 1.05rem; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.about-panel { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f4f7f8); box-shadow: 0 20px 55px rgba(16,24,32,.08); }
.about-person { display: flex; align-items: center; gap: 18px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.about-initials { width: 72px; height: 72px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 18px; background: var(--ink); color: var(--white); font-size: 1.35rem; font-weight: 900; letter-spacing: .08em; }
.about-person small, .about-person strong, .about-person p { display: block; }
.about-person small { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.about-person strong { margin-top: 3px; font-size: 1.2rem; }
.about-person p { margin: 2px 0 0; color: var(--muted); }
.about-data { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; padding-top: 22px; }
.about-data a { padding: 14px; border-radius: 12px; background: var(--white); border: 1px solid #e3e8eb; transition: border-color .2s ease, transform .2s ease; }
.about-data a:last-child { grid-column: 1/-1; }
.about-data a:hover { transform: translateY(-2px); border-color: var(--blue-light); }
.about-data small, .about-data strong { display: block; }
.about-data small { color: var(--muted); }
.about-data strong { word-break: break-word; }

.services { position: relative; background: #f4f7f8; overflow: hidden; }
.services-accent { position: absolute; width: 520px; height: 520px; right: -260px; top: -250px; border: 80px solid rgba(15,112,168,.04); border-radius: 50%; }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 48px; }
.service-card { position: relative; min-height: 202px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid #dce3e7; border-radius: 16px; background: var(--white); overflow: hidden; box-shadow: 0 8px 25px rgba(16,24,32,.04); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.service-card::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .28s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(15,112,168,.45); box-shadow: 0 20px 38px rgba(16,24,32,.09); }
.service-card:hover::after { transform: scaleX(1); }
.service-index { position: absolute; right: 17px; top: 14px; color: #d7dee2; font-size: 1.55rem; font-weight: 900; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; color: var(--blue); background: #eef7fb; border-radius: 13px; }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 220px; margin: 0; font-size: 1.04rem; line-height: 1.25; }
.service-wide { grid-column: span 2; }

.process { color: var(--white); background: linear-gradient(115deg, #0c141a, #15232c); }
.process-heading { max-width: 760px; margin-bottom: 45px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.process-card { position: relative; min-height: 430px; padding: 32px 28px; background: #121e26; overflow: hidden; }
.process-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--blue-light); transform: scaleX(.18); transform-origin: left; transition: transform .28s ease; }
.process-card:hover::before { transform: scaleX(1); }
.process-number { color: var(--blue-light); font-size: 2.4rem; font-weight: 900; opacity: .65; }
.process-card h3 { margin: 24px 0 19px; font-size: 1.3rem; line-height: 1.2; }
.process-card ul { list-style: none; padding: 0; margin: 0; }
.process-card li { position: relative; padding: 8px 0 8px 17px; color: #b9c6cc; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .9rem; }
.process-card li::before { content: ""; position: absolute; left: 0; top: 17px; width: 6px; height: 6px; background: var(--blue-light); border-radius: 50%; }

.gallery { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 14px; margin-top: 45px; }
.gallery-item { position: relative; min-width: 0; padding: 0; border: 0; border-radius: 15px; overflow: hidden; cursor: zoom-in; background: #0d151b; box-shadow: 0 12px 32px rgba(16,24,32,.09); }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; background: #0d151b; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-tall { grid-row: span 2; }
.gallery-label { position: absolute; left: 15px; bottom: 15px; padding: 7px 11px; border-radius: 999px; background: rgba(16,24,32,.82); color: var(--white); font-size: .74rem; font-weight: 800; backdrop-filter: blur(8px); }
.gallery-expand { position: absolute; right: 15px; top: 15px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-size: 1.4rem; line-height: 1; box-shadow: 0 8px 20px rgba(0,0,0,.12); transition: transform .25s ease, background .25s ease; }
.gallery-item:hover .gallery-expand { transform: rotate(90deg); background: var(--blue-light); color: var(--white); }

.contact { position: relative; color: var(--white); overflow: hidden; background: radial-gradient(circle at 12% 30%, rgba(45,164,219,.16), transparent 31%), #0d171e; }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.contact-copy h2 { max-width: 620px; }
.contact-person { margin: 25px 0 0; font-size: 1.25rem; font-weight: 800; }
.contact-role { margin: 2px 0 0; color: #acbac1; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; align-items: center; gap: 18px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.045); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.contact-card:hover { transform: translateX(7px); border-color: rgba(45,164,219,.55); background: rgba(255,255,255,.075); }
.contact-icon { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue-light); border-radius: 14px; background: rgba(45,164,219,.12); }
.contact-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-card small, .contact-card strong, .contact-card em { display: block; }
.contact-card small { color: #aab8bf; }
.contact-card strong { margin: 1px 0; font-size: 1.13rem; word-break: break-word; }
.contact-card em { color: var(--blue-light); font-size: .79rem; font-style: normal; font-weight: 800; }

.site-footer { color: #c8d3d8; background: #080e12; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding-top: 42px; padding-bottom: 42px; }
.brand-footer { color: var(--white); }
.footer-person strong, .footer-person span { display: block; }
.footer-person strong { color: var(--white); }
.footer-person span { color: #87969e; font-size: .88rem; }
.footer-nav { display: flex; gap: 20px; font-size: .85rem; font-weight: 700; }
.footer-nav a:hover { color: var(--blue-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; padding-bottom: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #72818a; font-size: .78rem; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-bottom a:hover { color: var(--white); }

.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 900; min-height: 52px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 18px; border-radius: 999px; background: var(--blue); color: var(--white); box-shadow: 0 18px 38px rgba(15,112,168,.36); font-size: .88rem; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.floating-call:hover { transform: translateY(-3px); background: var(--blue-light); }
.floating-call svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; grid-template-columns: 80px minmax(0,1fr) 80px; align-items: center; padding: 34px; background: rgba(3,8,11,.96); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox figure { margin: 0; min-width: 0; text-align: center; }
.lightbox img { max-width: min(100%, 1200px); max-height: calc(100vh - 110px); margin: 0 auto; object-fit: contain; }
.lightbox figcaption { margin-top: 10px; color: #c4cfd4; }
.lightbox button { border: 0; color: var(--white); background: transparent; cursor: pointer; }
.lightbox-close { position: absolute; right: 24px; top: 12px; width: 50px; height: 50px; font-size: 2.2rem; }
.lightbox-prev, .lightbox-next { width: 58px; height: 58px; border-radius: 50% !important; background: rgba(255,255,255,.08) !important; font-size: 2.8rem; line-height: 1; }
.lightbox-prev:hover, .lightbox-next:hover { background: var(--blue) !important; }

.reveal { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1050px) {
  .primary-nav { gap: 19px; }
  .hero-layout { gap: 38px; }
  .hero-badge { left: -20px; }
  .capabilities-grid { grid-template-columns: repeat(2,1fr); }
  .capability:nth-child(2) { border-right: 0; }
  .capability:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-card { min-height: 390px; }
}

@media (max-width: 820px) {
  .section { padding: 84px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: grid; gap: 4px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(16,24,32,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav a { padding: 12px 14px !important; border-radius: 9px; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .primary-nav > a:hover { background: rgba(255,255,255,.06); }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 65px; }
  .hero-content { max-width: 700px; }
  .hero-visual { max-width: 680px; }
  .hero-badge { left: 18px; }
  .about-layout, .contact-layout { gap: 46px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-wide { grid-column: span 2; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 270px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-copy strong { font-size: .92rem; }
  .brand-copy small { font-size: .58rem; }
  .hero { padding: 122px 0 70px; }
  .hero h1 { font-size: clamp(3rem, 17vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .profile-card { align-items: flex-start; }
  .hero-actions .button { width: 100%; }
  .quick-contact { display: grid; }
  .hero-frame { padding: 13px; }
  .hero-badge { position: relative; left: auto; bottom: auto; margin: 13px 0 -2px; }
  .capabilities { margin-top: 0; }
  .capabilities-grid { grid-template-columns: 1fr; }
  .capability { min-height: 110px; border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .capability:last-child { border-bottom: 0; }
  .section-heading h2, .process-heading h2, .contact h2 { font-size: 2.45rem; }
  .about-panel { padding: 20px; }
  .about-person { align-items: flex-start; }
  .about-initials { width: 56px; height: 56px; border-radius: 14px; }
  .about-data { grid-template-columns: 1fr; }
  .about-data a:last-child { grid-column: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .service-wide { grid-column: auto; }
  .service-card { min-height: 178px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .gallery-tall { grid-row: span 1; }
  .contact-card { padding: 17px; }
  .contact-icon { width: 46px; height: 46px; }
  .contact-card strong { font-size: .98rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { grid-column: auto; flex-wrap: wrap; }
  .floating-call span { display: none; }
  .floating-call { width: 54px; height: 54px; justify-content: center; padding: 0; border-radius: 50%; }
  .lightbox { grid-template-columns: 48px minmax(0,1fr) 48px; padding: 18px 6px; }
  .lightbox-prev, .lightbox-next { width: 42px; height: 42px; font-size: 2rem; }
}
