@view-transition {
  navigation: auto;
}

/* Managed blog, category navigation, and safe editorial content. */
.blog-controls{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;flex-wrap:wrap;margin-bottom:38px}
.blog-categories{display:flex;gap:8px;flex-wrap:wrap;max-width:850px}
.blog-categories>a,.pagination>a{display:inline-flex;align-items:center;gap:9px;padding:12px 16px;min-height:43px;border:1px solid var(--line);border-radius:5px;font-size:12px;background:transparent}
.blog-categories>a[aria-current],.pagination>a[aria-current]{background:var(--ink);color:white;border-color:var(--ink)}
.blog-categories>a:hover,.pagination>a:hover{border-color:var(--orange-dark)}
.blog-categories>a>span{font-size:10px;opacity:.7}
.pagination{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:45px}
.blog-result-count{font-size:13px;color:var(--muted);margin:0 0 30px}
.blog-result-count a{text-decoration:underline}
.case-visual.uploaded-work,.article-art.uploaded-article{object-fit:cover;padding:0;width:100%}
.service-featured-image{display:block;width:100%;max-height:500px;object-fit:cover;border-radius:20px;margin-top:48px}
.article-featured{margin-bottom:50px}
.article-featured img{width:100%;height:auto;max-height:610px;object-fit:cover;border-radius:15px}
.cms-richtext{overflow-wrap:anywhere}
.cms-richtext>h2{font-size:31px;line-height:1.25;margin-top:35px;margin-bottom:20px}
.cms-richtext>h3{font-size:24px;margin-top:30px}
.cms-richtext>p,.cms-richtext>ul,.cms-richtext>ol{font-size:15px;line-height:1.9;color:#5d5c56;margin-bottom:23px}
.cms-richtext img{max-width:100%;height:auto;border-radius:10px}
.cms-richtext blockquote{padding:15px 25px;border-left:3px solid var(--orange);background:var(--soft);margin-inline:0}
.cms-richtext pre{white-space:pre-wrap;padding:20px;background:var(--soft);border-radius:7px;overflow:auto}
.cms-richtext table{border-collapse:collapse;display:block;overflow:auto;max-width:100%}
.cms-richtext td,.cms-richtext th{border:1px solid var(--line);padding:12px}
.cms-richtext>p>a,.cms-richtext li>a{color:var(--orange-dark);text-decoration:underline}
.post-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}
.post-tags>span{font-size:11px;padding:8px 12px;background:var(--soft);border-radius:4px}
@media(max-width:700px){.blog-controls{gap:22px}.blog-controls .search-form{flex-basis:100%}.blog-categories>a{font-size:11px;padding:10px 12px}.cms-richtext>h2{font-size:27px}.article-featured{margin-bottom:30px}}

:root {
  --paper:#f7f5f0;
  --ink:#151515;
  --orange:#ff5c35;
  --orange-dark:#bb371b;
  --muted:#66655f;
  --line:#deddd5;
  --white:#fff;
  --soft:#eeece5;
  --radius:18px;
  --max:1280px;
  --ease:cubic-bezier(.2,.7,.3,1);
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}

body {
  margin:0;
  -webkit-font-smoothing:antialiased
}

a {
  color:inherit;
  text-decoration:none
}

button,input,select,textarea {
  font:inherit
}

button,a,input,select,textarea,summary {
  -webkit-tap-highlight-color:transparent
}

button {
  cursor:pointer
}

img,svg {
  max-width:100%
}

img {
  display:block
}

p {
  line-height:1.7
}

h1,h2,h3,h4,p {
  margin-top:0
}

h1,h2,h3 {
  letter-spacing:-.055em
}

h1,h2 {
  font-weight:750
}

h2 {
  font-size:clamp(34px,4.15vw,56px);
  line-height:1.09;
  margin-bottom:0
}

h3 {
  font-size:26px;
  line-height:1.2
}

::selection {
  background:#ffd3b9;
  color:var(--ink)
}

:focus-visible {
  outline:3px solid var(--orange-dark);
  outline-offset:5px
}

main:focus {
  outline:none
}

.container {
  width:min(var(--max),calc(100% - 112px));
  margin-inline:auto
}

.icon {
  width:24px;
  height:24px;
  flex-shrink:0;
  vertical-align:middle
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

.skip-link {
  position:fixed;
  left:20px;
  top:-80px;
  z-index:100;
  background:var(--ink);
  color:white;
  padding:16px
}

.skip-link:focus {
  top:10px
}

.eyebrow {
  display:block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  line-height:1.6;
  margin-bottom:24px
}

.micro {
  font-size:9px;
  letter-spacing:.08em;
  font-weight:700;
  text-transform:uppercase
}

.muted-heading {
  color:#85847e
}

.orange-text {
  color:var(--orange-dark)
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:16px;
  font-size:13px;
  font-weight:700;
  line-height:1.5
}

.text-link .icon {
  width:19px;
  height:19px;
  transition:transform .2s
}

.text-link:hover .icon {
  transform:translate(3px,-2px)
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-height:54px;
  background:var(--ink);
  color:var(--white);
  padding:12px 20px;
  border:1px solid transparent;
  border-radius:7px;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  transition:background .2s,transform .2s
}

.button:hover {
  background:#34342f;
  transform:translateY(-2px)
}

.button:active {
  transform:translateY(0)
}

.button-icon {
  display:grid;
  place-items:center;
  background:var(--orange);
  color:var(--ink);
  width:29px;
  height:29px;
  border-radius:4px
}

.button-icon .icon {
  width:18px;
  height:18px
}

.button-light {
  background:var(--paper);
  color:var(--ink)
}

.button-light:hover {
  background:#fff
}

.button-outline {
  background:transparent;
  border-color:var(--line);
  color:var(--ink)
}

.button-outline:hover {
  background:var(--soft)
}

.site-header {
  position:sticky;
  top:0;
  background:rgba(247,245,240,.96);
  border-bottom:1px solid var(--line);
  z-index:40
}

.nav-wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:90px
}

.brand {
  --logo-size:38px;
  display:inline-flex;
  align-items:center;
  font-size:29px;
  letter-spacing:-1.5px;
  line-height:1;
  font-weight:400
}

.brand-logo {
  position:relative;
  display:block;
  width:var(--logo-size);
  height:var(--logo-size);
  margin-right:10px;
  overflow:hidden;
  border-radius:50%;
  flex:0 0 var(--logo-size)
}

.brand-logo img {
  /* Frame the circle at x158/y127 in the original 1080px PNG; keep the asset unchanged. */
  position:absolute;
  max-width:none;
  width:calc(var(--logo-size) * 1.419);
  height:calc(var(--logo-size) * 1.419);
  left:calc(var(--logo-size) * -.208);
  top:calc(var(--logo-size) * -.167)
}

.brand-heavy {
  font-weight:800
}

.brand-dot {
  color:var(--orange-dark);
  font-weight:800
}

.brand-mark {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:30px;
  height:32px;
  background:var(--orange);
  margin-right:10px;
  border-radius:9px;
  font-size:28px;
  font-weight:900;
  position:relative;
  color:var(--ink);
  letter-spacing:-3px;
  padding-right:3px
}

.brand-mark span {
  position:absolute;
  width:5px;
  height:5px;
  background:var(--paper);
  border-radius:50%;
  right:5px;
  bottom:7px
}

.primary-nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:12px;
  font-weight:600
}

.primary-nav>a:not(.button),.services-menu>summary {
  padding-block:12px;
  position:relative
}

.primary-nav [aria-current=page]:after,.services-menu>.current:after {
  content:"";
  position:absolute;
  left:0;
  bottom:4px;
  width:17px;
  height:2px;
  background:var(--orange)
}

.primary-nav a:hover,.services-menu>summary:hover {
  color:var(--orange-dark)
}

.primary-nav .button:hover {
  color:white
}

.nav-cta {
  min-height:44px;
  padding:10px 17px;
  gap:16px;
  margin-left:12px
}

.nav-cta .icon {
  width:17px;
  height:17px
}

.services-menu>summary {
  list-style:none;
  cursor:pointer;
  display:flex;
  gap:6px;
  align-items:center
}

.services-menu>summary::-webkit-details-marker {
  display:none
}

.services-menu>summary .icon {
  width:12px;
  height:12px
}

.mega-menu {
  position:absolute;
  left:50%;
  top:90px;
  transform:translateX(-50%);
  width:min(1120px,calc(100% - 80px));
  background:var(--paper);
  padding:34px;
  border:1px solid var(--line);
  box-shadow:0 15px 30px #1515150d;
  border-radius:0 0 14px 14px;
  display:grid;
  grid-template-columns:1fr 2.4fr;
  gap:30px
}

.mega-intro {
  padding-right:20px;
  border-right:1px solid var(--line)
}

.mega-intro p {
  font-size:22px;
  letter-spacing:-1px;
  line-height:1.3
}

.mega-intro .eyebrow {
  font-size:9px;
  margin-bottom:16px
}

.mega-groups {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}

.mega-groups .micro {
  color:var(--orange-dark);
  display:block;
  margin-bottom:12px
}

.mega-groups a {
  display:block;
  font-size:12px;
  font-weight:400;
  padding:5px 0;
  line-height:1.45
}

