/* Shared light product design: navigation, typography, surfaces and page layouts. */
.light-shell{background:#fafafa;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}
.light-shell .wrap{width:min(1180px,calc(100% - 64px))}
.light-shell .topbar{position:fixed;inset:12px 0 auto;height:58px;border:0;background:transparent;backdrop-filter:none;pointer-events:none}
.light-shell .nav{height:58px;padding:0 20px;gap:24px;border:1px solid rgba(255,255,255,.8);border-radius:18px;background:rgba(255,255,255,.78);color:#1d1d1f;box-shadow:0 3px 20px rgba(30,40,50,.065);backdrop-filter:blur(24px) saturate(1.3);-webkit-backdrop-filter:blur(24px) saturate(1.3);pointer-events:auto}
.light-shell .brand{display:flex;align-items:center;gap:12px;font-size:17px;font-weight:700;letter-spacing:-.025em;white-space:nowrap}
.light-shell .brand small{margin:0;font-size:15px;font-weight:400;color:#606066;letter-spacing:0}
.light-shell .brand b{color:#cf2940}
.light-shell .links{gap:22px}
.light-shell .links a{display:flex;align-items:center;min-height:44px;font-size:15px;font-weight:500;color:#55555c}
.light-shell .links a.active,.light-shell .links a:hover{color:#0066cc}
.light-shell .links a.active:after{display:none}
.light-shell .nav-cta,.light-shell .contact-button{background:#0071e3;color:#fff;border-radius:999px;font-size:15px;font-weight:500;padding:9px 17px;min-height:40px}
.light-shell .nav-cta:hover,.light-shell .contact-button:hover{background:#0077ed;color:#fff}
.light-shell .menu{border:1px solid #d2d2d7;color:#1d1d1f;border-radius:10px;min-height:44px;background:rgba(255,255,255,.7)}
.product-home a{transition:color .2s,background .2s,transform .2s}
.product-home a:focus-visible,.light-shell .topbar a:focus-visible{outline:3px solid #0071e3;outline-offset:4px}
.product-home a:active{transform:translateY(1px)}
.product-intro{padding:104px 0 20px;text-align:center}
.product-intro h1{margin:0;font-size:34px;line-height:1.25;font-weight:600;letter-spacing:-.035em}
.product-intro>p{margin:10px 0 0;font-size:17px;color:#63636b}
.intro-links{display:flex;justify-content:center;gap:26px;margin-top:14px}
.intro-links a,.product-caption>a,.section-line>a,.home-contact a{color:#0066cc;font-size:16px;min-height:44px;display:inline-flex;align-items:center;gap:9px}
.product-home a:hover{color:#004c99}
.product-showcase{padding:0}
.product-image{display:block;overflow:hidden;border-radius:20px;background:#eeeef0}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.product-image:hover img{transform:scale(1.018)}
.product-feature .product-image{aspect-ratio:2}
.product-feature .product-image img{object-position:center top}
.product-caption{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:15px 2px 23px}
.product-caption p{margin:0 0 4px;font-size:15px;color:#6e6e73}
.product-caption h2{margin:0;font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.4}
.product-caption h2 span{font-weight:400;font-size:18px;color:#525258;margin-left:10px}
.product-caption>a{flex-shrink:0}
.product-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.product-pair .product-image{aspect-ratio:16/10}
.product-pair .product-caption h2{font-size:20px}
.product-pair .product-caption h2 span{display:block;margin-left:0;font-size:17px}
.concept-note{margin:0;font-size:15px;color:#6e6e73;line-height:1.6}
.home-services-light{padding:40px 0 32px}
.section-line{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}
.section-line h2,.home-contact h2{margin:0;font-size:25px;font-weight:600;letter-spacing:-.03em;line-height:1.3}
.service-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;border-top:1px solid #dedee2;padding-top:22px}
.service-options>a{display:block;min-width:0;padding-bottom:20px}
.service-options h3{font-size:18px;font-weight:600;margin:0 0 7px}
.service-options p{font-size:15px;color:#6e6e73;min-height:48px;margin:0 0 12px}
.service-options strong{display:block;font-size:17px;font-weight:500;color:#1d1d1f;font-variant-numeric:tabular-nums}
.service-options small{display:block;font-size:15px;color:#6e6e73;margin-top:5px}
.home-contact{padding:26px 0 35px;border-top:1px solid #dedee2;display:flex;justify-content:space-between;align-items:center;gap:24px}
.home-contact p{font-size:16px;color:#6e6e73;margin:8px 0 0}
.home-contact>div:last-child{display:flex;align-items:center;gap:24px}
.light-shell .reference-footer{padding:25px 0 20px;background:#f0f0f2;color:#1d1d1f}
.reference-footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:44px}
.light-shell .footer-brand{font-size:18px;font-weight:600;letter-spacing:-.02em}
.reference-footer-grid>div:first-child p{display:none}
.light-shell .reference-footer a,.light-shell .footer-title{font-size:15px;color:#63636b;font-weight:400}
.light-shell .reference-footer a:hover{color:#0066cc}
.reference-footer-end{margin-top:18px;padding-top:15px;border-top:1px solid #d9d9df;display:flex;justify-content:space-between;gap:16px;font-size:15px;color:#6e6e73}
@media(max-width:980px){.light-shell .brand small{display:none}.light-shell .links{top:68px;left:32px;right:32px;padding:12px;border:1px solid rgba(255,255,255,.85);border-radius:16px;background:rgba(250,250,252,.94);backdrop-filter:blur(24px);box-shadow:0 8px 30px rgba(30,40,50,.09);max-height:calc(100dvh - 100px);overflow:auto}.light-shell .links a{padding:0 12px}.light-shell.nav-open{overflow:hidden}.service-options{grid-template-columns:1fr 1fr}.product-caption{align-items:flex-start}.product-pair .product-caption{flex-wrap:wrap;gap:3px}.home-contact{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.light-shell .wrap{width:calc(100% - 32px)}.light-shell .topbar{top:8px}.light-shell .nav{height:54px;padding:0 12px;border-radius:15px}.light-shell .links{top:62px;left:16px;right:16px}.product-intro{padding:94px 0 22px}.product-intro h1{font-size:28px}.product-intro>p{font-size:16px}.intro-links{margin-top:8px}.product-feature .product-image{aspect-ratio:1.18}.product-image{border-radius:14px}.product-pair{grid-template-columns:1fr;gap:8px}.product-pair .product-image{aspect-ratio:16/10}.product-pair .product-caption{flex-wrap:nowrap;align-items:center}.product-caption h2{font-size:20px}.product-caption h2 span{display:block;margin:0;font-size:17px}.product-caption{padding:12px 1px 22px}.home-services-light{padding:29px 0 24px}.section-line{align-items:flex-start;gap:10px}.section-line h2,.home-contact h2{font-size:22px}.section-line>a{white-space:nowrap;min-height:29px;font-size:15px}.service-options{gap:12px 20px}.service-options p{min-height:48px}.service-options h3{font-size:17px}.home-contact{padding:24px 0}.reference-footer-grid{grid-template-columns:1fr 1fr;gap:18px}.reference-footer-grid>div:first-child{grid-column:1/-1}.reference-footer-end{flex-direction:column;gap:6px}}
@media(prefers-reduced-motion:reduce){.product-image img,.product-home a{transition:none}}
@media print{.light-shell .topbar{display:none!important}.product-intro{padding-top:20px}.product-image{break-inside:avoid}.product-feature .product-image{aspect-ratio:2}.home-contact{display:none}}

/* Shared subpage components */
:root{--paper:#fafafa;--ink:#1d1d1f;--muted:#65656c;--line:#dedee3;--red:#0071e3;--red-dark:#0066cc;--shadow:0 5px 24px rgba(30,40,50,.06)}
html{scroll-padding-top:94px}
.light-shell a:focus-visible,.light-shell button:focus-visible,.light-shell summary:focus-visible{outline:3px solid #0071e3;outline-offset:4px}
.light-shell main:not(.product-home){padding-top:94px}
.light-shell .compact-page,.light-shell .case-page,.light-shell .pricing-page{background:#fafafa;color:#1d1d1f;font-family:inherit}
.light-shell .page-hero,.light-shell .pricing-header,.light-shell .case-header{background:transparent;border:0;color:#1d1d1f;padding:12px 0 22px}
.light-shell .page-hero .wrap{padding-top:0;padding-bottom:0}
.light-shell .page-hero h1,.light-shell .pricing-header h1,.light-shell .case-title h1{font-size:34px;line-height:1.25;font-weight:600;letter-spacing:-.035em;margin:0 0 8px}
.light-shell .page-hero p,.light-shell .pricing-header p,.light-shell .case-title>p{color:#65656c;font-size:16px;line-height:1.6}
.light-shell .page-nav{margin-top:14px;gap:8px}
.light-shell .page-nav a,.light-shell .pricing-jump a{background:#f0f0f3;border:0;border-radius:999px;color:#525258;min-height:40px;padding:8px 15px;font-weight:500;font-size:15px}
.light-shell .page-nav a:hover,.light-shell .pricing-jump a:hover{background:#e6edf6;color:#0066cc}
.light-shell .pricing-jump .pricing-download{background:#0071e3;color:white}
.light-shell .price-title-row{align-items:center;flex-wrap:wrap;gap:16px}
.light-shell .pricing-jump{justify-content:flex-start}
.light-shell .section-light,.light-shell .case-process{background:transparent}
.light-shell .compact-section{padding:20px 0 30px}
.light-shell .compact-section-title{border-color:#dedee3;align-items:center;margin-bottom:16px}
.light-shell .compact-section-title h2,.light-shell .compact-head h2,.light-shell .case-story h2{font-size:25px;line-height:1.3;font-weight:600;letter-spacing:-.025em}
.light-shell .compact-section-title>a,.light-shell .text-link,.light-shell .case-back{color:#0066cc;font-weight:500}
.light-shell .service-row{border-color:#dedee3;grid-template-columns:36px 210px minmax(140px,1fr) minmax(240px,1fr);padding:24px 0;gap:16px}
.light-shell .service-row .no{font-weight:500;color:#6e6e73}
.light-shell .service-row h3{font-size:20px;font-weight:600}
.light-shell .service-row p,.light-shell .service-row ul{color:#65656c;font-size:15px}
.light-shell .service-row ul{display:grid;gap:4px;justify-content:start}
.light-shell .compact-flow{gap:16px;border:0;background:transparent}
.light-shell .compact-flow .flow-step{padding:24px;background:#fff;border:1px solid #e7e7ec;border-radius:18px;gap:8px 12px;grid-template-columns:32px 1fr}
.light-shell .flow-step::before{font-weight:500;color:#0071e3}
.light-shell .flow-step h2{font-weight:600;font-size:20px}
.light-shell .flow-step p{color:#65656c;line-height:1.6}
.light-shell .acceptance-grid{border:0;background:transparent;gap:14px}
.light-shell .acceptance-grid>div{border:0;border-top:1px solid #dedee3;padding:17px 0;min-height:0}
.light-shell .acceptance-grid b{font-size:16px;font-weight:600}.light-shell .acceptance-grid span{color:#65656c}
.light-shell .compact-cases{gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}
.light-shell .case{color:#1d1d1f;background:transparent;box-shadow:none;border-radius:0}
.light-shell a.case:hover{transform:none;box-shadow:none}
.light-shell .case img{border-radius:16px;aspect-ratio:16/10;object-fit:cover;transition:filter .2s}
.light-shell .case:hover img{transform:none;filter:brightness(1.04)}
.light-shell .case-copy{padding:13px 1px 16px}
.light-shell .case-copy span{font-size:15px;font-weight:400;color:#6e6e73}
.light-shell .case-copy h2{font-size:20px;font-weight:600;line-height:1.4;margin:4px 0}
.light-shell .case-copy p{font-size:15px;color:#0066cc!important;font-weight:500;margin:8px 0 0}
.light-shell .pricing-main{padding:12px 0 32px}
.light-shell .compact-plan-grid{gap:14px;background:transparent;border:0;align-items:stretch}
.light-shell .compact-plan{border:1px solid #e0e0e6;border-radius:18px;background:#fff;padding:22px 18px;color:#1d1d1f;box-shadow:none}
.light-shell .compact-plan.featured{background:#f0f6ff;border-color:#88b7ee;box-shadow:none;color:#1d1d1f}
.light-shell .compact-plan h3{font-size:20px;font-weight:600;min-height:30px;margin-bottom:18px}
.light-shell .compact-plan h3 em{background:#deebfc;color:#0066cc;font-weight:500;border-radius:6px}
.light-shell .compact-price{font-size:29px;font-weight:600;min-height:92px;margin-bottom:16px}
.light-shell .compact-price small,.light-shell .minute-estimate,.light-shell .price-subline,.light-shell .featured .compact-price small,.light-shell .featured .minute-estimate,.light-shell .featured .price-subline{color:#65656c;font-size:15px;font-weight:400}
.light-shell .plan-details,.light-shell .plan-details>div,.light-shell .featured .plan-details,.light-shell .featured .plan-details>div{border-color:#dedee7}
.light-shell .plan-details>div{padding:10px 0;grid-template-columns:34px 1fr;gap:8px}
.light-shell .plan-details dt,.light-shell .featured .plan-details dt{color:#1d1d1f;font-weight:500}
.light-shell .plan-details dd,.light-shell .featured .plan-details dd{color:#65656c;line-height:1.55}
.light-shell .compact-plan>a{border:0;border-radius:999px;background:#edf3fb;color:#0066cc;min-height:44px;font-weight:500}
.light-shell .compact-plan.featured>a{background:#0071e3;color:#fff}.light-shell .compact-plan>a:hover{background:#0066cc;color:#fff}
.light-shell .price-reference{border:0;border-radius:12px;background:#f0f0f3;padding:14px 16px}
.light-shell .price-reference a{color:#0066cc;border-bottom:0;font-weight:500}
.light-shell .price-reference strong{font-weight:600}.light-shell .price-reference span,.light-shell .boundary-line{color:#65656c}
.light-shell .rule-accordion{background:transparent;border-color:#dedee3}.light-shell .rule-accordion details{border-color:#dedee3}
.light-shell .rule-accordion summary{font-weight:500;padding-left:0;padding-right:0}.light-shell .rule-content{padding-left:0;color:#65656c}
.light-shell .inquiry-bar,.light-shell .case-next{background:#f0f0f3;color:#1d1d1f;padding:26px 0}
.light-shell .inquiry-bar h2,.light-shell .case-next h2{font-size:23px;font-weight:600}
.light-shell .inquiry-bar p,.light-shell .case-next span{color:#65656c}
.light-shell .inquiry-bar a,.light-shell .case-next a{background:#0071e3;color:#fff;border:0;border-radius:999px;font-weight:500}
.light-shell .inquiry-bar a:hover,.light-shell .case-next a:hover{background:#0066cc;color:#fff}
.light-shell .case-back{margin-bottom:16px;min-height:30px}.light-shell .case-title{gap:28px;grid-template-columns:1fr 1fr}
.light-shell .case-category{color:#6e6e73;font-weight:400}
.light-shell .case-visual{padding:4px 0 0}.light-shell .case-visual img{aspect-ratio:1672/941;object-fit:contain;border-radius:20px;background:#f0f0f3}
.light-shell .case-body{padding:30px 0}.light-shell .case-layout{gap:36px}
.light-shell .case-story p{color:#65656c;line-height:1.7}
.light-shell .case-facts{border:1px solid #e0e0e6;border-radius:16px;overflow:hidden;background:#fff}
.light-shell .case-facts div{padding:14px;border-color:#e0e0e6}.light-shell .case-facts div:last-child{border:0}
.light-shell .case-facts dd{font-weight:500;color:#1d1d1f}.light-shell .case-facts dt{font-weight:400;color:#65656c}
.light-shell .case-process{padding:16px 0 30px;border:0}
.light-shell .case-steps{border:0;gap:18px}.light-shell .case-steps article{border:0;border-top:1px solid #dedee3;padding:18px 0}
.light-shell .case-steps b{font-weight:500}.light-shell .case-steps h3{font-weight:600}.light-shell .case-steps p{color:#65656c}
.product-more{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.product-more .product-image{aspect-ratio:16/10}.product-more .product-caption{flex-wrap:wrap;gap:4px}
.product-more .product-caption h2{font-size:20px}.product-more .product-caption h2 span{display:block;margin-left:0;font-size:17px}
@media(max-width:1100px){.light-shell .service-row{grid-template-columns:32px 1fr 1fr}.light-shell .service-row ul{grid-column:3}.light-shell .service-row p{grid-column:3;grid-row:auto}.light-shell .service-row h3{grid-row:span 2}.light-shell .pricing-jump{justify-content:flex-start}}
@media(max-width:980px){.light-shell .compact-cases,.product-more{grid-template-columns:repeat(2,minmax(0,1fr))}.light-shell .case-title{grid-template-columns:1fr;gap:12px}.light-shell .case-layout{grid-template-columns:1fr;gap:18px}}
@media(max-width:680px){.light-shell main:not(.product-home){padding-top:84px}.light-shell .page-hero h1,.light-shell .pricing-header h1,.light-shell .case-title h1{font-size:28px}.light-shell .compact-section-title h2,.light-shell .compact-head h2,.light-shell .case-story h2{font-size:22px}.light-shell .compact-head>span{white-space:normal}.light-shell .compact-plan{padding:22px}.light-shell .compact-price{min-height:0;font-size:28px}.light-shell .compact-plan h3{min-height:0}.light-shell .service-row{grid-template-columns:28px 1fr;gap:6px 12px}.light-shell .service-row h3{grid-row:auto}.light-shell .service-row p,.light-shell .service-row ul{grid-column:2}.light-shell .compact-cases,.product-more{grid-template-columns:1fr;gap:12px}.light-shell .compact-flow .flow-step{padding:20px}.light-shell .acceptance-grid{grid-template-columns:1fr 1fr}.light-shell .compact-section-title{align-items:flex-start;flex-wrap:wrap;gap:8px}.light-shell .case-visual img{border-radius:14px}.product-more .product-caption{flex-wrap:nowrap}.light-shell .inquiry-bar a{width:auto}}
@media print{.light-shell main:not(.product-home){padding-top:0}.light-shell .pricing-header,.light-shell .page-hero,.light-shell .case-header{padding-top:0}.light-shell .compact-plan-grid{grid-template-columns:1fr 1fr}.light-shell .case-visual img{aspect-ratio:1672/941}}

/* Scalable portfolio gallery */
.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 auto 24px}
.gallery-filters{display:flex;gap:8px;flex-wrap:wrap}.gallery-filters button{border:0;border-radius:999px;padding:9px 16px;min-height:44px;background:#f0f0f3;font-size:15px;color:#525258}
.gallery-filters button[aria-pressed=true]{background:#0071e3;color:#fff}.gallery-filters button:hover{box-shadow:inset 0 0 0 1px #8bb9ef}
#gallery-count{font-size:15px;color:#65656c;white-space:nowrap}
.gallery-image{display:block;border:0;padding:0;width:100%;background:transparent;border-radius:16px;overflow:hidden;text-align:left}
.gallery-image img{width:100%;aspect-ratio:16/10;object-fit:cover}
.light-shell .case[hidden]{display:none}
.gallery-open{border:0;background:transparent;color:#0066cc;font-size:15px;padding:8px 0;min-height:44px;text-align:left}
.light-shell .gallery-card .case-copy{padding-bottom:4px}
.gallery-bottom{display:flex;justify-content:center;margin-top:4px}.gallery-bottom a{color:#0066cc;font-size:16px;min-height:44px;padding:10px 0}
.image-viewer{width:min(1280px,calc(100% - 32px));max-height:calc(100dvh - 32px);background:#fafafa;color:#1d1d1f;border:1px solid #fff;border-radius:20px;padding:18px;box-shadow:0 16px 70px rgba(0,0,0,.2)}
.image-viewer::backdrop{background:rgba(25,30,40,.48);backdrop-filter:blur(12px)}
.viewer-top,.viewer-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}
.viewer-top{margin-bottom:12px}.viewer-top h2{font-size:20px;font-weight:600;margin:0}.viewer-top button{padding:8px 16px;border:0;border-radius:999px;min-height:44px;font-size:15px;background:#e9e9ed}
.image-viewer>img{width:100%;height:auto;max-height:calc(100dvh - 218px);object-fit:contain;border-radius:12px;background:#f0f0f3}
.viewer-bottom{margin-top:12px;font-size:15px;color:#65656c;flex-wrap:wrap}.viewer-bottom>div{display:flex;align-items:center;gap:12px}.viewer-bottom button{border:1px solid #d7d7dd;min-height:44px;border-radius:999px;padding:8px 16px;background:#fff;font-size:15px}.viewer-bottom a{color:#0066cc;min-height:44px;display:inline-flex;align-items:center}
.viewer-note{margin:0;font-size:15px;color:#65656c}
@media(max-width:680px){.gallery-toolbar{align-items:flex-start;flex-direction:column;gap:8px}.gallery-filters{gap:6px}.gallery-filters button{padding:8px 13px}.image-viewer{padding:12px;border-radius:16px;width:calc(100% - 16px)}.viewer-top h2{font-size:18px}.viewer-bottom{align-items:flex-start;flex-direction:column}.viewer-bottom>div{gap:8px}.viewer-note{font-size:15px}.image-viewer>img{max-height:calc(100dvh - 275px)}}
.light-shell .case-visual img,.light-shell .case img,.gallery-image img{height:auto}

/* Optical polish: quiet chrome, image-led rhythm, aligned captions. */
.light-shell{letter-spacing:-.01em}
.light-shell .nav{box-shadow:0 2px 16px rgba(30,40,50,.045);border-color:rgba(255,255,255,.65)}
.light-shell .brand{font-weight:650;font-size:16px;letter-spacing:-.025em}
.light-shell .brand small{color:#6e6e73}.light-shell .links{gap:26px}
.product-intro{padding:102px 0 20px}.product-intro h1{font-size:32px;font-weight:600;letter-spacing:-.035em}
.product-intro>p{font-size:16px;margin-top:8px}.intro-links{margin-top:10px}
.product-feature .product-image{aspect-ratio:2.1}.product-feature .product-image img{object-position:center top}
.product-caption{padding:14px 0 28px;align-items:center}.product-caption h2,.product-pair .product-caption h2,.product-more .product-caption h2{font-size:19px;font-weight:600;letter-spacing:-.02em}
.product-caption h2 span,.product-pair .product-caption h2 span,.product-more .product-caption h2 span{display:inline;font-size:17px;font-weight:400;margin-left:7px;color:#525258}
.product-caption p{font-size:15px;margin:4px 0 0;color:#6e6e73}
.product-caption>a{font-size:15px}.product-more .product-caption{align-items:flex-start;gap:0;flex-direction:column}.product-more .product-caption>a{min-height:30px;margin-top:4px}
.product-pair{gap:24px}.product-more{gap:0 24px}.product-more .product-image{aspect-ratio:16/11}
.portfolio-secondary-title{margin:20px 0 18px;padding-top:24px;border-top:1px solid #e4e4e8}.portfolio-secondary-title h2{font-size:24px}
.archive-picks .product-image{aspect-ratio:16/10}.archive-picks .product-caption{padding-bottom:24px}
.light-shell .compact-plan{box-shadow:0 2px 10px rgba(30,40,50,.025)}
.light-shell .compact-plan h3,.light-shell .compact-section-title h2,.light-shell .compact-head h2{letter-spacing:-.025em}
.light-shell .rule-accordion summary span{color:#0066cc}
@media(max-width:680px){.product-intro{padding:90px 0 18px}.product-intro h1{font-size:28px}.product-feature .product-image{aspect-ratio:1.3}.product-caption h2 span,.product-pair .product-caption h2 span,.product-more .product-caption h2 span{display:inline;font-size:17px}.product-more .product-caption{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.product-caption{padding-bottom:24px}.portfolio-secondary-title{margin-top:10px}.portfolio-secondary-title h2{font-size:22px}.portfolio-secondary-title a{font-size:15px}.light-shell .case-copy h2{font-size:19px}.light-shell .compact-cases{gap:20px}}
.gallery-image{cursor:zoom-in}.light-shell .gallery-card .case-copy{padding-bottom:14px}
