.work-hero {
min-height: calc(88vh - 80px);
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
      align-items: end;
      gap: clamp(55px, 8vw, 140px);
      padding-top: clamp(120px, 10vw, 180px);
      padding-bottom: clamp(95px, 9vw, 145px);
}

.work-eyebrow {
display: block;
      margin-bottom: 28px;
      color: var(--muted);
      font-size: 14px;
}

.work-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(86px, 8.2vw, 164px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.085em;
}

.work-hero-copy {
align-self: end;
      padding-bottom: 8px;
}

.work-hero-copy p {
margin: 0 0 34px;
      font-size: clamp(20px, 1.55vw, 25px);
      line-height: 1.35;
      letter-spacing: -0.03em;
}

.work-index {
padding-top: 36px;
      padding-bottom: clamp(120px, 12vw, 190px);
}

.work-toolbar {
display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--line);
}

.work-toolbar h2 {
margin: 0;
      font-size: 30px;
      font-weight: 400;
      letter-spacing: -0.04em;
}

.work-toolbar sup {
font-size: 9px;
}

.work-filters {
display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px;
}

.work-filter {
min-height: 34px;
      padding: 0 15px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: transparent;
      cursor: pointer;
      font-size: 12px;
      transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.work-filter:hover,
    .work-filter.active {
border-color: var(--text);
      background: var(--text);
      color: var(--page-background);
}

.work-grid {
display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(65px, 8vw, 120px) clamp(28px, 4.5vw, 74px);
      padding-top: clamp(58px, 6vw, 95px);
}

.work-card {
min-width: 0;
      display: block;
}

.work-card.hidden {
display: none;
}

.work-card-media {
position: relative;
      width: 100%;
      aspect-ratio: 1.36 / 1;
      overflow: hidden;
      border-radius: 28px;
      background: #d9d9d9;
      transform: translateZ(0);
}

.work-card-media::after {
content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.08),
        rgba(0,0,0,0.05)
      );
      pointer-events: none;
}

.work-card-visual {
position: absolute;
      inset: 0;
      transition:
        transform 0.55s cubic-bezier(.2,.8,.2,1),
        filter 0.55s ease;
}

.work-card:hover .work-card-visual,
    .work-card:focus-visible .work-card-visual {
transform: scale(1.035);
      filter: saturate(1.08);
}

.work-card-info {
display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 25px;
      padding-top: 20px;
}

.work-card-info h3 {
margin: 0 0 8px;
      font-size: clamp(28px, 3vw, 44px);
      font-weight: 400;
      line-height: 1;
      letter-spacing: -0.055em;
}

.work-card-info p {
margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
}

.work-card-year {
padding-top: 4px;
      font-size: clamp(23px, 2.4vw, 34px);
      letter-spacing: -0.05em;
}

.visual-bautechnik {
background:
        linear-gradient(145deg, rgba(21,43,61,.12), rgba(255,255,255,.1)),
        #dfe3e5;
}

.visual-bautechnik .mock-browser {
position: absolute;
      top: 11%;
      right: 8%;
      bottom: 10%;
      left: 8%;
      overflow: hidden;
      border-radius: 18px;
      background: #f7f7f5;
      box-shadow: 0 24px 50px rgba(0,0,0,.14);
      transform: rotate(-2deg);
}

.visual-bautechnik .mock-browser::before {
content: "";
      display: block;
      height: 9%;
      background: #172e3b;
}

.visual-bautechnik .mock-sidebar {
position: absolute;
      top: 9%;
      bottom: 0;
      left: 0;
      width: 19%;
      background: #e9ecec;
}