.menu-toggle {
  display:none
}

.hero {
  padding-top:73px;
  padding-bottom:73px;
  display:grid;
  grid-template-columns:1.18fr 1fr;
  gap:32px;
  align-items:center
}

.hero-eyebrow {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:9px;
  margin-bottom:26px
}

.status-dot {
  width:6px;
  height:6px;
  display:inline-block;
  border-radius:50%;
  background:var(--orange-dark);
  flex-shrink:0
}

.hero h1 {
  font-size:clamp(54px,6.05vw,87px);
  line-height:1.025;
  margin:0 0 31px;
  letter-spacing:-.071em
}

.hero-line {
  display:block
}

.hero-line:last-child {
  position:relative;
  width:max-content;
  padding-bottom:11px
}

.hero-line svg {
  position:absolute;
  bottom:-3px;
  left:0;
  width:100%;
  height:17px;
  fill:none;
  stroke:var(--orange);
  stroke-width:4;
  stroke-linecap:round
}

.hero h1 .orange-text {
  color:var(--orange)
}

.headline-period {
  color:var(--ink)
}

.hero-copy>p {
  font-size:15px;
  line-height:1.75;
  max-width:450px;
  color:#65645d;
  margin-bottom:28px
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:26px
}

.hero-actions .text-link {
  font-size:12px;
  gap:10px
}

.hero-footnote {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  color:var(--muted);
  margin-top:25px
}

.tiny-spark {
  font-size:19px;
  color:var(--orange-dark)
}

.hero-art {
  position:relative;
  background:#ede9df;
  border-radius:24px;
  height:470px;
  isolation:isolate;
  margin-top:10px
}

.art-grid {
  position:absolute;
  inset:0;
  border-radius:inherit;
  background-image:linear-gradient(#ded9cd 1px,transparent 1px),linear-gradient(90deg,#ded9cd 1px,transparent 1px);
  background-size:40px 40px;
  opacity:.46;
  overflow:hidden
}

.art-top-label {
  position:absolute;
  top:22px;
  left:25px;
  font-size:8px;
  letter-spacing:.15em;
  color:#656157;
  font-weight:700
}

.orbit {
  position:absolute;
  border:1px solid #c7c1b4;
  border-radius:50%;
  z-index:-1
}

.orbit-one {
  width:350px;
  height:350px;
  left:75px;
  top:55px
}

.orbit-two {
  width:245px;
  height:245px;
  left:126px;
  top:108px
}

.art-spark {
  position:absolute;
  right:10px;
  top:24px;
  font-size:110px;
  line-height:1;
  color:var(--orange);
  transform:rotate(15deg);
  z-index:2
}

.campaign-card {
  position:absolute;
  left:40px;
  right:28px;
  top:67px;
  border-radius:14px;
  background:var(--ink);
  color:white;
  padding:22px 24px 16px;
  transform:rotate(-6deg);
  box-shadow:8px 22px 30px #15151521
}

.campaign-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px
}

.campaign-brand {
  font-size:8px;
  letter-spacing:.13em;
  display:flex;
  align-items:center;
  gap:7px
}

.campaign-brand .icon {
  width:18px;
  height:18px;
  color:var(--orange)
}

.campaign-dots {
  font-size:14px;
  letter-spacing:2px;
  color:#a8a7a0
}

.campaign-title {
  font-size:34px;
  font-weight:700;
  letter-spacing:-1.7px;
  line-height:1.05;
  margin-bottom:21px
}

.campaign-title>span {
  color:#ff9578
}

.campaign-chart {
  background:#272725;
  border-radius:7px;
  padding:13px 15px 10px
}

.campaign-chart>span {
  color:#bbb9b1;
  font-size:7px;
  letter-spacing:.1em
}

.campaign-chart>svg {
  width:100%;
  height:108px;
  overflow:visible;
  margin-top:8px;
  fill:var(--orange)
}

.chart-grid {
  stroke:#42423d;
  stroke-width:1;
  fill:none;
  stroke-dasharray:3 5
}

.chart-area {
  fill:#ff5c3510
}

.chart-line {
  fill:none;
  stroke:var(--orange);
  stroke-width:3;
  stroke-linejoin:round
}

.chart-labels {
  display:flex;
  justify-content:space-between;
  font-size:7px;
  color:#c3c1b9
}

.chart-labels>span:last-child {
  color:#ff9578
}

.campaign-bottom {
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:17px;
  color:#cccac3;
  font-size:8px
}

.campaign-bottom .status-dot {
  background:#b8cd83;
  width:4px;
  height:4px
}

.campaign-bottom>span:last-child {
  margin-left:auto
}

.search-float {
  position:absolute;
  display:flex;
  align-items:center;
  gap:12px;
  left:-25px;
  top:247px;
  padding:17px 19px;
  border-radius:10px;
  background:white;
  box-shadow:0 10px 26px #15151514;
  transform:rotate(4deg);
  z-index:4
}

.search-symbol {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#f4f2ec
}

.search-symbol .icon {
  width:17px;
  height:17px
}

.search-float .micro {
  font-size:6px;
  color:#777;
  display:block;
  margin-bottom:5px
}

.search-float strong {
  font-size:15px;
  letter-spacing:-.4px
}

.search-enter {
  margin-left:8px;
  color:#aaa
}

.art-note {
  position:absolute;
  bottom:31px;
  right:17px;
  display:flex;
  gap:10px;
  align-items:center;
  transform:rotate(3deg);
  padding:15px 19px;
  background:var(--orange);
  border-radius:9px;
  box-shadow:0 7px 20px #1515150a;
  font-size:9px;
  line-height:1.65;
  z-index:5
}

.note-icon {
  display:grid;
  place-items:center;
  background:var(--ink);
  color:var(--orange);
  border-radius:50%;
  width:25px;
  height:25px
}

.note-icon .icon {
  width:16px;
  height:16px
}

.illustration-label {
  position:absolute;
  left:20px;
  bottom:15px;
  font-size:6px;
  letter-spacing:.08em;
  color:#6b655a
}

.specialties {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}

.specialties-inner {
  display:flex;
  align-items:center;
  gap:70px;
  min-height:104px
}

.specialties-inner>span {
  font-size:10px;
  color:var(--muted);
  line-height:1.7;
  white-space:nowrap
}

.specialties-inner strong {
  font-weight:400;
  color:var(--ink)
}

.specialties-inner>div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:21px;
  flex:1;
  font-size:20px;
  font-weight:600;
  letter-spacing:-.6px
}

.specialties-inner>div>span {
  color:var(--orange);
  font-size:19px
}

.section {
  padding-block:100px
}

.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:50px;
  margin-bottom:44px
}

.section-heading .eyebrow {
  margin-bottom:18px
}

.section-intro {
  max-width:310px;
  padding-bottom:4px
}

.section-intro p {
  font-size:13px;
  color:var(--muted);
  margin-bottom:19px
}

.services-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px
}

.service-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
  display:flex;
  flex-direction:column;
  position:relative;
  transition:transform .22s,box-shadow .22s,border-color .22s;
  min-width:0;
  background:var(--paper)
}

.service-card:hover,.service-card:focus-within {
  transform:translateY(-4px);
  box-shadow:0 10px 25px #15151507;
  border-color:#aea99c
}

.service-card-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-bottom:34px
}

.service-card-top .micro {
  color:var(--muted);
  font-size:8px
}

.service-icon {
  height:43px;
  width:43px;
  display:grid;
  place-items:center;
  background:var(--soft);
  border-radius:11px
}

.service-card h3 {
  font-size:25px;
  max-width:250px;
  margin-bottom:13px
}

.service-card p {
  font-size:13px;
  line-height:1.7;
  color:var(--muted);
  margin-bottom:25px
}

.service-card .text-link {
  margin-top:auto;
  font-size:11px;
  justify-content:space-between;
  padding-top:19px;
  border-top:1px solid var(--line)
}

.service-card:first-child {
  background:#edece4
}

.service-card:nth-child(4) {
  background:var(--ink);
  color:var(--white);
  border-color:var(--ink)
}

.service-card:nth-child(4) p,.service-card:nth-child(4) .micro {
  color:#bdbbb3
}

.service-card:nth-child(4) .service-icon {
  background:#30302b;
  color:var(--orange)
}

.service-card:nth-child(4) .text-link {
  border-color:#45443e
}

.cta-section {
  background:var(--orange);
  padding:74px 0
}

.cta-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px
}

.cta-inner>div {
  max-width:650px
}

.cta-inner h2 {
  font-size:clamp(36px,4.2vw,57px)
}

.cta-inner .eyebrow {
  margin-bottom:18px
}

.cta-inner>.button {
  flex-shrink:0
}

.cta-inner .button-icon {
  background:var(--ink);
  color:white
}

.site-footer {
  padding-top:68px
}

.footer-main {
  display:grid;
  grid-template-columns:1.4fr .8fr 1fr 1.15fr;
  gap:50px;
  padding-bottom:58px
}

.footer-brand>p {
  font-size:22px;
  line-height:1.35;
  letter-spacing:-.7px;
  margin-top:24px;
  margin-bottom:19px
}

.footer-brand .brand {
  --logo-size:48px;
  font-size:31px
}

