/* =========================================================
   TAKEE STUDIO
   Core site styles
========================================================= */

/* =========================
   Table of contents
   1) Theme tokens
   2) Base
   3) Layout wrappers
   4) Header + Nav
   5) Mobile menu
   6) Hero
   7) Portfolio reel
   8) Audience
   9) Work (homepage)
   10) Services ticker
   11) Contact (homepage)
   12) Footer
   13) Pages (Portfolio, Services, About, Case)
   14) Responsive
========================= */

/* =========================
   1) Theme tokens
========================= */
:root{
  --orange:#FF3800;
  --black:#000000;
  --white:#ffffff;
  --nav-btn-size: 42px;
  --radius-sm: 8px;
  --radius-md: 8px;

  --muted: rgba(255,255,255,.78);
  --hairline: rgba(255,255,255,.14);
}

/* =========================
   2) Base
========================= */
*{ box-sizing:border-box; }
a,
button,
input,
textarea,
select{
  -webkit-tap-highlight-color: transparent;
}

button,
a{
  touch-action: manipulation;
}

html,body{
  height:100%;
  margin:0;
  padding:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body{
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--black);
  padding-top: 48px;
  position: relative;
}

img,
video,
svg,
canvas{
  max-width:100%;
}

body.page-shell{
  padding-top: 56px;
}
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; padding:0; margin:0; }

/* =========================
   3) Layout wrappers
========================= */
.dark{ background:var(--black); color:var(--white); }

.top{
  min-height:auto;
  display:flex;
  flex-direction:column;
  background: var(--black);
}

/* =========================
   3a) Generic pages
========================= */
.page{
  background:#fff;
  color:#111;
  padding: 140px 0 120px;
}

.page-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.page-kicker{
  margin: 0 0 12px;
  color: rgba(0,0,0,.55);
  letter-spacing:.16em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
}

.page-title{
  margin: 0 0 18px;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.02em;
}

.page-sub{
  margin: 0;
  color: rgba(0,0,0,.65);
  line-height: 1.7;
  max-width: 60ch;
  font-size: 16px;
}

.legal-page{
  padding: 132px 0 118px;
}

.legal-page-inner{
  max-width: 1060px;
}

.legal-hero{
  max-width: 780px;
  margin-bottom: 76px;
}

.legal-content{
  display:grid;
  gap: 0;
  border-top: 1px solid rgba(0,0,0,.14);
}

.legal-row{
  display:grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 48px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0,0,0,.14);
}

.legal-row > span{
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing:.16em;
}

.legal-row h2{
  margin: 0 0 10px;
  color:#111;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.12;
  font-weight: 650;
  letter-spacing:-.01em;
}

.legal-row p{
  margin:0;
  max-width: 66ch;
  color: rgba(0,0,0,.62);
  font-size: 16px;
  line-height: 1.7;
}

.legal-contact{
  margin-top: 34px;
  padding: 26px 0 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
}

