/* ============================================================
   Design Outcomes Studio (Presentation Design)
   Modern studio page — built from the Figma "Presentation studio"
   frame. Loaded automatically for tpl-design-outcomes-studio.php
   via inc/enqueue.php (slug: design-outcomes-studio).
   ============================================================ */

.do-studio {
    font-family: 'Poppins', sans-serif;
    color: #212121;
    overflow-x: hidden;
}

/* Reset the theme's element-level resets within this page.
   The theme forces `h1..h6 { font-family:CenturyGothStd-Bold; display:inline }`.
   Restore block flow + Poppins at real specificity so it beats the theme — but
   keep margin/font-weight as ZERO-specificity defaults (:where) so the per-element
   rules below can set their own spacing/weight without being clobbered. */
.do-studio h1,
.do-studio h2,
.do-studio h3,
.do-studio h4,
.do-studio h5,
.do-studio h6 {
    display: block;
    font-family: 'Poppins', sans-serif;
}

:where(.do-studio) h1,
:where(.do-studio) h2,
:where(.do-studio) h3,
:where(.do-studio) h4,
:where(.do-studio) h5,
:where(.do-studio) h6 {
    margin: 0;
    font-weight: 600;
}

:where(.do-studio) p {
    margin: 0;
}

.do-studio em {
    font-family: 'Source Serif 4', Georgia, serif;
    font-style: italic;
    font-weight: 400;
}

/* Centered 1240px content column with full-bleed section backgrounds */
.do-hero,
.do-intro,
.do-stats,
.do-approach,
.do-bento,
.do-touchpoints {
    padding-inline: max(24px, calc(50% - 620px));
    box-sizing: border-box;
}

/* Shared buttons */
.do-btn {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    padding: 11px 18px;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease;
}

.do-btn-yellow {
    background: #f7b82a;
    color: #212121;
}

.do-btn-yellow:hover {
    background: #f96815;
    color: #fff;
}

.do-btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.do-btn-outline:hover {
    background: #fff;
    color: #000;
}

/* ============================================================
   HERO
   ============================================================ */
.do-hero {
    position: relative;
    background-color: #cdeff8;
    background-image: url('../../design-outcomes-studio/hero-bg.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 132px;
    padding-bottom: 116px;
}

.do-hero-inner {
    max-width: 622px;
}

.do-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
    margin-bottom: 28px;
}

.do-breadcrumb-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #000;
    text-decoration: none;
    opacity: .78;
}

.do-breadcrumb-home {
    width: 14px;
    height: 14px;
    /* home.svg ships with a near-white (#F2F2F2) fill for dark heros; this page's
       hero is light, so darken it to black to keep it visible next to the text. */
    filter: brightness(0);
}

.do-breadcrumb-sep {
    opacity: .78;
}

.do-breadcrumb-current {
    color: #000;
}

.do-hero-title {
    font-weight: 400;
    font-size: 56px;
    line-height: 1.05;
    color: #000;
    margin-bottom: 23px;
}

.do-hero-title em {
    color: #000;
}

.do-hero-subcopy {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 32px;
    max-width: 560px;
}

/* ============================================================
   INTRO + MONTAGE
   ============================================================ */
.do-intro {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #fff;
}

.do-intro-row {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.do-intro-heading {
    flex: 1 1 656px;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.4;
    color: #000;
}

.do-intro-heading em {
    color: #f96815;
}

.do-intro-right {
    flex: 1 1 561px;
    max-width: 561px;
}

.do-intro-right p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 24px;
}

.do-intro-montage img,
.do-intro-montage video {
    display: block;
    width: 100%;
    height: auto;
}

/* ============================================================
   EXPERTISE STATS
   ============================================================ */
.do-stats {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #fff;
}

.do-stats-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 36px;
}

.do-stats-title em {
    color: #f96815;
}

.do-stats-grid {
    display: flex;
    align-items: center;
    gap: 32px;
}

.do-stat {
    flex: 1 1 0;
    padding-inline: 12px;
}

.do-stat-num {
    font-family: 'Source Serif 4', Georgia, serif;
    font-style: italic;
    font-weight: 600;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: .56px;
}

.do-stat-orange {
    color: #f96815;
}

.do-stat-green {
    color: #00a86b;
}