.footer-note {
  font-size:10px;
  color:var(--muted)
}

.footer-main h2 {
  font-size:11px;
  letter-spacing:0;
  margin:5px 0 25px
}

.footer-main>div>a:not(.brand) {
  display:block;
  font-size:11px;
  margin-bottom:15px;
  color:#5c5b55
}

.footer-main .icon {
  width:14px;
  height:14px
}

.footer-main .footer-contact .text-link {
  display:flex;
  color:var(--ink)
}

.footer-contact p {
  font-size:12px;
  color:var(--muted);
  line-height:1.6
}

.footer-contact small {
  display:block;
  font-size:9px;
  color:var(--muted);
  line-height:1.6;
  margin-top:24px
}

.footer-bottom {
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-block:24px;
  font-size:9px;
  color:var(--muted)
}

@media(prefers-reduced-motion:no-preference) {
  .hero-line {
    animation:hero-in .65s var(--ease) both
  }
  .hero-line:nth-child(2) {
    animation-delay:.08s
  }
  .hero-line:nth-child(3) {
    animation-delay:.16s
  }
  .reveal.is-entering {
    animation:section-in .55s var(--ease) both
  }
  @keyframes hero-in {
    from {
      opacity:0;
      transform:translateY(18px)
    }
    to {
      opacity:1;
      transform:none
    }
  }
  @keyframes section-in {
    from {
      opacity:.3;
      transform:translateY(20px)
    }
    to {
      opacity:1;
      transform:none
    }
  }
}

@media(min-width:1500px) {
  .hero {
    gap:58px
  }
  .hero-art {
    height:510px
  }
  .campaign-card {
    top:75px;
    left:45px;
    right:38px;
    padding:25px
  }
  .campaign-title {
    font-size:39px
  }
  .campaign-chart>svg {
    height:125px
  }
  .search-float {
    top:284px
  }
  .art-note {
    bottom:39px
  }
}

@media(max-width:1150px) {
  .container {
    width:calc(100% - 72px)
  }
  .primary-nav {
    gap:20px
  }
  .nav-cta {
    margin-left:0
  }
  .hero {
    gap:35px
  }
  .hero h1 {
    font-size:6vw
  }
  .hero-art {
    height:410px
  }
  .campaign-card {
    left:22px;
    right:17px;
    top:61px;
    padding:20px
  }
  .campaign-title {
    font-size:29px
  }
  .campaign-chart>svg {
    height:85px
  }
  .art-spark {
    font-size:80px
  }
  .search-float {
    left:-22px;
    top:228px;
    padding:13px 14px
  }
  .search-float strong {
    font-size:13px
  }
  .art-note {
    bottom:20px;
    right:10px
  }
  .hero-actions {
    gap:17px
  }
  .hero-actions .button {
    padding:10px 13px;
    gap:12px;
    font-size:11px
  }
  .hero-actions .text-link {
    font-size:11px
  }
  .hero-copy>p {
    font-size:14px
  }
  .specialties-inner {
    gap:32px
  }
  .specialties-inner>div {
    font-size:16px;
    gap:15px
  }
  .service-card {
    padding:25px
  }
  .footer-main {
    gap:30px
  }
  .cta-inner {
    gap:35px
  }
  .cta-inner>.button {
    font-size:11px
  }
}

@media(max-width:900px) {
  .nav-wrap {
    min-height:76px
  }
  .brand {
    font-size:27px
  }
  .primary-nav {
    gap:16px;
    font-size:11px
  }
  .nav-cta {
    font-size:10px;
    padding:9px 12px;
    gap:7px
  }
  .mega-menu {
    top:76px
  }
  .hero {
    padding-block:54px;
    gap:26px
  }
  .hero h1 {
    font-size:6.2vw
  }
  .hero-art {
    height:365px
  }
  .campaign-card {
    padding:16px;
    top:56px;
    left:15px;
    right:15px
  }
  .campaign-header {
    margin-bottom:17px
  }
  .campaign-title {
    font-size:26px;
    margin-bottom:15px
  }
  .campaign-chart>svg {
    height:74px
  }
  .search-float {
    top:201px;
    left:-18px;
    gap:8px;
    padding:11px
  }
  .search-symbol {
    width:27px;
    height:27px
  }
  .search-float strong {
    font-size:12px
  }
  .search-enter {
    display:none
  }
  .art-note {
    font-size:8px;
    padding:10px;
    bottom:24px
  }
  .art-top-label {
    font-size:6px;
    left:16px
  }
  .art-spark {
    font-size:70px;
    top:18px
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column;
    gap:18px
  }
  .hero-footnote {
    font-size:8px;
    margin-top:20px
  }
  .hero-copy>p {
    font-size:12px;
    margin-bottom:22px
  }
  .hero-eyebrow {
    font-size:7px
  }
  .orbit-one {
    width:260px;
    height:260px;
    left:35px
  }
  .orbit-two {
    width:170px;
    height:170px;
    left:75px;
    top:100px
  }
  .specialties-inner {
    min-height:90px;
    gap:25px
  }
  .specialties-inner>div {
    font-size:14px;
    gap:12px;
    flex-wrap:wrap
  }
  .specialties-inner>span {
    font-size:9px
  }
  .specialties-inner>div>span {
    font-size:13px
  }
  .section {
    padding-block:75px
  }
  .services-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .section-intro {
    max-width:250px
  }
  .footer-main {
    grid-template-columns:1.2fr 1fr;
    row-gap:40px
  }
  .cta-inner {
    align-items:flex-start;
    flex-direction:column;
    gap:27px
  }
  .cta-inner>div {
    max-width:650px
  }
}

@media(max-width:700px) {
  .container {
    width:calc(100% - 40px)
  }
  .nav-wrap {
    min-height:73px;
    flex-wrap:wrap
  }
  .brand {
    font-size:28px
  }
  .menu-toggle {
    display:flex;
    align-items:center;
    gap:9px;
    background:transparent;
    border:1px solid var(--line);
    border-radius:6px;
    padding:10px 12px;
    font-size:11px;
    min-height:42px
  }
  .menu-lines {
    width:15px;
    height:9px;
    border-top:1px solid;
    border-bottom:1px solid
  }
  .primary-nav {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    width:100%;
    gap:0;
    padding:15px 0 22px;
    font-size:14px
  }
  .primary-nav[data-enhanced=true] {
    display:none
  }
  .primary-nav[data-enhanced=true].is-open {
    display:flex
  }
  .primary-nav>a:not(.button),.services-menu>summary {
    padding:15px 0
  }
  .primary-nav .nav-cta {
    font-size:12px;
    margin-top:15px;
    min-height:48px
  }
  .services-menu>summary {
    justify-content:space-between
  }
  .mega-menu {
    position:static;
    transform:none;
    width:auto;
    padding:18px;
    background:var(--soft);
    border-radius:8px;
    display:block;
    box-shadow:none
  }
  .mega-intro {
    padding:0;
    border:0;
    margin-bottom:22px
  }
  .mega-intro p {
    display:none
  }
  .mega-intro .eyebrow {
    display:none
  }
  .mega-groups {
    grid-template-columns:1fr;
    gap:20px
  }
  .mega-groups a {
    padding-block:9px
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:41px;
    padding-bottom:42px;
    gap:37px
  }
  .hero h1 {
    font-size:clamp(45px,10.7vw,75px);
    line-height:1.02;
    letter-spacing:-.065em;
    margin-bottom:25px
  }
  .hero-eyebrow {
    font-size:8px;
    margin-bottom:23px
  }
  .hero-copy>p {
    font-size:14px;
    max-width:460px
  }
  .hero-actions {
    flex-direction:row;
    align-items:center;
    gap:23px
  }
  .hero-actions .button {
    font-size:11px;
    padding:11px 14px;
    gap:16px
  }
  .hero-actions .text-link {
    font-size:11px
  }
  .hero-footnote {
    font-size:10px;
    margin-top:21px
  }
  .hero-art {
    height:440px;
    width:calc(100% - 9px);
    max-width:490px;
    margin:7px auto 0
  }
  .campaign-card {
    left:31px;
    right:27px;
    top:63px;
    padding:21px
  }
  .campaign-title {
    font-size:34px;
    margin-bottom:22px
  }
  .campaign-chart>svg {
    height:110px
  }
  .campaign-header {
    margin-bottom:22px
  }
  .search-float {
    left:-10px;
    top:236px;
    padding:15px;
    gap:10px
  }
  .search-float strong {
    font-size:14px
  }
  .search-symbol {
    width:32px;
    height:32px
  }
  .art-note {
    font-size:9px;
    padding:13px 15px;
    bottom:23px;
    right:11px
  }
  .art-spark {
    font-size:88px;
    top:26px
  }
  .art-top-label {
    font-size:7px;
    top:21px;
    left:21px
  }
  .orbit-one {
    width:300px;
    height:300px;
    left:45px;
    top:65px
  }
  .orbit-two {
    width:205px;
    height:205px;
    left:90px;
    top:116px
  }
  .illustration-label {
    font-size:5px;
    left:12px;
    bottom:13px
  }
  .specialties-inner {
    display:block;
    padding-block:23px
  }
  .specialties-inner>span {
    display:block;
    font-size:10px;
    margin-bottom:19px
  }
  .specialties-inner>span br {
    display:none
  }
  .specialties-inner>span strong {
    margin-left:5px
  }
  .specialties-inner>div {
    justify-content:flex-start;
    gap:12px;
    font-size:16px
  }
  .specialties-inner>div>span {
    font-size:14px
  }
  .section {
    padding-block:61px
  }
  .section-heading {
    display:block;
    margin-bottom:28px
  }
  .section-heading h2 {
    font-size:38px
  }
  .section-intro {
    max-width:100%;
    margin-top:24px
  }
  .section-intro p {
    font-size:13px;
    margin-bottom:16px;
    max-width:380px
  }
  .eyebrow {
    font-size:9px;
    margin-bottom:19px
  }
  .services-grid {
    gap:13px
  }
  .service-card {
    padding:20px
  }
  .service-card-top {
    margin-bottom:25px;
    align-items:flex-start
  }
  .service-card-top .micro {
    font-size:6px;
    padding-top:5px
  }
  .service-card h3 {
    font-size:23px
  }
  .service-card p {
    font-size:12px
  }
  .service-icon {
    width:34px;
    height:34px;
    border-radius:9px
  }
  .service-icon .icon {
    width:20px;
    height:20px
  }
  .service-card .text-link {
    font-size:10px
  }
  .cta-section {
    padding:49px 0
  }
  .cta-inner h2 {
    font-size:40px
  }
  .cta-inner .eyebrow {
    font-size:8px
  }
  .footer-main {
    grid-template-columns:1fr 1fr;
    gap:34px 25px;
    padding-bottom:35px
  }
  .footer-brand {
    grid-column:1/-1
  }
  .footer-brand>p {
    font-size:21px
  }
  .footer-contact {
    grid-column:1/-1
  }
  .site-footer {
    padding-top:45px
  }
  .footer-main h2 {
    margin-bottom:19px
  }
  .footer-main>div>a:not(.brand) {
    font-size:12px
  }
  .footer-bottom {
    flex-wrap:wrap;
    font-size:8px;
    padding-block:20px;
    gap:15px
  }
  .footer-bottom>span:nth-child(2) {
    display:none
  }
}