.legal-contact p{
  margin:0;
  color: rgba(0,0,0,.48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing:.16em;
  text-transform: uppercase;
}

.legal-contact a{
  color: var(--orange);
  font-size: clamp(22px, 3vw, 40px);
  line-height: 1;
  font-weight: 650;
  letter-spacing:-.02em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

/* =========================
   3b) Portfolio page
========================= */
.portfolio-page{
  background:#fff;
  color:#111;
}

.portfolio-hero{
  padding: 105px 0 42px;
}

.portfolio-hero-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.portfolio-kicker{
  margin: 0 0 12px;
  color: rgba(0,0,0,.55);
  letter-spacing:.16em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
}

.portfolio-title{
  margin: 0 0 12px;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.02em;
}

.portfolio-sub{
  margin: 0;
  color: rgba(0,0,0,.65);
  line-height: 1.7;
  max-width: 60ch;
  font-size: 16px;
}

.portfolio-product-note{
  margin: 18px 0 0;
  max-width: 46ch;
  color: rgba(0,0,0,.58);
  font-size: 13px;
  font-weight: 700;
  letter-spacing:.055em;
  line-height: 1.6;
  text-transform: uppercase;
}

.portfolio-accent{
  color: var(--orange);
}

.portfolio-list{
  padding: 0 0 120px;
}

.portfolio-list-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.portfolio-filter{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin: 0 0 30px;
}

.portfolio-filter-btn{
  border: 1px solid rgba(0,0,0,.16);
  background: transparent;
  color: rgba(0,0,0,.62);
  padding: 10px 13px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor:pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.portfolio-filter-btn.is-active{
  color:#fff;
  border-color: var(--orange);
  background: var(--orange);
}

.portfolio-filter-menu{
  display:none;
  position: relative;
}

.portfolio-filter-trigger{
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--orange);
  border-radius: var(--radius-md);
  background: rgba(255,56,0,.035);
  color:#111;
  padding: 11px 46px 11px 14px;
  text-align:left;
  cursor:pointer;
  position: relative;
  transition: background .2s ease, box-shadow .2s ease;
}

.portfolio-filter-trigger:hover,
.portfolio-filter-menu.is-open .portfolio-filter-trigger{
  background:#fff;
  box-shadow: 0 0 0 3px rgba(255,56,0,.12);
}

.portfolio-filter-trigger::after{
  content:"";
  position:absolute;
  right: 17px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s ease;
}

.portfolio-filter-menu.is-open .portfolio-filter-trigger::after{
  transform: translateY(-35%) rotate(225deg);
}

.portfolio-filter-triggerLabel{
  display:block;
  color: rgba(0,0,0,.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.portfolio-filter-triggerValue{
  display:block;
  color:#111;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.portfolio-filter-options{
  position:absolute;
  z-index: 20;
  left:0;
  right:0;
  top: calc(100% + 8px);
  border: 1px solid var(--orange);
  border-radius: var(--radius-md);
  background:#fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  padding: 6px;
}

.portfolio-filter-option{
  width:100%;
  border:0;
  border-radius: var(--radius-sm);
  background:transparent;
  color:#111;
  padding: 13px 12px;
  text-align:left;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.portfolio-filter-option:hover,
.portfolio-filter-option.is-active{
  color:#fff;
  background: var(--orange);
}

.portfolio-items{
  margin: 0;
  padding: 0;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.portfolio-row{
  border-top: 1px solid rgba(0,0,0,.12);
  padding-top: 24px;
}

.portfolio-empty{
  margin: 0;
  border-top: 1px solid rgba(0,0,0,.12);
  padding-top: 24px;
  color: rgba(0,0,0,.48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.portfolio-item{
  display:block;
  color: rgba(0,0,0,.72);
  transition: color .4s ease;
}

.portfolio-row.is-active .portfolio-item{
  color: var(--orange);
}

.portfolio-item:hover{
  color: rgba(0,0,0,.72);
}

.portfolio-name{
  display:block;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.15;
  font-weight: 650;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #111;
}

.portfolio-item-img{
  width:100%;
  aspect-ratio: 4 / 3;
  height:auto;
  object-fit: cover;
  margin-top: 16px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: var(--radius-md);
}

.portfolio-meta{
  display:block;
  font-size: 12px;
  letter-spacing:.12em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
}

/* =========================
   3d) Services page
========================= */
.services-page{
  background:#fff;
  color:#111;
}

.services-hero{
  padding: 140px 0 90px;
}

.services-hero-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.services-page .services-kicker{
  margin: 0 0 12px;
  color: var(--orange);
  letter-spacing:.16em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
}

.services-page .services-title{
  margin: 0;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.02em;
}

.services-page .services-sub{
  margin: 0;
  color: rgba(0,0,0,.65);
  line-height: 1.7;
  max-width: 60ch;
  font-size: 16px;
}

.services-page .services-accent{
  color: var(--orange);
}

.services-page .services-blocks{
  padding: 0 0 110px;
}

.services-page .services-blocks-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.services-page .service-card{
  border-top: 1px solid rgba(255,56,0,.5);
  padding-top: 22px;
}

.services-page .service-title{
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.services-page .service-desc{
  margin: 0 0 22px;
  color: rgba(0,0,0,.65);
  line-height: 1.6;
  font-size: 15px;
}

.services-page .service-list{
  display:grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.services-page .service-list li{
  position:relative;
  padding-left: 14px;
  color: rgba(0,0,0,.76);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.services-page .service-list li::before{
  content:"";
  position:absolute;
  left:0;
  top: .58em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--orange);
}

.services-page .process{
  padding: 90px 0 110px;
  background: #f7f7f7;
}

.services-page .process-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.services-page .process-kicker{
  margin: 0 0 10px;
  color: var(--orange);
  letter-spacing:.16em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
}

.services-page .process-title{
  margin: 0 0 40px;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -.02em;
}

.services-page .process-steps{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.services-page .process-step{
  border-top: 1px solid rgba(255,56,0,.5);
  padding-top: 18px;
}

.services-page .process-num{
  display:block;
  font-size: 12px;
  letter-spacing:.18em;
  color: var(--orange);
  font-weight: 700;
}

.services-page .process-name{
  margin: 10px 0 8px;
  color: var(--orange);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.services-page .process-desc{
  margin: 0;
  color: rgba(0,0,0,.65);
  line-height: 1.6;
  font-size: 14px;
}

.services-page .services-cta{
  padding: 100px 0 140px;
}

.services-page .services-cta-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  text-align: left;
}

.services-page .services-cta-title{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -.02em;
}

.services-page .services-cta-sub{
  margin: 0 0 24px;
  color: rgba(0,0,0,.65);
  line-height: 1.7;
  max-width: 60ch;
  font-size: 16px;
}

.services-page .services-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--orange);
  text-transform: uppercase;
  letter-spacing:.08em;
  font-weight:700;
  font-size:12px;
  background: var(--orange);
  color:#fff;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}

.services-page .services-cta-btn:hover{
  color:#fff;
  border-color: var(--orange);
  background:#111;
  transform: none;
}

/* =========================
   3e) About page
========================= */
.about-page{
  background:#fff;
  color:#111;
}

.about-hero{
  padding: 140px 0 90px;
}

.about-hero-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.about-kicker{
  margin: 0 0 12px;
  color: rgba(0,0,0,.55);
  letter-spacing:.16em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
}

.about-title{
  margin: 0 0 18px;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.02em;
}

.about-pillars{
  margin: 0 0 22px;
  padding: 0;
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -.01em;
}

.about-accent{
  color: var(--orange);
}

.about-sub{
  margin: 0;
  color: rgba(0,0,0,.65);
  line-height: 1.7;
  max-width: 60ch;
  font-size: 16px;
}

.about-section{
  padding: 80px 0;
}

.about-section-light{
  background: #f7f7f7;
}

.about-section-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  display:grid;
  gap: 16px;
}

.about-heading{
  margin: 0;
  font-size: 22px;
  letter-spacing: -.01em;
  font-weight: 600;
}

.about-text{
  margin: 0;
  color: rgba(0,0,0,.68);
  line-height: 1.7;
  max-width: 70ch;
  font-size: 16px;
}

.about-list{
  margin: 0;
  padding: 0;
  display:grid;
  gap: 10px;
  color: rgba(0,0,0,.68);
  font-size: 16px;
}

.portfolio-row.is-hidden{
  display:none;
}

.portfolio-load{
  margin-top: 48px;
  display:flex;
  justify-content:center;
}

.portfolio-load-btn{
  border: 1px solid rgba(0,0,0,.2);
  background: transparent;
  color:#111;
  text-transform: uppercase;
  letter-spacing:.12em;
  font-weight: 700;
  font-size: 11px;
  padding: 12px 18px;
  cursor:pointer;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.portfolio-load-btn:hover{
  color:#111;
  border-color: rgba(0,0,0,.18);
  transform: none;
}

/* =========================
   3c) Case study pages
========================= */
.case{
  background:#fff;
  color:#111;
}

.case-hero{
  min-height: calc(100vh - 48px);
  padding: 78px 0 64px;
  background:#000;
  color:#fff;
  display:flex;
  align-items:center;
}

.case-hero-inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 22px;
}

.case-back{
  display:inline-block;
  margin: 0 0 34px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing:.14em;
  text-transform: uppercase;
}

.case-back:hover{
  color: var(--orange);
}

.case-kicker{
  margin: 0 0 12px;
  color: var(--orange);
  letter-spacing:.16em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
}

.case-title{
  margin: 0 0 26px;
  max-width: 760px;
  font-size: clamp(27px, 2.25vw, 36px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-intro{
  display:grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .45fr);
  gap: 72px;
  align-items:end;
}

.case-sub{
  margin: 0;
  max-width: 42ch;
  padding-left: 18px;
  border-left: 1px solid var(--orange);
  color: rgba(255,255,255,.7);
  line-height: 1.62;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 650;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.case-meta{
  margin:0;
  display:grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(255,255,255,.18);
}

.case-meta div{
  display:grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.case-meta dt,
.case-meta dd{
  margin:0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.case-meta dt{
  color: rgba(255,255,255,.44);
}

.case-meta dd{
  color:#fff;
}

.case-hero-media{
  display:grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .45fr);
  gap: 72px;
  padding-top: 42px;
  align-items:start;
}

.case-hero-media img,
.case-shot img{
  width:100%;
  display:block;
  object-fit:cover;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-md);
}

.case-hero-media img{
  grid-column: 1;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
}

.case-shot img{
  border-color: rgba(0,0,0,.12);
}

@media (min-width: 901px){
  .case-hero{
    min-height: 100vh;
    padding: 86px 0 58px;
  }

  .case-hero-inner{
    width:100%;
    display:grid;
    grid-template-columns: minmax(0, .82fr) minmax(500px, .92fr);
    column-gap: 88px;
    align-items:center;
  }

  .case-back,
  .case-kicker,
  .case-title,
  .case-intro{
    grid-column: 1;
  }

  .case-back{
    grid-column: 1 / -1;
    margin-bottom: 54px;
  }

  .case-kicker{
    margin-bottom: 14px;
  }

  .case-title{
    max-width: 640px;
    margin-bottom: 24px;
  }

  .case-intro{
    grid-template-columns: 1fr;
    gap: 34px;
    align-items:start;
    max-width: 560px;
  }

  .case-sub{
    max-width: 46ch;
    font-size: 13px;
    line-height: 1.72;
  }

  .case-meta{
    max-width: 500px;
  }

  .case-meta div{
    grid-template-columns: .7fr 1fr;
    padding: 13px 0;
  }

  .case-hero-media{
    grid-column: 2;
    grid-row: 2 / span 3;
    display:block;
    padding-top: 0;
    align-self:stretch;
  }

  .case-hero-media img{
    height:100%;
    aspect-ratio: 16 / 10;
    max-height: 62vh;
    object-fit: cover;
    border-color: rgba(255,255,255,.12);
    border-radius: 0;
    box-shadow: 0 22px 70px rgba(0,0,0,.3);
  }
}

.case-section{
  padding: 76px 0;
}

.case-section-overview{
  background:#fff;
  padding: 84px 0;
}

#amazon-dsp-app .case-section-overview{
  padding-top: 22px;
}

#amazon-dsp-app .case-product-cta,
#workshop-app .case-product-cta{
  padding-bottom: 14px;
}

#workshop-app .case-section-overview{
  padding-top: 22px;
}

.case-section-inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 22px;
}

.case-split{
  display:grid;
  grid-template-columns: minmax(180px, .32fr) minmax(0, .9fr);
  gap: 72px;
  align-items:start;
}

.case-section-overview .case-split{
  grid-template-columns: minmax(0, 760px);
  gap: 0;
}

.case-section-overview .case-split::before{
  display:none;
}

.case-section-label{
  margin:0;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing:.16em;
  text-transform: uppercase;
}

.case-copy{
  max-width: 820px;
}

.case-copy-editorial{
  max-width: 960px;
}

.case-overview-composed{
  max-width: 1120px;
  display:grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .62fr);
  gap: 64px;
  align-items:start;
}

.case-eyebrow{
  margin: 0 0 22px;
  color: rgba(0,0,0,.48);
  font-size: 11px;
  font-weight: 800;
  letter-spacing:.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.case-section h2{
  margin: 0 0 20px;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.22;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none;
  max-width: 32ch;
}

.case-section p{
  margin: 0;
  color: rgba(0,0,0,.62);
  line-height: 1.78;
  max-width: 58ch;
  font-size: 16px;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
}

.case-section p + p,
.case-note p + p{
  margin-top: 14px;
}

.case-lead{
  color: rgba(0,0,0,.7);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.68;
  max-width: 64ch;
}

.case-lead-accent{
  position:relative;
  padding-left: 18px;
  border-left: 1px solid var(--orange);
}

.case-lead-accent span{
  color: var(--orange);
  font-weight: 650;
}

.case-overview-body{
  padding-top: 6px;
}

.case-overview-list{
  display:grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,.12);
  list-style:none;
}

.case-overview-list li{
  padding: 13px 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
  color: rgba(0,0,0,.82);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.case-proof-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
  padding-top: 24px;
}

.case-proof{
  padding-left: 18px;
  border-left: 1px solid var(--orange);
}

.case-proof span{
  display:block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
}

.case-proof strong{
  display:block;
  margin-bottom: 8px;
  color:#111;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.case-proof p{
  max-width: 34ch;
  color: rgba(0,0,0,.58);
  font-size: 14px;
  line-height: 1.62;
}

.case-bundle{
  margin-top: 38px;
  padding: 0 0 0 30px;
  border-left: 2px solid var(--orange);
  background:
    linear-gradient(90deg, rgba(255,56,0,.08), rgba(255,255,255,0) 34%);
}

.case-bundle-head{
  display: grid;
  grid-template-columns: minmax(0, .64fr) minmax(280px, .48fr);
  gap: 34px;
  align-items: start;
}

.case-bundle-head .case-section-label{
  grid-column: 1 / -1;
  margin: 0 0 -8px;
}

.case-bundle-head h3{
  margin: 0;
  max-width: 17ch;
  color: #111;
  font-size: clamp(24px, 2.65vw, 38px);
  font-weight: 850;
  letter-spacing: .01em;
  line-height: 1.06;
  text-transform: uppercase;
}

.case-bundle-head h3 .accent-word{
  color: var(--orange);
}

.case-bundle-head h3 .keep-together{
  white-space: nowrap;
}

.case-bundle-head > p{
  margin: 0;
  max-width: 39ch;
  color: rgba(0,0,0,.62);
  font-size: 16px;
  line-height: 1.65;
}

.case-bundle-lines{
  display: grid;
  gap: 0;
  margin-top: 34px;
  max-width: 760px;
  border-top: 1px solid rgba(0,0,0,.12);
}

.case-bundle-lines p{
  display: grid;
  grid-template-columns: minmax(210px, .45fr) minmax(0, 1fr);
  gap: 22px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
  color: rgba(0,0,0,.58);
  font-size: 15px;
  line-height: 1.58;
}

.case-bundle-lines strong{
  color: #111;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.case-bundle-note{
  margin: 24px 0 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.case-website-list{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  border: 0;
  background: transparent;
}

.case-website-list li{
  position: relative;
  min-height: 132px;
  padding: 48px 22px 22px;
  border: 1px solid rgba(255,56,0,.42);
  background: linear-gradient(180deg, rgba(255,56,0,.08), rgba(255,255,255,0) 62%), #fff;
  color: #111;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.55;
  text-transform: uppercase;
}

.case-website-list li::before{
  content: "0" counter(website-point);
  counter-increment: website-point;
  position: absolute;
  top: 18px;
  left: 22px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.case-website-list{
  counter-reset: website-point;
}

.case-gallery{
  padding: 0 0 72px;
}

.case-gallery-inner{
  max-width: 1320px;
  margin:0 auto;
  padding: 0 22px;
  display:grid;
  grid-template-columns: minmax(0, .75fr) minmax(280px, .45fr);
  gap: 28px;
  align-items:center;
}

.case-shot{
  margin:0;
}

.case-shot-large{
  grid-row: auto;
}

.case-shot-large img,
.case-slider{
  aspect-ratio: 5 / 3.2;
}

.case-slider{
  position: relative;
  overflow:hidden;
}

.case-slider-viewport{
  height:100%;
  overflow:hidden;
  border-radius: var(--radius-md);
}

.case-slider-track{
  height:100%;
  display:flex;
  transform: translateX(calc(var(--case-slide-index, 0) * -100%));
  transition: transform 1.45s cubic-bezier(.19, 1, .22, 1);
}

.case-slider-track img{
  flex: 0 0 100%;
  height:100%;
}

.case-slider-count{
  position:absolute;
  right: 16px;
  bottom: 14px;
  display:flex;
  justify-content:flex-end;
  color: var(--orange);
  mix-blend-mode: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing:.12em;
  text-transform: uppercase;
  pointer-events:none;
}

.case-shot-small img{
  aspect-ratio: 4 / 3;
}

.case-note{
  padding: 32px 0 32px 32px;
  border-left: 1px solid rgba(255,56,0,.58);
}

.case-note h2{
  margin: 14px 0 16px;
  max-width: 13ch;
  font-size: clamp(20px, 1.65vw, 26px);
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 650;
  text-transform: uppercase;
}

.case-note p:last-child{
  margin:0;
  color: rgba(0,0,0,.66);
  line-height: 1.65;
}

.case-note p + p:last-child{
  margin-top: 14px;
}

.case-note-lead{
  margin: 0 0 26px;
  color: rgba(0,0,0,.64);
  font-size: 14px;
  line-height: 1.7;
  max-width: 46ch;
}

.case-note-list{
  display:grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,.12);
  list-style:none;
  counter-reset: case-note;
}

.case-note-list li{
  position:relative;
  padding: 15px 0 15px 42px;
  border-bottom: 1px solid rgba(0,0,0,.12);
  color: rgba(0,0,0,.72);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .095em;
  text-transform: uppercase;
  counter-increment: case-note;
}

.case-note-list li::before{
  content: counter(case-note, decimal-leading-zero);
  position:absolute;
  left:0;
  top: 16px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

.case-section-dark{
  background:#000;
  color:#fff;
  padding: 68px 0;
}

.case-section-dark .case-section-label{
  color: var(--orange);
}

.case-section-dark h2{
  color:#fff;
  max-width: none;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.1;
  white-space: nowrap;
}

.case-outcomes{
  display:grid;
  grid-template-columns: minmax(190px, .28fr) minmax(0, .86fr);
  gap: 86px;
  align-items:start;
}

.case-points{
  margin:0;
  padding:0;
  display:grid;
  gap: 0;
}

.case-points li{
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.82);
  display:grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  align-items:baseline;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.case-points span{
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing:.14em;
}

.case-points strong{
  display:block;
  color:#fff;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.16;
  font-weight: 650;
  letter-spacing:.015em;
  text-transform: uppercase;
}

.case-points p{
  margin: 8px 0 0;
  max-width: 58ch;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
}

.case-points li:last-child{
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.case-product-cta{
  background:#fff;
  padding: 34px 22px 34px;
}

.case-product-cta-inner{
  max-width: 1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .5fr) auto;
  gap: 34px;
  align-items:end;
  padding: 28px 0 28px 28px;
  border-bottom: 1px solid rgba(0,0,0,.12);
  position: relative;
}

.case-product-cta-inner::before{
  content:"";
  position:absolute;
  left:0;
  top: 28px;
  bottom: 28px;
  width: 4px;
  background: var(--orange);
}

.case-product-cta-label{
  margin:0 0 12px;
  padding: 0;
  color: var(--orange);
  background: transparent;
  font-size: 10px;
  font-weight: 900;
  letter-spacing:.13em;
  text-transform: uppercase;
}

.case-product-cta h2{
  margin:0;
  color:#111;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  max-width: 24ch;
}

.case-product-cta p{
  margin:0;
  color: rgba(0,0,0,.62);
  font-size: 14px;
  line-height: 1.7;
  max-width: 46ch;
}

.case-product-cta-btn{
  min-height: 46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  justify-self:start;
  padding: 0 18px;
  border: 1px solid var(--orange);
  background: var(--orange);
  color:#fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing:.10em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.case-product-cta-btn:hover{
  background:#111;
  border-color: var(--orange);
  color:#fff;
}

.case-next{
  background:#fff;
  padding: 0 22px 88px;
}

.case-next-link{
  max-width: 1320px;
  margin:0 auto;
  padding: 30px 0;
  display:grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 48px;
  align-items:center;
  border-top: 1px solid rgba(0,0,0,.12);
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.case-next-label{
  grid-column: 1 / -1;
  color: rgba(0,0,0,.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing:.14em;
  text-transform: uppercase;
}

.case-next-title{
  color:#111;
  font-size: clamp(20px, 2.15vw, 31px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -.025em;
  text-transform: uppercase;
  transition: color .2s ease;
}

.case-next-cta{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.case-next-cta span{
  font-size: 15px;
  line-height: 1;
  transform: translateY(-1px);
}

.case-next-link:hover .case-next-title{
  color: var(--orange);
}

.case-next-link:hover .case-next-cta{
  background: var(--orange);
  color:#fff;
}

@media (min-width: 901px){
  .case-hero{
    min-height: auto;
    padding: 118px 0 78px;
    align-items:flex-start;
  }

  .case-hero-inner{
    max-width: 1480px;
    padding: 0 48px;
    grid-template-columns: minmax(360px, .76fr) minmax(520px, 1fr);
    grid-template-rows: auto auto auto auto;
    column-gap: 78px;
    align-items:start;
  }

  .case-back{
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 54px;
  }

  .case-kicker{
    grid-column: 1;
    grid-row: 2;
  }

  .case-title{
    grid-column: 1;
    grid-row: 3;
    max-width: 560px;
    margin-bottom: 28px;
  }

  .case-intro{
    grid-column: 1;
    grid-row: 4;
    max-width: 540px;
  }

  .case-hero-media{
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self:center;
    display:block;
  }

  .case-hero-media img{
    width:100%;
    height:auto;
    max-height: 68vh;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    object-position:center;
    background:#050505;
  }

  .case-product-cta{
    padding: 30px 48px 26px;
  }

  .case-product-cta-inner{
    max-width: 1480px;
    grid-template-columns: minmax(220px, .42fr) minmax(360px, .72fr) auto;
    gap: 42px;
    align-items:center;
    padding: 22px 0 22px 24px;
  }

  .case-section-inner,
  .case-gallery-inner,
  .case-next-link{
    max-width: 1480px;
  }

  .case-section-inner{
    padding: 0 48px;
  }

  .case-section-overview{
    padding: 42px 0 62px;
  }

  #amazon-dsp-app .case-section-overview,
  #workshop-app .case-section-overview{
    padding-top: 34px;
  }

  .case-section-overview .case-split{
    grid-template-columns: 1fr;
  }

  .case-overview-composed{
    max-width: 980px;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items:start;
  }

  .case-overview-composed > .case-proof-grid{
    max-width: none;
    margin-top: 18px;
    padding-top: 0;
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
  }

  .case-overview-composed .case-section h2,
  .case-overview-composed h2{
    max-width: 29ch;
    margin-bottom: 0;
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
  }

  .case-overview-composed .case-lead{
    max-width: 70ch;
    font-size: 14px;
    line-height: 1.7;
  }

  .case-overview-list{
    max-width: none;
    display:flex;
    flex-wrap:wrap;
    gap: 22px;
    margin-top: 18px;
    border-top: 0;
  }

  .case-overview-list li{
    position:relative;
    padding: 0 0 0 12px;
    border: 0;
    border-radius: var(--radius-sm);
    background: transparent;
    color: rgba(0,0,0,.72);
    font-size: 10px;
    letter-spacing: .12em;
  }

  .case-overview-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:.58em;
    width:4px;
    height:4px;
    background: var(--orange);
  }

  .case-website-list{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
    border: 0;
    background: transparent;
  }

  .case-website-list li{
    min-height: 132px;
    padding: 48px 22px 22px;
    border: 1px solid rgba(255,56,0,.42);
    background: linear-gradient(180deg, rgba(255,56,0,.08), rgba(255,255,255,0) 62%), #fff;
    color:#111;
  }

  .case-website-list li::before{
    content: "0" counter(website-point);
    top: 18px;
    left: 22px;
    width:auto;
    height:auto;
    background: transparent;
    color: var(--orange);
  }

  .case-proof{
    padding-left: 16px;
  }

  .case-gallery{
    padding: 10px 0 86px;
  }

  .case-gallery-inner{
    padding: 0 48px;
    grid-template-columns: minmax(0, .92fr) minmax(320px, .42fr);
    gap: 72px;
    align-items:start;
  }

  .case-shot-large img,
  .case-slider{
    aspect-ratio: 16 / 10;
  }

  .case-note{
    margin-top: 24px;
    padding: 8px 0 8px 28px;
  }

  .case-note h2{
    max-width: 18ch;
  }

  .case-section-dark{
    padding: 78px 0;
  }

  .case-outcomes{
    grid-template-columns: minmax(220px, .3fr) minmax(0, .9fr);
    gap: 72px;
  }

  .case-points li{
    padding: 20px 0;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 20px;
  }

  .case-next{
    padding: 0 48px 92px;
  }
}

/* =========================
   4) Header + Nav (desktop)
========================= */
.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 18px 28px;
  background: rgba(0,0,0,.54);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0;
  outline: 0;
  box-shadow: none;
  margin-bottom: 0;
  transition: background .28s ease, backdrop-filter .28s ease, -webkit-backdrop-filter .28s ease;
}

.site-header.is-scrolled{
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.page-shell .site-header{
  padding: 12px 24px;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.nav-logo{
  order: 1;
}

.nav-left{
  order: 2;
  margin-left: auto;
  gap: 0;
}

.nav-right{
  order: 3;
  gap: 0;
}

.nav-left,
.nav-right{
  display:flex;
  align-items:center;
  gap:32px;
  font-size:13px;
  letter-spacing:.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-left{
  margin-right: 32px;
}

.nav-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 0;
  color: rgba(255,255,255,.86);
  transition: color .18s ease, opacity .18s ease;
}
.nav-link:hover{
  color: rgba(255,255,255,.86);
  opacity: 1;
}

.nav-logo{
  display:inline-flex;
  align-items:center;
  gap: 11px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-sm);
  letter-spacing: .14em;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  color: #fff;
  transition: color .18s ease, border-color .18s ease;
}
.nav-logo:hover{
  color: #fff;
}

.nav-mark{
  width: 26px;
  height: 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}

.nav-mark img{
  width:100%;
  height:100%;
  display:block;
  object-fit: contain;
}

.nav-word{
  display:inline-block;
}

/* =========================
   5) Burger (mobile only)
========================= */
.nav-burger{
  display:none;
  width: var(--nav-btn-size);
  height: var(--nav-btn-size);
  border:1px solid rgba(255,255,255,.22);
  border-radius: 4px;
  background: rgba(255,255,255,.04);
  cursor:pointer;
  padding:10px;
  transition:border-color .18s ease, background .18s ease;
}

.nav-burger .line{
  display:block;
  height:2px;
  background:#fff;
  border-radius: var(--radius-sm);
  transition: transform .22s ease, background .18s ease, opacity .18s ease, width .22s ease;
}
.nav-burger .l1{ width:20px; margin:0 0 6px auto; }
.nav-burger .l2{ width:24px; margin:0 auto 6px; }
.nav-burger .l3{ width:18px; margin:0 auto 0 0; }

.nav-burger .l1{ animation: burger-scan 3.4s ease-in-out infinite; }
.nav-burger .l2{ animation: burger-scan 3.4s ease-in-out infinite .25s; }
.nav-burger .l3{ animation: burger-scan 3.4s ease-in-out infinite .5s; }

.nav-burger:hover{
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.04);
}
.nav-burger:hover .line{ background: #fff; }

.nav-burger[aria-expanded="true"] .l1{
  width:24px;
  transform:translateY(8px) rotate(45deg);
  margin-right:auto;
  background:var(--orange);
}
.nav-burger[aria-expanded="true"] .l2{
  opacity:0;
  transform:scaleX(.6);
}
.nav-burger[aria-expanded="true"] .l3{
  width:24px;
  transform:translateY(-8px) rotate(-45deg);
  margin-left:auto;
  background:var(--orange);
}

/* =========================
   6) Mobile menu (fullscreen)
========================= */
.mnav{
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--black);
  color: var(--white);
}
.mnav[hidden]{ display:none !important; }

.mnav{
  opacity: 0;
  transition: opacity .32s ease;
}

.mnav.is-open{
  opacity: 1;
}

.mnav-top{
  display:flex;
  justify-content:flex-end;
  padding: 18px 18px 0;
}

.mnav-close{
  width: var(--nav-btn-size);
  height: var(--nav-btn-size);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.04);
  color: var(--white);
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease;
}
.mnav-close:hover{
  color: var(--white);
  border-color: rgba(255,255,255,.22);
}

.mnav-inner{
  padding: 60px 26px 36px;
  display:grid;
  gap: 28px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.mnav-link{
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 36px;
  line-height: 1.02;
  color: var(--white);
  transition: color .2s ease;
  opacity: 0;
  transform: translateY(8px);
  transition: transform .35s ease, opacity .35s ease, color .2s ease;
}
.mnav-link:hover{ color: var(--white); }
.mnav-link.is-active{ color: var(--orange); }

.mnav.is-open .mnav-inner{
  opacity: 1;
  transform: translateY(0);
}

.mnav.is-open .mnav-link{
  opacity: 1;
  transform: translateY(0);
}

/* Burger scan (top to bottom) */
@keyframes burger-scan{
  0%, 70%, 100%{
    background:#fff;
  }
  80%{
    background: var(--orange);
  }
}

.mnav-brand{
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 18px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--orange);
  opacity: .9;
}

.mnav-legal{
  margin-top: 12px;
  display:flex;
  gap: 18px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

.mnav-legal a{
  color: inherit;
}

.mnav-legal a:hover{
  color: inherit;
}

@media (prefers-reduced-motion: reduce){
  .mnav-inner,
  .mnav-link{
    transition: none;
    transform: none;
    opacity: 1;
  }

  .mnav.is-open .mnav-link{
    animation: none;
  }
}

/* =========================
   7) Hero
========================= */
.hero{
  flex: 0 0 auto;
  display:flex;
  align-items:flex-start;
  padding: 60px 0 84px;
}

.hero-inner{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 0;
}

.hero-title{
  margin:0 0 12px;
  font-weight:650;
  text-transform: uppercase;
  letter-spacing:.04em;
  line-height: 1.02;
  font-size: clamp(33px, 5vw, 63px);
}

.hero-title,
.hero-title *{
  cursor: default;
  user-select: none;
}

.swap{
  display:inline-flex;
  align-items: baseline;
  white-space: nowrap;
  width: auto;
  gap: .35ch;
}
.swap-word{
  color: var(--orange);
  font-weight:750;
  pointer-events:none;
}
.swap-amp{
  color: rgba(255,255,255,.86);
  font-weight:650;
  pointer-events:none;
}

.hero-sub{
  margin:0 0 18px;
  color: var(--muted);
  font-weight:600;
  letter-spacing:.06em;
  text-transform: uppercase;
  font-size:14px;
  max-width:760px;
  line-height:1.55;
}

.hero-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,.20);
  text-transform: uppercase;
  letter-spacing:.08em;
  font-weight:700;
  font-size:12px;
  background: transparent;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}
.btn.primary{
  background: rgba(255,255,255,.08);
  color: #fff;
}
.btn.ghost{ background: transparent; }

.btn:hover{
  color: inherit;
  border-color: rgba(255,255,255,.20);
  transform: none;
}

.services-cta-btn,
.footer-cta{
  animation: cta-breathe 3.2s ease-in-out infinite;
}

@keyframes cta-breathe{
  0%, 75%, 100%{
    transform: translateY(0);
    box-shadow: none;
  }
  85%{
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255,56,0,.18);
  }
}

/* =========================
   8) Portfolio Reel (video section)
========================= */
.reel{
  height: 88vh;
  background: #000;
  margin: 0;
  position: relative;
  padding-top: 32px;
}

.reel-sticky{
  position: sticky;
  top: 0;
  height: 88vh;
  overflow: hidden;
  padding: 40px;
  background:#000;
}

.reel-inner{
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  max-width:none;
}

.reel-media{
  width: min(1200px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  box-shadow: 0 40px 120px rgba(0,0,0,.6);
  position: relative;
  z-index: 2;
  overflow:hidden;
}

.reel-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  opacity:0;
  transform: none;
  transition: opacity 1s ease;
}

.reel-img.is-active{
  opacity:1;
  transform: none;
}

@media (min-width:701px){
  .reel-media{
    max-height: calc(100vh - 120px);
  }

}

@media (min-width:901px){
  .reel{
    height: auto;
    min-height: 100vh;
  }

  .reel-sticky{
    height: auto;
    min-height: 100vh;
    overflow: visible;
    padding-bottom: 88px;
  }

  .reel-media{
    width: min(1480px, calc(100% - 120px));
    max-height: none;
  }
}

/* =========================
   8) Audience
========================= */
.audience{
  background:#fff;
  color:#111;
  padding: 112px 0 0;
}

.audience-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px 72px;
}

.audience-kicker{
  margin: 0 0 28px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.audience-sub{
  position:relative;
  margin: 0 0 58px;
  max-width: 760px;
  padding-left: 26px;
  border-left: 2px solid var(--orange);
  color: rgba(0,0,0,.78);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.audience-sub span{
  color: var(--orange);
}

.audience-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.audience-card{
  min-height: 230px;
  display:grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 42px;
  align-content:start;
  position:relative;
  padding: 30px 30px 28px;
  border: 1px solid rgba(255,56,0,.55);
  border-radius: var(--radius-md);
  background:#fff;
  color:#111;
}

.audience-icon{
  grid-column: 1;
  grid-row: 1;
  color: var(--orange);
  width: 34px;
  height: 34px;
  display:block;
}

.audience-icon svg{
  width:100%;
  height:100%;
  display:block;
}

.audience-card strong{
  grid-column: 2;
  grid-row: 1;
  align-self:center;
  display:block;
  margin: 0;
  max-width: none;
  color:#080808;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.audience-copy{
  grid-column: 1 / -1;
  grid-row: 2;
  align-self:end;
  display:grid;
  gap: 5px;
  max-width: 22ch;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,.52);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.audience-copy li{
  position:relative;
  padding-left: 18px;
  white-space: nowrap;
}

.audience-copy li::before{
  content:"—";
  position:absolute;
  left:0;
  color: var(--orange);
}

.audience-footer{
  min-height: 94px;
  display:grid;
  grid-template-columns: auto 1fr auto;
  align-items:center;
  gap: 22px;
  border-top: 1px solid rgba(0,0,0,.18);
  color:#111;
  padding: 0 max(22px, calc((100vw - 1180px) / 2 + 22px));
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.audience-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
}

.audience-footer-arrow{
  color: var(--orange);
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
}

/* =========================
   9) Work
========================= */
.work{
  background:#fff;
  color:#111;
  padding: 90px 0 50px;
  position: relative;
  z-index: 3;
  margin-top: -1px;
}

.work-inner{
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 48px;
  display:grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items:start;
}

.work-preview{
  position: sticky;
  top: 100px;
  height: calc(100vh - 160px);
  display:flex;
  align-items:center;
}

.work-frame{
  width:100%;
  aspect-ratio: 4 / 3;
  overflow:hidden;
  background:#fafafa;
  border-radius: var(--radius-md);
}

.work-img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-img[src*="carflow-os"],
.work-mobileImg[src*="carflow-os"],
.portfolio-item-img[src*="carflow-os"],
.case-hero-media img[src*="carflow-os"],
.case-shot img[src*="carflow-os"],
.work-img[src*="dsp pic"],
.work-img[src*="dsp%20pic"],
.work-mobileImg[src*="dsp pic"],
.work-mobileImg[src*="dsp%20pic"],
.portfolio-item-img[src*="dsp pic"],
.portfolio-item-img[src*="dsp%20pic"],
.case-hero-media img[src*="dsp pic"],
.case-hero-media img[src*="dsp%20pic"],
.case-shot img[src*="dsp pic"],
.case-shot img[src*="dsp%20pic"]{
  object-fit: contain;
  background:#f4f6fb;
  border: 0 !important;
}

.work-img[src*="dsp pic"],
.work-img[src*="dsp%20pic"],
.work-mobileImg[src*="dsp pic"],
.work-mobileImg[src*="dsp%20pic"],
.portfolio-item-img[src*="dsp pic"],
.portfolio-item-img[src*="dsp%20pic"],
.case-hero-media img[src*="dsp pic"],
.case-hero-media img[src*="dsp%20pic"],
.case-shot img[src*="dsp pic"],
.case-shot img[src*="dsp%20pic"]{
  object-fit: cover;
  object-position: center center;
}

.reel-media:has(img[src*="carflow-os"]),
.work-frame:has(img[src*="carflow-os"]),
.portfolio-item:has(img[src*="carflow-os"]) .portfolio-item-img,
.case-hero-media:has(img[src*="carflow-os"]),
.case-slider:has(img[src*="carflow-os"]),
.case-slider:has(img[src*="carflow-os"]) .case-slider-viewport,
.reel-media:has(img[src*="dsp pic"]),
.reel-media:has(img[src*="dsp%20pic"]),
.work-frame:has(img[src*="dsp pic"]),
.work-frame:has(img[src*="dsp%20pic"]),
.portfolio-item:has(img[src*="dsp pic"]) .portfolio-item-img,
.portfolio-item:has(img[src*="dsp%20pic"]) .portfolio-item-img,
.case-hero-media:has(img[src*="dsp pic"]),
.case-hero-media:has(img[src*="dsp%20pic"]),
.case-slider:has(img[src*="dsp pic"]),
.case-slider:has(img[src*="dsp%20pic"]),
.case-slider:has(img[src*="dsp pic"]) .case-slider-viewport,
.case-slider:has(img[src*="dsp%20pic"]) .case-slider-viewport{
  border: 0 !important;
  box-shadow: none;
}

.case-slider:has(img[src*="carflow-os"]){
  aspect-ratio: 16 / 9;
}

.case-slider:has(img[src*="carflow-os"]) .case-slider-track img{
  object-fit: cover;
}

#workshop-app .case-gallery-inner:has(img[src*="carflow-os"]){
  max-width: none;
  padding: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: 46px;
}

#workshop-app .case-slider:has(img[src*="carflow-os"]){
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
  background: transparent;
}

#workshop-app .case-slider:has(img[src*="carflow-os"]) .case-slider-viewport{
  border-radius: 0;
}

#workshop-app .case-note{
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 22px;
}

.work-listWrap{ padding-top: 0; }

.work-kicker{
  margin:0 0 16px;
  color: rgba(0,0,0,.45);
  letter-spacing:.16em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}

.work-title{
  margin:0 0 80px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -.01em;
  color: #111;
}

.work-list{
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap: 0;
}

.work-li{
  margin:0;
  padding:0;
  border-top: 1px solid rgba(0,0,0,.08);
}
.work-li:last-child{
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.work-item{
  width:100%;
  text-align:left;
  background:transparent;
  border:0;
  cursor:pointer;
  padding: 56px 0;
  color: rgba(0,0,0,.65);
  transition: color .3s cubic-bezier(0.4, 0, 0.2, 1),
              padding-left .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-name{
  display:block;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: inherit;
}

.work-meta{
  display:block;
  margin-bottom: 16px;
  font-size: 12px;
  letter-spacing:.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,.40);
  font-weight: 500;
}

.work-item.is-active{
  color: var(--orange);
  padding-left: 0;
}
.work-item:hover:not(.is-active){
  color: rgba(0,0,0,.40);
  padding-left: 0;
}

.work-mobileImg{ display:none; }

@media (min-width: 901px){
  .work-list::after{
    content:"";
    display:block;
    height: 14vh;
  }
}

/* =========================
   10) Services ticker
========================= */
.services{
  background:#fff;
  color:#111;
  padding: 88px 0 104px;
  overflow:hidden;
  position:relative;
}

.services-marquee-inner{
  max-width:1180px;
  margin:0 auto;
  padding: 26px 22px 0;
  position:relative;
  border-top: 1px solid rgba(0,0,0,.12);
}

.services-marquee-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.services-marquee-header > span{
  color: var(--orange);
  letter-spacing:.18em;
  text-transform: uppercase;
  font-weight: 850;
  font-size: 11px;
}

.services-band{
  width: 100vw;
  height: 68px;
  margin-left: calc(50% - 50vw);
  background: var(--orange);
  color:#fff;
  overflow:hidden;
  border: 0;
  box-shadow: none;
}

.services-track{
  width:max-content;
  height:100%;
  display:flex;
  align-items:center;
  gap: 54px;
  padding: 0 28px;
  animation: services-marquee 62s linear infinite;
  will-change: transform;
}

.services-track span{
  display:inline-flex;
  align-items:center;
  gap: 54px;
  color:#fff;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height:1;
  font-weight: 700;
  letter-spacing:.16em;
  text-transform: uppercase;
  white-space:nowrap;
}

.services-track span::after{
  content:"/";
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(255,255,255,.72);
  font-weight: 700;
  font-size: .58em;
  transform: translateY(-.06em);
  display:inline-block;
}

.services-marquee-link{
  width: fit-content;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 12px;
  min-height: 34px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid rgba(255,56,0,.34);
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing:.13em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.services-marquee-link:hover{
  background: var(--orange);
  border-color: var(--orange);
  color:#fff;
}

.services-marquee-link span{
  color: currentColor;
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
}

@keyframes services-marquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce){
  .services-track{
    animation:none;
  }
}

/* =========================
   11) Contact
========================= */
.contact{
  background:#000;
  color:#fff;
  padding: 120px 0;
}

.contact-inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 22px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items:start;
}

.contact-kicker{
  margin:0 0 10px;
  color: rgba(255,255,255,.65);
  letter-spacing:.14em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
}

.contact-title{
  margin:0 0 18px;
  color:#fff;
  font-size: clamp(18px, 1.65vw, 26px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-sub{
  margin:0;
  color: rgba(255,255,255,.70);
  line-height: 1.65;
  max-width: 42ch;
  font-size: 16px;
}

.contact-form{
  display:grid;
  gap: 16px;
}

.contact-landing .contact-inner{
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.field{
  display:grid;
  gap: 8px;
}

.field-label{
  font-size: 12px;
  letter-spacing:.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.70);
  font-weight: 800;
}

.field-input{
  width:100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(255,255,255,.06);
  color: #fff;
  outline: none;
  font-size: 14px;
}

.field-input::placeholder{
  color: rgba(255,255,255,.55);
}

.field-input:focus{
  border-color: rgba(255,56,0,.95);
  box-shadow: 0 0 0 3px rgba(255,56,0,.18);
}

.field-textarea{
  resize: vertical;
  min-height: 160px;
}

select.field-input{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  padding-right:52px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.95) 50%),
    linear-gradient(135deg, rgba(255,255,255,.95) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size:
    7px 7px,
    7px 7px;
  background-repeat:no-repeat;
}

.contact-select{
  position: relative;
}

.contact-select-trigger{
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.06);
  color:#fff;
  padding: 11px 46px 11px 14px;
  text-align:left;
  cursor:pointer;
  position: relative;
  transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.contact-select-trigger:hover,
.contact-select.is-open .contact-select-trigger{
  background: rgba(255,255,255,.09);
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255,56,0,.18);
}

.contact-select-trigger::after{
  content:"";
  position:absolute;
  right: 17px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s ease;
}

.contact-select.is-open .contact-select-trigger::after{
  transform: translateY(-35%) rotate(225deg);
}

.contact-select-triggerLabel{
  display:block;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-select-triggerValue{
  display:block;
  color:#fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.contact-select-options{
  position:absolute;
  z-index: 20;
  left:0;
  right:0;
  top: calc(100% + 8px);
  border: 1px solid var(--orange);
  border-radius: var(--radius-md);
  background:#111;
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
  padding: 6px;
}

.contact-select-groupLabel{
  margin: 4px 0;
  padding: 9px 12px;
  color: var(--orange);
  background: rgba(255,56,0,.10);
  border-radius: var(--radius-sm);
  font-size: 10px;
  font-weight: 900;
  letter-spacing:.13em;
  text-transform: uppercase;
}

.contact-select-divider{
  height: 1px;
  margin: 8px 0;
  background: rgba(255,56,0,.34);
}

.contact-select-option{
  width:100%;
  border:0;
  border-radius: var(--radius-sm);
  background:transparent;
  color:#fff;
  padding: 13px 12px;
  text-align:left;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.contact-select-option:hover,
.contact-select-option.is-active{
  color:#fff;
  background: var(--orange);
}

.contact-btn{
  justify-self: start;
  min-height: 48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#000;
  border: 1px solid #fff;
  padding: 0 22px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  cursor:pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, opacity .18s ease;
}

.contact-btn:disabled{
  opacity:.55;
  cursor:not-allowed;
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.46);
}

.contact-btn:disabled:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.46);
}

.contact-btn:hover{
  background: var(--orange);
  border-color: var(--orange);
  color:#fff;
  transform: none;
}

.contact-btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,56,0,.26);
}

