/* Compact numbered overview: every service stays available together. */
.services-section{padding-top:32px}
.collection-heading{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:30px}
.collection-heading h2{font-size:clamp(52px,5.6vw,86px);line-height:1;letter-spacing:-.055em}
.collection-heading>p{font-size:15px;line-height:1.6;flex:none}
.service-collection{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(315px,1fr);gap:30px;align-items:stretch}
.overview-list{list-style:none;padding:0;margin:0;display:grid;grid-auto-flow:column;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(var(--service-rows,5),minmax(73px,1fr));column-gap:26px}
.overview-list li{min-width:0;border-bottom:1px solid var(--line)}
.overview-list li:nth-child(1),.overview-list li:nth-child(6){border-top:1px solid var(--line)}
.overview-button{display:grid;grid-template-columns:25px minmax(0,1fr) 18px;align-items:center;gap:12px;width:100%;height:100%;min-height:73px;padding:14px 9px;text-align:left;font-family:Nunito,Arial,sans-serif;font-size:clamp(18px,1.42vw,22px);font-weight:800;line-height:1.24;letter-spacing:-.025em;transition:color .2s,background .2s}
.overview-number{font-family:'Work Sans',sans-serif;font-size:12px;font-weight:500;letter-spacing:0;color:#697892}
.overview-button .icon{width:18px;height:18px;color:var(--blue);transition:transform .2s}
.overview-button:hover,.overview-button[aria-pressed=true]{color:var(--blue);background:var(--cloud)}
.overview-button[aria-pressed=true] .overview-number{color:var(--blue)}
.overview-button:hover .icon{transform:translate(2px,-2px)}
.overview-button:focus-visible{outline-offset:-3px}
.service-spotlight{position:relative;isolation:isolate;overflow:clip;min-height:550px;border-radius:12px;background:var(--cloud)}
.spotlight-content{position:relative;z-index:1;padding:25px 25px 160px}
.spotlight-number{font-size:12px;color:var(--muted);margin-bottom:15px}
.service-spotlight h3{font-size:clamp(28px,2.5vw,39px);line-height:1.08;letter-spacing:-.045em;max-width:440px}
.spotlight-tagline{font-size:14px;line-height:1.45;color:var(--muted);margin-top:14px;max-width:390px}
.spotlight-capabilities{list-style:none;padding:0;margin:20px 0;display:grid;gap:9px;font-size:13px;line-height:1.45}
.spotlight-capabilities li{display:flex;align-items:flex-start;gap:10px}
.spotlight-capabilities .icon{width:18px;height:18px;padding:3px;border-radius:50%;background:var(--blue);color:white;margin-top:1px}
.spotlight-project{font-size:13px;min-height:43px;padding:12px 18px;gap:12px;max-width:100%;white-space:normal;text-align:left;line-height:1.35}
.spotlight-project .icon{width:17px;height:17px}
.spotlight-more{display:flex;align-items:center;gap:9px;padding:12px 0;font-size:12px;color:var(--navy);text-decoration:underline;text-underline-offset:4px}
.spotlight-more:hover{color:var(--blue)}
.spotlight-more .icon{width:13px;height:13px}
.spotlight-peak{position:absolute;pointer-events:none;max-width:none;width:110%;height:auto;right:-6%;bottom:-20%;z-index:0}
.overview-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.collection-outro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding-top:18px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}
.collection-outro .text-button{color:var(--blue);display:flex;gap:16px;align-items:center;font-size:13px}
.collection-outro .icon{width:17px;height:17px}

/* Give Studio copy and artwork distinct space at every breakpoint. */
.studio-content{z-index:1}
.studio h2{max-width:58%}
.studio-copy{max-width:48%}
.studio-art{width:52%;right:-5%;bottom:-17%}
@media(min-width:761px) and (max-width:1100px){.studio{min-height:680px}.studio-art{width:62%;right:-12%;bottom:-10%}.studio h2{max-width:75%}.studio-copy{max-width:48%}}
@media(max-width:760px){.studio{min-height:720px}.studio h2,.studio-copy{max-width:100%}.studio-art{width:460px;max-width:110%;right:-9%;bottom:-90px}}

/* Keep the full overview in view on shorter laptop displays. */
@media(min-width:1100px) and (max-height:800px){
  .services-section{padding-top:18px;scroll-margin-top:-18px}
  .collection-heading{margin-bottom:22px}
  .collection-heading h2{font-size:56px}
  .overview-list{grid-template-rows:repeat(var(--service-rows,5),minmax(64px,1fr))}
  .overview-button{min-height:64px;padding-block:11px}
  .service-spotlight{min-height:474px}
  .spotlight-content{padding:20px 22px 86px}
  .spotlight-number{margin-bottom:12px}
  .service-spotlight h3{font-size:29px}
  .spotlight-tagline{font-size:13px;margin-top:12px}
  .spotlight-capabilities{font-size:12px;gap:8px;margin-block:16px}
  .spotlight-project{font-size:12px}
  .spotlight-more{font-size:11px;padding-block:10px}
  .spotlight-peak{bottom:-24%}
}

