.behance-embed{
  width:100%;
  max-width:720px;
  aspect-ratio:404 / 316;
  margin:0 auto 28px;
  overflow:hidden;
  border-radius:18px;
  background:#111;
  border:1px solid rgba(255,255,255,0.12);
}

.behance-embed iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

.behance-link{
  display:block;
  width:max-content;
  margin:0 auto 40px;
  padding:12px 20px;
  border:1px solid rgba(255,255,255,0.28);
  border-radius:999px;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#fff;
  opacity:0.85;
  transition:opacity 0.3s ease, background 0.3s ease;
}

.behance-link:hover{
  opacity:1;
  background:rgba(255,255,255,0.1);
}
.shot-tabs{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  margin:48px 0 40px;
}

.shot-tab{
  position:relative;
  background:none;
  border:1px solid rgba(255,255,255,0.2);
  color:#f2f2f2;
  font-size:22px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  opacity:0.55;
  cursor:pointer;
  padding:10px 28px;
  border-radius:999px;
  transition:opacity 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.shot-tab:hover{
  opacity:0.85;
}



.shot-tab.active{
  opacity:1;
  background:rgba(255,255,255,0.14);
  border-color:rgba(255,255,255,0.55);
}
.shot-tab.active::after{
  width:100%;
}

.shot-panel{
  display:none;
}

.shot-panel.active{
  display:block;
}

@media (max-width:700px){
  .shot-tabs{
    gap:10px;
    margin:36px 0 32px;
  }

  .shot-tab{
    font-size:15px;
    padding:8px 18px;
    letter-spacing:1px;
  }
}

.floating-link{
  position:fixed;
  bottom:24px;
  left:50%;
  transform:translateX(-50%);
  z-index:1000;

  font-size:13px;
  font-weight:700;
  letter-spacing:4px;
  text-transform:uppercase;
  color:#ffffff;
  opacity:0.85;
  text-decoration:none;

  padding:10px 24px;
  border:1px solid rgba(255,255,255,0.25);
  border-radius:999px;
  background:rgba(0,0,0,0.45);
  backdrop-filter:blur(8px);

  transition:opacity 0.3s ease, letter-spacing 0.3s ease, background 0.3s ease;
}

.floating-link:hover{
  opacity:1;
  letter-spacing:5px;
  background:rgba(255,255,255,0.12);
}

.project-summary{
  max-width:850px;
  margin-bottom:60px;
}

.project-period{
  display:inline-block;
  font-size:11px;
  letter-spacing:1.6px;
  font-weight:700;
  color:#ffffff;
  opacity:0.9;
  margin-bottom:22px;
  padding:4px 10px;
  border:1px solid rgba(255,255,255,0.35);
  border-radius:999px;
  background:rgba(255,255,255,0.06);
}

.project-summary-title{
  font-size:13px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#aaa;
  margin-bottom:20px;
  font-weight:600;
}

.project-contribution{
  list-style:none;
  counter-reset:work-list;
  display:grid;
  gap:12px;
}

.project-contribution li{
  counter-increment:work-list;
  position:relative;
  padding-left:46px;
  font-size:15px;
  line-height:1.7;
  color:#f2f2f2;
  opacity:0.78;
}

.project-contribution li::before{
  content:counter(work-list, decimal-leading-zero);
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.28);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:700;
  color:#ffffff;
  opacity:0.9;
  background:rgba(255,255,255,0.06);
}
.reel-tabs{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:36px;
  margin-bottom:36px;
}

.reel-tab{
  position:relative;
  background:none;
  border:none;
  color:#f2f2f2;
  font-size:13px;
  letter-spacing:3px;
  text-transform:uppercase;
  opacity:0.5;
  cursor:pointer;
  padding:0 0 10px;
}

.reel-tab::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:0;
  height:1px;
  background:#f2f2f2;
  transform:translateX(-50%);
  transition:width 0.3s ease;
}

.reel-tab.active{
  opacity:1;
}

.reel-tab.active::after{
  width:100%;
}

.client-name{
  display:inline-block;
  font-size:12px;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:#cfcfcf;
  opacity:0.72;
  margin-bottom:28px;
  padding:6px 12px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:999px;
}

