/* Unified high-resolution hero for Services and Cases */
.services-page-hero,
.site-cases .cases-hero,
.news-archive-hero{
  min-height:236px;
  background:
    linear-gradient(100deg,rgba(18,30,41,.94) 0%,rgba(27,45,59,.86) 42%,rgba(35,66,89,.54) 72%,rgba(35,66,89,.24) 100%),
    url('../images/hero-commerce-dark.svg') center center/cover no-repeat;
}

.services-page-hero:before,
.site-cases .cases-hero:before,
.news-archive-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 76% 20%,rgba(232,91,38,.22),transparent 27%),
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(9,19,27,.18));
  pointer-events:none;
}

.services-page-hero-inner,
.site-cases .cases-hero>.container{
  position:relative;
  z-index:2;
  min-height:236px;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.65fr);
  gap:80px;
  align-items:end;
  padding-top:34px;
  padding-bottom:34px;
}

.services-page-hero h1,
.site-cases .cases-hero-title{
  margin:0;
  color:#fff;
  font-size:clamp(40px,4.7vw,68px);
  font-weight:300;
  line-height:.96;
  letter-spacing:-.055em;
  text-wrap:balance;
  text-shadow:0 10px 34px rgba(0,0,0,.22);
}

.services-page-hero p,
.site-cases .cases-hero-note{
  max-width:600px;
  margin:0 0 2px;
  padding:13px 17px 13px 18px;
  border-left:2px solid rgba(232,91,38,.78);
  background:rgba(12,24,34,.16);
  color:rgba(255,255,255,.94);
  font-size:16px;
  font-weight:400;
  line-height:1.58;
  letter-spacing:-.005em;
  text-shadow:0 2px 10px rgba(0,0,0,.25);
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}

@media(max-width:1100px){
  .services-page-hero-inner,
  .site-cases .cases-hero>.container{
    grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);
    gap:34px;
    padding-top:28px;
    padding-bottom:28px;
  }
}

@media(max-width:760px){
  .services-page-hero,
  .site-cases .cases-hero{
    min-height:188px;
    background-position:68% center;
  }
  .services-page-hero-inner,
  .site-cases .cases-hero>.container{
    min-height:188px;
    grid-template-columns:1fr;
    gap:14px;
    padding-top:24px;
    padding-bottom:24px;
  }
  .services-page-hero h1,
  .site-cases .cases-hero-title{
    font-size:36px;
  }
  .services-page-hero p,
  .site-cases .cases-hero-note{
    max-width:100%;
    padding:11px 14px;
    font-size:14px;
    line-height:1.5;
  }
}

/* Unified text weight for internal hero notes */
.services-page-hero p,
.site-cases .cases-hero-note,
.about-hero-card p,
.news-archive-hero-note,
.contacts-hero-note p{
  font-weight:400;
}

/* Unified internal hero title size based on the About page */
.services-page-hero h1,
.site-cases .cases-hero-title,
.news-archive-hero h1,
.contacts-hero h1{
  font-size:clamp(38px,3.45vw,50px);
  line-height:1.02;
  letter-spacing:-.045em;
}

@media(max-width:1150px){
  .services-page-hero h1,
  .site-cases .cases-hero-title,
  .news-archive-hero h1,
  .contacts-hero h1{
    font-size:40px;
  }
}

@media(max-width:760px){
  .services-page-hero h1,
  .site-cases .cases-hero-title,
  .news-archive-hero h1,
  .contacts-hero h1{
    font-size:36px;
  }
}

@media(max-width:560px){
  .services-page-hero h1,
  .site-cases .cases-hero-title,
  .news-archive-hero h1,
  .contacts-hero h1{
    font-size:31px;
    line-height:1.02;
  }
}

/* Unified vertical position for all internal hero headings */
.services-page-hero,
.site-cases .cases-hero,
.news-archive-hero,
.about-hero,
.contacts-hero{
  min-height:236px;
}

.services-page-hero-inner,
.site-cases .cases-hero>.container,
.news-archive-hero-inner,
.about-hero-inner,
.contacts-hero-inner{
  min-height:236px;
  padding-top:34px;
  padding-bottom:34px;
}