/* Original full-color client artwork. No crops, recoloring or animated logo conveyor. */
.clients-section{padding-top:100px;padding-bottom:20px}
.clients-heading{display:flex;align-items:flex-end;gap:60px;margin-bottom:54px}
.clients-heading h2{font-size:clamp(40px,4.5vw,70px);line-height:1.09;letter-spacing:-.04em}
.clients-heading-line{height:1px;background:var(--line);flex:1;margin-bottom:12px}
.client-gallery{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;row-gap:22px}
.client-gallery li{display:flex;align-items:center;justify-content:center;width:calc(100% / 7);min-height:120px;padding:22px 19px}
.client-gallery img{width:auto;height:auto;max-width:100%;max-height:75px;object-fit:contain}
.frost-clients{margin-top:58px;padding-top:40px;border-top:1px solid var(--line)}
.frost-clients h3{font-size:28px;letter-spacing:-.035em;margin-bottom:29px}
.client-gallery-frost li{min-height:135px;padding:20px 17px}
.client-gallery-frost img{max-height:86px}

@media(min-width:1600px){.service-spotlight{min-height:580px}.spotlight-content{padding:30px 30px 170px}.spotlight-tagline{font-size:16px}.spotlight-capabilities{font-size:15px;gap:11px}.spotlight-project{font-size:14px}.spotlight-more{font-size:13px}}
@media(max-width:1199px) and (min-width:1100px){.service-collection{gap:22px;grid-template-columns:minmax(0,1.95fr) minmax(300px,1fr)}.overview-list{column-gap:17px}.overview-button{font-size:17px;grid-template-columns:22px minmax(0,1fr) 16px;gap:8px;padding-inline:5px}.spotlight-content{padding-inline:22px}.service-spotlight h3{font-size:30px}}
@media(max-width:1099px){.collection-heading{align-items:flex-start;gap:24px}.collection-heading h2{font-size:64px}.collection-heading>p{font-size:14px}.service-collection{display:block}.service-spotlight{display:none}.overview-list{column-gap:35px;grid-template-rows:repeat(var(--service-rows,5),minmax(74px,1fr))}.overview-button{font-size:21px;min-height:74px}.client-gallery li{width:calc(100% / 5);padding:20px}.client-gallery-frost li{width:25%}}
@media(max-width:760px){.collection-heading{flex-direction:column;gap:18px;margin-bottom:26px}.collection-heading h2{font-size:clamp(46px,8.5vw,64px)}.collection-heading>p{font-size:15px}.overview-list{column-gap:22px}.overview-button{font-size:19px;gap:9px;padding-inline:4px}.collection-outro{align-items:flex-start;flex-direction:column;gap:6px;margin-top:22px;padding-top:18px}.clients-section{padding-top:64px;padding-bottom:0}.clients-heading{margin-bottom:32px;gap:15px}.clients-heading h2{font-size:39px}.clients-heading-line{display:none}.client-gallery{row-gap:8px}.client-gallery li{width:calc(100% / 3);min-height:101px;padding:16px 12px}.client-gallery img{max-height:66px}.frost-clients{margin-top:35px;padding-top:31px}.frost-clients h3{font-size:25px;margin-bottom:22px}.client-gallery-frost li{width:50%;padding:20px 18px;min-height:120px}.client-gallery-frost img{max-height:74px}}
@media(max-width:599px){.overview-list{display:block}.overview-list li:nth-child(6){border-top:0}.overview-button{font-size:20px;min-height:69px;padding-block:16px;grid-template-columns:25px minmax(0,1fr) 18px;gap:13px}.overview-number{font-size:12px}}
@media(max-width:359px){.overview-button{font-size:18px;gap:10px}.clients-heading h2{font-size:33px}.client-gallery li{padding:16px 9px;min-height:95px}}
@media(prefers-reduced-motion:reduce){.overview-button,.overview-button .icon{transition:none}}

