/* Homepage — editorial layout, office photography, no card grids */

.home-page .site-main{background:#FAFBFD}
body.home-page::before{display:none}

/* ─── Hero ─── */
.home-hero{
  position:relative;
  min-height:min(92vh,920px);
  display:flex;
  align-items:flex-end;
  padding:120px 0 72px;
  overflow:hidden;
}
.home-hero-media{
  position:absolute;
  inset:0;
  margin:0;
}
.home-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 40%;
  filter:saturate(0.88) contrast(1.04);
}
.home-hero-scrim{
  position:absolute;
  inset:0;
  background:
    linear-gradient(105deg, rgba(15,23,42,0.88) 0%, rgba(15,23,42,0.62) 42%, rgba(15,23,42,0.28) 100%),
    linear-gradient(0deg, rgba(15,23,42,0.55) 0%, transparent 45%);
}
.home-hero-content{
  position:relative;
  z-index:1;
  max-width:680px;
  padding-bottom:8px;
}
.home-eyebrow{
  font-family:var(--font-body);
  font-size:0.72rem;
  font-weight:600;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.78);
  margin-bottom:20px;
}
.home-title{
  font-family:var(--font-display);
  font-size:clamp(2.5rem,5.5vw,3.75rem);
  font-weight:500;
  line-height:1.08;
  letter-spacing:-0.02em;
  color:#fff;
  margin-bottom:22px;
}
.home-lead{
  font-size:1.08rem;
  font-weight:400;
  line-height:1.75;
  color:rgba(255,255,255,0.78);
  max-width:52ch;
  margin-bottom:32px;
}
.home-actions{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
.home-link{
  font-size:0.92rem;
  font-weight:600;
  letter-spacing:0.02em;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,0.55);
  padding-bottom:3px;
  transition:color 0.15s,border-color 0.15s,opacity 0.15s;
}
.home-link:hover{color:#fff;border-color:#fff;opacity:0.92}

/* Nav legibility on homepage hero */
.theme-sleek.home-page .nav-links a{color:rgba(255,255,255,0.72)}
.theme-sleek.home-page .nav-links a:hover,
.theme-sleek.home-page .nav-links a.active{color:#fff}
.theme-sleek.home-page .logo{color:#fff}
.theme-sleek.home-page .nav-btn{
  background:#fff;
  color:var(--obsidian);
}
.theme-sleek.home-page .nav-btn:hover{
  background:rgba(255,255,255,0.92);
  color:var(--obsidian);
}

/* Services dropdown: keep readable on dark home nav (don't inherit white link color) */
.theme-sleek.home-page .nav-dropdown-menu{
  background:rgba(15,23,42,0.97);
  border:1px solid rgba(255,255,255,0.14);
  box-shadow:0 16px 48px rgba(0,0,0,0.45);
}
.theme-sleek.home-page .nav-dropdown-menu a,
.theme-sleek.home-page .nav-links .nav-dropdown-menu a{
  color:rgba(255,255,255,0.88)!important;
  background:transparent;
}
.theme-sleek.home-page .nav-dropdown-menu a:hover,
.theme-sleek.home-page .nav-dropdown-menu a.active,
.theme-sleek.home-page .nav-links .nav-dropdown-menu a:hover,
.theme-sleek.home-page .nav-links .nav-dropdown-menu a.active{
  background:rgba(37,99,235,0.28)!important;
  color:#fff!important;
}

/* Hero links must stay light — theme-sleek sets dark inherited link colours */
.theme-sleek.home-page .home-hero a:not(.btn-primary){
  color:#fff;
}
.theme-sleek.home-page .home-eyebrow{
  color:rgba(255,255,255,0.78);
}
.theme-sleek.home-page .home-lead{
  color:rgba(255,255,255,0.88);
}

/* ─── Studio — copy first, one photo below (no split collage) ─── */
.home-studio{
  padding:clamp(72px,10vw,100px) 0;
  background:#fff;
}
.home-studio-inner{
  display:flex;
  flex-direction:column;
  gap:clamp(40px,6vw,56px);
}
.home-studio-copy{
  max-width:720px;
  color:#0F172A;
}
.home-studio-copy h2{
  font-family:var(--font-display);
  font-size:clamp(2rem,3.8vw,2.85rem);
  font-weight:500;
  line-height:1.12;
  letter-spacing:-0.02em;
  margin-bottom:24px;
}
.home-studio-copy p{
  font-size:1.02rem;
  line-height:1.78;
  color:rgba(15,23,42,0.68);
  max-width:52ch;
  margin-bottom:16px;
}
.home-roles{
  list-style:none;
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(15,23,42,0.08);
  display:flex;
  flex-wrap:nowrap;
  align-items:baseline;
  justify-content:space-between;
  gap:12px 18px;
  max-width:min(100%, 720px);
}
.home-roles li{
  font-size:0.7rem;
  font-weight:600;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#2563EB;
  white-space:nowrap;
  flex:0 1 auto;
}
.home-studio-photo{
  margin:0;
  position:relative;
  border-radius:4px;
  overflow:hidden;
  aspect-ratio:21/9;
  background:#0F172A;
}
.home-studio-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 45%;
  filter:saturate(0.88) contrast(1.04);
}
.home-studio-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 55%, rgba(15,23,42,0.35) 100%);
  pointer-events:none;
}

