.page-home{
  --ph-gold-soft: rgba(212,175,55,.18);
  --ph-red-soft: rgba(230,57,70,.16);
  --ph-card-bg: rgba(27,38,59,.72);
  --ph-line: rgba(65,90,119,.5);
  --ph-card-line: rgba(212,175,55,.3);
  background: var(--c-bg);
  color: var(--c-light);
}
.page-home .ph-sep{
  margin:0 .45rem;
  color: var(--c-text-mute);
}
.page-home h2[id]{
  scroll-margin-top: calc(var(--header-h) + 1rem);
}
.page-home .eyebrow{
  margin-bottom:.65rem;
}
.page-home .ph-section-title{
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.02em;
  color: var(--c-light);
  margin:0 0 .8rem;
}
.page-home .ph-section-title + p{
  color: var(--c-text-soft);
  line-height:1.8;
}

/* Hero */
.page-home .ph-hero{
  position:relative;
  padding:2.5rem 0 2rem;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(212,175,55,.14), transparent 30%),
    radial-gradient(circle at 12% 85%, rgba(230,57,70,.08), transparent 36%),
    var(--c-bg);
}
.page-home .ph-hero__inner{
  display:grid;
  gap:2.5rem;
  align-items:center;
}
.page-home .ph-hero__eyebrow{
  letter-spacing:.18em;
}
.page-home .ph-hero__title{
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 9vw, 4.3rem);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.02em;
  color: var(--c-light);
  margin:.4rem 0 1.1rem;
}
.page-home .ph-hero__accent{
  display:block;
  color: var(--c-gold);
}
.page-home .ph-hero__lead{
  max-width:34rem;
  font-size:1rem;
  line-height:1.85;
  color: var(--c-text-soft);
  margin-bottom:1.6rem;
}
.page-home .ph-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-bottom:1.8rem;
}
.page-home .ph-hero__stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:.8rem;
  max-width:32rem;
  margin:0;
}
.page-home .ph-hero__stat{
  background: var(--ph-card-bg);
  border:1px solid var(--ph-line);
  border-radius: var(--radius);
  padding:.9rem 1rem;
}
.page-home .ph-hero__stat dt{
  font-size:.72rem;
  letter-spacing:.09em;
  color: var(--c-text-mute);
  margin-bottom:.3rem;
}
.page-home .ph-hero__stat dd{
  margin:0;
}
.page-home .ph-hero__stat .data-number{
  font-family: var(--font-heading);
  font-size:1.55rem;
  font-weight:800;
  color: var(--c-gold);
}
.page-home .ph-hero__visual{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:.6rem;
  align-items:flex-start;
}
.page-home .ph-hero__media{
  position:relative;
  width:100%;
  margin:0;
}
.page-home .ph-hero__img{
  width:100%;
  height:auto;
  aspect-ratio:800/500;
  object-fit:cover;
  border-radius: calc(var(--radius) + .25rem);
  box-shadow: var(--shadow);
  display:block;
}
.page-home .ph-hero__pitch-lines{
  position:absolute;
  top:-16px;
  right:-8px;
  width:72%;
  max-width:26rem;
  height:auto;
  opacity:.6;
  pointer-events:none;
}
.page-home .ph-hero__coords{
  margin:0;
  color: var(--c-text-mute);
}

/* Index bar */
.page-home .ph-indexbar{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem 1.4rem;
  padding:1rem .15rem;
  margin-bottom:2.75rem;
  border-bottom:1px solid var(--ph-line);
}
.page-home .ph-indexbar__label{
  font-size:.72rem;
  letter-spacing:.16em;
  color: var(--c-text-mute);
}
.page-home .ph-indexbar a{
  font-size:.8rem;
  font-weight:600;
  color: var(--c-text-soft);
  text-decoration:none;
  transition: color .2s ease;
}
.page-home .ph-indexbar a:hover{
  color: var(--c-gold);
}

