body { margin: 0; }
.nyfda {
  --sage: #9aa692;
  --sage-dark: #7e8a7a;
  --cream: #fdf9f4;
  --ink: #5d6359;
  --soft: #6d736a;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.nyfda * { box-sizing: border-box; margin: 0; padding: 0; }
.nyfda img { max-width: 100%; display: block; }
.nyfda a { color: inherit; text-decoration: none; }

/* TOP BAR */
.nyfda .topbar {
  background: var(--sage-dark);
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: 3px;
  padding: 10px 24px;
  text-transform: uppercase;
}

/* NAV */
.nyfda .nav {
  background: #fffdfa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 18px 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.nyfda .nav a { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #7a8076; }
.nyfda .nav a:hover { color: var(--sage-dark); }
.nyfda .logo-mark { width: 128px; margin: 0 10px; }
.nyfda .logo-mark img { width: 100%; }

/* BUTTON */
.nyfda .btn {
  background: #7e8a7a;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  padding: 13px 30px;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.nyfda .btn:hover { background: #6f7b6b; }

/* BIO HERO (sage) */
.nyfda .bio-hero {
  background: var(--sage);
  color: #fff;
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 60px;
  padding: 110px 9% 90px;
  align-items: start;
}
.nyfda .bio-hero .photo img { width: 100%; }
.nyfda .bio-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.nyfda .bio-hero .role { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 26px; }
.nyfda .bio-hero .rule { width: 180px; border: 0; border-top: 1px solid rgba(255, 255, 255, 0.6); margin: 0 0 34px; }
.nyfda .bio-hero p { color: #fff; font-size: 13.5px; line-height: 1.8; margin-bottom: 18px; }
.nyfda .bio-hero .btn { margin-top: 22px; background: #8b988a; border: 0; box-shadow: 0 1px 3px rgba(0,0,0,0.15); }
.nyfda .bio-hero .btn:hover { background: #7e8a7a; }

/* MEMBERSHIP (cream, text left / photo right) */
.nyfda .membership {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 110px 9%;
  align-items: center;
}
.nyfda .membership .text { text-align: right; }
.nyfda .membership p { color: var(--soft); font-size: 13.5px; line-height: 1.85; margin-bottom: 22px; }
.nyfda .membership .btn { margin-top: 16px; }
.nyfda .membership .photo img { width: 100%; }

/* PERFECT SMILE (cream, photo left / steps right) */
.nyfda .smile {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  padding: 40px 9% 110px;
  align-items: start;
}
.nyfda .smile .photo img { width: 100%; }
.nyfda .smile h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  color: #7e8a7a;
  margin-bottom: 40px;
}
.nyfda .smile .step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #d9d2c7;
}
.nyfda .smile .step .num {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #8b988a;
  letter-spacing: 2px;
}
.nyfda .smile .step p { color: var(--soft); font-size: 13.5px; line-height: 1.6; }

/* COMMITMENT (sage split) */
.nyfda .commitment { background: var(--sage); color: #fff; display: grid; grid-template-columns: 1fr 1fr; }
.nyfda .commitment .col { padding: 100px 8%; }
.nyfda .commitment .col + .col { border-left: 1px solid rgba(255, 255, 255, 0.45); }
.nyfda .commitment .col.left { text-align: right; }
.nyfda .commitment h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 46px;
}
.nyfda .commitment p { color: #fff; font-size: 13.5px; line-height: 1.85; margin-bottom: 20px; }
.nyfda .commitment .btn { margin-top: 20px; background: #77836f; border: 0; }

/* FOOTER */
.nyfda .footer {
  background: #8e9a86;
  color: #fff;
  padding: 80px 6% 110px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}
.nyfda .footer h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 22px;
}
.nyfda .footer p, .nyfda .footer li { color: #fff; font-size: 13px; line-height: 1.7; }
.nyfda .hours-row { display: grid; grid-template-columns: 110px 1fr; gap: 4px 24px; font-size: 13px; line-height: 1.9; }
.nyfda .hours-row span:nth-child(odd) { font-weight: 600; }
.nyfda .foot-mid { text-align: center; }
.nyfda .foot-mid img { width: 200px; margin: 0 auto; }
.nyfda .foot-right { text-align: center; }
.nyfda .foot-right .phone { font-family: 'Playfair Display', serif; font-size: 26px; letter-spacing: 3px; margin-bottom: 10px; }
.nyfda .foot-right .addr { font-size: 13px; margin-bottom: 26px; }
.nyfda .foot-links {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 22px;
  font-size: 13px;
  max-width: 320px;
  margin: 0 auto;
  text-align: left;
}
.nyfda .foot-links li { margin-bottom: 4px; }

/* MOBILE */
@media (max-width: 980px) {
  .nyfda .nav { flex-wrap: wrap; gap: 16px 24px; }
  .nyfda .bio-hero { grid-template-columns: 1fr; padding: 60px 7%; }
  .nyfda .membership, .nyfda .smile { grid-template-columns: 1fr; gap: 40px; padding: 60px 7%; }
  .nyfda .membership .text { text-align: left; }
  .nyfda .commitment { grid-template-columns: 1fr; }
  .nyfda .commitment .col + .col { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .nyfda .commitment .col.left { text-align: left; }
  .nyfda .footer { grid-template-columns: 1fr; text-align: center; }
  .nyfda .hours-row { max-width: 320px; margin: 0 auto; text-align: left; }
  .nyfda .foot-links { grid-template-columns: 1fr; }
}