.visual-bautechnik .mock-lines {
position: absolute;
      top: 19%;
      right: 8%;
      left: 27%;
      height: 62%;
      background:
        linear-gradient(#17303d 0 0) 0 0 / 42% 8% no-repeat,
        linear-gradient(#cbd2d5 0 0) 0 24% / 100% 2px no-repeat,
        linear-gradient(#dce1e3 0 0) 0 40% / 76% 10% no-repeat,
        linear-gradient(#dce1e3 0 0) 0 61% / 88% 10% no-repeat,
        linear-gradient(#dce1e3 0 0) 0 82% / 63% 10% no-repeat;
}

.visual-mountain {
background:
        radial-gradient(circle at 25% 20%, rgba(255,255,255,.72), transparent 22%),
        linear-gradient(135deg, #aec6d1, #dce7eb 52%, #9faf9c);
}

.visual-mountain .mountain-shape {
position: absolute;
      right: -8%;
      bottom: -12%;
      left: -8%;
      height: 78%;
      background: #5d7169;
      clip-path: polygon(0 100%, 13% 58%, 28% 74%, 44% 24%, 56% 52%, 70% 18%, 100% 100%);
}

.visual-mountain .map-card {
position: absolute;
      top: 11%;
      left: 10%;
      width: 31%;
      aspect-ratio: .62 / 1;
      border: 7px solid #111;
      border-radius: 27px;
      background:
        radial-gradient(circle at 65% 30%, #f3a75e 0 4%, transparent 5%),
        linear-gradient(145deg, #dfeadf, #9eb8a6);
      box-shadow: 0 22px 45px rgba(0,0,0,.22);
      transform: rotate(5deg);
}

.visual-mountain .map-card::after {
content: "Explore";
      position: absolute;
      right: 10%;
      bottom: 9%;
      left: 10%;
      padding: 7px 8px;
      border-radius: 999px;
      background: #111;
      color: #fff;
      font: 500 8px/1 "Inter", sans-serif;
      text-align: center;
}

.visual-karryfast {
background: linear-gradient(145deg, #f3b74f, #f47736);
}

.visual-karryfast .phone {
position: absolute;
      top: 8%;
      bottom: 8%;
      width: 29%;
      border: 7px solid #161616;
      border-radius: 28px;
      background: #fff;
      box-shadow: 0 22px 45px rgba(0,0,0,.22);
}

.visual-karryfast .phone:first-child {
left: 17%;
      transform: rotate(-7deg);
}

.visual-karryfast .phone:last-child {
right: 17%;
      transform: rotate(7deg);
}

.visual-karryfast .phone::before {
content: "";
      position: absolute;
      top: 7%;
      right: 12%;
      left: 12%;
      height: 30%;
      border-radius: 13px;
      background: #f2a13b;
}

.visual-karryfast .phone::after {
content: "";
      position: absolute;
      right: 12%;
      bottom: 9%;
      left: 12%;
      height: 42%;
      background:
        linear-gradient(#242424 0 0) 0 0 / 65% 9% no-repeat,
        linear-gradient(#ddd 0 0) 0 24% / 100% 8% no-repeat,
        linear-gradient(#ddd 0 0) 0 45% / 82% 8% no-repeat,
        linear-gradient(#111 0 0) 0 82% / 100% 16% no-repeat;
}

.visual-openmove {
background: linear-gradient(135deg, #101d31, #253d5e);
}

.visual-openmove .dashboard {
position: absolute;
      top: 10%;
      right: 7%;
      bottom: 10%;
      left: 7%;
      overflow: hidden;
      border-radius: 17px;
      background: #f7f8fb;
      box-shadow: 0 24px 55px rgba(0,0,0,.3);
      transform: perspective(900px) rotateY(-8deg) rotateX(3deg);
}

.visual-openmove .dashboard::before {
content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 20%;
      background: #17243a;
}

.visual-openmove .dashboard::after {
content: "";
      position: absolute;
      top: 14%;
      right: 7%;
      bottom: 12%;
      left: 27%;
      background:
        linear-gradient(#223b63 0 0) 0 0 / 45% 8% no-repeat,
        linear-gradient(90deg, #dce3ed 33%, transparent 33% 35%, #dce3ed 35% 68%, transparent 68% 70%, #dce3ed 70%) 0 25% / 100% 31% no-repeat,
        linear-gradient(#e7ebf1 0 0) 0 72% / 100% 2px no-repeat,
        linear-gradient(#d6dde8 0 0) 0 86% / 72% 8% no-repeat;
}

.visual-sidera {
background: linear-gradient(135deg, #d7e2ec, #9eb6c9);
}

.visual-sidera .sidera-panel {
position: absolute;
      top: 15%;
      right: 10%;
      bottom: 15%;
      left: 10%;
      border-radius: 22px;
      background: #f8f9fa;
      box-shadow: 0 24px 55px rgba(0,0,0,.16);
      transform: rotate(3deg);
}

.visual-sidera .sidera-panel::before {
content: "SIDERA";
      position: absolute;
      top: 13%;
      left: 10%;
      color: #2f5771;
      font: 600 clamp(20px, 3vw, 42px)/1 "Inter", sans-serif;
      letter-spacing: .08em;
}

.visual-sidera .sidera-panel::after {
content: "";
      position: absolute;
      right: 10%;
      bottom: 15%;
      left: 10%;
      height: 44%;
      background:
        linear-gradient(#b7cbd8 0 0) 0 0 / 100% 23% no-repeat,
        linear-gradient(#d7e2e8 0 0) 0 48% / 72% 12% no-repeat,
        linear-gradient(#d7e2e8 0 0) 0 78% / 88% 12% no-repeat;
}

.visual-villa {
background:
        linear-gradient(rgba(76,66,50,.12), rgba(76,66,50,.12)),
        linear-gradient(145deg, #d6ccb9, #eee8dc);
}

.visual-villa .villa-window {
position: absolute;
      top: 8%;
      right: 13%;
      bottom: 8%;
      left: 13%;
      overflow: hidden;
      border-radius: 150px 150px 18px 18px;
      background:
        linear-gradient(to bottom, #a8c5cf 0 36%, #d9cab6 36% 65%, #6f8468 65%);
      box-shadow: 0 20px 45px rgba(0,0,0,.15);
}

.visual-villa .villa-window::before {
content: "";
      position: absolute;
      right: 23%;
      bottom: 28%;
      left: 23%;
      height: 32%;
      background: #efe7db;
      clip-path: polygon(50% 0, 100% 28%, 100% 100%, 0 100%, 0 28%);
}

.visual-villa .villa-window::after {
content: "VILLA MAGNOLIA";
      position: absolute;
      right: 0;
      bottom: 10%;
      left: 0;
      color: #fff;
      font: 500 clamp(11px, 1.4vw, 18px)/1 "Inter", sans-serif;
      letter-spacing: .16em;
      text-align: center;
}

.visual-respirart {
background: linear-gradient(145deg, #c4d8d3, #e8eee9);
}

.visual-respirart .forest {
position: absolute;
      inset: 0;
      background:
        linear-gradient(78deg, transparent 46%, rgba(52,80,64,.62) 47% 50%, transparent 51%) 8% 0 / 16% 100%,
        linear-gradient(82deg, transparent 46%, rgba(52,80,64,.46) 47% 50%, transparent 51%) 30% 0 / 20% 100%,
        linear-gradient(75deg, transparent 46%, rgba(52,80,64,.54) 47% 50%, transparent 51%) 70% 0 / 18% 100%;
}

.visual-respirart .forest::after {
content: "RESPIRART";
      position: absolute;
      right: 7%;
      bottom: 9%;
      color: #29483a;
      font: 500 clamp(18px, 2.8vw, 38px)/1 "Inter", sans-serif;
      letter-spacing: .09em;
}

.visual-ski {
background: linear-gradient(155deg, #d7e6ef, #f6f8f9 52%, #88a8bf);
}

.visual-ski .ski-card {
position: absolute;
      top: 12%;
      right: 9%;
      bottom: 12%;
      left: 9%;
      overflow: hidden;
      border-radius: 18px;
      background:
        linear-gradient(160deg, transparent 0 45%, #b9cfdb 46% 60%, #7997aa 61%);
      box-shadow: 0 22px 50px rgba(0,0,0,.16);
      transform: rotate(-3deg);
}

.visual-ski .ski-card::before {
content: "SCUOLA ITALIANA SCI";
      position: absolute;
      top: 10%;
      left: 8%;
      max-width: 46%;
      color: #17374c;
      font: 600 clamp(14px, 2vw, 27px)/1.05 "Inter", sans-serif;
}

.visual-ski .ski-card::after {
content: "";
      position: absolute;
      right: 13%;
      bottom: 9%;
      width: 12%;
      height: 48%;
      border-radius: 999px;
      background: #e5533c;
      transform: rotate(18deg);
}

.work-note {
display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: end;
      gap: 45px;
      padding-top: clamp(125px, 12vw, 200px);
      padding-bottom: clamp(95px, 9vw, 145px);
}

.work-note h2 {
max-width: 1050px;
      margin: 0;
      font-size: clamp(54px, 6.8vw, 108px);
      font-weight: 400;
      line-height: 0.91;
      letter-spacing: -0.07em;
}

.work-note .pill-button {
min-width: 138px;
}

.project-hero {
min-height: calc(100vh - 80px);
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.55fr);
      align-items: end;
      gap: clamp(60px, 9vw, 150px);
      padding-top: clamp(120px, 10vw, 180px);
      padding-bottom: clamp(75px, 7vw, 115px);
}

.project-kicker {
display: block;
      margin-bottom: 28px;
      color: var(--muted);
      font-size: 14px;
}

.project-hero h1 {
max-width: 1050px;
      margin: 0;
      font-size: clamp(82px, 9.7vw, 158px);
      font-weight: 400;
      line-height: 0.84;
      letter-spacing: -0.085em;
}

.project-hero-summary {
align-self: end;
      padding-bottom: 8px;
}

.project-hero-summary p {
margin: 0;
      font-size: clamp(20px, 1.55vw, 25px);
      line-height: 1.4;
      letter-spacing: -0.03em;
}

.project-meta {
display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
}

.project-meta-item {
min-height: 125px;
      padding: 28px 30px 25px 0;
      border-right: 1px solid var(--line);
}

.project-meta-item:not(:first-child) {
padding-left: 30px;
}

.project-meta-item:last-child {
border-right: 0;
}

.project-meta-item span {
display: block;
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 12px;
}

.project-meta-item strong {
font-size: 17px;
      font-weight: 400;
      line-height: 1.35;
}

.project-cover {
position: relative;
      min-height: clamp(620px, 66vw, 980px);
      padding: clamp(80px, 8vw, 130px) 0;
}

.project-cover-frame {
position: relative;
      width: 100%;
      height: 100%;
      min-height: clamp(540px, 54vw, 820px);
      overflow: hidden;
      border-radius: 34px;
      background:
        radial-gradient(circle at 80% 15%, rgba(255,255,255,.4), transparent 24%),
        linear-gradient(145deg, #d6e1e8, #9cb3c4);
}

.project-cover-browser {
position: absolute;
      top: 10%;
      right: 8%;
      bottom: 10%;
      left: 8%;
      overflow: hidden;
      border-radius: 20px;
      background: #f8fafb;
      box-shadow: 0 35px 80px rgba(20, 42, 56, .22);
      transform: rotate(-2deg);
}

.project-cover-browser::before {
content: "";
      display: block;
      height: 8%;
      background:
        radial-gradient(circle, #d96b6b 0 3px, transparent 4px) 18px center / 14px 14px no-repeat,
        radial-gradient(circle, #e0b85d 0 3px, transparent 4px) 32px center / 14px 14px no-repeat,
        radial-gradient(circle, #65b877 0 3px, transparent 4px) 46px center / 14px 14px no-repeat,
        #eef2f4;
}

.project-cover-sidebar {
position: absolute;
      top: 8%;
      bottom: 0;
      left: 0;
      width: 18%;
      background: #173247;
}

.project-cover-logo {
position: absolute;
      top: 13%;
      left: 3%;
      color: #fff;
      font-size: clamp(12px, 1.3vw, 20px);
      font-weight: 600;
      letter-spacing: .12em;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
}

.project-cover-content {
position: absolute;
      top: 15%;
      right: 7%;
      bottom: 10%;
      left: 24%;
}

.project-cover-content::before {
content: "Technology made clear.";
      display: block;
      max-width: 72%;
      color: #18364a;
      font-size: clamp(36px, 5.6vw, 88px);
      line-height: .93;
      letter-spacing: -.06em;
}

.project-cover-content::after {
content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 48%;
      background:
        linear-gradient(#c6d4dc 0 0) 0 0 / 31% 100% no-repeat,
        linear-gradient(#dbe4e9 0 0) 34.5% 0 / 31% 100% no-repeat,
        linear-gradient(#e7edf0 0 0) 69% 0 / 31% 100% no-repeat;
      border-radius: 12px;
}

.case-intro {
display: grid;
      grid-template-columns: .65fr 1.35fr;
      gap: clamp(60px, 9vw, 150px);
      padding-top: clamp(110px, 10vw, 170px);
}

.case-label {
color: var(--muted);
      font-size: 14px;
}

.case-lead {
max-width: 980px;
      margin: 0;
      font-size: clamp(37px, 4.7vw, 72px);
      line-height: 1.02;
      letter-spacing: -.06em;
}

.case-body {
display: grid;
      grid-template-columns: .65fr 1.35fr;
      gap: clamp(60px, 9vw, 150px);
      padding-top: clamp(110px, 10vw, 170px);
}

.case-body-content {
max-width: 820px;
}

.case-body-content h2 {
margin: 0 0 34px;
      font-size: clamp(42px, 5vw, 76px);
      font-weight: 400;
      line-height: .96;
      letter-spacing: -.06em;
}

.case-body-content p {
margin: 0;
      font-size: 18px;
      line-height: 1.62;
}

.case-body-content p + p {
margin-top: 24px;
}

.case-points {
display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-top: 70px;
      border-top: 1px solid var(--line);
}

.case-point {
min-height: 235px;
      padding: 30px 30px 30px 0;
      border-right: 1px solid var(--line);
}

.case-point:not(:first-child) {
padding-left: 30px;
}

.case-point:last-child {
border-right: 0;
}

.case-point span {
display: block;
      margin-bottom: 56px;
      color: var(--soft-number);
      font-size: 34px;
}

.case-point h3 {
margin: 0 0 10px;
      font-size: 22px;
      font-weight: 500;
}

.case-point p {
margin: 0;
      font-size: 13px;
      line-height: 1.55;
}

.case-gallery {
display: grid;
      grid-template-columns: 1.22fr .78fr;
      gap: clamp(24px, 4vw, 62px);
      padding-top: clamp(115px, 11vw, 180px);
}

.case-shot {
position: relative;
      min-height: 640px;
      overflow: hidden;
      border-radius: 30px;
      background: #dfe7ec;
}

.case-shot-tall {
min-height: 820px;
}

.case-shot + .case-shot {
margin-top: clamp(80px, 8vw, 130px);
}

.case-gallery-column:last-child {
padding-top: clamp(110px, 10vw, 170px);
}

.shot-navigation {
background: linear-gradient(145deg, #19374c, #315a73);
}

.shot-navigation::before {
content: "";
      position: absolute;
      top: 10%;
      right: 9%;
      bottom: 10%;
      left: 9%;
      border-radius: 16px;
      background:
        linear-gradient(#f7f8f9 0 0) 0 0 / 100% 9% no-repeat,
        linear-gradient(#17364a 0 0) 0 9% / 24% 91% no-repeat,
        linear-gradient(#f3f5f6 0 0) 24% 9% / 76% 91% no-repeat;
      box-shadow: 0 25px 55px rgba(0,0,0,.22);
      transform: rotate(-2deg);
}

.shot-navigation::after {
content: "Managed Services   Security   Business Intelligence";
      position: absolute;
      top: 33%;
      right: 17%;
      left: 39%;
      color: #18364a;
      font-size: clamp(20px, 2.7vw, 39px);
      line-height: 1.4;
      letter-spacing: -.04em;
}

.shot-services {
background: linear-gradient(145deg, #e7eef2, #b9cbd6);
}

.shot-services::before {
content: "";
      position: absolute;
      inset: 11%;
      border-radius: 20px;
      background:
        linear-gradient(#17364a 0 0) 8% 10% / 52% 8% no-repeat,
        linear-gradient(#c7d6de 0 0) 8% 28% / 84% 2px no-repeat,
        linear-gradient(#d4e0e6 0 0) 8% 42% / 40% 36% no-repeat,
        linear-gradient(#c1d2dc 0 0) 53% 42% / 39% 36% no-repeat,
        #f7f9fa;
      box-shadow: 0 25px 55px rgba(0,0,0,.14);
      transform: rotate(3deg);
}

.shot-mobile {
background: linear-gradient(145deg, #b8cbd7, #ebf0f3);
}

.shot-mobile::before,
    .shot-mobile::after {
content: "";
      position: absolute;
      top: 8%;
      bottom: 8%;
      width: 37%;
      border: 8px solid #132c3d;
      border-radius: 34px;
      background:
        linear-gradient(#17364a 0 0) 11% 12% / 58% 6% no-repeat,
        linear-gradient(#d9e3e8 0 0) 11% 27% / 78% 2px no-repeat,
        linear-gradient(#c7d7df 0 0) 11% 39% / 78% 24% no-repeat,
        linear-gradient(#dce5e9 0 0) 11% 72% / 62% 7% no-repeat,
        #f8fafb;
      box-shadow: 0 24px 50px rgba(0,0,0,.18);
}

.shot-mobile::before {
left: 10%;
      transform: rotate(-5deg);
}

.shot-mobile::after {
right: 10%;
      transform: rotate(6deg);
}

.shot-detail {
background: linear-gradient(145deg, #19374c, #102634);
}

.shot-detail::before {
content: "Security";
      position: absolute;
      top: 16%;
      left: 12%;
      color: #fff;
      font-size: clamp(52px, 8vw, 110px);
      letter-spacing: -.07em;
}

.shot-detail::after {
content: "";
      position: absolute;
      right: 12%;
      bottom: 13%;
      left: 12%;
      height: 44%;
      border-top: 1px solid rgba(255,255,255,.25);
      background:
        linear-gradient(rgba(255,255,255,.12) 0 0) 0 20% / 70% 8% no-repeat,
        linear-gradient(rgba(255,255,255,.08) 0 0) 0 43% / 90% 8% no-repeat,
        linear-gradient(rgba(255,255,255,.08) 0 0) 0 66% / 81% 8% no-repeat;
}

.decision-list {
margin-top: 70px;
      border-top: 1px solid var(--line);
}

.decision-item {
display: grid;
      grid-template-columns: 90px minmax(0, 1fr) minmax(260px, .75fr);
      gap: 36px;
      padding: 34px 0;
      border-bottom: 1px solid var(--line);
}

.decision-item > span {
color: var(--muted);
      font-size: 13px;
}

.decision-item h3 {
margin: 0;
      font-size: clamp(25px, 2.8vw, 42px);
      font-weight: 400;
      line-height: 1;
      letter-spacing: -.045em;
}

.decision-item p {
margin: 0;
      font-size: 14px;
      line-height: 1.55;
}

.project-outcome {
display: grid;
      grid-template-columns: .65fr 1.35fr;
      gap: clamp(60px, 9vw, 150px);
      padding-top: clamp(120px, 11vw, 190px);
}

.project-outcome blockquote {
max-width: 920px;
      margin: 0;
      font-size: clamp(37px, 4.7vw, 72px);
      line-height: 1.02;
      letter-spacing: -.06em;
}

.project-outcome-note {
max-width: 700px;
      margin-top: 55px;
      font-size: 17px;
      line-height: 1.6;
}

.next-project {
display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: end;
      gap: 50px;
      padding-top: clamp(130px, 13vw, 210px);
      padding-bottom: clamp(90px, 9vw, 140px);
}

.next-project > div > span {
display: block;
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 13px;
}

.next-project h2 {
margin: 0;
      font-size: clamp(58px, 7.5vw, 118px);
      font-weight: 400;
      line-height: .88;
      letter-spacing: -.075em;
}

@media (max-width: 900px) {
.project-hero,
      .case-intro,
      .case-body,
      .project-outcome {
grid-template-columns: 1fr;
        align-items: start;
}
}

@media (max-width: 900px) {
.project-meta {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 900px) {
.project-meta-item:nth-child(2) {
border-right: 0;
}
}

@media (max-width: 900px) {
.project-meta-item:nth-child(-n/**/+2) {
border-bottom: 1px solid var(--line);
}
}

@media (max-width: 900px) {
.case-gallery {
grid-template-columns: 1fr;
}
}

@media (max-width: 900px) {
.case-gallery-column:last-child {
padding-top: 0;
}
}

@media (max-width: 900px) {
.decision-item {
grid-template-columns: 70px minmax(0, 1fr);
}
}

@media (max-width: 900px) {
.decision-item p {
grid-column: 2;
}
}

@media (max-width: 900px) {
.next-project {
grid-template-columns: 1fr;
        align-items: start;
}
}

@media (max-width: 900px) {
.next-project .pill-button {
justify-self: end;
}
}

@media (max-width: 900px) {
.work-hero {
grid-template-columns: 1fr;
        align-items: start;
}
}

@media (max-width: 900px) {
.work-hero-copy {
max-width: 650px;
}
}

@media (max-width: 900px) {
.work-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 900px) {
.work-note {
grid-template-columns: 1fr;
        align-items: start;
}
}

@media (max-width: 900px) {
.work-note .pill-button {
justify-self: end;
}
}

@media (max-width: 680px) {
.work-hero {
min-height: auto;
        gap: 52px;
        padding-top: 72px;
        padding-bottom: 82px;
}
}

@media (max-width: 680px) {
.work-eyebrow {
margin-bottom: 20px;
        font-size: 12px;
}
}

@media (max-width: 680px) {
.work-hero h1 {
font-size: clamp(68px, 19vw, 96px);
        line-height: 0.86;
}
}

@media (max-width: 680px) {
.work-hero-copy p {
margin-bottom: 30px;
        font-size: 19px;
}
}

@media (max-width: 680px) {
.work-index {
padding-top: 20px;
        padding-bottom: 100px;
}
}

@media (max-width: 680px) {
.work-toolbar {
align-items: flex-start;
        flex-direction: column;
        gap: 22px;
}
}

@media (max-width: 680px) {
.work-toolbar h2 {
font-size: 27px;
}
}

@media (max-width: 680px) {
.work-filters {
justify-content: flex-start;
}
}

@media (max-width: 680px) {
.work-filter {
min-height: 32px;
        padding-inline: 13px;
        font-size: 11px;
}
}

@media (max-width: 680px) {
.work-grid {
gap: 68px;
        padding-top: 48px;
}
}

@media (max-width: 680px) {
.work-card-media {
border-radius: 22px;
}
}

@media (max-width: 680px) {
.work-card-info {
gap: 18px;
        padding-top: 16px;
}
}

@media (max-width: 680px) {
.work-card-info h3 {
font-size: 31px;
}
}

@media (max-width: 680px) {
.work-card-year {
font-size: 24px;
}
}

@media (max-width: 680px) {
.work-note {
gap: 42px;
        padding-top: 105px;
        padding-bottom: 82px;
}
}

@media (max-width: 680px) {
.work-note h2 {
font-size: clamp(48px, 13vw, 70px);
}
}

@media (max-width: 680px) {
.work-note .pill-button {
justify-self: auto;
        align-self: flex-end;
}
}

@media (max-width: 680px) {
.project-hero {
min-height: auto;
        gap: 52px;
        padding-top: 72px;
        padding-bottom: 75px;
}
}

@media (max-width: 680px) {
.project-kicker {
margin-bottom: 20px;
        font-size: 12px;
}
}

@media (max-width: 680px) {
.project-hero h1 {
font-size: clamp(67px, 18.5vw, 96px);
        line-height: .86;
}
}

@media (max-width: 680px) {
.project-hero-summary p {
font-size: 19px;
}
}

@media (max-width: 680px) {
.project-meta {
grid-template-columns: 1fr;
}
}

@media (max-width: 680px) {
.project-meta-item,
      .project-meta-item:not(:first-child) {
min-height: auto;
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
}
}

@media (max-width: 680px) {
.project-meta-item:last-child {
border-bottom: 0;
}
}

@media (max-width: 680px) {
.project-meta-item span {
margin-bottom: 9px;
}
}

@media (max-width: 680px) {
.project-cover {
min-height: 500px;
        padding: 72px 0;
}
}

@media (max-width: 680px) {
.project-cover-frame {
min-height: 390px;
        border-radius: 24px;
}
}

@media (max-width: 680px) {
.project-cover-browser {
top: 10%;
        right: 5%;
        bottom: 10%;
        left: 5%;
        border-radius: 14px;
}
}

@media (max-width: 680px) {
.case-intro,
      .case-body,
      .project-outcome {
gap: 34px;
        padding-top: 95px;
}
}

@media (max-width: 680px) {
.case-lead,
      .project-outcome blockquote {
font-size: 34px;
        line-height: 1.08;
}
}

@media (max-width: 680px) {
.case-body-content h2 {
margin-bottom: 26px;
        font-size: 45px;
}
}

@media (max-width: 680px) {
.case-body-content p {
font-size: 16px;
}
}

@media (max-width: 680px) {
.case-points {
grid-template-columns: 1fr;
        margin-top: 48px;
}
}

@media (max-width: 680px) {
.case-point,
      .case-point:not(:first-child) {
min-height: auto;
        padding: 28px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
}
}

@media (max-width: 680px) {
.case-point span {
margin-bottom: 28px;
}
}

@media (max-width: 680px) {
.case-gallery {
gap: 52px;
        padding-top: 95px;
}
}

@media (max-width: 680px) {
.case-shot,
      .case-shot-tall {
min-height: 460px;
        border-radius: 22px;
}
}

@media (max-width: 680px) {
.case-shot + .case-shot {
margin-top: 52px;
}
}

@media (max-width: 680px) {
.decision-list {
margin-top: 48px;
}
}

@media (max-width: 680px) {
.decision-item {
grid-template-columns: 45px minmax(0, 1fr);
        gap: 18px;
        padding: 26px 0;
}
}

@media (max-width: 680px) {
.decision-item h3 {
font-size: 28px;
}
}

@media (max-width: 680px) {
.decision-item p {
grid-column: 2;
        font-size: 13px;
}
}

@media (max-width: 680px) {
.project-outcome-note {
margin-top: 38px;
        font-size: 15px;
}
}

@media (max-width: 680px) {
.next-project {
gap: 42px;
        padding-top: 110px;
        padding-bottom: 82px;
}
}

@media (max-width: 680px) {
.next-project h2 {
font-size: clamp(54px, 15vw, 78px);
}
}

@media (max-width: 680px) {
.next-project .pill-button {
justify-self: end;
        align-self: flex-end;
}
}

/*
|--------------------------------------------------------------------------
| Project intro layout — reference alignment
|--------------------------------------------------------------------------
| Matches the approved project-detail reference:
| large editorial title on the left, supporting text on the right,
| four-column metadata with vertical separators only, followed by the
| full-width rounded project visual.
*/

@media (min-width: 901px) {
  .project-hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.55fr);
    align-items: end;
    column-gap: clamp(85px, 8vw, 150px);
    padding-top: clamp(115px, 8vw, 155px);
    padding-bottom: clamp(92px, 6.5vw, 120px);
  }

  .project-hero > div:first-child {
    min-width: 0;
  }

  .project-kicker {
    margin-bottom: 24px;
  }

  .project-hero h1 {
    max-width: 860px;
    font-size: clamp(92px, 7.45vw, 136px);
    line-height: 0.96;
    letter-spacing: -0.075em;
  }

  .project-hero-summary {
    align-self: end;
    max-width: 505px;
    padding-bottom: 10px;
  }

  .project-hero-summary p {
    font-size: clamp(20px, 1.48vw, 26px);
    line-height: 1.36;
    letter-spacing: -0.025em;
  }

  .project-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 0;
    border-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-meta-item,
  .project-meta-item:not(:first-child) {
    min-height: 126px;
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .project-meta-item:first-child {
    padding-left: 0;
    padding-right: 30px;
  }

  .project-meta-item:not(:first-child) {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-meta-item:last-child {
    padding-right: 0;
  }

  .project-meta-item span {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .project-meta-item strong {
    font-size: 17px;
    line-height: 1.35;
  }

  .project-cover {
    min-height: auto;
    padding-top: clamp(76px, 5.5vw, 105px);
    padding-bottom: clamp(110px, 8vw, 155px);
  }

  .project-cover-frame {
    min-height: clamp(540px, 51vw, 820px);
    border-radius: 32px;
  }
}

@media (min-width: 681px) and (max-width: 900px) {
  .project-hero {
    min-height: auto;
    gap: 52px;
    padding-top: 105px;
    padding-bottom: 82px;
  }

  .project-hero h1 {
    max-width: 760px;
    font-size: clamp(72px, 10.5vw, 104px);
    line-height: .94;
  }

  .project-hero-summary {
    max-width: 600px;
  }

  .project-meta {
    border-top: 0;
    border-bottom: 0;
  }

  .project-cover {
    padding-top: 70px;
  }
}

@media (max-width: 680px) {
  .project-meta {
    border-top: 0;
    border-bottom: 0;
  }
}


/*
|--------------------------------------------------------------------------
| Sidera supplied visual assets
|--------------------------------------------------------------------------
*/
.project-cover-photo {
  background: transparent;
  min-height: 0;
  box-shadow: 0 24px 60px rgba(15, 22, 29, 0.12);
}

.project-cover-photo .project-cover-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
}

.case-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.case-gallery-column:last-child {
  padding-top: 0;
}

.case-shot-real {
  min-height: 0;
  background: transparent;
}

.case-shot-real + .case-shot-real {
  margin-top: 0;
}

.case-shot-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(15, 22, 29, 0.12);
}

@media (max-width: 900px) {
  .case-gallery {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .case-gallery-column:last-child {
    padding-top: 0;
  }

  .case-shot-image {
    border-radius: 22px;
  }
}


/*
|--------------------------------------------------------------------------
| Project intro spacing refinement
|--------------------------------------------------------------------------
*/

@media (min-width: 901px) {
  .project-hero {
    padding-bottom: 58px;
  }

  .project-meta {
    margin-top: 0;
  }

  .project-cover {
    padding-top: 44px;
    padding-bottom: 96px;
  }

  .project-cover-frame {
    min-height: 0;
    height: clamp(430px, 36vw, 610px);
  }

  .project-cover-photo .project-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 681px) and (max-width: 900px) {
  .project-hero {
    padding-bottom: 54px;
  }

  .project-cover {
    padding-top: 42px;
    padding-bottom: 82px;
  }

  .project-cover-frame {
    min-height: 0;
    height: clamp(390px, 52vw, 520px);
  }

  .project-cover-photo .project-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 680px) {
  .project-hero {
    padding-bottom: 48px;
  }

  .project-cover {
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 72px;
  }

  .project-cover-frame {
    min-height: 0;
    height: clamp(280px, 67vw, 390px);
  }

  .project-cover-photo .project-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}


/*
|--------------------------------------------------------------------------
| Sidera gallery — original proportions with supplied images
|--------------------------------------------------------------------------
*/

.case-gallery {
  grid-template-columns: 1.22fr .78fr;
  gap: clamp(24px, 4vw, 62px);
  align-items: start;
}

.case-gallery-column:last-child {
  padding-top: clamp(110px, 10vw, 170px);
}

.case-shot-real {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 30px;
  background: #dfe7ec;
}

.case-shot-real.case-shot-tall {
  min-height: 820px;
}

.case-shot-real .case-shot-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  box-shadow: none;
}

@media (max-width: 900px) {
  .case-gallery {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .case-gallery-column:last-child {
    padding-top: 0;
  }

  .case-shot-real,
  .case-shot-real.case-shot-tall {
    min-height: clamp(440px, 75vw, 680px);
  }
}

@media (max-width: 680px) {
  .case-gallery {
    gap: 36px;
  }

  .case-shot-real,
  .case-shot-real.case-shot-tall {
    min-height: clamp(380px, 112vw, 560px);
    border-radius: 22px;
  }
}


/*
|--------------------------------------------------------------------------
| Condensed case-study text spacing
|--------------------------------------------------------------------------
*/
.case-body {
  padding-top: clamp(88px, 8vw, 135px);
}

.case-body-content p + p {
  margin-top: 18px;
}

.decision-list,
.case-points {
  margin-top: 52px;
}

.project-outcome {
  padding-top: clamp(95px, 9vw, 150px);
}

.project-outcome blockquote {
  max-width: 980px;
}

@media (max-width: 680px) {
  .case-body {
    padding-top: 78px;
  }

  .decision-list,
  .case-points {
    margin-top: 38px;
  }

  .project-outcome {
    padding-top: 82px;
  }
}


/*
|--------------------------------------------------------------------------
| Mobile project images — natural image ratio
|--------------------------------------------------------------------------
*/
@media (max-width: 680px) {
  .project-hero h1 {
    font-size: clamp(67px, 15.5vw, 96px);
    line-height: .86;
  }

  .case-gallery {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .case-gallery-column,
  .case-gallery-column:last-child {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .case-shot-real,
  .case-shot-real.case-shot-tall {
    width: 100%;
    min-height: 0;
    height: auto;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: transparent;
  }

  .case-shot-real .case-shot-image {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: inherit;
  }
}


/*
|--------------------------------------------------------------------------
| Desktop Sidera gallery heights — exact requested values
|--------------------------------------------------------------------------
*/
@media (min-width: 901px) {
  .case-shot-real.case-shot-tall {
    min-height: 525px;
  }

  .case-shot-real {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 30px;
    background: #dfe7ec;
  }
}


/*
|--------------------------------------------------------------------------
| Next project button SVG fix
|--------------------------------------------------------------------------
*/
.next-project .pill-button .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  color: currentColor;
  font-size: inherit;
  line-height: 0;
}

.next-project .pill-button .button-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}


/* Bautechnik real project thumbnail */
.visual-bautechnik .work-card-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