.detail-note{
  font-size:12px;
  letter-spacing:1px;
  opacity:0.65;
  margin-bottom:24px;
}

.detail-grid img{
  cursor:zoom-in;
}

.lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,0.92);
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.lightbox.active{
  display:flex;
}

.lightbox img{
  width:auto;
  max-width:96vw;
  max-height:90vh;
  object-fit:contain;
  border-radius:14px;
  margin:0;
  cursor:zoom-out;
  box-shadow:0 20px 80px rgba(0,0,0,0.6);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next{
  position:absolute;
  border:none;
  color:white;
  background:rgba(255,255,255,0.12);
  cursor:pointer;
  z-index:10000;
  backdrop-filter:blur(8px);
}

.lightbox-close{
  top:24px;
  right:24px;
  width:44px;
  height:44px;
  border-radius:50%;
  font-size:28px;
  line-height:44px;
}

.lightbox-prev,
.lightbox-next{
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:72px;
  border-radius:999px;
  font-size:34px;
}

.lightbox-prev{
  left:24px;
}

.lightbox-next{
  right:24px;
}

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

  .lightbox{
    padding:12px;
  }

  .lightbox img{
    max-width:96vw;
    max-height:82vh;
    border-radius:10px;
  }

  .lightbox-close{
    top:14px;
    right:14px;
  }

  .lightbox-prev{
    left:10px;
  }

  .lightbox-next{
    right:10px;
  }
}

/* BREAKDOWN CARD */

.card.has-breakdown .bd-clip{
  position:absolute;
  inset:0;
  z-index:2;
  clip-path:polygon(0 0, 88% 0, 72% 100%, 0 100%);
  transition:clip-path 0.6s cubic-bezier(0.77, 0, 0.18, 1);
}

.card.has-breakdown {
  aspect-ratio: 16 / 9;
}

.card.has-breakdown:hover .bd-clip{
  clip-path:polygon(0 0, 58% 0, 42% 100%, 0 100%);
}

.card.has-breakdown .bd-clip img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:none;
}

.card.has-breakdown:hover .bd-clip img{
  transform:none;
}

.card.has-breakdown .bd-unlit{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
  transform:none !important;
}



.bd-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:10;
  font-size:9px;
  font-weight:700;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:#fff;
  padding:3px 8px;
  border:1px solid rgba(255,255,255,0.5);
  border-radius:999px;
  background:rgba(0,0,0,0.4);
  backdrop-filter:blur(6px);
}

