:root{
  --ink: #1b1b1b;
  --muted: rgba(27,27,27,.65);
  --faint: rgba(27,27,27,.20);
  --navbg: #eeeeee;
  --band: #f3f3f3;
  --max: 1040px;
}

*{ box-sizing: border-box; }
body{
  margin: 0;
  background: #fff;
  color: var(--ink);
}

/* ===== Top nav ===== */
.topbar{
  background: var(--navbg);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.topbar__inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.topbar__link{
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.20em;
  font-size: 13px;
  text-decoration: none;
  color: rgba(0,0,0,.55);
  text-transform: uppercase;
  padding: 6px 4px;

  position: relative;
}

/* subtle underline animation (your fave) */
.topbar__link::after{
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -6px;
  height: 1px;
  background: rgba(0,0,0,.35);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 200ms ease;
}

.topbar__link:hover{
  color: rgba(0,0,0,.85);
}
.topbar__link:hover::after{
  transform: scaleX(1);
}

/* ===== Article header layout ===== */
.articleHeader{
  background: #fff;
}

.articleHeader__inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 24px 0;
  position: relative;
}

/* mini logo in top right */
.miniBrand{
  position: absolute;
  right: 24px;
  top: 28px;
  text-align: right;
  line-height: 1;
}

.miniBrand__nom{
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.06em;
}

.miniBrand__brias{
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

/* the 2-column intro */
.heroGrid{
  display: grid;
  grid-template-columns: 1.05fr 1.35fr;
  gap: 56px;
  align-items: center;
  padding: 56px 0 34px;
}

.heroLeft{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.heroImg{
  width: 100%;
  height: auto;
  display: block;
}

/* meta row under the image */
.metaRow{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding-top: 6px;
}

.metaItem{
  text-align: center;
  min-width: 110px;
}

.metaLabel{
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.30em;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
}

.metaValue{
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  color: rgba(0,0,0,.75);
  margin-top: 6px;
}

.metaDivider{
  width: 1px;
  height: 22px;
  background: rgba(0,0,0,.18);
}

/* BIG title on the right */
.heroRight{
  display: flex;
  justify-content: center;
}

.title{
  margin: 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1.02;

  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* the pale band under header */
.softBand{
  height: 44px;
  background: var(--band);
}

/* ===== Body ===== */
.article{
  background: #fff;
}

.article__inner{
  max-width: 760px;
  margin: 0 auto;
  padding: 46px 24px 90px;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1.85;
  color: rgba(0,0,0);
}

.kicker{
  margin: 0 0 12px;
  font-size: 18px;
  color: rgba(0,0,0);
}

/* ===== Responsive ===== */
@media (max-width: 920px){
  .topbar__inner{
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
  }

  .miniBrand{
    position: static;
    text-align: center;
    margin-bottom: 10px;
  }

  .heroGrid{
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 22px;
  }

  .heroRight{
    justify-content: center;
  }

  .metaRow{
    flex-wrap: wrap;
    gap: 14px;
  }

  .metaDivider{
    display: none;
  }
}

.nb-footer{
  background: #eeeeee;
  margin-top: 80px;
}

.nb-footer__inner{
  max-width: 1040px;      /* match your pages */
  margin: 0 auto;
  padding: 90px 24px 70px;
  color: rgba(0,0,0,.72);
}

.nb-footer__brand{
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 42px;
}

.nb-footer__section{
  margin-bottom: 36px;
}

.nb-footer__heading{
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  color: rgba(0,0,0,.70);
}

.nb-footer__headingLink{
  display: inline-block;
  text-decoration: none;
  color: rgba(0,0,0,.70);
}

.nb-footer__headingLink:hover{
  color: rgba(0,0,0,.90);
}

.nb-footer__link{
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  text-decoration: none;
  color: rgba(0,0,0,.62);
  margin: 6px 0;
}

.nb-footer__link:hover{
  color: rgba(0,0,0,.88);
}

.nb-footer__copyright{
  margin-top: 34px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: rgba(0,0,0,.65);
}