.services-page-hero-inner>div:first-child,
.site-cases .cases-hero-inner,
.news-archive-hero-copy,
.about-hero-copy,
.contacts-hero-copy{
  align-self:center;
  transform:translateY(20px);
}

.services-page-kicker,
.site-cases .cases-hero-kicker,
.news-archive-kicker,
.about-kicker,
.contacts-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:rgba(255,255,255,.76);
  font-size:11px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.services-page-kicker:before,
.site-cases .cases-hero-kicker:before,
.news-archive-kicker:before,
.about-kicker:before,
.contacts-kicker:before{
  content:"";
  display:inline-block;
  width:34px;
  height:2px;
  flex:0 0 34px;
  border-radius:2px;
  background:var(--orange);
}

@media(max-width:1150px){
  .services-page-hero,
  .site-cases .cases-hero,
  .news-archive-hero,
  .about-hero,
  .contacts-hero{
    min-height:214px;
  }

  .services-page-hero-inner,
  .site-cases .cases-hero>.container,
  .news-archive-hero-inner,
  .about-hero-inner,
  .contacts-hero-inner{
    min-height:214px;
    padding-top:28px;
    padding-bottom:28px;
  }
}

@media(max-width:760px){
  .services-page-hero,
  .site-cases .cases-hero,
  .news-archive-hero,
  .about-hero,
  .contacts-hero{
    min-height:188px;
  }

  .services-page-hero-inner,
  .site-cases .cases-hero>.container,
  .news-archive-hero-inner,
  .about-hero-inner,
  .contacts-hero-inner{
    min-height:188px;
    padding-top:24px;
    padding-bottom:24px;
  }

  .services-page-kicker,
  .site-cases .cases-hero-kicker,
  .news-archive-kicker,
  .about-kicker,
  .contacts-kicker{
    gap:9px;
    margin-bottom:11px;
    font-size:9px;
  }

  .services-page-kicker:before,
  .site-cases .cases-hero-kicker:before,
  .news-archive-kicker:before,
  .about-kicker:before,
  .contacts-kicker:before{
    width:24px;
    flex-basis:24px;
  }
}