.contact-btn:active:not(:disabled){
  opacity:.78;
}

.contact-form-note{
  margin: -4px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing:.10em;
  line-height: 1.45;
  text-transform: uppercase;
}

.contact-form-note.is-hidden{
  display:none;
}

/* =========================
   12) Mobile Responsive
========================= */
@media (max-width:700px){
  body{
    padding-top: 54px;
  }

  body.page-shell{
    padding-top: 58px;
  }

  body.page-shell .site-header{
    padding: 14px 20px;
  }

  .site-header{
    padding: 14px 20px;
  }

  .nav-left,.nav-right{
    display:none;
  }

  .nav{
    position: relative;
    justify-content:flex-start;
  }

  .nav-logo{
    order: 0;
    margin: 0;
  }

  .nav-mark{
    width: 24px;
    height: 32px;
  }

  .nav-word{
    display:inline-block;
    font-size: 14px;
    letter-spacing: .12em;
  }

  .nav-burger{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    height: 100%;
    display:inline-flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }

  .nav-burger .line{
    display:block;
    height:2px;
    background:#fff;
    opacity:1;
    flex: 0 0 auto;
  }

  .nav-burger .l1{ width:20px; margin:0 0 6px auto; }
  .nav-burger .l2{ width:24px; margin:0 auto 6px; }
  .nav-burger .l3{ width:18px; margin:0 auto 0 0; }

  .hero{ 
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .hero-inner{
    width: 100%;
    padding: 0 20px;
  }

  .swap{
    width: auto;
  }

  .reel{
    height: auto;
    padding: 14px 0 16px;
  }

  .reel-sticky{
    position: relative;
    top: auto;
    height: auto;
    padding: 12px 0;
  }

  .reel-media{
    width: 100vw;
    aspect-ratio: 16 / 9;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .reel-media::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height: 32%;
    pointer-events:none;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.28));
    z-index: 3;
  }

  .reel-img{
    object-fit: cover;
    object-position: center;
  }

  .portfolio-item-img[src*="carflow-os"],
  .work-mobileImg[src*="carflow-os"],
  .work-frame:has(img[src*="carflow-os"]),
  .portfolio-item-img[src*="dsp pic"],
  .portfolio-item-img[src*="dsp%20pic"],
  .work-mobileImg[src*="dsp pic"],
  .work-mobileImg[src*="dsp%20pic"],
  .work-frame:has(img[src*="dsp pic"]),
  .work-frame:has(img[src*="dsp%20pic"]){
    aspect-ratio: 16 / 9;
  }

}