@media(max-width:380px) {
  .container {
    width:calc(100% - 32px)
  }
  .hero h1 {
    font-size:10.5vw
  }
  .hero-actions {
    gap:15px
  }
  .hero-actions .button {
    gap:9px;
    padding-inline:10px;
    font-size:10px
  }
  .hero-actions .text-link {
    font-size:10px;
    gap:6px
  }
  .hero-art {
    height:385px
  }
  .campaign-card {
    left:20px;
    right:19px;
    padding:17px
  }
  .campaign-title {
    font-size:29px
  }
  .campaign-chart>svg {
    height:82px
  }
  .search-float {
    top:208px;
    padding:12px
  }
  .art-note {
    font-size:8px;
    padding:11px
  }
  .services-grid {
    grid-template-columns:1fr
  }
  .service-card-top .micro {
    font-size:8px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
    view-transition-name:none!important
  }
  ::view-transition-group(*),::view-transition-old(*),::view-transition-new(*) {
    animation:none!important
  }
}

/* Shared page layouts */
.illustration-label {
  bottom:-19px;
  left:4px;
  font-size:7px
}

@media(max-width:700px) {
  .hero-actions {
    flex-wrap:wrap;
    gap:18px
  }
  .hero-actions .button,.hero-actions .text-link {
    white-space:nowrap;
    flex-shrink:0
  }
}

.section-bottom {
  padding-bottom:100px
}

.border-top {
  border-top:1px solid var(--line)
}

.soft-section,.work-section,.faq-section {
  background:var(--soft)
}

.breadcrumb {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  font-size:10px;
  line-height:1.6;
  color:var(--muted);
  margin-bottom:45px
}

.breadcrumb>a:hover {
  color:var(--orange-dark)
}

.breadcrumb>span:last-child {
  color:var(--ink)
}

.page-hero {
  padding-block:38px 63px
}

.page-hero>.eyebrow {
  margin-bottom:23px;
  color:var(--orange-dark);
  text-transform:uppercase
}

.page-hero h1 {
  font-size:clamp(44px,5.7vw,79px);
  max-width:980px;
  line-height:1.07;
  letter-spacing:-.06em;
  margin-bottom:25px
}

.page-hero>p {
  font-size:16px;
  color:var(--muted);
  max-width:700px;
  line-height:1.75;
  margin-bottom:0
}

.split-section {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:85px;
  align-items:start
}

.body-muted {
  font-size:14px;
  color:var(--muted);
  margin-top:27px;
  line-height:1.8
}

.body-muted .text-link {
  color:var(--ink);
  margin-top:14px
}

.lead {
  font-size:19px;
  line-height:1.75;
  color:#4c4c46;
  letter-spacing:-.2px
}

.prose p {
  font-size:14px;
  color:var(--muted);
  margin-bottom:24px;
  line-height:1.8
}

.prose p.lead {
  font-size:19px;
  color:#4c4c46
}

.prose h3 {
  font-size:23px;
  margin:34px 0 14px
}

.prose h2 {
  font-size:30px;
  margin:37px 0 17px;
  line-height:1.2
}

.notice {
  border:1px solid #dbcab0;
  border-radius:10px;
  background:#f3eddf;
  padding:20px 24px;
  display:flex;
  align-items:flex-start;
  gap:14px;
  color:#5c503c
}

.notice>.icon {
  width:20px;
  height:20px;
  margin-top:2px
}

.notice p {
  font-size:12px;
  line-height:1.8;
  margin:0
}

.notice strong {
  color:var(--ink)
}

.draft-note {
  font-size:11px!important;
  line-height:1.7;
  color:var(--muted);
  margin-top:28px
}

.error-actions {
  margin-bottom:70px
}

.check-list {
  list-style:none;
  padding:0
}

.check-list li {
  display:flex;
  gap:13px;
  margin-bottom:18px;
  font-size:14px;
  line-height:1.6
}

.check-list .icon {
  width:19px;
  height:19px;
  margin-top:2px;
  color:var(--orange-dark)
}

.hero h1 .orange-text {
  color:#d94522
}

/* Work previews use small, fictional website interfaces. */
.work-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px
}

.work-card {
  min-width:0
}

.case-image-link {
  display:block;
  overflow:hidden;
  border-radius:13px
}

.case-visual {
  height:305px;
  position:relative;
  overflow:hidden;
  border-radius:13px;
  padding:49px 29px 33px
}

.sage {
  background:#d2d9c6;
  color:#23372a
}

.sand {
  background:#e4c7a4;
  color:#502b1a
}

.blue {
  background:#cbd5df;
  color:#1f354d
}

.concept-label {
  position:absolute;
  left:19px;
  top:18px;
  font-size:7px;
  letter-spacing:.12em;
  padding:4px 6px;
  border:1px solid #15151545;
  border-radius:3px
}

.mini-browser {
  border:1px solid #15151529;
  border-radius:7px;
  overflow:hidden;
  background:#f5f2e9;
  box-shadow:0 9px 18px #15151515;
  transform:rotate(-4deg);
  transition:transform .4s var(--ease)
}

.work-card:hover .mini-browser {
  transform:rotate(-2deg) scale(1.035)
}

.sand .mini-browser {
  transform:rotate(3deg);
  background:#fcf1e0
}

.blue .mini-browser {
  background:#203347;
  color:white;
  transform:rotate(-2deg)
}

.work-card:hover .sand .mini-browser {
  transform:rotate(1deg) scale(1.035)
}

.mini-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 11px;
  border-bottom:1px solid #15151520;
  font-size:7px;
  font-weight:700;
  letter-spacing:.05em
}

.blue .mini-toolbar {
  border-color:#ffffff30
}

.mini-toolbar>span:first-child {
  font-size:8px;
  letter-spacing:2px
}

.mini-site {
  padding:22px 19px 10px
}

.mini-site>.micro {
  font-size:5px;
  letter-spacing:.1em
}

.mini-site>strong {
  display:block;
  font-size:34px;
  line-height:1.03;
  letter-spacing:-1.5px;
  max-width:235px;
  margin:10px 0 16px
}

.mini-cta {
  display:inline-flex;
  align-items:center;
  gap:15px;
  font-size:5px;
  font-weight:700;
  padding:7px 9px;
  border:1px solid currentColor;
  border-radius:2px
}

.mini-cta .icon {
  width:9px;
  height:9px
}

.mini-site-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:13px;
  font-size:5px;
  letter-spacing:.1em
}

.mini-site-bottom>span:last-child {
  font-size:35px;
  line-height:1
}

.case-visual-caption {
  position:absolute;
  bottom:12px;
  left:20px;
  font-size:6px;
  letter-spacing:.1em
}

.work-meta {
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin:23px 0 13px
}

.work-meta>.micro {
  font-size:7px;
  color:var(--muted)
}

.work-card h3 {
  font-size:23px;
  margin-bottom:12px
}

.work-card h3>a {
  display:flex;
  align-items:center;
  gap:12px;
  justify-content:space-between
}

.work-card h3 .icon {
  width:20px;
  height:20px
}