/* BREAKDOWN PANEL */
.bd-section {
  margin-bottom: 60px;
}
.bd-section-label {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0.4;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 28px;
}
.bd-process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.bd-step {
  position: relative;
  background: #111;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.bd-step img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  margin: 0;
}
.bd-step-tag {
  position: absolute;
  top: 14px; left: 14px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  background: rgba(0,0,0,0.55);
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
}
.bd-challenge {
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  background: #0d0d0d;
  margin-bottom: 10px;
  overflow: hidden;
}
.bd-ch-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  transition: background 0.2s;
}
.bd-ch-header:hover { background: #111; }
.bd-ch-num {
  font-size: 11px;
  letter-spacing: 2px;
  opacity: 0.3;
  min-width: 36px;
  flex-shrink: 0;
}
.bd-ch-title {
  font-size: 15px;
  font-weight: 600;
  flex: 1;
}
.bd-ch-tag {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  opacity: 0.7;
  flex-shrink: 0;
}
.bd-ch-tag.warn { border-color: rgba(200,150,30,0.5); color: #c49a30; }
.bd-ch-tag.err  { border-color: rgba(200,60,60,0.5); color: #d05050; }
.bd-ch-arrow {
  font-size: 12px;
  opacity: 0.3;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.bd-ch-arrow.open { transform: rotate(180deg); }
.bd-ch-body {
  display: none;
  padding: 0 20px 22px;
}
.bd-ch-body.open { display: block; }
.bd-ch-problem {
  font-size: 14px;
  opacity: 0.6;
  line-height: 1.85;
  margin-bottom: 16px;
}
.bd-ch-solution-label {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(80,200,140,0.8);
  margin-bottom: 8px;
}
.bd-ch-solution {
  font-size: 14px;
  opacity: 0.6;
  line-height: 1.85;
  padding-left: 16px;
  border-left: 2px solid rgba(80,200,140,0.2);
}
.bd-test-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.bd-test-card {
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  overflow: hidden;
}
.bd-test-img {
  background: #111;
  overflow: hidden;
}
.bd-test-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  margin: 0;
}
.bd-test-body { padding: 16px 18px; }
.bd-test-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.bd-test-cat {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.35;
}
.bd-verdict {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
}
.bd-verdict.adopt {
  background: rgba(30,100,60,0.25);
  border: 1px solid rgba(60,180,100,0.3);
  color: #4dbb88;
}
.bd-verdict.discard {
  background: rgba(100,30,30,0.25);
  border: 1px solid rgba(180,60,60,0.3);
  color: #d07070;
}
.bd-test-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.35;
}
.bd-test-desc {
  font-size: 13px;
  opacity: 0.5;
  line-height: 1.75;
}
.bd-test-result {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.35;
}
.bd-notes {
  max-width: 640px;
  font-size: 15px;
  opacity: 0.65;
  line-height: 1.9;
  word-break: keep-all;
}
.bd-notes p + p {
  margin-top: 1.2rem;
}


/* ===== Breakdown Header ===== */

.bd-header{
  position:relative;
  margin-bottom:52px;
  border-radius:18px;
  overflow:hidden;
}

.bd-header-img{
  margin-bottom:0;
  filter:brightness(0.4) blur(2px);
  transform:scale(1.04);
  border-radius:0;
  display:block;
  width:100%;
}

.bd-header-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
}

.bd-header-eyebrow{
  font-size:15px;
  font-weight:700;
  letter-spacing:5px;
  text-transform:uppercase;
  color:#fff;
  opacity:0.75;
}

.bd-header-title{
  font-size:clamp(52px, 8vw, 96px);
  font-weight:700;
  letter-spacing:0.06em;
  color:#fff;
  line-height:1;
  text-transform:uppercase;
}

/* ===== Breakdown Timeline ===== */

.bd-timeline{
  position:relative;
  max-width:1100px;
  margin:0 auto;
}

.bd-timeline::before{
  content:"";
  position:absolute;
  left:27px;
  top:8px;
  bottom:8px;
  width:1px;
  background:linear-gradient(to bottom, rgba(255,255,255,0.22), rgba(255,255,255,0.05));
}

.bd-tl-step{
  position:relative;
  display:grid;
  grid-template-columns:56px 1fr;
  gap:28px;
  margin-bottom:64px;
}

.bd-tl-step:last-child{
  margin-bottom:0;
}

.bd-num{
  position:relative;
  width:56px;
  height:56px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.25);
  background:#0a0a0a;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:700;
  letter-spacing:0.02em;
  color:#f2f2f2;
  flex-shrink:0;
}

.bd-tl-step-body{
  padding-top:6px;
}

.bd-eyebrow{
  font-size:12px;
  letter-spacing:3px;
  text-transform:uppercase;
  opacity:0.5;
  margin-bottom:10px;
}

.bd-tl-step-title{
  font-size:30px;
  font-weight:700;
  margin-bottom:20px;
  line-height:1.3;
}

.bd-card{
  background:#0d0d0d;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  padding:28px 30px;
  margin-bottom:18px;
}

.bd-card:last-child{
  margin-bottom:0;
}

.bd-card-label{
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  opacity:0.55;
  margin-bottom:14px;
}

.bd-card p{
  font-size:15px;
  opacity:0.85;
  margin-bottom:6px;
}

.bd-card p:last-child{
  margin-bottom:0;
}

.bd-card strong{
  opacity:1;
  font-weight:700;
}

.bd-arrow{
  opacity:0.45;
  padding:0 2px;
}

.bd-photo-slot{
  width:100%;
  aspect-ratio:16/9;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.02);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  opacity:0.3;
}

.bd-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-bottom:18px;
}

.bd-char-card{
  background:#0d0d0d;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  overflow:hidden;
}

.bd-char-photo{
  width:100%;
  aspect-ratio:4/5;
  border:1px dashed rgba(255,255,255,0.18);
  border-bottom:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.02);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  opacity:0.3;
}