@media (max-width:1200px){
  .hero-inner{
    width: 100%;
    padding: 0 32px;
  }
}

@media (max-width:700px){
  .hero-inner{
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width:900px){
  a,
  button,
  .contact-btn,
  .contact-select-trigger,
  .contact-select-option,
  .portfolio-filter-trigger,
  .portfolio-filter-option,
  .mnav-link,
  .footer-link,
  .footer-social,
  .case-next-link{
    transition: opacity .16s ease, background-color .16s ease, color .16s ease, border-color .16s ease;
  }

  a:active,
  button:active,
  .contact-btn:active,
  .contact-select-trigger:active,
  .contact-select-option:active,
  .portfolio-filter-trigger:active,
  .portfolio-filter-option:active,
  .mnav-link:active,
  .footer-link:active,
  .footer-social:active,
  .case-next-link:active{
    opacity: .72;
    transform: none;
  }

  .contact-btn:hover,
  .contact-select-trigger:hover,
  .contact-select-option:hover,
  .portfolio-filter-trigger:hover,
  .portfolio-filter-option:hover,
  .footer-link:hover,
  .case-next-link:hover .case-next-title,
  .case-next-link:hover .case-next-cta{
    transform: none;
  }

  .services-cta-btn,
  .footer-cta{
    animation:none;
  }

  .page{
    padding: 120px 0 90px;
  }

  .page-title{
    font-size: clamp(30px, 8vw, 48px);
  }

  .legal-page{
    padding: 104px 0 74px;
  }

  .legal-hero{
    margin-bottom: 48px;
  }

  .legal-row{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 0;
  }

  .legal-row h2{
    font-size: clamp(21px, 6vw, 28px);
  }

  .legal-row p{
    font-size: 15px;
    line-height: 1.72;
  }

  .legal-contact{
    margin-top: 28px;
    align-items:flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .legal-contact a{
    font-size: clamp(25px, 8vw, 34px);
  }

  .portfolio-hero{
    padding: 92px 0 34px;
  }

  .portfolio-list{
    padding-bottom: 78px;
  }

  .portfolio-filter{
    display:none;
  }

  .portfolio-filter-menu{
    display:block;
    margin: 0 0 24px;
  }

  .portfolio-item{
    padding: 0;
  }

  .portfolio-name{
    font-size: clamp(18px, 5vw, 24px);
    line-height: 1.18;
  }

  .portfolio-items{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .portfolio-row{
    padding-top: 18px;
  }

  .portfolio-item-img{
    margin-top: 14px;
  }

  .services-page .services-hero{
    padding: 120px 0 70px;
  }

  .services-page .services-blocks-inner{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .services-page .process{
    padding: 70px 0 90px;
  }

  .services-page .process-steps{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .services-page .services-cta{
    padding: 80px 0 110px;
  }

  .about-hero{
    padding: 120px 0 70px;
  }

  .about-section{
    padding: 60px 0;
  }

  .about-pillars{
    font-size: clamp(22px, 6.5vw, 30px);
  }

  .case-hero{
    padding: 104px 0 42px;
  }

  .case-section{
    padding: 54px 0;
  }

  .case-section-overview{
    padding: 54px 0;
  }

  .case-back{
    margin-bottom: 34px;
  }

  .case-title{
    max-width: 20ch;
    font-size: clamp(24px, 5.8vw, 29px);
    line-height: 1.14;
    letter-spacing: 0;
    margin-bottom: 22px;
  }

  .case-intro,
  .case-split,
  .case-gallery-inner,
  .case-outcomes{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .case-section-overview .case-split{
    grid-template-columns: 1fr;
    gap: 0;
  }

  #amazon-dsp-app .case-hero{
    padding: 104px 0 42px;
  }

  #workshop-app .case-hero{
    padding: 104px 0 42px;
  }

  #amazon-dsp-app .case-hero-inner{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 22px;
    display: block;
    text-align: left;
  }

  #workshop-app .case-hero-inner{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 22px;
    display: block;
    text-align: left;
  }

  #amazon-dsp-app .case-back{
    margin-bottom: 34px;
    text-align: left;
  }

  #workshop-app .case-back{
    margin-bottom: 34px;
    text-align: left;
  }

  #amazon-dsp-app .case-kicker{
    text-align: left;
  }

  #workshop-app .case-kicker{
    text-align: left;
  }

  #amazon-dsp-app .case-title{
    max-width: 20ch;
    margin: 0 0 22px;
    text-align: left;
  }

  #workshop-app .case-title{
    max-width: 20ch;
    margin: 0 0 22px;
    text-align: left;
  }

  #amazon-dsp-app .case-intro{
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
    justify-items: start;
    text-align: left;
  }

  #workshop-app .case-intro{
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
    justify-items: start;
    text-align: left;
  }

  #amazon-dsp-app .case-sub{
    max-width: 34ch;
    margin: 0;
    text-align: left;
  }

  #workshop-app .case-sub{
    max-width: 34ch;
    margin: 0;
    text-align: left;
  }

  #amazon-dsp-app .case-meta,
  #amazon-dsp-app .case-meta div,
  #amazon-dsp-app .case-meta dt,
  #amazon-dsp-app .case-meta dd{
    width: 100%;
    text-align: left;
  }

  #workshop-app .case-meta,
  #workshop-app .case-meta div,
  #workshop-app .case-meta dt,
  #workshop-app .case-meta dd{
    width: 100%;
    text-align: left;
  }

  .case-proof-grid{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 28px;
  }

  .case-bundle{
    margin-top: 30px;
    padding: 0 0 0 18px;
  }

  .case-bundle-head{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .case-bundle-head .case-section-label{
    margin-bottom: 0;
  }

  .case-bundle-head h3{
    max-width: 16ch;
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.05;
  }

  .case-bundle-head > p{
    font-size: 14px;
    line-height: 1.65;
  }

  .case-bundle-lines{
    margin-top: 24px;
  }

  .case-bundle-lines p{
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 0;
    font-size: 14px;
  }

  .case-overview-composed{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .case-overview-body{
    padding-top: 0;
  }

  .case-overview-list{
    margin-top: 22px;
  }

  .case-website-list{
    display:grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border: 0;
    background: transparent;
  }

  .case-website-list li{
    min-height: 0;
    padding: 42px 18px 18px;
    border: 1px solid rgba(255,56,0,.42);
    background: linear-gradient(180deg, rgba(255,56,0,.08), rgba(255,255,255,0) 62%), #fff;
  }

  .case-website-list li::before{
    content: "0" counter(website-point);
    top: 16px;
    left: 18px;
    width:auto;
    height:auto;
    background: transparent;
    color: var(--orange);
  }

  .case-sub{
    max-width: 34ch;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .055em;
  }

  .case-meta div{
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 13px 0;
  }

  .case-hero-media{
    grid-template-columns: 1fr;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-top: 26px;
    gap: 0;
  }

  .case-hero-media img{
    grid-column: 1;
    aspect-ratio: 16 / 9;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  #workshop-app .case-hero-media img{
    object-position: center center;
  }

  .case-gallery{
    padding: 0 0 46px;
  }

  .case-shot-large{
    grid-row: auto;
  }

  .case-note{
    padding: 24px 0 4px 18px;
  }

  .case-section h2,
  .case-note h2{
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.24;
    letter-spacing: 0;
  }

  .case-section p,
  .case-note p:last-child{
    font-size: 15px;
    line-height: 1.72;
    letter-spacing: 0;
  }

  .case-note h2{
    max-width: 16ch;
  }

  .case-note-list li{
    padding: 14px 0 14px 38px;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .case-points li{
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    font-size: clamp(16px, 4.4vw, 20px);
    line-height: 1.32;
    padding: 16px 0;
  }

  .case-section-dark{
    padding: 50px 0;
  }

  .case-section-dark h2{
    max-width: none;
    font-size: clamp(20px, 5.2vw, 25px);
    white-space: nowrap;
  }

  .case-product-cta{
    padding: 28px 22px 30px;
  }

  .case-product-cta-inner{
    grid-template-columns: 1fr;
    gap: 18px;
    align-items:start;
    padding: 24px 0 24px 18px;
  }

  .case-product-cta h2{
    font-size: clamp(18px, 4.9vw, 23px);
    line-height: 1.22;
  }

  .case-product-cta p{
    font-size: 14px;
    line-height: 1.68;
  }

  .case-product-cta-btn{
    justify-self:start;
  }

  .case-next{
    padding: 0 22px 62px;
  }

  .case-next-link{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0;
  }

  .case-next-title{
    font-size: clamp(20px, 5.6vw, 27px);
    line-height: 1.08;
  }

  .case-next-cta{
    justify-self:start;
    min-height: 40px;
  }

  .audience{
    padding-top: 76px;
  }

  .audience-inner{
    padding: 0 18px 44px;
  }

  .audience-kicker{
    margin-bottom: 24px;
    font-size: 12px;
    letter-spacing: .20em;
  }

  .audience-sub{
    margin: 0 0 38px;
    max-width: 18em;
    padding-left: 16px;
    font-size: clamp(18px, 5.4vw, 25px);
    line-height: 1.18;
    letter-spacing: -.026em;
  }

  .audience-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .audience-card{
    min-height: 0;
    grid-template-rows: 27px auto auto;
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding: 18px 16px 16px;
    border-radius: var(--radius-md);
  }

  .audience-icon{
    grid-column: 1;
    grid-row: 1;
    width: 27px;
    height: 27px;
  }

  .audience-card strong{
    grid-column: 1;
    grid-row: 2;
    max-width: none;
    margin-top: 0;
    font-size: clamp(12px, 3.6vw, 15px);
    line-height: 1.12;
    letter-spacing: .02em;
    white-space: normal;
    text-wrap: balance;
  }

  .audience-copy{
    grid-column: 1;
    grid-row: 3;
    max-width: 18ch;
    gap: 3px;
    font-size: clamp(9px, 2.7vw, 11px);
    line-height: 1.38;
    letter-spacing: .055em;
  }

  .audience-copy li{
    padding-left: 14px;
  }

  .audience-footer{
    min-height: 74px;
    gap: 16px;
    padding: 0 18px;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: .19em;
  }

  .audience-dot{
    width: 10px;
    height: 10px;
  }

  .audience-footer-arrow{
    font-size: 40px;
  }

  .work{
    padding: 48px 0 28px;
  }

  .work-inner{
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .work-preview{
    display:none;
  }

  .work-listWrap{
    padding: 0 20px;
  }

  .work-list{
    display:flex;
    flex-direction:row;
    gap: 16px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x proximity;
    scroll-padding: 0 20px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    padding-bottom: 10px;
  }

  .work-list::after{
    content:"";
    display:block;
    flex: 0 0 42vw;
    height: 1px;
  }

  .work-list::-webkit-scrollbar{
    display:none;
  }

  .work-kicker{
    margin-bottom: 12px;
  }

  .work-title{
    margin-bottom: 48px;
    font-size: 32px;
  }

  .work-li{
    flex: 0 0 min(84vw, 380px);
    scroll-snap-align:start;
    scroll-snap-stop: normal;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
  }

  .work-li:last-child{
    margin-bottom: 0;
    border-bottom: none;
  }

  .work-item{
    display:flex;
    flex-direction:column;
    min-height: 100%;
    padding: 0;
    transform: none !important;
    cursor: pointer;
  }

  .work-item:hover{
    padding-left: 0;
  }

  .work-item.is-active{
    padding-left: 0;
    color: rgba(0,0,0,.65);
  }

  .work-mobileImg{
    display:block;
    order: -1;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    margin-bottom: 24px;
    border-radius: var(--radius-md);
  }

  .work-name{
    color: #111;
    font-size: clamp(16px, 4.2vw, 21px);
    line-height: 1.12;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .work-meta{
    color: var(--orange);
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: .10em;
  }

  .services{
    padding: 58px 0 72px;
  }

  .services-marquee-inner{
    padding: 20px 18px 0;
  }

  .services-marquee-header{
    align-items:flex-start;
    margin-bottom: 14px;
  }

  .services-marquee-header > span{
    font-size: 10px;
    letter-spacing: .16em;
  }

  .services-band{
    width: 100vw;
    height: 54px;
    margin-left: calc(50% - 50vw);
  }

  .services-track{
    gap: 32px;
    padding: 0 18px;
    animation-duration: 48s;
  }

  .services-track span{
    gap: 32px;
    font-size: clamp(16px, 4.8vw, 20px);
    letter-spacing: .13em;
  }

  .services-marquee-link{
    min-height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding: 0 11px;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .contact{
    padding: 90px 0;
  }

  .contact-inner{
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (min-width:901px) and (max-width:1200px){
  .work-inner{
    gap: 60px;
    padding: 0 32px;
  }

  .work-preview{
    top: 80px;
  }

  .work-name{
    font-size: clamp(42px, 5vw, 68px);
  }
}

/* =========================
   12) Footer
========================= */
.footer{
  background: var(--orange);
  color: #fff;
  padding: 72px 0 46px;
}

.footer-inner{
  max-width:1480px;
  margin:0 auto;
  padding:0 48px;
}

.footer-top{
  display:grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 56px;
  align-items:end;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.28);
}

.footer-brand::before{
  content:"TAKEE STUDIO";
  display:block;
  color:#fff;
  font-size: clamp(26px, 3.2vw, 54px);
  line-height: .92;
  font-weight: 800;
  letter-spacing:.10em;
  text-transform: uppercase;
  max-width: 8ch;
}

.footer-kicker{
  margin:0 0 14px;
  font-size: 12px;
  letter-spacing:.18em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(255,255,255,.85);
}

.footer-title{
  margin:0 0 14px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.03em;
}

.footer-sub{
  margin:0 0 26px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.92);
  max-width: 52ch;
}

/* CTA */
.footer-cta{
  display:inline-flex;
  align-items:center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.65);
  background: rgba(255,255,255,.12);
  color:#fff;
  text-transform: uppercase;
  letter-spacing:.12em;
  font-weight: 900;
  font-size: 12px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.footer-cta:hover{
  transform: none;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.65);
}
.footer-ctaArrow{
  font-size: 16px;
  line-height: 1;
}

/* Nav right */
.footer-nav{
  display:flex;
  gap: 26px;
  align-items:center;
  text-transform: uppercase;
  letter-spacing:.14em;
  font-weight: 900;
  font-size: 12px;
}
.footer-link{
  color: rgba(255,255,255,.92);
}
.footer-link:hover{
  color: rgba(255,255,255,.92);
  text-decoration: none;
}

/* Bottom */
.footer-bottom{
  padding-top: 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
}

.footer-copy{
  margin:0;
  font-weight: 900;
  letter-spacing:.10em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,.92);
}

.footer-socials{
  display:flex;              /* desktop: en ligne à droite */
  gap: 22px;
}
.footer-social{
  color: rgba(255,255,255,.92);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing:.12em;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255,255,255,.35);
}
.footer-social:hover{
  text-decoration-color: rgba(255,255,255,.35);
}

.footer-social svg{
  width: 18px;
  height: 18px;
  display:block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-legal{
  display:flex;
  gap: 22px;
  align-items:center;
}

.footer-legal a{
  color: rgba(255,255,255,.82);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing:.10em;
  font-size: 11px;
}

/* Mobile */
@media (max-width:900px){
  .footer{ padding: 42px 0 22px; }

  .footer-inner{
    position: relative;
    display:grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 22px;
  }

  .footer-inner::before{
    content:"TAKEE STUDIO";
    position:absolute;
    left:34px;
    bottom: 78px;
    color:#fff;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 11px;
    font-weight: 700;
    letter-spacing:.12em;
    line-height: 1;
    text-transform: uppercase;
    animation: footer-logo-pulse 7.5s ease-in-out infinite;
  }

  .footer-top{
    order: 1;
    display:flex;
    flex-direction: column;
    align-items:flex-end;
    gap: 0;
    padding: 0;
    border-bottom: 0;
  }

  .footer-brand{
    display:none;
  }

  .footer-nav{
    display:flex;
    flex-direction: column;
    align-items:flex-end;
    gap: 9px;
    margin-bottom: 9px;
    width:100%;
  }

  .footer-legal{
    order: 2;
    display:flex;
    flex-direction: column;
    align-items:flex-end;
    gap: 9px;
    width:100%;
    border-top: 0;
    padding-top: 0;
    justify-content:flex-start;
    margin-bottom: 28px;
    text-align:right;
  }

  .footer-legal a{
    display:block;
    text-align:right;
  }

  .footer-bottom{
    order: 3;
    display:grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items:center;
    padding-top: 0;
  }

  .footer-socials{
    order: 1;
    flex-direction: column;
    gap: 14px;
    align-items:flex-start;
    display:grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    width:100%;
    align-items:center;
  }

  .footer-socials::after{
    content:"";
    height: 1px;
    background: rgba(255,255,255,.28);
  }

  .footer-copy{
    order: 2;
    padding-top: 0;
    border-top: 0;
    text-align:right;
    line-height: 1.25;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .footer-legal a{
    font-size: 12px;
    color: rgba(255,255,255,.92);
  }


  .footer-social{
    width: 34px;
    height: 34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: var(--radius-sm);
    color:#fff;
    text-decoration: none;
  }
}

@keyframes footer-logo-pulse{
  0%, 46%, 100%{
    color:#fff;
  }

  18%, 30%{
    color: var(--orange);
  }
}

#contact.contact p,
#contact.contact h2,
#contact.contact form{
  margin-bottom: 0;
}

@media (max-width:900px){
  .work-name{
    color: #111;
  }
}

.footer{
  margin-top: -1px;
  margin-bottom: 0;
}

#workshop-app .case-gallery-inner,
#amazon-dsp-app .case-gallery-inner{
  max-width: none;
  padding: 0;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

#workshop-app .case-slider-carflow,
#amazon-dsp-app .case-slider-carflow{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 16 / 9;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#workshop-app .case-slider-carflow .case-slider-viewport,
#amazon-dsp-app .case-slider-carflow .case-slider-viewport{
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

#workshop-app .case-slider-carflow img,
#amazon-dsp-app .case-slider-carflow img{
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  object-fit: cover;
}

#workshop-app .case-note{
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 0;
  border-left: 0;
}

#workshop-app .case-note h2{
  margin-bottom: 12px;
}