.work-card>p {
  font-size:12px;
  color:var(--muted);
  line-height:1.7;
  margin:0
}

.trust-placeholder {
  border-top:1px solid #d2d0c6;
  margin-top:55px;
  padding-top:25px;
  display:flex;
  align-items:center;
  gap:30px
}

.trust-placeholder>.micro {
  font-size:8px
}

.trust-placeholder p {
  font-size:11px;
  color:var(--muted);
  margin:0
}

.trust-mark {
  margin-left:auto;
  display:grid;
  place-items:center;
  border:1px dashed #aaa797;
  border-radius:7px;
  min-width:65px;
  height:34px;
  color:#787667
}

.trust-mark .icon {
  width:20px;
  height:20px
}

.process-section {
  background:var(--ink);
  color:var(--paper)
}

.process-section .eyebrow {
  color:#ff947b
}

.process-section .section-intro p {
  color:#bdbbb3
}

.process-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  margin-top:45px
}

.step-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid #51514a;
  padding-top:22px;
  margin-bottom:42px;
  color:#aaa99f;
  transition:color .2s,border-color .2s
}

.step-top>span {
  font-size:13px
}

.step-top .icon {
  width:21px;
  height:21px
}

.process-step.is-current .step-top {
  color:#ff987c;
  border-top-color:var(--orange)
}

.process-step h3 {
  font-size:27px;
  margin-bottom:16px
}

.process-step p {
  font-size:12px;
  color:#b7b6ad;
  line-height:1.8;
  max-width:260px;
  margin:0
}

.light-process .step-top {
  border-top-color:#c7c5b9;
  color:var(--orange-dark)
}

.light-process .process-step p {
  color:var(--muted)
}

.light-process .process-step.is-current .step-top {
  color:var(--orange-dark)
}

.why-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px
}

.why-section>div>.text-link {
  margin-top:30px
}

.values-list article {
  display:flex;
  gap:23px;
  padding:26px 0;
  border-bottom:1px solid var(--line)
}

.values-list article:first-child {
  padding-top:0
}

.values-list article>span {
  font-size:10px;
  color:var(--orange-dark);
  padding-top:7px
}

.values-list h3 {
  font-size:23px;
  margin-bottom:11px
}

.values-list p {
  font-size:13px;
  color:var(--muted);
  margin:0;
  line-height:1.7
}

.testimonial-placeholder {
  padding:48px 70px;
  border:1px solid var(--line);
  border-radius:15px;
  position:relative;
  background:#f0eee7
}

.testimonial-placeholder .eyebrow {
  margin-bottom:18px
}

.testimonial-placeholder h2 {
  font-size:38px;
  line-height:1.14
}

.testimonial-placeholder p {
  font-size:13px;
  color:var(--muted);
  max-width:410px;
  margin:21px 0
}

.placeholder-tag {
  font-size:7px;
  letter-spacing:.13em;
  color:#68665b;
  display:inline-block;
  padding:7px 10px;
  border:1px dashed #b7b2a4;
  border-radius:4px
}

/* Articles */
.articles-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px
}

.article-card {
  display:flex;
  flex-direction:column;
  min-width:0
}

.article-art {
  height:200px;
  border-radius:12px;
  padding:19px 24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden
}

.article-art.orange {
  background:var(--orange);
  color:var(--ink)
}

.article-art>.micro {
  font-size:6px;
  letter-spacing:.12em
}

.article-art-number {
  font-size:100px;
  font-weight:700;
  line-height:1;
  letter-spacing:-9px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.article-art-number>span {
  font-size:70px;
  font-weight:400
}

.article-meta {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin:21px 0 13px
}

.article-meta .micro {
  font-size:8px
}

.article-meta>span:last-child {
  font-size:9px;
  color:var(--muted)
}

.article-card h3 {
  font-size:23px;
  line-height:1.25;
  margin-bottom:13px
}

.article-card>p {
  font-size:12px;
  line-height:1.7;
  color:var(--muted);
  margin-bottom:22px
}

.article-card>.text-link {
  font-size:11px;
  margin-top:auto
}

.article-card h3 a:hover {
  color:var(--orange-dark)
}

.insight-controls {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:35px;
  flex-wrap:wrap
}

.insight-controls .filter-bar {
  margin:0
}

.search-form {
  display:flex;
  align-items:center;
  border:1px solid var(--line);
  border-radius:6px;
  overflow:hidden;
  background:white;
  min-width:265px;
  flex:0 1 300px
}

.search-form>input {
  width:100%;
  padding:13px;
  font-size:11px;
  background:transparent;
  border:0;
  min-width:0;
  height:44px
}

.search-form>button {
  display:grid;
  place-items:center;
  background:transparent;
  border:0;
  min-width:44px;
  min-height:44px
}

.search-form>button .icon {
  width:17px;
  height:17px
}

.empty-state {
  padding:65px 20px;
  text-align:center;
  background:var(--soft);
  border-radius:12px
}

.empty-state h2 {
  font-size:35px
}

.empty-state p {
  font-size:14px;
  color:var(--muted);
  margin:20px
}

.article-hero h1 {
  max-width:1050px;
  font-size:clamp(39px,5vw,70px)
}

.byline {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:26px;
  font-size:11px
}

.author-monogram {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  background:var(--orange);
  font-weight:700;
  font-size:24px;
  border-radius:50%;
  letter-spacing:-1px
}

.byline>span:last-child>span {
  display:block;
  color:var(--muted);
  font-size:9px;
  margin-top:6px
}

.article-layout {
  display:grid;
  grid-template-columns:250px 1fr;
  gap:85px;
  align-items:start;
  padding-bottom:90px
}

.article-toc {
  position:sticky;
  top:125px;
  border-top:1px solid var(--line);
  padding-top:25px
}

.article-toc>.micro {
  font-size:8px
}

.article-toc nav {
  display:flex;
  flex-direction:column;
  gap:15px;
  margin-top:20px
}

.article-toc a {
  font-size:11px;
  color:var(--muted);
  line-height:1.65
}

.article-toc a:hover {
  color:var(--orange-dark)
}

.article-body {
  max-width:760px
}

.article-body section {
  margin-bottom:37px
}

.article-body h2 {
  font-size:29px;
  line-height:1.25;
  letter-spacing:-1px;
  margin-bottom:17px
}

.article-body p {
  font-size:15px;
  line-height:1.9;
  color:#5d5c56;
  margin-bottom:0
}

.article-end {
  display:flex;
  align-items:center;
  gap:22px;
  border-top:1px solid var(--line);
  margin-top:45px;
  padding-top:25px
}

.article-end .tiny-spark {
  font-size:45px
}

.article-end .text-link {
  margin-top:10px
}

.related-articles {
  grid-template-columns:repeat(2,1fr);
  max-width:830px
}

.reading-progress {
  position:fixed;
  top:90px;
  left:0;
  height:3px;
  width:100%;
  background:var(--orange);
  transform:scaleX(0);
  transform-origin:left;
  z-index:39
}

@supports(animation-timeline:scroll()) {
  .reading-progress {
    animation:read-progress linear both;
    animation-timeline:scroll(root block)
  }
  @keyframes read-progress {
    from {
      transform:scaleX(0)
    }
    to {
      transform:scaleX(1)
    }
  }
}

/* Services, filtering, and FAQs */
.filter-bar {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  border-bottom:1px solid var(--line);
  padding-bottom:22px;
  margin-bottom:30px
}

.filter-bar:not([data-enhanced]) {
  display:none
}

.filter-button {
  min-height:40px;
  display:inline-flex;
  gap:9px;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:5px;
  border:1px solid transparent;
  font-size:11px;
  background:transparent;
  color:var(--muted);
  transition:background .2s,color .2s
}

.filter-button:hover {
  background:var(--soft);
  color:var(--ink)
}

.filter-button.is-active {
  background:var(--ink);
  color:var(--white)
}

.filter-button>span {
  font-size:9px;
  color:#bdbbb3;
  border-left:1px solid #777;
  padding-left:8px
}

.deliverables {
  list-style:none;
  padding:0;
  margin:0 0 25px
}

.deliverables>li {
  font-size:11px;
  line-height:1.6;
  padding:8px 0 8px 16px;
  position:relative
}

.deliverables>li:before {
  content:"↗";
  position:absolute;
  left:0;
  color:var(--orange-dark)
}

.service-card:nth-child(4) .deliverables>li:before {
  color:#ff947b
}

.service-note {
  display:flex;
  align-items:center;
  gap:17px;
  padding:26px 30px;
  border:1px solid var(--line);
  border-radius:10px;
  margin-top:26px
}

.service-note>.icon {
  width:30px;
  height:30px;
  color:var(--orange-dark)
}

.service-note p {
  font-size:12px;
  color:var(--muted);
  margin:0
}

.service-note strong {
  color:var(--ink);
  display:block;
  margin-bottom:3px
}

.faq-list details {
  border-bottom:1px solid #d6d4c9
}

.faq-list details:first-child {
  border-top:1px solid #d6d4c9
}

.faq-list summary {
  cursor:pointer;
  padding:24px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  list-style:none;
  font-size:15px;
  font-weight:600;
  line-height:1.5
}

.faq-list summary::-webkit-details-marker {
  display:none
}

.faq-list summary>span {
  font-size:24px;
  font-weight:400;
  color:var(--orange-dark);
  transition:transform .2s;
  flex-shrink:0
}

.faq-list details[open] summary>span {
  transform:rotate(45deg)
}

.faq-list details p {
  font-size:13px;
  color:var(--muted);
  line-height:1.85;
  max-width:540px;
  margin:0 28px 25px 0
}

.service-detail-hero {
  padding-block:38px 72px
}

.detail-hero-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:85px;
  align-items:center
}