.do-stat-blue {
    color: #005eb8;
}

.do-stat-purple {
    color: #8031a7;
}

.do-stat-label {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin-top: 12px;
}

.do-stat-divider {
    width: 1px;
    height: 50px;
    background: #dadada;
    flex: 0 0 auto;
}

/* ============================================================
   OUR APPROACH + CORE DESIGN PRINCIPLES (dark)
   ============================================================ */
.do-approach {
    background: #120d0d;
    padding-top: 72px;
    padding-bottom: 72px;
    color: #fff;
}

.do-approach-head {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 66px;
}

.do-approach-left {
    flex: 1 1 50%;
}

.do-approach-label {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    color: #63666a;
    margin-bottom: 16px;
}

.do-approach-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
}

.do-approach-title em {
    color: #fff;
    letter-spacing: -.8px;
}

.do-approach-copy {
    flex: 1 1 50%;
    max-width: 611px;
}

.do-approach-copy p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.do-approach-copy p+p {
    margin-top: 20px;
}

.do-principles-eyebrow {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 40px;
}

.do-principles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.do-principle {
    padding: 24px 12px 49px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.do-principle-icon {
    width: 40px;
    height: 40px;
}

.do-principle-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.do-principle-text {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

/* ============================================================
   FULLY MANAGED CAPABILITIES (BENTO)
   ============================================================ */
.do-bento {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #fff;
}

.do-bento-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.do-bento-title {
    flex: 1 1 50%;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.8px;
    color: #000;
}

.do-bento-title em {
    color: #f96815;
}

.do-bento-copy {
    flex: 1 1 50%;
    max-width: 614px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    align-self: center;
}

.do-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.do-card {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

/* Video fill for the "Interactive & Motion" card (sits behind the text) */
.do-card-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* nudge the visible video framing downward a little within the card */
    object-position: center 35%;
    z-index: 0;
}

.do-card-wide {
    grid-column: span 7;
    min-height: 399px;
}

.do-card-templates {
    grid-column: span 5;
    min-height: 399px;
}

.do-bento-grid>.do-card-dark.do-card-scrim,
.do-bento-grid>.do-card-light,
.do-bento-grid>.do-card:nth-child(5) {
    grid-column: span 4;
    min-height: 489px;
}

.do-card-body {
    position: relative;
    z-index: 2;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 380px;
}

.do-card-body h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.48px;
}

.do-card-body p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -.36px;
}

.do-card-dark .do-card-body {
    color: #fff;
}

.do-card-light .do-card-body,
.do-card-templates .do-card-body {
    color: #000;
}

/* dark scrim so white text stays legible over busy photo */
.do-card-scrim::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .65) 30%, rgba(18, 13, 13, 0) 60%);
}

/* Branded Slide Systems decorative cluster */
.do-card-templates .do-card-body {
    max-width: 440px;
}