#workshop-app .case-note-list{
  margin-top: 12px;
}

#workshop-app .case-note-list li{
  padding-top: 12px;
  padding-bottom: 12px;
}

#workshop-app .case-note-list li:last-child{
  border-bottom: 0;
}

#workshop-app .case-website-summary{
  margin-top: 44px;
}

#workshop-app .case-slider-count{
  color: var(--orange) !important;
  mix-blend-mode: normal !important;
}

#workshop-app .case-lead-accent{
  padding-left: 0;
  border-left: 0;
}

#workshop-app .case-overview-statement{
  margin: 18px 0 10px;
  color: #111;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.45;
}

#workshop-app .case-overview-statement span{
  color: #2463eb;
}

#workshop-app .case-note h2 .keep-together{
  white-space: nowrap;
}

#workshop-app .case-note h2 .accent-word{
  color: var(--orange);
}

@media (min-width: 1024px){
  #workshop-app .case-section-overview{
    padding-top: 48px;
    padding-bottom: 88px;
  }

  #workshop-app .case-section-overview .case-split{
    grid-template-columns: 1fr;
  }

  #workshop-app .case-overview-composed{
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
    gap: 56px 92px;
  }

  #workshop-app .case-overview-composed > div:first-child{
    grid-column: 1;
  }

  #workshop-app .case-overview-body{
    grid-column: 2;
  }

  #workshop-app .case-bundle{
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    margin: 16px 0 46px;
    padding: 30px 0 30px 30px;
  }

  #workshop-app .case-bundle-head{
    display: grid;
    grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
    gap: 92px;
    align-items: start;
  }

  #workshop-app .case-bundle-head .case-section-label{
    grid-column: 1 / -1;
  }

  #workshop-app .case-bundle-head h3{
    max-width: 18ch;
    font-size: clamp(28px, 2.35vw, 38px);
  }

  #workshop-app .case-bundle-head > p{
    max-width: 54ch;
    margin-top: 0;
  }

  #workshop-app .case-bundle-lines{
    max-width: 58ch;
    margin-top: 18px;
  }

  #workshop-app .case-bundle-lines p{
    display: block;
  }

  #workshop-app .case-bundle-lines strong{
    margin-bottom: 0;
  }

  #workshop-app .case-gallery,
  #amazon-dsp-app .case-gallery{
    grid-column: 1 / -1;
  }

  #workshop-app .case-gallery-inner,
  #amazon-dsp-app .case-gallery-inner{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 48px;
  }

  #workshop-app .case-slider-carflow,
  #amazon-dsp-app .case-slider-carflow{
    width: 100%;
    margin-left: 0;
  }

  #workshop-app .case-website-summary{
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
    gap: 0 92px;
    max-width: none;
    margin-top: 12px;
    padding-top: 34px;
  }

  #workshop-app .case-website-summary .case-section-label{
    grid-column: 1 / -1;
  }

  #workshop-app .case-website-summary h3{
    grid-column: 1;
    max-width: 16ch;
    margin-bottom: 0;
    font-size: clamp(28px, 2.35vw, 38px);
  }

  #workshop-app .case-website-summary p:not(.case-section-label){
    grid-column: 2;
    max-width: 58ch;
  }
}

