/* Home — Statement polish.
   The base .statement primitive already centers a Fraunces line; this
   modifier adds a small eyebrow label above and a thin centered
   divider below so the section feels intentional rather than empty.
   Stays a single visual breath — no card, no background change. */

.statement--home{
  padding:96px 0 100px;
  position:relative;
}

.statement--home .wrap{position:relative}

.statement-eye{
  display:inline-flex;align-items:center;gap:12px;
  font-family:"Hanken Grotesk",sans-serif;
  font-size:.7rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;
  color:var(--teal);
  margin-bottom:22px;
}
.statement-eye::before,
.statement-eye::after{
  content:"";display:inline-block;
  width:24px;height:1.5px;background:var(--sage);
  opacity:.55;
}

.statement--home p{
  margin:0;
}

.statement-divider{
  width:54px;height:1px;
  background:var(--line);
  margin:34px auto 0;
}

@media(max-width:680px){
  .statement--home{padding:72px 0 76px}
  .statement-divider{margin-top:26px}
}