.detail-hero-grid h1 {
  font-size:clamp(42px,5.5vw,76px);
  line-height:1.08;
  margin-bottom:23px
}

.detail-hero-grid>.eyebrow {
  color:var(--orange-dark)
}

.detail-hero-grid>div>p {
  font-size:18px;
  color:var(--muted);
  max-width:550px;
  line-height:1.7;
  margin-bottom:29px
}

.scope-card {
  background:var(--ink);
  border-radius:17px;
  color:var(--paper);
  padding:34px
}

.scope-card>.service-icon {
  background:#373731;
  color:var(--orange);
  height:55px;
  width:55px;
  margin-bottom:28px
}

.scope-card>.eyebrow {
  font-size:9px;
  color:#b7b5aa;
  margin-bottom:18px
}

.scope-card ul {
  list-style:none;
  padding:0;
  margin:0 0 30px
}

.scope-card li {
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:14px;
  line-height:1.6;
  padding:14px 0;
  border-top:1px solid #3f3f38
}

.scope-card li .icon {
  width:18px;
  height:18px;
  margin-top:2px;
  color:#ff947b
}

.scope-card>.micro {
  font-size:7px;
  color:#b7b5aa
}

.related-case {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:90px;
  align-items:center
}

.related-case .case-visual {
  height:335px
}

.related-case .mini-site>strong {
  max-width:310px;
  font-size:42px
}

.related-case .mini-browser {
  max-width:390px;
  margin-inline:auto
}

.concept-notice {
  margin-bottom:35px
}

/* About and case details */
.about-manifesto {
  background:var(--ink);
  color:var(--paper);
  border-radius:20px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  padding:60px
}

.about-manifesto .eyebrow {
  color:#ff947b
}

.about-manifesto h2 {
  font-size:clamp(40px,4.6vw,62px);
  line-height:1.08
}

.about-manifesto h2>span {
  color:var(--orange)
}

.about-manifesto>div:last-child>p {
  font-size:16px;
  line-height:1.85;
  color:#c2c0b6;
  margin-bottom:23px
}

.about-manifesto .micro {
  font-size:8px;
  color:#ff947b
}

.role-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px
}

.role-grid article {
  border-top:1px solid #cfccbf;
  padding-top:29px
}

.role-grid .service-icon {
  background:var(--paper);
  margin-bottom:30px
}

.role-grid h3 {
  font-size:25px;
  margin-bottom:15px
}

.role-grid p {
  font-size:13px;
  line-height:1.8;
  color:var(--muted);
  margin:0
}

.case-detail-visual .case-visual {
  height:510px;
  padding:60px 40px
}

.case-detail-visual .concept-label {
  font-size:9px;
  left:30px;
  top:25px
}

.case-detail-visual .mini-browser {
  width:600px;
  max-width:85%;
  margin:auto;
  transform:rotate(-3deg)
}

.case-detail-visual .mini-toolbar {
  font-size:12px;
  padding:15px 22px
}

.case-detail-visual .mini-site {
  padding:30px 40px 20px
}

.case-detail-visual .mini-site>.micro {
  font-size:8px
}

.case-detail-visual .mini-site>strong {
  font-size:64px;
  max-width:480px;
  margin:18px 0 25px
}

.case-detail-visual .mini-cta {
  font-size:10px;
  padding:10px 15px
}

.case-detail-visual .mini-cta .icon {
  width:16px;
  height:16px
}

.case-detail-visual .mini-site-bottom {
  font-size:8px
}

.case-detail-visual .mini-site-bottom>span:last-child {
  font-size:44px
}

.case-detail-visual .case-visual-caption {
  font-size:8px;
  bottom:21px;
  left:30px
}

.case-facts {
  display:grid;
  grid-template-columns:1fr 1fr 1.5fr;
  gap:35px;
  border-bottom:1px solid var(--line);
  padding-bottom:35px;
  margin-bottom:58px
}

.case-facts .micro {
  display:block;
  font-size:8px;
  color:var(--muted);
  margin-bottom:12px
}

.case-facts strong {
  font-size:13px;
  line-height:1.6
}

.case-story {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:85px;
  padding-bottom:60px;
  margin-bottom:60px;
  border-bottom:1px solid var(--line)
}

.case-story h2 {
  font-size:44px
}

.related-service-links>.button {
  margin-right:10px;
  margin-bottom:12px;
  font-size:11px;
  min-height:47px
}

.related-service-links .icon {
  width:17px;
  height:17px
}

.privacy-layout {
  max-width:870px
}

.privacy-layout>.notice {
  margin-bottom:40px
}

/* Contact */
.contact-layout {
  display:grid;
  grid-template-columns:1fr 1.17fr;
  align-items:start;
  gap:90px;
  padding-block:38px 100px
}

.contact-intro h1 {
  font-size:clamp(48px,5.6vw,78px);
  line-height:1.06;
  margin-bottom:28px
}

.contact-intro h1>span {
  color:var(--orange-dark)
}

.contact-intro>p {
  max-width:380px;
  font-size:15px;
  line-height:1.8;
  color:var(--muted)
}

.contact-next {
  margin-top:42px;
  padding-top:28px;
  border-top:1px solid var(--line)
}

.contact-next>.micro {
  font-size:8px
}

.contact-next ol {
  padding:0;
  list-style:none;
  margin:24px 0 0
}

.contact-next li {
  display:flex;
  gap:17px;
  font-size:12px;
  color:var(--muted);
  line-height:1.7;
  margin-bottom:19px
}

.contact-next li>span {
  font-size:10px;
  color:var(--orange-dark);
  padding-top:2px
}

.contact-spark {
  font-size:112px;
  line-height:1;
  color:var(--orange);
  margin-top:33px;
  transform:rotate(12deg);
  width:max-content
}

.contact-form-wrap {
  padding:35px;
  background:#eeece4;
  border:1px solid #e3e0d5;
  border-radius:17px;
  margin-top:24px
}

.contact-form-wrap>.eyebrow {
  font-size:8px;
  margin-bottom:17px
}

.contact-form-wrap>h2 {
  font-size:32px;
  line-height:1.15;
  margin-bottom:12px
}

.form-intro {
  font-size:10px;
  color:var(--muted);
  margin-bottom:23px
}

.setup-notice {
  padding:14px;
  margin-bottom:25px;
  background:#f7f3e9
}

.setup-notice .icon {
  width:16px;
  height:16px
}

.setup-notice p {
  font-size:10px;
  line-height:1.7
}

.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}

.form-field {
  margin-bottom:19px;
  min-width:0
}

.form-field label {
  display:block;
  font-size:11px;
  font-weight:600;
  margin-bottom:9px;
  line-height:1.5
}

.form-field label>span {
  font-size:9px;
  color:var(--muted);
  font-weight:400
}

.form-field input,.form-field select,.form-field textarea {
  display:block;
  background:var(--paper);
  width:100%;
  border:1px solid #d2cec1;
  border-radius:5px;
  font-size:12px;
  color:var(--ink);
  padding:13px 12px;
  min-height:46px;
  line-height:1.5;
  transition:border-color .2s;
  outline-offset:2px
}

.form-field input::placeholder,.form-field textarea::placeholder {
  color:#767369;
  font-size:11px;
  opacity:1
}

.form-field select {
  padding-right:25px
}

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

.form-field [aria-invalid=true] {
  border-color:#b32921;
  background:#fff6f2
}

.field-error {
  display:block;
  font-size:10px;
  color:#a42c1c;
  line-height:1.5;
  margin-top:6px
}

.field-error:empty {
  display:none
}

.form-privacy {
  font-size:10px;
  line-height:1.8;
  color:var(--muted);
  margin:1px 0 22px
}

.form-privacy>a {
  text-decoration:underline;
  text-underline-offset:3px
}

.form-submit {
  width:100%;
  justify-content:space-between;
  min-height:55px
}

.form-submit[disabled] {
  cursor:wait;
  opacity:.6;
  transform:none
}

.honeypot {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden
}

.form-feedback {
  padding:16px 18px;
  border-radius:6px;
  font-size:12px;
  line-height:1.75;
  margin-bottom:24px
}

.form-feedback.error {
  background:#f9e7df;
  color:#842a18;
  border:1px solid #d7a28b
}

.form-feedback.success {
  background:#e2eedc;
  color:#2a512a;
  border:1px solid #91ad85
}

[hidden] {
  display:none!important
}