#workshop-app .case-website-list{
  display: block;
  max-width: 980px;
  margin: 42px 0 0;
  border-top: 1px solid rgba(0,0,0,.16);
  background: transparent;
  counter-reset: website-point;
}

#workshop-app .case-website-list li{
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 24px;
  min-height: 0;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.16);
  background: transparent;
  color: #111;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.55;
  text-transform: uppercase;
}

#workshop-app .case-website-list li::before{
  content: "0" counter(website-point);
  counter-increment: website-point;
  position: static;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.55;
}

#workshop-app .case-website-summary{
  max-width: 760px;
  margin: 42px 0 0;
  padding-top: 26px;
  border-top: 1px solid rgba(0,0,0,.16);
}

#workshop-app .case-website-summary .case-section-label{
  margin-bottom: 16px;
  color: var(--orange);
}

#workshop-app .case-website-summary h3{
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 850;
  letter-spacing: .01em;
  line-height: 1.08;
  text-transform: uppercase;
}

#workshop-app .case-website-summary h3 .keep-together{
  white-space: nowrap;
}

#workshop-app .case-website-summary h3 .accent-word{
  color: var(--orange);
}

#workshop-app .case-website-summary p:not(.case-section-label){
  max-width: 58ch;
  margin: 0;
  color: rgba(0,0,0,.62);
  font-size: 16px;
  line-height: 1.65;
}

