/* ============================================================
   Den-SHOW Social Value Page / v1.0 RC1
   Page Philosophy: Creating Value for Society.
   Business HERO uses fixed image + subtle purple atmospheric overlay. No HERO motion.
   ============================================================ */

body.denshow-social-value-page{background:#f7f7f4;}

.ds-page--social-value .ds-business-hero--social-value{
  min-height:clamp(540px,72vh,800px) !important;
  padding-top:clamp(128px,12vw,172px) !important;
  padding-bottom:clamp(64px,7vw,108px) !important;
  background:#140d1d !important;
}
.ds-page--social-value .ds-business-hero--social-value .ds-business-hero__image{z-index:0;transform:translateZ(0);}
.ds-page--social-value .ds-business-hero--social-value .ds-business-hero__image img{
  object-position:center center;
  filter:saturate(.74) contrast(1.08) brightness(.58) !important;
  transform:scale(1.055) !important;
}
.ds-page--social-value .ds-business-hero--social-value .ds-business-hero__overlay{
  z-index:1;
  background:
    radial-gradient(circle at 76% 30%, rgba(182,118,255,.24), transparent 38%),
    radial-gradient(circle at 18% 72%, rgba(255,165,214,.13), transparent 34%),
    linear-gradient(90deg, rgba(13,7,22,.92), rgba(28,13,42,.58) 48%, rgba(11,7,20,.82)),
    linear-gradient(180deg, rgba(14,8,22,.30), rgba(14,8,22,.88)) !important;
}
.ds-page--social-value .ds-business-hero--social-value .ds-business-hero__content{
  max-width:min(1120px, calc(100% - 48px));
}
.ds-page--social-value .ds-business-hero--social-value .ds-kicker{
  margin-bottom:clamp(22px,2.4vw,34px);
  color:rgba(248,232,255,.88);
  letter-spacing:.42em;
}
.ds-page--social-value .ds-business-hero--social-value .ds-kicker span{letter-spacing:.08em;opacity:.82;}
.ds-page--social-value .ds-business-hero--social-value .ds-business-hero__title{
  max-width:980px;
  font-size:clamp(40px,5.45vw,82px);
  line-height:1.12;
  letter-spacing:-.075em;
  color:#fffdf5;
  text-shadow:0 24px 78px rgba(0,0,0,.6);
}
.ds-page--social-value .ds-business-hero--social-value .ds-business-hero__lead{
  max-width:900px;
  margin-top:clamp(24px,2.6vw,36px);
  font-size:clamp(15px,1.28vw,18px);
  line-height:2;
  color:rgba(250,241,255,.88);
}
.ds-page--social-value .ds-business-hero--social-value .ds-business-hero__lead strong{
  display:inline-block;
  margin-bottom:10px;
  font-family:var(--ds-serif, 'Cormorant Garamond', serif);
  font-size:clamp(22px,2.2vw,34px);
  font-weight:500;
  letter-spacing:-.025em;
  color:rgba(255,253,245,.94);
}
.ds-page--social-value .ds-business-hero--social-value::after{
  content:"Social Value";
  position:absolute;
  right:max(24px,5vw);
  bottom:clamp(18px,4vw,54px);
  z-index:1;
  pointer-events:none;
  font-family:var(--ds-serif, 'Cormorant Garamond', serif);
  font-size:clamp(58px,11.6vw,178px);
  line-height:.8;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.048);
  white-space:nowrap;
}

.ds-page--social-value .ds-business-section{position:relative;overflow:hidden;isolation:isolate;}
.ds-page--social-value .ds-section-watermark{color:rgba(24,12,34,.043);letter-spacing:-.06em;}
.ds-page--social-value .ds-business-copy p{font-size:clamp(16px,1.35vw,19px);line-height:2.15;}

