/* Editorial photography: natural scenes, clear product overlays, quiet captions. */
.editorial-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editorial-caption,
.editorial-hero-caption {
  font-size: 11px;
  line-height: 1.6;
  color: #68717b;
}
.marketing-hero-visual.editorial-hero {
  padding: 0;
  min-height: 590px;
}
.editorial-hero:before {
  display: none;
}
.editorial-hero-photo {
  position: absolute;
  inset: 0 0 60px 28px;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #ede8de;
}
.editorial-hero-photo .editorial-image {
  object-position: 63% 30%;
}
.editorial-hero-photo figcaption {
  position: absolute;
  top: 22px;
  left: 22px;
  border-radius: 14px;
  padding: 14px 18px;
  background: #fffffff0;
  color: #202c3c;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
}
.marketing-google-card.editorial-hero-card {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: min(350px, 88%);
  margin: 0;
  transform: none;
  box-shadow: 0 18px 50px #223d6020;
}
.editorial-hero-card .marketing-card-toolbar {
  padding: 15px 18px;
}
.editorial-hero-card .marketing-card-content {
  padding: 19px;
}
.editorial-hero-card .marketing-proposal {
  margin: 18px 0;
}
.editorial-hero-card .site-button {
  width: 100%;
  font-size: 12px;
  padding: 13px 10px;
}
.editorial-validation {
  font-size: 10px;
  color: #667466;
  margin: 10px 0 0;
  text-align: center;
}
.editorial-hero-caption {
  position: absolute;
  right: 0;
  bottom: -10px;
  margin: 0;
}
.marketing-photo-strip > span {
  overflow: hidden;
}
.marketing-photo-strip .marketing-photo-crop {
  display: block;
  width: 100%;
  height: 100%;
}
.marketing-photo-crop .editorial-image {
  object-position: 65% 40%;
}
.marketing-photo-strip.has-photo {
  display: block;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.marketing-photo-strip.has-photo .editorial-image {
  object-position: center 15%;
}
.audience-hero {
  gap: 55px;
}
.audience-visual {
  min-width: 0;
}
.audience-cover {
  position: relative;
  margin: 0;
  height: 365px;
  border-radius: 26px;
  overflow: hidden;
  background: #eee9df;
}
.audience-cover .editorial-image {
  object-position: 50% 30%;
}
.audience-cover:after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, #14222295);
  pointer-events: none;
}
.audience-cover figcaption {
  position: absolute;
  z-index: 1;
  bottom: 65px;
  left: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 650;
  text-shadow: 0 1px 10px #0005;
}
.audience-visual .audience-glance {
  width: calc(100% - 36px);
  margin: -45px 18px 0;
  padding: 22px;
  background: #fff;
  border: 1px solid #e6eaf1;
  border-radius: 18px;
  box-shadow: 0 14px 40px #1d314b12;
}
.audience-visual .audience-glance-top {
  gap: 12px;
}
.audience-visual .audience-glance .audience-icon {
  width: 38px;
  height: 38px;
  background: var(--audience-tint);
  border-radius: 10px;
}
.audience-visual .audience-glance .audience-icon svg {
  width: 23px;
  height: 23px;
}
.audience-visual .audience-client-question {
  font-size: 21px;
  line-height: 1.3;
  margin: 15px 0;
}
.audience-visual .audience-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.audience-visual .audience-service-list > p {
  flex-basis: 100%;
  margin: 0 0 2px;
  font-size: 9px;
}
.audience-visual .audience-service-list > span {
  padding: 6px 8px;
  margin: 0;
  border: 0;
  font-size: 11px;
  background: var(--audience-tint);
  border-radius: 6px;
}
.audience-visual .audience-service-list i {
  font-size: 10px;
}
.audience-visual .audience-example-label {
  font-size: 10px;
  margin: 12px 0 0;
}
.audience-visual .editorial-caption {
  margin: 12px 20px 0;
}
.audience-card,
.blog-card {
  --editorial-card-padding: 25px;
  padding: var(--editorial-card-padding);
}
.audience-card-photo,
.blog-card-photo {
  position: relative;
  margin: calc(-1 * var(--editorial-card-padding))
    calc(-1 * var(--editorial-card-padding)) 22px;
  height: 210px;
  overflow: hidden;
  border-radius: 17px 17px 0 0;
  background: #ede9e1;
}
.audience-card-photo .audience-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: #fff;
  box-shadow: 0 3px 14px #0001;
}
.audience-card h3 {
  margin-top: 0;
}
.audience-card-photo .editorial-image,
.blog-card-photo .editorial-image {
  transition: transform 0.35s ease;
}
.audience-card:hover .editorial-image,
.blog-card:hover .editorial-image {
  transform: scale(1.025);
}
.audience-hub-preview {
  padding: 24px;
  background: #f6f8fb;
}
.audience-hub-mosaic {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: 110px 110px;
  gap: 9px;
  margin: -24px -24px 28px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.audience-hub-mosaic > :first-child {
  grid-row: span 2;
  object-position: 65% center;
}
.audience-hub-preview h2 {
  font-size: 23px;
}
.audience-post-photo {
  position: relative;
  height: 210px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 12px;
}
.audience-post-photo span {
  position: absolute;
  bottom: 9px;
  left: 9px;
  right: 9px;
  width: fit-content;
  max-width: calc(100% - 18px);
  font-size: 9px;
  background: #fffffff0;
  color: #465261;
  padding: 5px 8px;
  border-radius: 5px;
}
.blog-featured-photo {
  height: 230px;
  margin: 20px 0;
  border-radius: 14px;
  overflow: hidden;
}
.blog-featured-photo .editorial-image {
  object-position: center 15%;
}
.blog-article-cover {
  margin: 32px 0 0;
}
.blog-article-cover .editorial-image {
  height: clamp(230px, 32vw, 390px);
  border-radius: 20px;
  object-position: center 15%;
}
.blog-article-cover figcaption {
  font-size: 11px;
  line-height: 1.6;
  color: #68717b;
  margin-top: 10px;
}
.editorial-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin: 0 0 35px;
}
.editorial-showcase > article {
  border-radius: 24px;
  overflow: hidden;
  background: #f4f7fb;
  min-width: 0;
  border: 1px solid #e4eaf2;
}
.editorial-showcase-heading {
  padding: 27px 28px 20px;
}
.editorial-showcase-heading > span {
  font-size: 10px;
  letter-spacing: 1px;
  color: #1967d2;
  font-weight: 750;
}
.editorial-showcase-heading h3 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin: 12px 0 0;
}
.editorial-post-scene {
  position: relative;
  height: 340px;
  margin: 0 20px;
  border-radius: 15px;
  overflow: hidden;
}
.editorial-post-note {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  background: #fffffff5;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.editorial-post-note strong,
.editorial-post-note small {
  display: block;
}
.editorial-post-note strong {
  font-size: 13px;
}
.editorial-post-note small {
  font-size: 11px;
  line-height: 1.6;
  color: #67717d;
  margin-top: 5px;
}
.editorial-page-preview {
  margin: 0 20px;
  background: #fff;
  border: 1px solid #e2e7e3;
  border-radius: 15px;
  overflow: hidden;
  height: 340px;
}
.editorial-page-bar {
  padding: 12px 16px;
  font-size: 10px;
  color: #68716b;
  background: #fafcf9;
  border-bottom: 1px solid #e8ede7;
  display: flex;
  align-items: center;
  gap: 7px;
}
.editorial-page-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d1d9d0;
}
.editorial-page-bar span {
  margin-left: auto;
}
.editorial-page-preview > .editorial-image {
  height: 145px;
  object-position: center 15%;
}
.editorial-page-copy {
  padding: 18px 24px;
}
.editorial-page-copy > span {
  font-size: 9px;
  color: #47744b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.editorial-page-copy strong {
  display: block;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 9px 0 13px;
  max-width: 260px;
  color: #2b4932;
}
.editorial-page-copy small {
  display: inline-block;
  font-size: 9px;
  color: #fff;
  background: #315c3c;
  border-radius: 5px;
  padding: 8px 13px;
}
.editorial-showcase .editorial-caption {
  padding: 0 23px;
  margin: 15px 0 20px;
}
.site-image-credit {
  font-size: 11px;
  line-height: 1.7;
  color: #707782;
  margin-top: 15px;
}
@media (max-width: 1000px) and (min-width: 761px) {
  .marketing-hero-visual.editorial-hero {
    min-height: 570px;
  }
  .editorial-hero-photo {
    left: 0;
  }
  .editorial-hero-card .marketing-card-toolbar {
    padding: 12px;
    gap: 6px;
  }
  .editorial-hero-card .marketing-small-tag {
    font-size: 8px;
  }
  .audience-hero {
    gap: 30px;
  }
  .audience-cover {
    height: 320px;
  }
  .audience-visual .audience-glance {
    padding: 17px;
  }
}
@media (max-width: 760px) {
  .marketing-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .marketing-hero .site-hero-copy {
    display: contents;
  }
  .marketing-hero .site-kicker {
    order: 0;
  }
  .marketing-hero h1 {
    order: 1;
  }
  .marketing-hero .site-hero-actions {
    order: 3;
    margin: 4px 0 0;
  }
  .marketing-hero .hero-reassurance {
    order: 4;
    margin: 17px 0 22px;
  }
  .marketing-hero .editorial-hero {
    order: 5;
  }
  .marketing-hero .site-hero-lead {
    order: 2;
    margin: 0 0 24px;
  }
  .marketing-hero .site-hero-description {
    order: 6;
  }
  .marketing-hero .marketing-independent {
    order: 7;
  }
  .audience-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .audience-hero > div:first-child,
  .audience-hero .audience-visual {
    display: contents;
  }
  .audience-hero .site-kicker {
    order: 0;
    margin-bottom: 0;
  }
  .audience-hero h1 {
    order: 1;
    margin: 17px 0 24px;
  }
  .audience-hero .audience-cover {
    order: 3;
    height: 250px;
  }
  .audience-hero .audience-cover figcaption {
    bottom: 20px;
  }
  .audience-hero .audience-hero-actions {
    order: 4;
    margin-top: 22px;
    gap: 16px;
  }
  .audience-hero .audience-reassurance {
    order: 5;
  }
  .audience-hero .audience-lead {
    order: 2;
    margin: 0 0 24px;
  }
  .audience-hero .audience-glance {
    order: 6;
    margin: 0;
    width: 100%;
  }
  .audience-hero .editorial-caption {
    order: 7;
    margin: 12px 0 0;
  }
  .marketing-hero-visual.editorial-hero {
    width: 100%;
    max-width: 500px;
    min-height: 580px;
    margin: 5px auto 0;
  }
  .editorial-hero-photo {
    left: 16px;
    right: 0;
    bottom: 100px;
    border-radius: 23px;
  }
  .editorial-hero-photo figcaption {
    left: 16px;
    top: 16px;
    font-size: 13px;
    padding: 11px 14px;
  }
  .marketing-google-card.editorial-hero-card {
    width: min(335px, 94%);
    bottom: 22px;
  }
  .audience-hero {
    gap: 0;
  }
  .audience-cover {
    height: 300px;
    border-radius: 21px;
  }
  .audience-cover figcaption {
    font-size: 16px;
    left: 18px;
  }
  .audience-visual .audience-glance {
    width: calc(100% - 22px);
    margin-left: 11px;
    margin-right: 11px;
    padding: 19px;
  }
  .audience-visual .audience-client-question {
    font-size: 21px;
  }
  .audience-card,
  .blog-card {
    --editorial-card-padding: 23px;
  }
  .audience-card-photo,
  .blog-card-photo {
    height: 220px;
  }
  .audience-hub-mosaic {
    grid-template-rows: 110px 110px;
  }
  .editorial-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .editorial-showcase-heading {
    padding: 24px 23px 20px;
  }
  .editorial-showcase-heading h3 {
    font-size: 25px;
  }
  .editorial-post-scene,
  .editorial-page-preview {
    margin-left: 14px;
    margin-right: 14px;
  }
  .editorial-page-copy {
    padding: 18px;
  }
  .editorial-post-note {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .audience-card-photo .editorial-image,
  .blog-card-photo .editorial-image {
    transition: none;
  }
}