@media(max-width:1150px) {
  .case-visual {
    height:265px;
    padding:45px 20px 27px
  }
  .mini-site {
    padding:17px 15px 8px
  }
  .mini-site>strong {
    font-size:29px;
    margin:9px 0 12px
  }
  .work-meta>.micro {
    font-size:6px
  }
  .work-card h3 {
    font-size:21px
  }
  .article-art {
    height:180px
  }
  .article-art-number {
    font-size:86px
  }
  .article-art-number>span {
    font-size:58px
  }
  .split-section,.why-section,.detail-hero-grid,.case-story {
    gap:55px
  }
  .contact-layout {
    gap:55px
  }
  .contact-form-wrap {
    padding:27px
  }
  .article-layout {
    gap:55px;
    grid-template-columns:220px 1fr
  }
  .related-case {
    gap:60px
  }
  .about-manifesto {
    padding:48px;
    gap:45px
  }
  .process-grid {
    gap:23px
  }
  .process-step h3 {
    font-size:25px
  }
  .article-card h3 {
    font-size:21px
  }
  .insight-controls .filter-button {
    padding-inline:11px
  }
}

@media(max-width:900px) {
  .page-hero h1 {
    font-size:60px
  }
  .page-hero>p {
    font-size:15px;
    max-width:620px
  }
  .work-grid {
    gap:17px
  }
  .case-visual {
    height:236px;
    padding:48px 14px 25px
  }
  .mini-toolbar {
    font-size:5px;
    padding:8px
  }
  .mini-site {
    padding:13px 12px 7px
  }
  .mini-site>strong {
    font-size:26px;
    margin:8px 0 10px
  }
  .mini-site>.micro {
    font-size:4px
  }
  .mini-cta {
    font-size:4px;
    gap:7px;
    padding:5px
  }
  .mini-site-bottom {
    margin-top:8px;
    font-size:4px
  }
  .mini-site-bottom>span:last-child {
    font-size:27px
  }
  .case-visual-caption {
    font-size:5px;
    left:13px
  }
  .concept-label {
    font-size:6px;
    left:13px
  }
  .work-meta {
    flex-direction:column;
    gap:7px;
    margin-top:17px
  }
  .work-meta>.micro {
    font-size:7px
  }
  .work-card h3 {
    font-size:20px
  }
  .work-card>p {
    font-size:11px
  }
  .trust-placeholder {
    gap:20px
  }
  .trust-placeholder p {
    font-size:10px
  }
  .trust-placeholder>.micro {
    font-size:7px
  }
  .process-grid {
    grid-template-columns:repeat(2,1fr);
    gap:35px
  }
  .step-top {
    margin-bottom:25px
  }
  .process-step p {
    max-width:100%
  }
  .why-section,.split-section,.detail-hero-grid,.related-case,.case-story {
    gap:35px
  }
  .values-list h3 {
    font-size:22px
  }
  .values-list article {
    gap:17px
  }
  .values-list p {
    font-size:12px
  }
  .articles-grid {
    gap:20px
  }
  .article-art {
    height:160px;
    padding:17px
  }
  .article-art>.micro {
    font-size:5px
  }
  .article-art-number {
    font-size:73px;
    letter-spacing:-6px
  }
  .article-art-number>span {
    font-size:44px
  }
  .article-card h3 {
    font-size:20px
  }
  .article-card>p {
    font-size:11px
  }
  .article-meta .micro {
    font-size:7px
  }
  .article-meta>span:last-child {
    font-size:8px
  }
  .scope-card {
    padding:25px
  }
  .scope-card li {
    font-size:12px
  }
  .detail-hero-grid {
    grid-template-columns:1.2fr 1fr
  }
  .detail-hero-grid h1 {
    font-size:50px
  }
  .detail-hero-grid>div>p {
    font-size:15px
  }
  .related-case .case-visual {
    height:280px
  }
  .related-case .mini-site>strong {
    font-size:32px
  }
  .about-manifesto {
    padding:35px;
    gap:30px
  }
  .about-manifesto h2 {
    font-size:44px
  }
  .about-manifesto>div:last-child>p {
    font-size:13px
  }
  .role-grid {
    gap:25px
  }
  .role-grid h3 {
    font-size:23px
  }
  .role-grid p {
    font-size:12px
  }
  .contact-layout {
    grid-template-columns:1fr 1.2fr;
    gap:30px
  }
  .contact-intro h1 {
    font-size:56px
  }
  .contact-intro>p {
    font-size:13px
  }
  .contact-form-wrap {
    padding:23px
  }
  .contact-form-wrap>h2 {
    font-size:29px
  }
  .form-row {
    grid-template-columns:1fr;
    gap:0
  }
  .contact-next li {
    font-size:11px
  }
  .article-layout {
    grid-template-columns:180px 1fr;
    gap:35px
  }
  .article-toc a {
    font-size:10px
  }
  .article-body h2 {
    font-size:26px
  }
  .article-body p {
    font-size:14px
  }
  .reading-progress {
    top:76px
  }
  .case-facts {
    gap:25px
  }
  .case-story h2 {
    font-size:35px
  }
  .case-story .lead {
    font-size:16px
  }
  .section-bottom {
    padding-bottom:75px
  }
  .service-note {
    padding:22px
  }
}