#workshop-app .case-website-summary p:not(.case-section-label) + p{
  margin-top: 14px;
}

#workshop-app .case-bundle{
  max-width: 980px;
  margin: 40px 0 64px;
  padding: 28px 0;
  border-top: 1px solid rgba(0,0,0,.16);
  border-bottom: 1px solid rgba(0,0,0,.16);
  border-left: 0;
  background: transparent;
}

#workshop-app .case-bundle-head{
  display: block;
}

#workshop-app .case-bundle-head .case-section-label{
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

#workshop-app .case-bundle-head h3{
  max-width: 18ch;
  margin: 0;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.08;
}

#workshop-app .case-bundle-head > p{
  max-width: 56ch;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.62;
}

#workshop-app .case-bundle-lines{
  max-width: 58ch;
  margin-top: 12px;
  border-top: 0;
}

#workshop-app .case-bundle-lines p{
  display: block;
  padding: 0;
  border-bottom: 0;
  font-size: 15px;
  line-height: 1.58;
}

#workshop-app .case-bundle-lines p + p{
  margin-top: 10px;
}

#workshop-app .case-bundle-statement{
  max-width: 58ch;
  margin: 22px 0 0;
  color: #111;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.45;
}

#workshop-app .case-bundle-lines strong{
  display: block;
  margin-bottom: 7px;
}

#workshop-app .case-bundle-note{
  margin-top: 20px;
  padding-top: 0;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 760px){
  #workshop-app .case-bundle{
    margin: 32px 0 48px;
    padding: 22px 0;
  }

  #workshop-app .case-bundle-head h3{
    max-width: 15ch;
    font-size: clamp(22px, 7vw, 30px);
  }

  #workshop-app .case-bundle-head > p,
  #workshop-app .case-bundle-lines p{
    font-size: 14px;
  }

  #workshop-app .case-website-list{
    margin-top: 34px;
  }

  #workshop-app .case-website-list li{
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0;
    font-size: 10px;
    letter-spacing: .1em;
  }

  #workshop-app .case-website-list li::before{
    font-size: 10px;
  }

  #workshop-app .case-website-summary{
    margin-top: 34px;
    padding-top: 22px;
  }

  #workshop-app .case-website-summary h3{
    font-size: clamp(22px, 7vw, 30px);
  }

  #workshop-app .case-website-summary p:not(.case-section-label){
    font-size: 14px;
  }
}