/* Unified header for individual case pages */
.case-single-page-hero{
  position:relative;
  min-height:236px;
  overflow:hidden;
  border:0;
  background:
    linear-gradient(90deg,rgba(15,28,39,.92) 0%,rgba(22,39,53,.75) 50%,rgba(21,39,55,.28) 100%),
    url('../images/hero-commerce-dark.svg') center center/cover no-repeat;
  color:#fff;
}
.case-single-page-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 76% 20%,rgba(232,91,38,.18),transparent 27%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(9,19,27,.16));
  pointer-events:none;
}
.case-single-page-hero-inner{
  position:relative;
  z-index:2;
  min-height:236px;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.65fr);
  gap:64px;
  align-items:end;
  padding-top:34px;
  padding-bottom:34px;
}
.case-single-page-hero-copy{
  align-self:center;
  transform:translateY(20px);
}
.case-single-page-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:rgba(255,255,255,.76);
  font-size:11px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.case-single-page-kicker:before{
  content:"";
  display:inline-block;
  width:34px;
  height:2px;
  flex:0 0 34px;
  background:var(--orange);
}
.case-single-page-hero h1{
  margin:0;
  color:#fff;
  font-size:clamp(38px,3.45vw,50px);
  font-weight:300;
  line-height:1.02;
  letter-spacing:-.045em;
  text-wrap:balance;
  text-shadow:0 10px 34px rgba(0,0,0,.22);
}
.case-single-page-hero-note{
  align-self:end;
  max-width:600px;
  margin:0 0 2px;
  padding:13px 17px 13px 18px;
  border-left:2px solid rgba(232,91,38,.78);
  background:rgba(12,24,34,.16);
  color:rgba(255,255,255,.94);
  font-size:16px;
  font-weight:400;
  line-height:1.58;
  letter-spacing:-.005em;
  text-shadow:0 2px 10px rgba(0,0,0,.25);
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
.case-single-preview{
  padding:58px 0;
  background:linear-gradient(180deg,#f4f5f6 0%,#eef2f4 100%);
}
.case-single-preview .case-single-meta{margin-top:0}
.case-single-preview .case-single-browser--hero{margin-top:32px}

@media(max-width:1150px){
  .case-single-page-hero{min-height:214px}
  .case-single-page-hero-inner{
    min-height:214px;
    grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);
    gap:34px;
    padding-top:28px;
    padding-bottom:28px;
  }
  .case-single-page-hero h1{font-size:40px}
  .case-single-preview{padding:48px 0}
}
@media(max-width:760px){
  .case-single-page-hero{
    min-height:188px;
    background-position:68% center;
  }
  .case-single-page-hero-inner{
    min-height:188px;
    grid-template-columns:1fr;
    gap:14px;
    padding-top:24px;
    padding-bottom:24px;
  }
  .case-single-page-hero h1{font-size:36px}
  .case-single-page-hero-note{
    max-width:100%;
    padding:11px 14px;
    font-size:14px;
    line-height:1.5;
  }
  .case-single-page-kicker{
    gap:9px;
    margin-bottom:11px;
    font-size:9px;
  }
  .case-single-page-kicker:before{
    width:24px;
    flex-basis:24px;
  }
  .case-single-preview{padding:40px 0}
  .case-single-preview .case-single-browser--hero{margin-top:28px}
}
@media(max-width:560px){
  .case-single-page-hero h1{
    font-size:31px;
    line-height:1.02;
  }
}

/* Legal documents: shared internal hero and readable content width */
.site-legal{
  background:#fff;
}
.legal-page-hero h1{
  max-width:920px;
}
.legal-page-content{
  padding:clamp(56px,6vw,88px) 0 clamp(86px,9vw,132px);
}
.legal-page-document{
  width:min(100%,960px);
  margin:0 auto;
}
.legal-page-document .legal-document{
  max-width:none;
}
.legal-page-document .legal-document>:first-child{
  margin-top:0;
}
.legal-page-document .legal-document h2,
.legal-page-document .legal-document h3{
  scroll-margin-top:110px;
}

@media(max-width:760px){
  .legal-page-content{
    padding:42px 0 82px;
  }
}

/* Remove the global one-pixel header divider on legal pages only */
body.page-id-4824 > header,
body.page-id-4825 > header{
  border-bottom:0 !important;
}

/* Individual articles use the same internal hero system */
body.single-post > header{
  border-bottom:0 !important;
}
.article-single-hero{
  position:relative;
  top:auto;
  min-height:236px;
  overflow:hidden;
  padding:0;
  border:0;
  background:
    linear-gradient(100deg,rgba(18,30,41,.94) 0%,rgba(27,45,59,.86) 42%,rgba(35,66,89,.54) 72%,rgba(35,66,89,.24) 100%),
    url('../images/hero-commerce-dark.svg') center center/cover no-repeat;
  color:#fff;
}
.article-single-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 76% 20%,rgba(232,91,38,.22),transparent 27%),
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(9,19,27,.18));
  pointer-events:none;
}
.article-single-hero>.container{
  position:relative;
  z-index:2;
  min-height:236px;
  display:grid;
  padding-top:34px;
  padding-bottom:34px;
}
.article-single-head{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:48px;
  align-items:end;
}
.article-single-copy{
  max-width:none;
  align-self:start;
  padding-top:60px;
  transform:none;
}
.article-single-breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 14px;
  color:rgba(255,255,255,.8);
  font-size:13px;
  font-weight:400;
  line-height:1.4;
}
.article-single-breadcrumbs a{
  color:inherit;
  transition:color .18s ease;
}
.article-single-breadcrumbs a:hover{
  color:#fff;
}
.article-single-copy h1{
  max-width:1000px;
  margin:8px 0 0;
  padding:0;
  border:0;
  color:#fff;
  font-size:clamp(38px,3.45vw,50px);
  font-weight:300;
  line-height:1.02;
  letter-spacing:-.045em;
  word-spacing:normal;
  text-wrap:balance;
  text-shadow:0 10px 34px rgba(0,0,0,.22);
}
.article-single-meta{
  align-self:end;
  width:100%;
  max-width:360px;
  min-height:82px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);
  gap:0;
  margin:0 0 2px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.24);
  border-left:3px solid var(--orange);
  background:rgba(7,18,26,.64);
  color:#fff;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.article-single-meta-item{
  display:grid;
  align-content:center;
  gap:6px;
  min-width:0;
}
.article-single-meta-item:first-child{
  padding-right:18px;
}
.article-single-meta-item:last-child{
  padding-left:18px;
  border-left:0;
}
.article-single-meta-divider{
  display:block;
  align-self:stretch;
  width:1px;
  min-height:46px;
  background:rgba(255,255,255,.3);
}
.article-single-meta-divider::before{
  content:none !important;
}
.article-single-meta .article-single-meta-label{
  color:rgba(255,255,255,.72);
  font-size:10px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.article-single-meta time,
.article-single-meta-item>span:last-child{
  color:#fff;
  font-size:16px;
  font-weight:600;
  line-height:1.3;
  white-space:nowrap;
}

@media(max-width:1150px){
  .article-single-hero,
  .article-single-hero>.container{
    min-height:214px;
  }
  .article-single-hero>.container{
    padding-top:28px;
    padding-bottom:28px;
  }
  .article-single-head{
    grid-template-columns:minmax(0,1fr) 330px;
    gap:34px;
  }
  .article-single-copy h1{
    font-size:40px;
  }
}
@media(max-width:900px){
  .article-single-head{
    grid-template-columns:1fr;
    gap:18px;
  }
  .article-single-meta{
    width:min(100%,400px);
    max-width:400px;
    justify-self:start;
  }
}
@media(max-width:760px){
  .article-single-hero{
    min-height:188px;
    background-position:68% center;
  }
  .article-single-hero>.container{
    min-height:188px;
    padding-top:24px;
    padding-bottom:24px;
  }
  .article-single-breadcrumbs{
    margin-bottom:14px;
    font-size:12px;
  }
  .article-single-copy{
    padding-top:52px;
    transform:none;
  }
  .article-single-copy h1{
    font-size:36px;
    line-height:1.02;
  }
  .article-single-head{
    gap:16px;
  }
  .article-single-meta{
    max-width:100%;
    min-height:76px;
    padding:15px 16px;
  }
  .article-single-meta-item:first-child{
    padding-right:16px;
  }
  .article-single-meta-item:last-child{
    padding-left:16px;
  }
  .article-single-meta .article-single-meta-label{
    font-size:9px;
  }
  .article-single-meta time,
  .article-single-meta-item>span:last-child{
    font-size:14px;
  }
}
@media(max-width:560px){
  .article-single-copy{
    padding-top:54px;
  }
  .article-single-copy h1{
    font-size:31px;
    line-height:1.02;
  }
}

/* Individual service pages use the unified internal hero system */
body.single-digiweb_service > header{
  border-bottom:0 !important;
}

.service-single .service-single-hero{
  position:relative;
  min-height:236px;
  overflow:hidden;
  padding:0;
  border:0;
  background:
    linear-gradient(100deg,rgba(18,30,41,.94) 0%,rgba(27,45,59,.86) 42%,rgba(35,66,89,.54) 72%,rgba(35,66,89,.24) 100%),
    url('../images/hero-commerce-dark.svg') center center/cover no-repeat;
  color:#fff;
}

.service-single .service-single-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 76% 20%,rgba(232,91,38,.22),transparent 27%),
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(9,19,27,.18));
  pointer-events:none;
}