@media(max-width:700px) {
  .primary-nav[data-enhanced=true].is-open {
    position:fixed;
    top:73px;
    left:0;
    width:100%;
    padding:12px 25px 25px;
    background:var(--paper);
    max-height:calc(100dvh - 73px);
    overflow-y:auto;
    overscroll-behavior:contain;
    border-bottom:1px solid var(--line);
    box-shadow:0 20px 30px #15151512
  }
  .menu-toggle:not([data-enhanced]) {
    display:none
  }
  .page-hero {
    padding-block:25px 42px
  }
  .breadcrumb {
    font-size:9px;
    margin-bottom:34px
  }
  .page-hero>.eyebrow {
    font-size:8px;
    margin-bottom:18px
  }
  .page-hero h1 {
    font-size:clamp(38px,9vw,57px);
    margin-bottom:21px
  }
  .page-hero>p {
    font-size:14px;
    line-height:1.8
  }
  .section-bottom {
    padding-bottom:60px
  }
  .split-section,.why-section,.detail-hero-grid,.related-case,.case-story {
    grid-template-columns:1fr;
    gap:30px
  }
  .lead,.prose p.lead {
    font-size:17px;
    line-height:1.75
  }
  .prose p {
    font-size:13px
  }
  .body-muted {
    font-size:13px;
    margin-top:22px
  }
  .work-grid {
    grid-template-columns:1fr;
    gap:34px
  }
  .case-visual {
    height:330px;
    padding:48px 37px 32px
  }
  .mini-toolbar {
    font-size:7px;
    padding:10px 12px
  }
  .mini-site {
    padding:23px 20px 10px
  }
  .mini-site>strong {
    font-size:38px;
    margin:13px 0 20px;
    max-width:280px
  }
  .mini-site>.micro {
    font-size:5px
  }
  .mini-cta {
    font-size:6px;
    padding:8px 10px;
    gap:12px
  }
  .mini-site-bottom {
    font-size:5px;
    margin-top:15px
  }
  .mini-site-bottom>span:last-child {
    font-size:34px
  }
  .concept-label {
    font-size:7px;
    top:18px;
    left:20px
  }
  .case-visual-caption {
    font-size:6px;
    left:20px;
    bottom:14px
  }
  .work-meta {
    flex-direction:row;
    margin:20px 0 12px
  }
  .work-card h3 {
    font-size:25px
  }
  .work-card>p {
    font-size:13px
  }
  .trust-placeholder {
    position:relative;
    display:block;
    padding-right:65px;
    margin-top:40px;
    padding-top:23px
  }
  .trust-placeholder>.micro {
    font-size:8px
  }
  .trust-placeholder p {
    font-size:11px;
    margin-top:10px
  }
  .trust-mark {
    position:absolute;
    right:0;
    top:25px;
    min-width:47px
  }
  .process-grid {
    margin-top:30px;
    gap:33px 23px
  }
  .step-top {
    padding-top:17px;
    margin-bottom:23px
  }
  .process-step h3 {
    font-size:25px;
    margin-bottom:12px
  }
  .process-step p {
    font-size:12px
  }
  .values-list article {
    padding:24px 0
  }
  .values-list h3 {
    font-size:24px
  }
  .values-list p {
    font-size:13px
  }
  .why-section>div>.text-link {
    margin-top:24px
  }
  .testimonial-placeholder {
    padding:34px 28px
  }
  .testimonial-placeholder h2 {
    font-size:33px
  }
  .testimonial-placeholder p {
    font-size:12px
  }
  .placeholder-tag {
    font-size:6px;
    line-height:1.6;
    padding:7px
  }
  .articles-grid {
    grid-template-columns:1fr;
    gap:36px
  }
  .article-art {
    height:205px;
    padding:21px 26px
  }
  .article-art>.micro {
    font-size:7px
  }
  .article-art-number {
    font-size:108px;
    letter-spacing:-8px
  }
  .article-art-number>span {
    font-size:76px
  }
  .article-meta {
    margin:20px 0 12px
  }
  .article-meta .micro {
    font-size:8px
  }
  .article-meta>span:last-child {
    font-size:10px
  }
  .article-card h3 {
    font-size:26px
  }
  .article-card>p {
    font-size:13px;
    margin-bottom:17px
  }
  .article-card>.text-link {
    font-size:12px
  }
  .filter-bar {
    gap:5px;
    margin-bottom:23px;
    padding-bottom:18px
  }
  .filter-button {
    font-size:10px;
    padding:9px 10px;
    min-height:40px
  }
  .filter-button>span {
    font-size:8px
  }
  .deliverables>li {
    font-size:10px;
    padding-left:13px;
    line-height:1.7
  }
  .service-note {
    padding:20px;
    gap:15px
  }
  .service-note p {
    font-size:11px
  }
  .service-note>.icon {
    width:23px;
    height:23px
  }
  .faq-list summary {
    font-size:14px;
    padding-block:22px
  }
  .faq-list details p {
    font-size:12px;
    margin-right:15px
  }
  .service-detail-hero {
    padding-block:25px 49px
  }
  .detail-hero-grid h1 {
    font-size:clamp(39px,9.5vw,60px)
  }
  .detail-hero-grid>div>p {
    font-size:16px
  }
  .detail-hero-grid .eyebrow {
    font-size:8px
  }
  .scope-card {
    padding:29px;
    margin-top:9px
  }
  .scope-card>.service-icon {
    width:46px;
    height:46px;
    margin-bottom:23px
  }
  .scope-card li {
    font-size:14px
  }
  .related-case .case-visual {
    height:320px
  }
  .related-case .mini-site>strong {
    font-size:38px
  }
  .about-manifesto {
    grid-template-columns:1fr;
    padding:35px 28px;
    gap:30px;
    border-radius:14px
  }
  .about-manifesto h2 {
    font-size:44px
  }
  .about-manifesto>div:last-child>p {
    font-size:14px;
    line-height:1.8
  }
  .role-grid {
    grid-template-columns:1fr;
    gap:32px
  }
  .role-grid article {
    padding-top:25px
  }
  .role-grid .service-icon {
    margin-bottom:20px
  }
  .role-grid h3 {
    font-size:26px
  }
  .role-grid p {
    font-size:13px
  }
  .draft-note {
    font-size:10px!important
  }
  .case-detail-visual .case-visual {
    height:375px;
    padding:70px 20px 30px
  }
  .case-detail-visual .mini-browser {
    max-width:95%;
    width:400px
  }
  .case-detail-visual .mini-toolbar {
    font-size:8px;
    padding:12px
  }
  .case-detail-visual .mini-site {
    padding:22px
  }
  .case-detail-visual .mini-site>.micro {
    font-size:6px
  }
  .case-detail-visual .mini-site>strong {
    font-size:38px;
    margin:12px 0 20px;
    max-width:300px
  }
  .case-detail-visual .mini-cta {
    font-size:7px;
    padding:8px 10px
  }
  .case-detail-visual .mini-site-bottom {
    font-size:5px
  }
  .case-detail-visual .mini-site-bottom>span:last-child {
    font-size:33px
  }
  .case-detail-visual .case-visual-caption {
    font-size:6px;
    left:20px;
    bottom:17px
  }
  .case-detail-visual .concept-label {
    font-size:7px;
    left:20px;
    top:22px
  }
  .case-facts {
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:40px;
    padding-bottom:30px
  }
  .case-facts>div:last-child {
    grid-column:1/-1
  }
  .case-facts strong {
    font-size:12px
  }
  .case-story {
    margin-bottom:35px;
    padding-bottom:35px;
    gap:25px
  }
  .case-story h2 {
    font-size:34px
  }
  .case-story .eyebrow {
    font-size:8px
  }
  .case-story p.lead {
    font-size:16px
  }
  .related-service-links>.button {
    width:100%;
    justify-content:space-between;
    font-size:10px;
    margin-right:0
  }
  .notice {
    padding:17px
  }
  .notice p {
    font-size:11px
  }
  .notice>.icon {
    width:17px;
    height:17px
  }
  .insight-controls {
    display:block;
    margin-bottom:27px
  }
  .insight-controls .filter-bar {
    margin-bottom:20px
  }
  .search-form {
    max-width:none;
    min-width:0
  }
  .search-form>input {
    font-size:12px
  }
  .article-hero h1 {
    font-size:clamp(36px,9vw,53px)
  }
  .article-layout {
    grid-template-columns:1fr;
    gap:35px;
    padding-bottom:55px
  }
  .article-toc {
    position:static;
    padding-top:19px
  }
  .article-toc nav {
    gap:12px;
    margin-top:18px
  }
  .article-toc a {
    font-size:12px
  }
  .article-body h2 {
    font-size:27px
  }
  .article-body p {
    font-size:15px;
    line-height:1.85
  }
  .article-body section {
    margin-bottom:32px
  }
  .article-end .tiny-spark {
    font-size:35px
  }
  .article-end p {
    font-size:13px
  }
  .reading-progress {
    top:73px
  }
  .contact-layout {
    grid-template-columns:1fr;
    padding-block:25px 55px;
    gap:27px
  }
  .contact-intro h1 {
    font-size:62px;
    margin-bottom:22px
  }
  .contact-intro>p {
    font-size:14px;
    max-width:430px
  }
  .contact-intro>.eyebrow {
    font-size:8px
  }
  .contact-next {
    margin-top:28px;
    padding-top:23px
  }
  .contact-next ol {
    margin-top:19px
  }
  .contact-next li {
    font-size:12px;
    margin-bottom:13px
  }
  .contact-spark {
    display:none
  }
  .contact-form-wrap {
    margin-top:0;
    padding:25px 21px
  }
  .contact-form-wrap>h2 {
    font-size:32px
  }
  .form-field label {
    font-size:12px
  }
  .form-field label>span {
    font-size:10px
  }
  .form-field input,.form-field select,.form-field textarea {
    font-size:16px;
    min-height:49px;
    padding:12px
  }
  .form-field input::placeholder,.form-field textarea::placeholder {
    font-size:12px
  }
  .form-field select {
    font-size:13px
  }
  .form-privacy {
    font-size:11px
  }
  .field-error {
    font-size:11px
  }
  .setup-notice p {
    font-size:11px
  }
  .setup-notice {
    padding:13px
  }
  .form-submit {
    font-size:12px
  }
  .form-feedback {
    font-size:12px
  }
  .privacy-layout .prose h2 {
    font-size:26px
  }
  .privacy-layout .prose p {
    font-size:14px
  }
}

@media(min-width:480px) and (max-width:700px) {
  .work-grid,.articles-grid {
    grid-template-columns:repeat(2,1fr);
    gap:27px 18px
  }
  .case-visual {
    height:260px;
    padding:48px 15px 28px
  }
  .mini-site {
    padding:14px 12px 8px
  }
  .mini-site>strong {
    font-size:27px;
    letter-spacing:-1.1px
  }
  .mini-cta {
    font-size:4px;
    padding:5px;
    gap:7px
  }
  .mini-site>.micro {
    font-size:4px
  }
  .mini-site-bottom {
    font-size:4px
  }
  .work-meta {
    flex-direction:column;
    gap:6px
  }
  .work-card h3 {
    font-size:21px
  }
  .work-card>p {
    font-size:12px
  }
  .article-art {
    height:170px;
    padding:17px
  }
  .article-art>.micro {
    font-size:5px
  }
  .article-art-number {
    font-size:78px
  }
  .article-art-number>span {
    font-size:49px
  }
  .article-card h3 {
    font-size:22px
  }
  .article-card>p {
    font-size:12px
  }
}

@media(max-width:380px) {
  .case-visual {
    height:300px;
    padding:48px 23px 27px
  }
  .mini-site>strong {
    font-size:34px
  }
  .work-card h3 {
    font-size:24px
  }
  .contact-intro h1 {
    font-size:54px
  }
  .contact-form-wrap {
    padding:24px 17px
  }
  .contact-form-wrap>h2 {
    font-size:29px
  }
  .filter-button {
    padding-inline:9px
  }
  .filter-button>span {
    display:none
  }
  .service-card .deliverables>li {
    font-size:12px
  }
  .case-detail-visual .mini-site>strong {
    font-size:33px
  }
  .case-detail-visual .case-visual {
    height:350px
  }
  .about-manifesto h2 {
    font-size:39px
  }
  .testimonial-placeholder h2 {
    font-size:30px
  }
}

@media(max-width:479px) {
  .services-grid {
    grid-template-columns:1fr
  }
  .service-card {
    padding:25px
  }
  .service-card h3 {
    max-width:none;
    font-size:27px
  }
  .service-card p {
    font-size:13px
  }
  .service-card-top .micro {
    font-size:8px
  }
  .service-card .deliverables>li {
    font-size:12px
  }
  .service-card .text-link {
    font-size:12px
  }
  .hero-actions {
    gap:16px
  }
  .hero-actions .button {
    font-size:10px;
    gap:12px
  }
  .hero-actions .text-link {
    font-size:10px;
    gap:8px
  }
  .illustration-label {
    bottom:-18px;
    font-size:6px;
    left:3px
  }
  .orbit-one {
    width:calc(100% - 30px);
    height:auto;
    aspect-ratio:1;
    left:15px;
  }
  .orbit-two {
    width:calc(100% - 110px);
    height:auto;
    aspect-ratio:1;
    left:55px;
    top:105px;
  }
}