.do-templates-art {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.do-tpl-slide {
    position: absolute;
    width: 45%;
    height: auto;
    transform: skewX(-22.42deg) scaleY(.92);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

.do-tpl-slide-3 {
    right: -4%;
    top: 50%;
}

.do-tpl-slide-1 {
    left: 6%;
    top: 62%;
}

.do-tpl-slide-2 {
    left: -14%;
    top: 66%;
}

.do-tpl-logos {
    position: absolute;
    right: 18px;
    bottom: 16px;
    background: #fff;
    padding: 5px 7px;
    display: inline-flex;
    line-height: 0;
}

.do-tpl-logos img {
    height: 16px;
    width: auto;
}

/* ============================================================
   ENTERPRISE TOUCHPOINTS
   ============================================================ */
.do-touchpoints {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #fff;
}

.do-touchpoints-head {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.do-touchpoints-title {
    flex: 1 1 50%;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.8px;
    color: #000;
}

.do-touchpoints-title em {
    color: #f96815;
}

.do-touchpoints-copy {
    flex: 1 1 50%;
    max-width: 591px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    align-self: center;
}

.do-touchpoints-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 56px;
}

.do-touchpoint {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 12px;
}

.do-touchpoint-icon {
    width: 56px;
    height: 56px;
}

.do-touchpoint h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
}

.do-touchpoint p {
    font-size: 18px;
    line-height: 1.5;
    color: #212121;
}

/* ============================================================
   CTA
   ============================================================ */
/* CTA content sits over the shared .cta-section lottie-shapes background */
.do-cta-inner {
    max-width: 746px;
    margin: 0 auto;
}

.do-cta-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.do-cta-title em {
    color: #fff;
    font-weight: 600;
}

.do-cta-sub {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    max-width: 568px;
    margin: 0 auto 32px;
}

.do-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

/* CTA uses branding's shared button classes; the flex gap already provides the
   12px spacing, so cancel talk-to-us-button's own margin-left to avoid doubling. */
.do-cta-actions .talk-to-us-button {
    margin-left: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {

    .do-hero-title {
        font-size: 46px;
    }

    .do-approach-title,
    .do-bento-title,
    .do-touchpoints-title,
    .do-cta-title {
        font-size: 34px;
    }

    .do-intro-heading {
        font-size: 24px;
    }

    .do-stat-num {
        font-size: 44px;
    }

    .do-card-body h3,
    .do-touchpoint h3 {
        font-size: 21px;
    }
}

@media (max-width: 920px) {

    .do-intro-row,
    .do-approach-head,
    .do-bento-head,
    .do-touchpoints-head {
        flex-direction: column;
        gap: 24px;
    }

    .do-principles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .do-bento-grid {
        grid-template-columns: 1fr;
    }

    .do-bento-grid>.do-card,
    .do-card-wide,
    .do-card-templates,
    .do-bento-grid>.do-card-dark.do-card-scrim,
    .do-bento-grid>.do-card-light,
    .do-bento-grid>.do-card:nth-child(5) {
        grid-column: 1 / -1;
        min-height: 360px;
    }

    .do-touchpoints-grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .do-hero {
        background-position: 72% center;
    }

    .do-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, .82) 0%, rgba(255, 255, 255, .55) 45%, rgba(255, 255, 255, 0) 75%);
    }

    .do-hero-inner {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 600px) {

    .do-hero {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .do-hero-title {
        font-size: 36px;
    }

    .do-stats-grid {
        flex-wrap: wrap;
        gap: 24px;
    }

    .do-stat {
        flex: 1 1 40%;
    }

    .do-stat-divider {
        display: none;
    }

    .do-principles-grid {
        grid-template-columns: 1fr;
    }

    .do-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .do-cta-actions .proof-cta-button,
    .do-cta-actions .talk-to-us-button {
        width: 100%;
        text-align: center;
    }
}

/* ============================================================
   Success Stories + Insights/Blog — ported from pages/branding.css
   (these classes are defined only in branding.css; copied here so the
   reused sections render identically on this page). Prefixed with
   .do-studio to also win over this page's element resets.
   ============================================================ */
.do-studio .success-card-thoughtfocus .success-card-image{position:relative !important}
.do-studio .success-card-wrapper:has(.success-card-thoughtfocus){will-change:transform}
.do-studio .branding-blog-section{background-color:#ffffff;padding:80px 0}
.do-studio .branding-blog-container{padding:0 100px}
.do-studio .branding-blog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}
.do-studio .branding-blog-title{font-family:'Poppins',sans-serif;font-weight:600;font-size:40px;color:#000000;line-height:1.2;margin:0}
.do-studio .branding-blog-title span{color:#F96815}
.do-studio .branding-blog-viewall{background-color:transparent;border:1px solid #000000;color:#000000;padding:8px 12px;font-family:'Poppins',sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block}
.do-studio .branding-blog-viewall:hover{background-color:#000000;color:#FFFFFF;text-decoration:none}
.do-studio .branding-blog-cards{display:flex;gap:20px}
.do-studio .branding-blog-card{flex:1;background-color:#ffffff;overflow:hidden;cursor:pointer;transition:all 0.3s ease}
.do-studio .branding-blog-card-image{width:100%;height:300px;overflow:hidden;position:relative}
.do-studio .branding-blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}
.do-studio .branding-blog-card:hover .branding-blog-card-image img{transform:scale(1.05)}
.do-studio .branding-blog-card-body{padding:20px 0}
.do-studio .branding-blog-tag{font-family:'Poppins',sans-serif;font-size:14px;font-weight:500;color:#0050B5;letter-spacing:1px;margin-bottom:20px}
.do-studio .branding-blog-card-title{font-family:'Poppins',sans-serif;font-size:24px;font-weight:600;color:#000000;line-height:1.4;margin-bottom:20px;max-width:98%}
.do-studio .branding-blog-readmore{font-family:'Poppins',sans-serif;font-size:16px;font-weight:600;color:#000000;text-decoration:underline;transition:color 0.3s ease;display:block;margin-bottom:20px}
.do-studio .branding-blog-readmore:hover{color:#F96815}
.do-studio .branding-blog-author{display:flex;align-items:center;gap:12px;margin-top:20px}
.do-studio .branding-blog-author img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.do-studio .branding-blog-author-name{font-family:'Poppins',sans-serif;font-size:14px;font-weight:600;color:#000000;margin-bottom:2px;line-height:150%}
.do-studio .branding-blog-author-meta{font-family:'Poppins',sans-serif;font-size:14px;font-weight:400;color:#000000;line-height:150%}
@media (max-width:991px){
  .do-studio .success-stories-section{padding:60px 0 !important}
  .do-studio .success-stories-section .container-fluid{padding:0 16px !important}
  .do-studio .success-stories-section .row.mb-5{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;justify-content:space-between !important;align-items:center !important;margin-bottom:30px !important}
  .do-studio .success-stories-section .row.mb-5 .col-lg-4, .do-studio .success-stories-section .row.mb-5 .col-md-5{flex:1 1 0% !important;max-width:none !important;width:auto !important;padding-right:15px !important;flex-shrink:1 !important}
  .do-studio .success-stories-section .row.mb-5 .col-lg-8, .do-studio .success-stories-section .row.mb-5 .col-md-7{flex:0 0 auto !important;max-width:none !important;width:auto !important;margin-left:0 !important;text-align:right !important;flex-shrink:0 !important}
  .do-studio .success-stories-section h2{font-size:24px !important;margin-bottom:0 !important;line-height:1.2 !important}
  .do-studio .success-stories-section .text-end{text-align:left !important;margin-top:20px}
  .do-studio .success-view-all-btn{margin-top:0 !important;white-space:nowrap !important;padding:8px 12px !important;font-size:16px !important}
  .do-studio .success-card{margin-bottom:25px !important;margin-top:0 !important}
  .do-studio .success-card-image{overflow:hidden !important;position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;height:250px !important}
  .do-studio .success-card img{object-fit:contain !important;object-position:center !important;transition:transform 0.3s ease !important}
  .do-studio .success-cards-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;margin:0;padding:0}
  .do-studio .success-cards-wrapper::-webkit-scrollbar{display:none}
  .do-studio .success-cards-row{display:flex !important;flex-wrap:nowrap !important;margin:0 !important;padding:0 !important}
  .do-studio .success-cards-row .col-lg-7, .do-studio .success-cards-row .col-lg-5, .do-studio .success-cards-row .col-md-7, .do-studio .success-cards-row .col-md-5, .do-studio .success-cards-row .col-12{flex:0 0 90% !important;max-width:90% !important;margin-bottom:0 !important;scroll-snap-align:start;scroll-snap-stop:always}
  .do-studio .success-cards-row .col-lg-7:first-child, .do-studio .success-cards-row .col-lg-5:first-child, .do-studio .success-cards-row .col-md-7:first-child, .do-studio .success-cards-row .col-md-5:first-child, .do-studio .success-cards-row .col-12:first-child{padding-left:0 !important;padding-right:8px !important}
  .do-studio .success-cards-row .col-lg-7:last-child, .do-studio .success-cards-row .col-lg-5:last-child, .do-studio .success-cards-row .col-md-7:last-child, .do-studio .success-cards-row .col-md-5:last-child, .do-studio .success-cards-row .col-12:last-child{padding-left:8px !important;padding-right:0 !important}
  .do-studio .success-card-wrapper:has(.success-card-thoughtfocus){transform:translateY(0) !important}
  .do-studio .success-card-wrapper{margin-bottom:30px}
  .do-studio .success-content{padding:10px 0 !important}
  .do-studio .success-title{font-size:16px !important}
  .do-studio .branding-blog-section{padding:40px 0}
  .do-studio .branding-blog-container{padding:0 20px}
  .do-studio .branding-blog-title{font-size:28px}
  .do-studio .branding-blog-cards{flex-direction:column}
}