.ds-social-story{background:#f7f7f4;}
.ds-social-values{background:#fff;}
.ds-social-value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:56px;
}
.ds-social-card-en{
  margin:0 0 12px;
  font-family:var(--ds-serif, 'Cormorant Garamond', serif);
  font-size:clamp(22px,2.2vw,32px);
  line-height:1;
  letter-spacing:-.035em;
  color:#151118;
  opacity:.86;
}
.ds-social-value-grid .ds-service-card{min-height:300px;}

.ds-social-featured{
  background:
    radial-gradient(circle at 84% 16%, rgba(116,63,164,.10), transparent 36%),
    linear-gradient(180deg,#f7f7f4 0%,#fff 100%);
}
.ds-social-project{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(360px,.82fr);
  gap:clamp(28px,4vw,58px);
  align-items:stretch;
  margin-top:56px;
  padding:clamp(18px,2.2vw,28px);
  border:1px solid rgba(34,20,44,.10);
  border-radius:34px;
  background:rgba(255,255,255,.76);
  box-shadow:0 28px 90px rgba(20,10,30,.08);
  overflow:hidden;
}
.ds-social-project::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(104,54,148,.24), transparent);
}
.ds-social-project__media{
  min-height:520px;
  border-radius:26px;
  overflow:hidden;
  background:#171019;
}
.ds-social-project__media img{
  width:100%;
  height:100%;
  min-height:520px;
  display:block;
  object-fit:cover;
  object-position:center center;
  filter:saturate(.92) contrast(1.02) brightness(.92);
}
.ds-social-project__body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(22px,3vw,46px) clamp(18px,2.4vw,34px);
}
.ds-social-partner{
  display:inline-block;
  width:max-content;
  max-width:100%;
  margin-bottom:26px;
  padding:9px 12px;
  border:1px solid rgba(104,54,148,.20);
  border-radius:999px;
  background:rgba(247,241,252,.74);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  color:rgba(36,22,48,.70);
}
.ds-social-project__body h3{
  margin:0 0 24px;
  font-size:clamp(28px,3vw,48px);
  line-height:1.25;
  letter-spacing:-.07em;
  color:#151118;
}
.ds-social-project__body p{
  margin:0 0 18px;
  line-height:2;
  color:rgba(22,20,24,.72);
}
.ds-button--social{margin-top:16px;align-self:flex-start;}

.ds-social-impact{background:#f7f7f4;}
.ds-social-impact-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:54px;
}
.ds-social-impact-card{
  position:relative;
  min-height:236px;
  padding:34px 28px;
  border:1px solid rgba(34,20,44,.09);
  border-radius:26px;
  background:rgba(255,255,255,.76);
  box-shadow:0 20px 60px rgba(20,10,30,.045);
  overflow:hidden;
}
.ds-social-impact-card::after{
  content:"";
  position:absolute;
  right:-38px;
  top:-38px;
  width:112px;
  height:112px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(128,72,174,.11), transparent 68%);
}
.ds-social-impact-card span{
  display:block;
  margin-bottom:28px;
  font-family:var(--ds-sans, Inter, sans-serif);
  font-size:12px;
  font-weight:800;
  letter-spacing:.28em;
  color:rgba(52,28,72,.46);
}
.ds-social-impact-card h3{
  margin:0 0 14px;
  font-size:clamp(19px,1.55vw,24px);
  line-height:1.45;
  letter-spacing:-.045em;
  color:#151118;
}
.ds-social-impact-card p{margin:0;line-height:1.9;color:rgba(22,20,24,.70);}
.ds-social-future{padding-top:150px;padding-bottom:150px;background:#fff;}
.ds-social-divider{
  width:min(1120px, calc(100% - 48px));
  height:1px;
  margin:0 auto;
  background:linear-gradient(90deg, transparent, rgba(47,25,64,.16), transparent);
}
.ds-social-cta{padding-top:clamp(104px,10vw,150px);}

@media (max-width:1100px){
  .ds-social-value-grid,
  .ds-social-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ds-social-project{grid-template-columns:1fr;}
  .ds-social-project__media,.ds-social-project__media img{min-height:420px;}
}
@media (max-width:760px){
  .ds-page--social-value .ds-business-hero--social-value{min-height:620px !important;padding-top:128px !important;padding-bottom:58px !important;}
  .ds-page--social-value .ds-business-hero--social-value .ds-business-hero__content{max-width:calc(100% - 40px);}
  .ds-page--social-value .ds-business-hero--social-value .ds-business-hero__title{font-size:clamp(35px,10.5vw,54px);}
  .ds-page--social-value .ds-business-hero--social-value .ds-business-hero__lead{line-height:1.9;}
  .ds-page--social-value .ds-business-hero--social-value::after{right:18px;bottom:22px;font-size:clamp(50px,19vw,92px);opacity:.72;}
  .ds-social-value-grid,
  .ds-social-impact-grid{grid-template-columns:1fr;gap:16px;margin-top:38px;}
  .ds-social-value-grid .ds-service-card{min-height:auto;}
  .ds-social-project{margin-top:38px;padding:14px;border-radius:26px;}
  .ds-social-project__media,.ds-social-project__media img{min-height:300px;border-radius:20px;}
  .ds-social-partner{width:auto;font-size:11px;line-height:1.6;border-radius:18px;}
  .ds-social-project__body{padding:24px 8px 12px;}
  .ds-social-future{padding-top:96px;padding-bottom:96px;}
  .ds-social-divider{width:calc(100% - 40px);}
}