.bd-char-info{
  padding:22px 24px;
}

.bd-char-name{
  font-size:17px;
  font-weight:700;
  margin-bottom:12px;
}

.bd-char-name span{
  font-weight:400;
  opacity:0.55;
  font-size:14px;
  margin-left:6px;
}

.bd-char-info ul{
  list-style:none;
  font-size:14px;
  opacity:0.8;
}

.bd-char-info li{
  position:relative;
  padding-left:14px;
  margin-bottom:8px;
}

.bd-char-info li::before{
  content:"–";
  position:absolute;
  left:0;
  opacity:0.5;
}

.bd-char-info li:last-child{
  margin-bottom:0;
}

.bd-qa{
  margin-bottom:16px;
}

.bd-qa:last-child{
  margin-bottom:0;
}

.bd-qa .q{
  font-size:15px;
  font-weight:700;
  margin-bottom:6px;
}

.bd-qa .a{
  font-size:15px;
  opacity:0.85;
}

.bd-qa .a strong{
  color:#fff;
}

/* Before / After comparison grid */
.bd-compare-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-bottom:18px;
}

.bd-compare-item{
  display:flex;
  flex-direction:column;
}

.bd-compare-tag{
  display:inline-block;
  align-self:flex-start;
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  padding:4px 10px;
  border-radius:999px;
  margin-bottom:10px;
}

.bd-compare-tag.before{
  background:rgba(255,255,255,0.08);
  color:rgba(255,255,255,0.7);
}

.bd-compare-tag.after{
  background:rgba(120,200,150,0.15);
  color:#9ee6b4;
}

.bd-compare-item .bd-photo-slot{
  margin-bottom:14px;
}

.bd-compare-caption{
  background:#0d0d0d;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  padding:18px 20px;
  font-size:14px;
  opacity:0.85;
  flex:1;
}

@media (max-width:720px){
  .bd-tl-step{
    grid-template-columns:44px 1fr;
    gap:18px;
  }
  .bd-num{
    width:44px;
    height:44px;
    font-size:16px;
  }
  .bd-tl-step-title{
    font-size:24px;
  }
  .bd-two-col{
    grid-template-columns:1fr;
  }
  .bd-timeline::before{
    left:21px;
  }
  .bd-compare-grid{
    grid-template-columns:1fr;
  }
}

.bd-compare-item img{
  cursor:zoom-in;
}

.bd-summary{
  margin-top:8px;
  padding:30px 28px;
  border-radius:16px;
  background:#0d0d0d;
  border:1px solid rgba(255,255,255,0.09);
}

.bd-summary-label{
  font-size:11px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:rgba(255,255,255,0.4);
  margin-bottom:10px;
}

.bd-summary-title{
  font-size:20px;
  font-weight:700;
  margin-bottom:22px;
}

.bd-summary-list{
  list-style:none;
  display:grid;
  gap:14px;
  margin-bottom:28px;
}

.bd-summary-list li{
  position:relative;
  padding-left:22px;
  font-size:14px;
  line-height:1.8;
  opacity:0.78;
}

.bd-summary-list li::before{
  content:"→";
  position:absolute;
  left:0;
  opacity:0.5;
}

.bd-summary-subhead{
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  opacity:0.45;
  margin-bottom:14px;
}

.bd-light-table-wrap{
  overflow-x:auto;
  margin-bottom:22px;
}

.bd-light-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  min-width:560px;
}

.bd-light-table th,
.bd-light-table td{
  padding:12px 14px;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255,0.07);
}

.bd-light-table th{
  font-size:11px;
  letter-spacing:1px;
  text-transform:uppercase;
  opacity:0.45;
  font-weight:600;
}

.bd-light-table td{
  opacity:0.8;
}

.bd-light-table td:first-child{
  font-weight:700;
  opacity:1;
}

.bd-light-table tr:last-child td{
  border-bottom:none;
}

.bd-yes{ color:#4dbb88; }
.bd-no{ color:#d07070; }

.bd-summary-footer{
  display:grid;
  gap:8px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,0.07);
  font-size:13px;
  opacity:0.55;
  line-height:1.7;
}