/* ─── Process (editorial list, not cards) ─── */
.home-process{
  padding:clamp(72px,10vw,120px) 0;
  background:#FAFBFD;
}
.home-process-inner{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:clamp(32px,6vw,80px);
  align-items:start;
}
.home-process-intro h2{
  font-family:var(--font-display);
  font-size:clamp(1.85rem,3.5vw,2.5rem);
  font-weight:500;
  line-height:1.15;
  letter-spacing:-0.02em;
  color:#0F172A;
  margin-bottom:14px;
}
.home-process-intro p{
  font-size:1rem;
  line-height:1.7;
  color:rgba(15,23,42,0.58);
  max-width:36ch;
}
.home-process-list{
  list-style:none;
  counter-reset:stage;
  border-top:1px solid rgba(15,23,42,0.1);
}
.home-process-list li{
  counter-increment:stage;
  display:grid;
  grid-template-columns:120px 1fr;
  gap:20px;
  padding:28px 0;
  border-bottom:1px solid rgba(15,23,42,0.08);
  align-items:baseline;
}
.home-process-label{
  font-family:var(--font-display);
  font-size:1.15rem;
  font-weight:500;
  color:#0F172A;
}
.home-process-label::before{
  content:counter(stage, decimal-leading-zero) " · ";
  color:rgba(15,23,42,0.35);
  font-size:0.95rem;
}
.home-process-list p{
  font-size:0.98rem;
  line-height:1.72;
  color:rgba(15,23,42,0.62);
  margin:0;
}

/* ─── Work list ─── */
.home-work{
  padding:clamp(64px,8vw,100px) 0;
  background:#fff;
  border-top:1px solid rgba(15,23,42,0.06);
}
.home-work h2{
  font-family:var(--font-display);
  font-size:clamp(1.75rem,3vw,2.25rem);
  font-weight:500;
  letter-spacing:-0.02em;
  color:#0F172A;
  margin-bottom:32px;
}
.home-work-list{
  list-style:none;
}
.home-work-list li{
  border-top:1px solid rgba(15,23,42,0.1);
}
.home-work-list li:last-child{border-bottom:1px solid rgba(15,23,42,0.1)}
.home-work-list a{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:24px;
  padding:22px 0;
  transition:padding-left 0.2s;
}
.home-work-list a:hover{padding-left:8px}
.home-work-name{
  font-family:var(--font-display);
  font-size:1.35rem;
  font-weight:500;
  color:#0F172A;
}
.home-work-meta{
  font-size:0.82rem;
  font-weight:500;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:rgba(15,23,42,0.45);
  white-space:nowrap;
}

/* ─── Quote ─── */
.home-quote{
  padding:clamp(80px,12vw,140px) 0;
  background:#0F172A;
  color:#fff;
}
.home-quote-inner{
  margin:0;
  max-width:780px;
}
.home-quote-inner p{
  font-family:var(--font-display);
  font-size:clamp(1.65rem,3.5vw,2.35rem);
  font-weight:400;
  font-style:italic;
  line-height:1.45;
  letter-spacing:-0.01em;
  color:rgba(255,255,255,0.92);
}
.home-quote-inner footer{
  margin-top:28px;
  font-size:0.88rem;
  font-weight:500;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.45);
}

/* ─── CTA ─── */
.home-cta{
  padding:clamp(72px,10vw,110px) 0;
  background:#FAFBFD;
  text-align:center;
}
.home-cta-inner h2{
  font-family:var(--font-display);
  font-size:clamp(2rem,4vw,2.75rem);
  font-weight:500;
  letter-spacing:-0.02em;
  color:#0F172A;
  margin-bottom:12px;
}
.home-cta-inner p{
  font-size:0.95rem;
  color:rgba(15,23,42,0.55);
  margin-bottom:28px;
}

/* ─── Nav on hero pages ─── */
.home-page .nav{
  background:rgba(15,23,42,0.45);
  backdrop-filter:blur(20px);
  border-bottom-color:rgba(255,255,255,0.08);
}

@media(max-width:960px){
  .home-studio-photo{aspect-ratio:16/10}
  .home-process-inner{grid-template-columns:1fr}
  .home-process-list li{grid-template-columns:1fr;gap:8px}
  .home-work-list a{flex-direction:column;gap:6px;align-items:flex-start}
}
@media(max-width:640px){
  .home-hero{min-height:88vh;padding-top:100px}
  .home-title{font-size:2.25rem}
  .home-roles{
    flex-wrap:wrap;
    justify-content:flex-start;
  }
}