.service-single .service-single-hero-grid{
  position:relative;
  z-index:2;
  min-height:236px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:48px;
  align-items:end;
  padding-top:34px;
  padding-bottom:34px;
}

.service-single .service-single-title-wrap{
  align-self:center;
  transform:translateY(20px);
}

.service-single .service-single-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:rgba(255,255,255,.76);
  font-size:11px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.service-single .service-single-kicker::before{
  content:"";
  display:inline-block;
  width:34px;
  height:2px;
  flex:0 0 34px;
  border-radius:2px;
  background:var(--orange);
}

.service-single .service-single-kicker::after{
  content:none !important;
  display:none !important;
  width:0;
  flex-basis:0;
  background:none;
}

.service-single .service-single-kicker span{
  color:var(--orange);
}

.service-single .service-single-title-wrap h1{
  max-width:1000px;
  margin:0;
  padding:0;
  border:0;
  color:#fff;
  font-size:clamp(38px,3.45vw,50px);
  font-weight:300;
  line-height:1.02;
  letter-spacing:-.045em;
  text-wrap:balance;
  text-shadow:0 10px 34px rgba(0,0,0,.22);
}

.service-single .service-single-hero-side{
  align-self:end;
  justify-self:stretch;
  max-width:360px;
  margin:0 0 2px;
  padding:13px 16px 14px 18px;
  border-left:2px solid rgba(232,91,38,.78);
  background:rgba(12,24,34,.22);
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.service-single .service-single-hero-side p{
  margin:0;
  color:rgba(255,255,255,.94);
  font-size:15px;
  font-weight:400;
  line-height:1.5;
  letter-spacing:-.005em;
  text-shadow:0 2px 10px rgba(0,0,0,.25);
}

.service-single .service-single-hero-side .btn{
  min-width:0;
  height:42px;
  margin-top:13px;
  padding:0 16px;
  font-size:12px;
}

.service-single-overview{
  padding:44px 0 56px;
  background:linear-gradient(180deg,#edf3f6 0%,#f7f8f8 72%,#f4f5f6 100%);
}

.service-single-overview .service-single-facts{
  margin-top:0;
}

.service-single-overview .service-single-visual{
  margin-top:0;
}

@media(max-width:1150px){
  .service-single .service-single-hero,
  .service-single .service-single-hero-grid{
    min-height:214px;
  }

  .service-single .service-single-hero-grid{
    grid-template-columns:minmax(0,1fr) 330px;
    gap:34px;
    padding-top:28px;
    padding-bottom:28px;
  }

  .service-single .service-single-title-wrap h1{
    font-size:40px;
  }

  .service-single-overview{
    padding:40px 0 50px;
  }
}

@media(max-width:900px){
  .service-single .service-single-hero-grid{
    grid-template-columns:minmax(0,1fr) 300px;
    gap:24px;
  }

  .service-single .service-single-hero-side{
    padding:12px 14px;
  }

  .service-single .service-single-hero-side p{
    font-size:14px;
  }
}

@media(max-width:760px){
  .service-single .service-single-hero{
    min-height:188px;
    background-position:68% center;
  }

  .service-single .service-single-hero-grid{
    min-height:188px;
    grid-template-columns:1fr;
    gap:14px;
    padding-top:24px;
    padding-bottom:24px;
  }

  .service-single .service-single-title-wrap{
    transform:none;
  }

  .service-single .service-single-title-wrap h1{
    font-size:36px;
  }

  .service-single .service-single-kicker{
    gap:9px;
    margin-bottom:11px;
    font-size:9px;
  }

  .service-single .service-single-kicker::before{
    width:24px;
    flex-basis:24px;
  }

  .service-single .service-single-hero-side{
    width:100%;
    max-width:none;
    margin:0;
    padding:11px 14px;
  }

  .service-single .service-single-hero-side .btn{
    height:40px;
    margin-top:11px;
  }

  .service-single-overview{
    padding:38px 0 46px;
  }

  .service-single-overview .service-single-visual{
    margin-top:28px;
  }
}

@media(max-width:560px){
  .service-single .service-single-title-wrap h1{
    font-size:31px;
    line-height:1.02;
  }
}



/* Unified title accent without decorative kicker */
.services-page-hero h1,
.site-cases .cases-hero-title,
.news-archive-hero h1,
.about-hero h1,
.contacts-hero h1,
.service-single .service-single-title-wrap h1,
.case-single-page-hero h1,
.article-single-copy h1,
.site-search-results-hero h1,
.site-generic-title{
  position:relative;
  padding-left:24px;
}

.services-page-hero h1::before,
.site-cases .cases-hero-title::before,
.news-archive-hero h1::before,
.about-hero h1::before,
.contacts-hero h1::before,
.service-single .service-single-title-wrap h1::before,
.case-single-page-hero h1::before,
.article-single-copy h1::before,
.site-search-results-hero h1::before,
.site-generic-title::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:3px;
  height:clamp(34px,.9em,48px);
  border-radius:3px;
  background:var(--orange);
  box-shadow:0 0 18px rgba(232,91,38,.22);
  transform:translateY(-50%);
}

@media(max-width:560px){
  .services-page-hero h1,
  .site-cases .cases-hero-title,
  .news-archive-hero h1,
  .about-hero h1,
  .contacts-hero h1,
  .service-single .service-single-title-wrap h1,
  .case-single-page-hero h1,
  .article-single-copy h1,
  .site-search-results-hero h1,
  .site-generic-title{
    padding-left:18px;
  }

  .services-page-hero h1::before,
  .site-cases .cases-hero-title::before,
  .news-archive-hero h1::before,
  .about-hero h1::before,
  .contacts-hero h1::before,
  .service-single .service-single-title-wrap h1::before,
  .case-single-page-hero h1::before,
  .article-single-copy h1::before,
  .site-search-results-hero h1::before,
  .site-generic-title::before{
    width:2px;
    height:30px;
  }
}


/* Unified bottom baseline for internal hero content */
.services-page-hero-inner>div:first-child,
.site-cases .cases-hero-inner,
.news-archive-hero-copy,
.about-hero-copy,
.contacts-hero-copy,
.service-single .service-single-title-wrap,
.case-single-page-hero-copy,
.article-single-copy{
  align-self:end;
  margin-bottom:2px;
  transform:none;
}

.article-single-copy{
  padding-top:0;
}

.services-page-hero-inner>p,
.site-cases .cases-hero-note,
.news-archive-hero-note,
.about-hero-card,
.contacts-hero-note,
.service-single .service-single-hero-side,
.case-single-page-hero-note,
.article-single-meta{
  align-self:end;
  margin-bottom:2px;
}


/* Case hero: platform and project link inside the description card */
.case-single-page-hero-note{
  display:grid;
  gap:11px;
}

.case-single-page-hero-summary{
  margin:0;
}

.case-single-page-hero-details{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  padding-top:11px;
  border-top:1px solid rgba(255,255,255,.16);
  text-shadow:none;
}

.case-single-page-hero-platform{
  min-width:0;
  display:grid;
  gap:3px;
}

.case-single-page-hero-platform small{
  color:rgba(255,255,255,.7);
  font-size:10px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.case-single-page-hero-platform strong{
  color:#fff;
  font-size:16px;
  font-weight:600;
  line-height:1.3;
}

.case-single-page-hero-project{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 18px;
  border:1px solid var(--orange);
  background:var(--orange);
  color:#fff;
  font-size:13px;
  font-weight:600;
  line-height:1;
  letter-spacing:.025em;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 9px 22px rgba(232,91,38,.18);
  transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.case-single-page-hero-project span{
  font-size:16px;
  transition:transform .2s ease;
}

.case-single-page-hero-project:hover{
  transform:translateY(-2px);
  border-color:#cc4e20;
  background:#cc4e20;
  color:#fff;
  box-shadow:0 13px 28px rgba(232,91,38,.26);
}

.case-single-page-hero-project:hover span{
  transform:translate(2px,-1px);
}

.case-single-page-hero-project:focus-visible{
  outline:2px solid #fff;
  outline-offset:3px;
}

.case-single-preview .case-single-browser--hero{
  margin-top:0;
}

@media(max-width:760px){
  .case-single-page-hero-note{
    gap:9px;
  }

  .case-single-page-hero-details{
    gap:10px;
    padding-top:9px;
  }

  .case-single-page-hero-project{
    min-height:36px;
  }
}
