html.public-site .sg-gallery-page{background:hsl(var(--background));color:hsl(var(--foreground))}html.public-site .sg-gallery-page .sg-shell{width:calc(100% - clamp(40px,8vw,128px));max-width:1600px}html.public-site .sg-gallery-hero{padding:112px 0 52px}html.public-site .sg-gallery-back{color:#c8c8c8;font-size:12px;text-decoration:none}html.public-site .sg-gallery-back:hover{text-underline-offset:5px;color:#fff;text-decoration:underline}html.public-site .sg-gallery-hero-grid{grid-template-columns:minmax(310px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(36px,5vw,88px);padding-top:28px;display:grid}html.public-site .sg-gallery-intro h1{letter-spacing:-.035em;max-width:6.6em;margin:0 0 32px;font-size:clamp(3.35rem,5.4vw,6rem);line-height:.99}html.public-site .sg-gallery-intro h1 span{color:var(--sg-accent-text)}html.public-site .sg-gallery-intro .sg-lead{color:#d7d7d7;max-width:29ch;margin:0 0 26px;font-size:clamp(16px,1.35vw,20px);line-height:1.55}html.public-site .sg-gallery-text-link{text-underline-offset:6px;align-items:center;gap:12px;font-size:14px;font-weight:600;text-decoration:underline;display:inline-flex}html.public-site .sg-gallery-text-link svg{width:18px;height:18px;transition:transform .18s cubic-bezier(.23,1,.32,1)}html.public-site .sg-gallery-hero-foot{color:#bdbdbd;border-top:1px solid #3d3d3d;flex-wrap:wrap;gap:8px 20px;margin-top:46px;padding:24px 0 0;font-size:11px;display:flex}html.public-site .sg-gallery-featured{min-width:0}html.public-site .sg-gallery-featured-stage{background:#252525;border:1px solid #474747;grid-template-columns:minmax(0,1fr);display:grid;position:relative;overflow:hidden}html.public-site .sg-gallery-featured-poster{aspect-ratio:16/11;grid-area:1/1;width:100%;display:block}html.public-site .sg-gallery-featured-poster img{object-fit:cover;object-position:top;width:100%;height:100%;animation:.28s cubic-bezier(.23,1,.32,1) sg-gallery-preview-in;display:block}html.public-site .sg-gallery-featured-stage video{object-fit:cover;opacity:0;pointer-events:none;grid-area:1/1;width:100%;height:100%;min-height:0;transition:opacity .18s;display:block}html.public-site .sg-gallery-featured-stage video.is-playing{opacity:1}html.public-site .sg-gallery-featured-actions{color:#fff;background:#0a0a0a;border-top:1px solid #444;grid-area:2/1;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}html.public-site .sg-gallery-featured-actions :is(button,a){min-height:34px;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0;font-size:12px;font-weight:550;text-decoration:none;display:flex}html.public-site .sg-gallery-featured-actions a{color:var(--sg-accent-text)}html.public-site .sg-gallery-featured-actions svg{width:17px;height:17px}html.public-site .sg-gallery-featured-caption{grid-template-columns:1fr 1fr;align-items:start;gap:26px;margin-top:20px;display:grid}html.public-site .sg-gallery-featured-caption span{color:#bdbdbd;font-size:11px}html.public-site .sg-gallery-featured-caption h2{margin:7px 0 0;font-size:clamp(18px,1.8vw,25px);font-weight:550;line-height:1.14}html.public-site .sg-gallery-featured-caption p{color:#c8c8c8;max-width:36ch;margin:0;font-size:13px;line-height:1.55}html.public-site .sg-gallery-featured-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px;display:grid}html.public-site .sg-gallery-featured-choices button{text-align:left;color:#a9a9a9;cursor:pointer;background:0 0;border:0;border-top:2px solid #414141;gap:5px;min-height:66px;padding:12px 0;transition:color .15s,border-color .15s;display:grid;position:relative}html.public-site .sg-gallery-featured-choices button[aria-selected=true]{color:#fff;border-color:var(--sg-accent-text)}html.public-site .sg-gallery-featured-choices button span:first-child{font-size:14px;font-weight:600}html.public-site .sg-gallery-featured-choices button span:last-child{font-size:11px;line-height:1.4}html.public-site .sg-gallery-collection{padding-block:80px 84px;scroll-margin-top:92px}html.public-site .sg-gallery-section-head{justify-content:space-between;align-items:end;gap:48px;margin-bottom:30px;display:flex}html.public-site .sg-gallery-section-head h2{letter-spacing:-.03em;margin:0;font-size:clamp(2.3rem,3.7vw,4rem);line-height:1.04}html.public-site .sg-gallery-section-head>p{max-width:36ch;color:hsl(var(--muted-foreground));margin:0;font-size:15px;line-height:1.6}html.public-site .sg-gallery-goals{flex-wrap:wrap;gap:8px;margin:0 0 28px;display:flex}html.public-site .sg-gallery-goals button{border:1px solid hsl(var(--border));min-height:44px;color:inherit;cursor:pointer;background:0 0;padding:10px 16px;font-size:13px;transition:background-color .16s,color .16s,border-color .16s}html.public-site .sg-gallery-goals button[aria-pressed=true]{background:var(--sg-black);color:#fff;border-color:var(--sg-black)}html.dark.public-site .sg-gallery-goals button[aria-pressed=true]{color:#111;background:#fff;border-color:#fff}html.public-site .sg-gallery-filters{border-bottom:1px solid hsl(var(--border));grid-template-columns:2fr 1fr 1fr;gap:16px;padding-bottom:24px;display:grid}html.public-site .sg-gallery-field{flex-direction:column;gap:9px;min-width:0;display:flex}html.public-site .sg-gallery-field label{font-size:12px;font-weight:600}html.public-site .sg-gallery-field :is(input,[role=combobox]){min-height:46px;font-size:14px}html.public-site .sg-gallery-results-bar{flex-wrap:wrap;align-items:center;gap:18px;margin:20px 0 32px;display:flex}html.public-site .sg-gallery-results-bar>p{color:hsl(var(--muted-foreground));margin:0 auto 0 0;font-size:13px}html.public-site :is(.sg-gallery-shortlist-toggle,.sg-gallery-save){align-items:center;gap:8px;display:flex}html.public-site :is(.sg-gallery-shortlist-toggle,.sg-gallery-save) label{cursor:pointer;font-size:12px}html.public-site .sg-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:58px 30px;display:grid}html.public-site .sg-gallery-card{min-width:0}html.public-site .sg-gallery-card-image{aspect-ratio:16/11;background:hsl(var(--muted));border:1px solid hsl(var(--border));display:block;overflow:hidden}html.public-site .sg-gallery-card-image img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .36s cubic-bezier(.23,1,.32,1);display:block}html.public-site .sg-gallery-image-fallback{flex-direction:column;justify-content:space-between;gap:16px;height:100%;padding:28px;display:flex}html.public-site .sg-gallery-image-fallback>strong{font-size:32px;line-height:1.1}html.public-site .sg-gallery-image-fallback>span{gap:10px;font-size:13px;display:flex}html.public-site .sg-gallery-image-fallback svg{width:16px}html.public-site .sg-gallery-card-info{justify-content:space-between;align-items:start;gap:16px;padding-top:18px;display:flex}html.public-site .sg-gallery-card-type{color:hsl(var(--muted-foreground));margin:0 0 8px;font-size:12px}html.public-site .sg-gallery-card-info h3{letter-spacing:-.02em;margin:0;font-size:clamp(23px,2vw,29px);line-height:1.1}html.public-site .sg-gallery-save{flex-shrink:0;padding-top:4px}html.public-site .sg-gallery-card-summary{color:hsl(var(--muted-foreground));margin:13px 0;font-size:14px;line-height:1.6}html.public-site .sg-gallery-card-style{letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin:0;font-size:10px}html.public-site .sg-gallery-shortlist-note{color:hsl(var(--muted-foreground));margin:42px 0 0;font-size:12px}html.public-site .sg-gallery-next{padding-block:76px}html.public-site .sg-gallery-next-grid{grid-template-columns:1.25fr 1fr;gap:80px;display:grid}html.public-site .sg-gallery-next h2{margin-top:16px;font-size:clamp(2.5rem,4vw,4.4rem)}html.public-site .sg-gallery-next-grid>div:last-child{flex-direction:column;align-items:start;gap:24px;display:flex}html.public-site .sg-gallery-next p:not(.sg-kicker){color:#d7d7d7;max-width:430px;margin:0;line-height:1.65}html.public-site .sg-gallery-shortlist-dock{z-index:1002;color:#fff;background:#0a0a0a;border:1px solid #484848;align-items:center;gap:24px;width:min(790px,100% - 48px);padding:16px 20px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}html.public-site .sg-gallery-shortlist-dock>div{gap:4px;margin-right:auto;display:grid}html.public-site .sg-gallery-shortlist-dock strong{font-size:14px;font-weight:600}html.public-site .sg-gallery-shortlist-dock span{color:#c8c8c8;font-size:12px}html.public-site .sg-gallery-compare-action{background:var(--sg-accent);color:#fff;cursor:pointer;border:0;align-items:center;gap:12px;min-height:44px;padding:11px 18px;font-size:13px;font-weight:600;display:flex}html.public-site .sg-gallery-compare-action svg{width:16px;height:16px}html.public-site .sg-gallery-compare-action:disabled{opacity:.55;cursor:default}html.public-site .sg-gallery-clear-saved{text-underline-offset:4px;color:#d4d4d4;cursor:pointer;background:0 0;border:0;min-height:44px;font-size:12px;text-decoration:underline}html.public-site .sg-gallery-comparison-overlay{z-index:var(--sg-overlay-layer);-webkit-backdrop-filter:none;backdrop-filter:none;background:#0a0a0a99}html.public-site .sg-gallery-comparison{z-index:calc(var(--sg-overlay-layer) + 1);border:1px solid hsl(var(--border));background:hsl(var(--background));width:min(1320px,100% - 64px);max-width:none;max-height:calc(100dvh - 64px);color:hsl(var(--foreground));box-shadow:none;gap:28px;padding:36px;overflow:auto;border-radius:0!important}html.public-site .sg-gallery-comparison-heading h2{letter-spacing:-.025em;margin:0 0 14px;font-size:clamp(27px,3vw,43px);line-height:1.08}html.public-site .sg-gallery-comparison-heading p{max-width:68ch;font-size:15px;line-height:1.55}html.public-site .sg-gallery-compare-picker{border:0;flex-wrap:wrap;gap:9px 20px;margin:0;padding:0;display:flex}html.public-site .sg-gallery-compare-picker legend{color:hsl(var(--muted-foreground));margin-bottom:12px;font-size:12px}html.public-site .sg-gallery-compare-picker label{cursor:pointer;align-items:center;gap:8px;min-height:32px;font-size:13px;display:inline-flex}html.public-site .sg-gallery-compare-picker input{accent-color:var(--sg-accent);width:16px;height:16px}html.public-site .sg-gallery-comparison-grid{grid-template-columns:repeat(var(--compare-columns),minmax(0,1fr));gap:28px;display:grid}html.public-site .sg-gallery-comparison-site{flex-direction:column;min-width:0;display:flex}html.public-site .sg-gallery-comparison-site>a{display:block}html.public-site .sg-gallery-comparison-site img{aspect-ratio:16/11;object-fit:cover;object-position:top;border:1px solid hsl(var(--border));width:100%;height:auto;display:block}html.public-site .sg-gallery-comparison-site h3{justify-content:space-between;align-items:center;margin:16px 0 9px;font-size:25px;line-height:1.1;display:flex}html.public-site .sg-gallery-comparison-site h3 svg{width:21px;height:21px}html.public-site .sg-gallery-comparison-site>p:not(.sg-gallery-card-type){color:hsl(var(--muted-foreground));margin:12px 0 20px;font-size:14px;line-height:1.6}html.public-site .sg-gallery-comparison-site dl{border-top:1px solid hsl(var(--border));margin:0 0 20px}html.public-site .sg-gallery-comparison-site dl>div{border-bottom:1px solid hsl(var(--border));flex-wrap:wrap;justify-content:space-between;gap:8px;padding:12px 0;font-size:12px;display:flex}html.public-site .sg-gallery-comparison-site dt{color:hsl(var(--muted-foreground))}html.public-site .sg-gallery-comparison-site dd{margin:0;font-weight:550}html.public-site .sg-gallery-comparison-site ul{gap:9px;margin:0 0 24px;padding:0;font-size:13px;line-height:1.5;list-style:none;display:grid}html.public-site .sg-gallery-comparison-site li{padding-left:14px;position:relative}html.public-site .sg-gallery-comparison-site li:before{content:"";background:var(--sg-accent-ink);width:4px;height:4px;position:absolute;top:.6em;left:0}html.public-site .sg-gallery-comparison-links{gap:14px;margin-top:auto;font-size:13px;display:grid}html.public-site .sg-gallery-comparison-links>a:first-child{background:var(--sg-accent);color:#fff;justify-content:space-between;align-items:center;min-height:44px;padding:13px 15px;font-weight:600;display:flex}html.public-site .sg-gallery-comparison-links svg{width:18px;height:18px}html.public-site .sg-gallery-comparison-links>a:last-child{text-underline-offset:4px;text-decoration:underline}html.public-site .sg-gallery-page :is(a,button):focus-visible,html.public-site .sg-gallery-comparison :is(a,button,input):focus-visible{outline:2px solid var(--sg-accent-text);outline-offset:4px}html.public-site .sg-gallery-page ::selection,html.public-site .sg-gallery-comparison ::selection{background:var(--sg-accent);color:#fff}@media (hover:hover) and (pointer:fine){html.public-site .sg-gallery-text-link:hover svg{transform:translate(3px)}html.public-site .sg-gallery-card-info h3 a:hover{text-underline-offset:5px;text-decoration:underline}html.public-site .sg-gallery-goals button:not([aria-pressed=true]):hover{border-color:var(--sg-accent-ink);color:var(--sg-accent-ink)}html.public-site .sg-gallery-featured-choices button:hover{color:#fff}}@keyframes sg-gallery-preview-in{0%{opacity:.72}to{opacity:1}}@media (max-width:1100px){html.public-site .sg-gallery-hero-grid{grid-template-columns:minmax(270px,.75fr) minmax(0,1.25fr);gap:32px}html.public-site .sg-gallery-intro h1{font-size:clamp(3.1rem,5.5vw,4.7rem)}html.public-site .sg-gallery-featured-caption{grid-template-columns:1fr;gap:10px}html.public-site .sg-gallery-featured-caption p{max-width:50ch}html.public-site .sg-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html.public-site .sg-gallery-comparison{width:calc(100% - 40px);padding:28px}html.public-site .sg-gallery-comparison-grid{gap:20px}html.public-site .sg-gallery-next-grid{gap:40px}}@media (max-width:760px){html.public-site .sg-gallery-page .sg-shell{width:calc(100% - 40px)}html.public-site .sg-gallery-hero{padding:103px 0 35px}html.public-site .sg-gallery-hero-grid{grid-template-columns:1fr;gap:32px;padding-top:24px}html.public-site .sg-gallery-intro h1{max-width:11ch;margin-bottom:21px;font-size:clamp(3.1rem,11vw,4.3rem)}html.public-site .sg-gallery-intro h1 br{display:none}html.public-site .sg-gallery-intro .sg-lead{max-width:42ch;margin-bottom:20px;font-size:16px}html.public-site .sg-gallery-hero-foot{display:none}html.public-site .sg-gallery-featured-actions{gap:8px;padding:10px 12px}html.public-site .sg-gallery-featured-actions :is(button,a){min-height:34px;font-size:11px}html.public-site .sg-gallery-featured-caption{margin-top:16px}html.public-site .sg-gallery-featured-caption h2{font-size:23px}html.public-site .sg-gallery-featured-choices{gap:12px;margin-top:18px}html.public-site .sg-gallery-featured-choices button span:first-child{font-size:13px}html.public-site .sg-gallery-featured-choices button span:last-child{font-size:10px}html.public-site .sg-gallery-collection{padding-block:50px}html.public-site .sg-gallery-section-head{margin-bottom:24px;display:block}html.public-site .sg-gallery-section-head h2{font-size:clamp(2.3rem,8.8vw,3.2rem)}html.public-site .sg-gallery-section-head>p{margin-top:20px;font-size:14px}html.public-site .sg-gallery-goals{gap:7px;margin-bottom:24px}html.public-site .sg-gallery-goals button{padding:9px 12px;font-size:12px}html.public-site .sg-gallery-filters{grid-template-columns:1fr 1fr;gap:16px 12px}html.public-site .sg-gallery-search{grid-column:1/-1}html.public-site .sg-gallery-grid{grid-template-columns:1fr;gap:40px}html.public-site .sg-gallery-card-info h3{font-size:27px}html.public-site .sg-gallery-card-summary{font-size:14px}html.public-site .sg-gallery-results-bar{gap:12px}html.public-site .sg-gallery-next-grid{grid-template-columns:1fr;gap:28px}html.public-site .sg-gallery-next{padding-block:48px}html.public-site .sg-gallery-shortlist-dock{flex-wrap:wrap;gap:14px;width:100%;padding:12px 76px 12px 16px;bottom:0;left:0;transform:none}html.public-site .sg-gallery-shortlist-dock>div{gap:4px}html.public-site .sg-gallery-shortlist-dock span{display:none}html.public-site .sg-gallery-compare-action{padding:10px 12px;font-size:12px}html.public-site .sg-gallery-clear-saved{min-height:24px;font-size:11px}html.public-site .sg-gallery-page.has-shortlist{padding-bottom:118px}html.public-site .sg-gallery-comparison{border:0;width:100%;height:100dvh;max-height:100dvh;padding:28px 20px;display:block}html.public-site .sg-gallery-comparison-heading{padding-right:24px}html.public-site .sg-gallery-compare-picker{gap:8px 16px;margin:22px 0}html.public-site .sg-gallery-comparison-grid{scroll-snap-type:x mandatory;scrollbar-color:var(--sg-accent) transparent;gap:20px;padding-bottom:18px;display:flex;overflow-x:auto}html.public-site .sg-gallery-comparison-site{scroll-snap-align:start;flex:0 0 87%}html.public-site .sg-gallery-comparison-site:only-child{flex-basis:100%}}@media (prefers-reduced-motion:reduce){html.public-site .sg-gallery-page *,html.public-site .sg-gallery-comparison *{scroll-behavior:auto!important}html.public-site .sg-gallery-featured-poster img{animation:none}html.public-site :is(.sg-gallery-card-image img,.sg-gallery-featured-stage video,.sg-gallery-goals button,.sg-gallery-featured-choices button,.sg-gallery-text-link svg){transition:none}html.public-site .sg-gallery-card-image:hover img,html.public-site .sg-gallery-text-link:hover svg{transform:none}}html.public-site .sg-gallery-comparison>button{border-radius:0;width:44px;height:44px;top:10px;right:10px}html.public-site .sg-gallery-comparison-heading{padding-right:48px}html.public-site .sg-gallery-compare-picker label{min-height:44px}html.public-site .sg-gallery-compare-nav{display:none}html.public-site .sg-gallery-featured-actions :is(button,a){min-height:44px;font-size:12px}html.public-site .sg-gallery-comparison{opacity:1;transition:opacity .22s cubic-bezier(.23,1,.32,1),transform .22s cubic-bezier(.23,1,.32,1);top:50%;left:50%;transform:translateY(0)scale(1)}html.public-site .sg-gallery-comparison[data-state=open]{animation:none}html.public-site .sg-gallery-comparison[data-state=closed]{opacity:0;transition-duration:.15s;animation:.15s linear sg-gallery-presence;transform:translateY(5px)scale(.992)}@starting-style{html.public-site .sg-gallery-comparison[data-state=open]{opacity:0;transform:translateY(8px)scale(.985)}}@keyframes sg-gallery-presence{0%{--sg-dialog-exit:0}to{--sg-dialog-exit:1}}@media (max-width:760px){html.public-site .sg-gallery-compare-nav{justify-content:space-between;align-items:center;gap:14px;margin:0 0 18px;display:flex}html.public-site .sg-gallery-compare-nav button{border:1px solid hsl(var(--border));width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;place-items:center;display:grid}html.public-site .sg-gallery-compare-nav button[aria-disabled=true]{opacity:.35;cursor:default}html.public-site .sg-gallery-compare-nav svg{width:18px;height:18px}html.public-site .sg-gallery-compare-nav span{color:hsl(var(--muted-foreground));font-size:12px}}@media (prefers-reduced-motion:reduce){html.public-site .sg-gallery-comparison[data-state]{transition:none;animation:none}}html.public-site .sg-gallery-page.has-shortlist{padding-bottom:0}html.public-site .sg-gallery-shortlist-dock{top:calc(var(--public-nav-height,72px) + 8px);z-index:30;width:100%;margin:0 0 28px;padding:14px 18px;position:sticky;bottom:auto;left:auto;transform:none}html.public-site .sg-gallery-card{scroll-margin-top:180px}@media (max-width:760px){html.public-site .sg-gallery-shortlist-dock{top:calc(var(--public-nav-height,72px) + 4px);grid-template-columns:1fr auto;gap:0 14px;padding:12px 16px;display:grid}html.public-site .sg-gallery-shortlist-dock>div{grid-area:1/1}html.public-site .sg-gallery-compare-action{grid-area:1/2/span 2}html.public-site .sg-gallery-clear-saved{text-align:left;grid-area:2/1;justify-self:start;min-height:44px}html.public-site .sg-gallery-page.has-shortlist{padding-bottom:0}html.public-site .sg-gallery-card{scroll-margin-top:195px}}html.public-site .sg-gallery-preview{min-width:0;position:relative}html.public-site .sg-gallery-preview .sg-gallery-card-image{position:relative}html.public-site .sg-gallery-preview video{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .18s;position:absolute;inset:0}html.public-site .sg-gallery-preview video.is-playing{opacity:1}html.public-site .sg-gallery-preview-control{background:var(--sg-black);color:#fff;cursor:pointer;border:1px solid #555;align-items:center;gap:7px;min-height:44px;padding:10px 12px;font-size:12px;font-weight:550;transition:background-color .15s;display:flex;position:absolute;bottom:10px;right:10px}html.public-site .sg-gallery-preview-control svg{width:17px;height:17px}html.public-site .sg-gallery-comparison .sg-gallery-preview img{border:0;height:100%}html.public-site .sg-gallery-preview-control:focus-visible{outline:2px solid var(--sg-accent-text);outline-offset:3px}@media (hover:hover) and (pointer:fine){html.public-site .sg-gallery-preview-control:hover{background:var(--sg-accent)}}@media (prefers-reduced-motion:reduce){html.public-site .sg-gallery-preview video{transition:none}}