/* Text-first details: header and project action stay visible while the body scrolls. */
.service-dialog{width:min(1020px,calc(100% - 48px));height:min(790px,calc(100dvh - 48px));max-width:none;max-height:none;margin:auto;padding:0;border:0;border-radius:18px;background:white;color:var(--navy);overflow:hidden;overscroll-behavior:contain}
.service-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}
.service-dialog::backdrop{background:#001426c4;backdrop-filter:blur(7px)}
.service-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;padding:10px 32px;border-bottom:1px solid var(--line);background:white}
.service-back{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:8px 0;font-size:15px;font-weight:500}
.service-back .icon{width:21px;height:21px;transform:rotate(180deg)}
.service-back:hover{color:var(--blue)}
.service-counter{font-size:12px;color:var(--muted);letter-spacing:.05em;white-space:nowrap;font-variant-numeric:tabular-nums}
.service-dialog-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start}
.service-dialog-copy{padding:36px;min-width:0}
.service-dialog-category{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:22px}
.service-dialog h2{font-size:clamp(34px,3.6vw,48px);line-height:1.08;letter-spacing:-.045em;text-wrap:balance}
.service-dialog h2:focus{outline:none}
.service-dialog-tagline{font-size:18px;font-weight:600;margin-top:24px;line-height:1.5}
.service-dialog-description{font-size:15px;line-height:1.7;color:var(--muted);margin-top:14px}
.service-capabilities-label{font-family:'Work Sans',sans-serif;font-size:10px;line-height:1.4;letter-spacing:.14em;font-weight:500;text-transform:uppercase;color:var(--blue);margin-top:28px;padding-top:25px;border-top:1px solid var(--line)}
.service-dialog-capabilities{list-style:none;display:grid;gap:17px;margin:24px 0 0;padding:0;font-size:15px;line-height:1.5}
.service-dialog-capabilities li{display:flex;align-items:flex-start;gap:12px}
.service-dialog-capabilities .icon{width:20px;height:20px;margin-top:1px;color:var(--blue)}
.service-dialog-art{align-self:stretch;position:relative;min-width:0;overflow:hidden;background:var(--navy)}
.service-dialog-art img{height:100%;width:100%;object-fit:cover;position:absolute;inset:0}
.service-dialog-art.ribbon-study img{object-fit:contain;padding:12px}
.service-portfolio{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:10px;margin-top:28px;line-height:1.6;text-decoration:underline;text-underline-offset:4px}
.service-portfolio:hover{color:var(--blue)}
.service-portfolio .icon{width:16px;height:16px}
.service-dialog-footer{display:flex;justify-content:flex-end;padding:14px 32px;border-top:1px solid var(--line);background:white}
.service-dialog-footer .button{min-width:250px;font-size:15px;min-height:52px}

/* Compact mobile tiles preserve all nine services in a single, sequential overview. */
@media(max-width:760px){
  .collection-heading{gap:15px;margin-bottom:26px}
  .collection-heading h2{font-size:clamp(39px,10.6vw,58px)}
  .overview-list{display:grid;grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:12px}
  .overview-list li,.overview-list li:nth-child(1),.overview-list li:nth-child(6){border:0;min-width:0}
  .overview-button{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:20px;min-height:158px;height:100%;padding:16px;background:var(--cloud);border-radius:12px;font-size:clamp(18px,5vw,24px);line-height:1.15;letter-spacing:-.035em;color:var(--navy)}
  .overview-number{font-size:11px;line-height:20px;color:var(--muted)}
  .overview-name{width:100%;overflow-wrap:normal}
  .overview-button .icon{position:absolute;top:17px;right:16px;width:20px;height:20px}
  .overview-list li:first-child .overview-button{background:var(--blue);color:white}
  .overview-list li:first-child .overview-number,.overview-list li:first-child .icon{color:white}
  .overview-list li:first-child .overview-button:focus-visible{outline-color:white;outline-offset:-5px}
  .overview-list li:last-child:nth-child(odd){grid-column:1/-1}
  .overview-list li:last-child:nth-child(odd) .overview-button{min-height:100px;gap:12px}
  .overview-button:hover{background:#e8e1f4;color:var(--navy)}
  .overview-list li:first-child .overview-button:hover{background:#0047d3}
  .collection-outro{font-size:12px;line-height:1.6;margin-top:26px;gap:10px;padding-top:20px}
  .collection-outro .text-button{font-size:14px;min-height:40px}
  .service-dialog{width:100%;height:100dvh;max-height:100dvh;margin:0;border-radius:0}
  .service-dialog-header{min-height:64px;padding:10px 24px}
  .service-back{font-size:14px;gap:10px}
  .service-counter{font-size:11px}
  .service-dialog-scroll{display:block;scrollbar-gutter:auto}
  .service-dialog-copy{padding:29px 24px 32px}
  .service-dialog-category{font-size:10px;margin-bottom:20px}
  .service-dialog h2{font-size:clamp(31px,8.2vw,42px);max-width:530px;line-height:1.08}
  .service-dialog-tagline{font-size:17px;margin-top:23px}
  .service-dialog-description{font-size:15px;line-height:1.65;margin-top:14px}
  .service-capabilities-label{margin-top:27px;padding-top:25px}
  .service-dialog-capabilities{font-size:15px;gap:18px;margin-top:23px}
  .service-dialog-art{height:185px;margin:0 24px 28px;border-radius:12px}
  .service-dialog-art img{object-position:center 54%}
  .service-dialog-art.ribbon-study img{object-fit:cover;padding:0;object-position:center 58%}
  .service-portfolio{font-size:12px;min-height:44px}
  .service-dialog-footer{padding:12px 24px max(12px,env(safe-area-inset-bottom));justify-content:stretch}
  .service-dialog-footer .button{width:100%;min-width:0;font-size:15px;min-height:52px}
}
@media(max-width:359px){
  .services-section>.wrap{padding-inline:18px}
  .overview-button{padding:12px;min-height:163px;font-size:18px}
  .overview-button .icon{right:14px;top:15px}
  .service-dialog-header{padding-inline:20px}
  .service-dialog-copy{padding-inline:20px}
  .service-dialog h2{font-size:31px}
  .service-dialog-footer{padding-inline:20px}
}