/* Entry */
.page-home .ph-entry{
  padding:1rem 0 3rem;
}
.page-home .ph-entry__head{
  max-width:46rem;
  margin-bottom:1.8rem;
}
.page-home .ph-entry__head .ph-section-title{
  margin-bottom:.65rem;
}
.page-home .ph-entry__desc{
  color: var(--c-text-soft);
  line-height:1.8;
  margin:0;
}
.page-home .ph-entry__grid{
  display:grid;
  gap:1rem;
}
.page-home .ph-entry__card{
  position:relative;
  display:block;
  text-decoration:none;
  padding:1.4rem 1.25rem 1.25rem;
  background: var(--ph-card-bg);
  border:1px solid var(--ph-card-line);
  border-radius: var(--radius);
  color: var(--c-light);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.page-home .ph-entry__card::before{
  content:"";
  position:absolute;
  top:-1px;
  left:1rem;
  right:62%;
  height:2px;
  background: linear-gradient(90deg, var(--c-gold), transparent);
  opacity:.85;
  transition: right .22s ease;
}
.page-home .ph-entry__card:hover{
  border-color: rgba(212,175,55,.65);
  background: rgba(27,38,59,.92);
  transform: translateY(-3px);
}
.page-home .ph-entry__card:hover::before{
  right:1rem;
}
.page-home .ph-entry__no{
  display:inline-block;
  font-family: var(--font-heading);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.12em;
  color: var(--c-red);
  margin-bottom:.7rem;
}
.page-home .ph-entry__card h3{
  font-size:1.05rem;
  font-weight:700;
  color: var(--c-light);
  margin:0 0 .45rem;
}
.page-home .ph-entry__card p{
  margin:0;
  font-size:.85rem;
  line-height:1.7;
  color: var(--c-text-soft);
}

/* Services */
.page-home .ph-services{
  position:relative;
  padding:3rem 0 3.5rem;
}
.page-home .ph-services__intro{
  display:grid;
  gap:1.8rem;
  margin-bottom:2.4rem;
}
.page-home .ph-services__text{
  max-width:41rem;
}
.page-home .ph-services__figure{
  margin:0;
}
.page-home .ph-services__figure img{
  width:100%;
  height:auto;
  aspect-ratio:600/400;
  object-fit:cover;
  border:1px solid var(--ph-line);
  border-radius: var(--radius);
}
.page-home .ph-services__figure figcaption{
  margin-top:.5rem;
  font-size:.74rem;
  letter-spacing:.08em;
  color: var(--c-text-mute);
}
.page-home .ph-services__cards{
  display:grid;
  gap:1rem;
}
.page-home .ph-service-card{
  position:relative;
  padding:1.4rem 1.25rem;
  background: rgba(27,38,59,.5);
  border:1px solid var(--ph-line);
  border-radius: var(--radius);
  transition: border-color .2s ease, background .2s ease;
}
.page-home .ph-service-card:hover{
  border-color: rgba(212,175,55,.55);
  background: rgba(27,38,59,.8);
}
.page-home .ph-service-card__tag{
  display:inline-block;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.14em;
  color: var(--c-gold);
  border:1px solid rgba(212,175,55,.35);
  background: rgba(212,175,55,.08);
  padding:.24rem .6rem;
  border-radius:99px;
  margin-bottom:.85rem;
}
.page-home .ph-service-card__tag--red{
  color: var(--c-red);
  border-color: rgba(230,57,70,.45);
  background: rgba(230,57,70,.08);
}
.page-home .ph-service-card__tag--line{
  color: var(--c-light);
  border-color: rgba(248,249,250,.3);
  background: rgba(248,249,250,.05);
}
.page-home .ph-service-card h3{
  font-size:1.05rem;
  line-height:1.45;
  font-weight:700;
  color: var(--c-light);
  margin:0 0 .5rem;
}
.page-home .ph-service-card p{
  margin:0;
  font-size:.85rem;
  line-height:1.75;
  color: var(--c-text-soft);
}

/* Reports */
.page-home .ph-reports{
  padding:3rem 0;
  background:
    radial-gradient(ellipse at 84% 0%, rgba(230,57,70,.09), transparent 36%),
    var(--c-bg-2);
}
.page-home .ph-reports__inner{
  display:grid;
  gap:2.2rem;
}
.page-home .ph-reports__aside{
  display:grid;
  gap:1.4rem;
  align-content:start;
}
.page-home .ph-reports__figure{
  margin:0;
}
.page-home .ph-reports__figure img{
  width:100%;
  height:auto;
  aspect-ratio:400/300;
  object-fit:cover;
  border:1px solid var(--ph-line);
  border-radius: var(--radius);
}
.page-home .ph-reports__figure figcaption{
  margin-top:.4rem;
  font-size:.72rem;
  letter-spacing:.08em;
  color: var(--c-text-mute);
}
.page-home .ph-reports__list{
  display:grid;
  gap:1rem;
  align-content:start;
}
.page-home .ph-report-item{
  border-left:3px solid var(--c-gold);
  background: rgba(13,27,42,.5);
  padding:1.15rem 1.15rem;
  border-radius:0 var(--radius) var(--radius) 0;
  transition: background .2s ease;
}
.page-home .ph-report-item:hover{
  background: rgba(13,27,42,.8);
}
.page-home .ph-report-item__meta{
  display:flex;
  flex-wrap:wrap;
  gap:.4rem 1rem;
  align-items:center;
  justify-content:space-between;
  margin-bottom:.5rem;
}
.page-home .ph-report-item__tag{
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  color: var(--c-red);
}
.page-home .ph-report-item__time{
  font-size:.72rem;
  color: var(--c-text-mute);
}
.page-home .ph-report-item h3{
  font-size:1rem;
  line-height:1.5;
  font-weight:700;
  color: var(--c-light);
  margin:0 0 .35rem;
}
.page-home .ph-report-item p{
  margin:0;
  font-size:.85rem;
  line-height:1.7;
  color: var(--c-text-soft);
}

/* Cases */
.page-home .ph-cases{
  padding:3rem 0 3.5rem;
}
.page-home .ph-cases__head{
  display:grid;
  gap:1.8rem;
  margin-bottom:1rem;
}
.page-home .ph-cases__media{
  margin:0;
}
.page-home .ph-cases__media img{
  width:100%;
  height:auto;
  aspect-ratio:600/400;
  object-fit:cover;
  border:1px solid var(--ph-line);
  border-radius: var(--radius);
}
.page-home .ph-week-switch{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  align-items:center;
  background: var(--c-bg-2);
  border-radius: var(--radius);
  border:1px solid var(--ph-line);
  padding:.8rem;
  margin-top:2rem;
}
.page-home .ph-week-radio{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.page-home .ph-week-tab{
  padding:.5rem 1.05rem;
  border-radius:99px;
  border:1px solid var(--c-blue-gray);
  font-size:.8rem;
  font-weight:700;
  color: var(--c-text-soft);
  cursor:pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.page-home .ph-week-radio:checked + .ph-week-tab{
  background: linear-gradient(135deg, var(--c-gold), var(--c-warm));
  color: var(--c-ink);
  border-color: transparent;
  font-weight:800;
}
.page-home .ph-week-radio:focus-visible + .ph-week-tab{
  outline:2px solid var(--c-light);
  outline-offset:2px;
}
.page-home .ph-week-panels{
  flex-basis:100%;
  margin-top:.75rem;
}
.page-home .ph-week-panel{
  display:none;
}
.page-home #ph-week-1:checked ~ .ph-week-panels .ph-week-panel--1,
.page-home #ph-week-2:checked ~ .ph-week-panels .ph-week-panel--2,
.page-home #ph-week-3:checked ~ .ph-week-panels .ph-week-panel--3,
.page-home #ph-week-4:checked ~ .ph-week-panels .ph-week-panel--4{
  display:block;
}
.page-home .ph-case-block{
  border:1px solid var(--ph-line);
  border-radius: var(--radius);
  background: rgba(13,27,42,.45);
  padding:1.2rem;
}
.page-home .ph-case-block__title{
  display:flex;
  align-items:center;
  gap:.55rem;
  font-size:1rem;
  font-weight:800;
  color: var(--c-gold);
  margin:0 0 .9rem;
}
.page-home .ph-case-block__title .data-number{
  font-size:1.25rem;
}
.page-home .ph-case-block__rows{
  display:grid;
  gap:.75rem;
}
.page-home .ph-case-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.45rem .9rem;
  text-decoration:none;
  padding:.8rem;
  border:1px solid var(--ph-line);
  border-radius:.55rem;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.page-home .ph-case-row:hover{
  background: rgba(212,175,55,.08);
  border-color: rgba(212,175,55,.45);
  transform: translateX(4px);
}
.page-home .ph-case-row__tag{
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.08em;
  color: var(--c-warm);
  border:1px solid rgba(255,191,105,.35);
  padding:.2rem .55rem;
  border-radius:99px;
}
.page-home .ph-case-row__title{
  flex:1 1 14rem;
  color: var(--c-light);
  font-size:.9rem;
  font-weight:500;
  line-height:1.5;
}
.page-home .ph-case-row__meta{
  font-size:.72rem;
  color: var(--c-text-mute);
  letter-spacing:.06em;
}

/* Trust */
.page-home .ph-trust{
  background: var(--c-bg-2);
  padding:2.5rem 0;
}
.page-home .ph-trust__inner{
  display:grid;
  gap:1.1rem;
}
.page-home .ph-trust__item{
  display:flex;
  gap:.9rem;
  align-items:flex-start;
  padding:1.1rem;
  background: rgba(13,27,42,.4);
  border:1px solid var(--ph-line);
  border-radius: var(--radius);
}
.page-home .ph-trust__icon{
  flex:0 0 1.5rem;
  width:1.5rem;
  height:1.5rem;
  display:grid;
  place-items:center;
  background: var(--c-gold);
  color: var(--c-ink);
  border-radius:50%;
  font-size:.75rem;
  font-weight:900;
  margin-top:.1rem;
}
.page-home .ph-trust__item p{
  margin:0;
  font-size:.85rem;
  line-height:1.7;
  color: var(--c-text-soft);
}
.page-home .ph-trust__item strong{
  display:block;
  color: var(--c-light);
  margin-bottom:.2rem;
}

/* Tablet / Desktop */
@media (min-width: 46rem){
  .page-home .ph-hero{
    padding:3.5rem 0 2.5rem;
  }
  .page-home .ph-hero__inner{
    grid-template-columns:1.05fr .95fr;
    gap:3rem;
  }
  .page-home .ph-hero__stats{
    grid-template-columns:repeat(4, 1fr);
  }
  .page-home .ph-hero__pitch-lines{
    top:-24px;
    right:-14px;
  }
  .page-home .ph-entry{
    padding:1.5rem 0 3.5rem;
  }
  .page-home .ph-entry__grid{
    grid-template-columns:repeat(2, 1fr);
  }
  .page-home .ph-services__intro{
    grid-template-columns:1.05fr .95fr;
    align-items:center;
  }
  .page-home .ph-services__cards{
    grid-template-columns:repeat(2, 1fr);
  }
  .page-home .ph-reports__inner{
    grid-template-columns:.85fr 1.15fr;
    gap:3rem;
  }
  .page-home .ph-cases__head{
    grid-template-columns:1fr .85fr;
    align-items:center;
  }
  .page-home .ph-trust__inner{
    grid-template-columns:repeat(3, 1fr);
  }
  .page-home .ph-case-block__rows{
    grid-template-columns:1fr 1fr;
  }
}
@media (min-width: 64rem){
  .page-home .ph-entry__grid{
    grid-template-columns:repeat(4, 1fr);
  }
  .page-home .ph-services__cards{
    grid-template-columns:repeat(4, 1fr);
  }
  .page-home .ph-reports{
    padding:3.75rem 0;
  }
}
