/* ================================================
   SAMSUNG USA CASE STUDY — Custom components
   Matches Omaze + Southwest template spacing
   ================================================ */

/* ========== Accent color — Samsung blue ========== */
.samsung-page{
  --sam-accent:#1428a0;
  --sam-accent-dim:rgba(20,40,160,.6);
}
html.light .samsung-page{
  --sam-accent:#0d1b8a;
  --sam-accent-dim:rgba(13,27,138,.6);
}

/* ========== Hero overrides ========== */
.samsung-page .proj-hero{
  padding-top:120px;
}
.samsung-page .proj-hero-inner{
  margin-bottom:24px;
}
.samsung-page .proj-title{
  font-size:clamp(28px,4vw,44px);
}
.sam-tagline{
  font-size:clamp(15px,1.6vw,20px) !important;
  max-width:640px;
}

/* Tighter spacing from hero to content */
.samsung-page .proj-content{
  padding-top:48px;
}

/* ========== Hero image ========== */
.sam-hero-img{
  max-width:730px;
  margin:0 auto;
  padding:0 var(--gutter);
}
.sam-hero-img img{
  border-radius:16px;
  width:100%;
  height:auto;
  object-fit:contain;
  aspect-ratio:auto !important;
}

/* ========== Section titles — bold, white, uppercase ========== */
.samsung-page .proj-section-title{
  font-size:clamp(16px,1.6vw,20px);
  font-weight:700;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-family:var(--font);
  margin-bottom:24px;
}
html.light .samsung-page .proj-section-title{color:#111}

/* ========== "What I Owned" numbered cards ========== */
.sam-owned-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.sam-owned-card{
  padding:28px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 8px 32px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.05);
}
.sam-owned-num{
  display:block;
  font-family:var(--font);
  font-size:32px;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--sam-accent);
  margin-bottom:16px;
  opacity:1;
}
.sam-owned-card p{
  font-size:15px;
  color:rgba(255,255,255,.8);
  line-height:1.7;
  margin:0;
}
html.light .sam-owned-card{
  background:rgba(255,255,255,.5);
  border-color:rgba(0,0,0,.06);
  box-shadow:0 8px 32px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.8);
}
html.light .sam-owned-card p{color:rgba(0,0,0,.7)}
html.light .sam-owned-num{color:#111}

/* ========== Quote block ========== */
.sam-quote-block{
  padding:40px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 8px 32px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.05);
  border-left:none;
}
.sam-quote{
  margin:0;
}
.sam-quote p{
  font-size:18px;
  font-style:italic;
  color:rgba(255,255,255,.85);
  line-height:1.8;
  margin:0 0 20px;
}
.sam-quote cite{
  display:block;
  font-size:14px;
  font-style:normal;
  font-weight:500;
  color:var(--dim);
  letter-spacing:.01em;
}
html.light .sam-quote-block{
  background:rgba(255,255,255,.5);
  border-color:rgba(0,0,0,.06);
  box-shadow:0 8px 32px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.8);
}
html.light .sam-quote p{color:rgba(0,0,0,.7)}
html.light .sam-quote cite{color:rgba(0,0,0,.5)}

/* ========== Confidentiality note — subtle differentiation ========== */
.sam-confidentiality{
  padding:32px 36px;
  border-radius:16px;
  background:rgba(255,255,255,.02);
  border:1px dashed rgba(255,255,255,.1);
}
.sam-confidentiality .proj-text-block{
  max-width:none;
}
.sam-confidentiality .proj-section-title{
  font-size:clamp(14px,1.4vw,17px);
}
html.light .sam-confidentiality{
  background:rgba(0,0,0,.02);
  border-color:rgba(0,0,0,.1);
}

/* ========== Section images & videos ========== */
.sam-section-img{
  margin:0;
  border-radius:16px;
  overflow:hidden;
}
.sam-section-img img{
  width:100%;
  height:auto;
  display:block;
  border-radius:16px;
  object-fit:cover;
}
.sam-section-img video{
  width:100%;
  height:auto;
  display:block;
  border-radius:16px;
}

/* ========== Placeholder blocks ========== */
.sam-placeholder{
  width:100%;
  aspect-ratio:16/9;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border:1px dashed rgba(255,255,255,.15);
  display:flex;
  align-items:center;
  justify-content:center;
}
.sam-placeholder span{
  font-family:var(--mono);
  font-size:13px;
  color:var(--muted);
  letter-spacing:.04em;
}
html.light .sam-placeholder{
  background:rgba(0,0,0,.03);
  border-color:rgba(0,0,0,.12);
}

/* ========== Media group — tighter internal spacing ========== */
.sam-media-group{
  display:flex;
  flex-direction:column;
  gap:20px;
}

/* ========== Side-by-side media row ========== */
.sam-media-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.sam-media-item{
  border-radius:16px;
  overflow:hidden;
  aspect-ratio:1/1;
}
.sam-media-item img,
.sam-media-item video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:16px;
}

/* ========== Title break — hidden on desktop, shown on mobile ========== */
.sam-title-break{display:none}

/* ========== Responsive ========== */
@media(max-width:810px){
  .sam-owned-grid{grid-template-columns:1fr}
  .sam-hero-img{max-width:100%}
  .sam-title-break{display:block}
  .sam-media-row{grid-template-columns:1fr;gap:12px}
  .sam-quote-block{padding:28px 24px}
  .sam-confidentiality{padding:24px 20px}
}
@media(max-width:480px){
  .sam-owned-grid{grid-template-columns:1fr}
  .sam-media-row{grid-template-columns:1fr;gap:10px}
  .sam-quote p{font-size:16px}
}
