:root {
  --cream: #FAF8F3;
  --cream-2: #F3EFE6;
  --charcoal: #1F1F1D;
  --muted-text: #66645F;
  --green: #22382F;
  --green-2: #263D34;
  --gold: #C8A96E;
  --divider: #E5E1D8;
  --white: #FFFFFF;
  --max: 1120px;
  --radius: 8px;
  --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: .6rem .9rem;
  background: var(--green);
  color: var(--cream);
}

.skip-link:focus {
  top: 1rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(100% - 32px, 820px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 248, 243, .96);
  border-bottom: 1px solid var(--divider);
  backdrop-filter: blur(12px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  color: var(--green);
  text-decoration: none;
  min-width: max-content;
}

.brand-mark {
  width: 52px;
  height: auto;
  flex: 0 0 auto;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-text small {
  margin-top: .2rem;
  color: var(--muted-text);
  font-size: .78rem;
  font-weight: 500;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.08rem;
  color: var(--muted-text);
  font-size: .9rem;
}

.nav-links a {
  white-space: nowrap;
}

.nav-links a,
.site-footer a,
.text-link {
  text-decoration-color: rgba(200, 169, 110, .65);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .78rem 1.1rem;
  border: 1px solid var(--green);
  border-radius: var(--radius);
  background: var(--green);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--green-2);
  border-color: var(--gold);
}

.button-small {
  min-height: 42px;
  padding: .62rem .85rem;
  font-size: .86rem;
}

.button-light {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--green);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--white);
  border-color: var(--gold);
}

.button-outline {
  background: transparent;
  border-color: rgba(250, 248, 243, .55);
  color: var(--cream);
}

.button-outline:hover,
.button-outline:focus-visible {
  background: rgba(250, 248, 243, .1);
  border-color: var(--gold);
}

.short-label {
  display: none;
}

.section {
  padding: 72px 0;
}

.hero {
  padding-top: 32px;
}

.hero-grid,
.split,
.about-grid,
.final-grid {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  max-width: var(--max);
}

.hero-copy {
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 .75rem;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: var(--font-display);
}

h1 {
  margin-bottom: .65rem;
  font-size: clamp(2.25rem, 7vw, 4.2rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 5vw, 3rem);
}

h3 {
  margin-bottom: .55rem;
  font-size: 1.16rem;
  font-weight: 700;
}

.lead {
  max-width: 650px;
  color: var(--muted-text);
  font-size: 1.14rem;
  font-weight: 500;
}

.hero-support {
  display: inline-block;
  margin-bottom: 1.05rem;
  padding-bottom: .24rem;
  border-bottom: 1px solid rgba(200, 169, 110, .58);
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.8vw, 2.35rem);
  line-height: 1.15;
}

.hero-actions,
.contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .9rem;
  margin: 1.25rem 0 .85rem;
}

.text-link {
  color: var(--green);
  font-family: var(--font-body);
  font-weight: 700;
}

.hero-actions .text-link {
  color: var(--muted-text);
  font-weight: 650;
}

.trust-line {
  color: var(--muted-text);
  font-family: var(--font-body);
  font-size: .95rem;
}

.mini-check {
  position: relative;
  align-self: start;
  overflow: hidden;
  padding: 1.35rem;
  border: 2px solid rgba(34, 56, 47, .82);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .7);
  color: var(--charcoal);
  box-shadow: 0 18px 42px rgba(34, 56, 47, .12);
}

.mini-check::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--gold);
}

.mini-check h2,
.mini-check h3 {
  margin-bottom: .75rem;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  line-height: 1.12;
}

.mini-check p {
  color: var(--muted-text);
  font-size: .96rem;
}

.mini-check .button {
  width: 100%;
  margin-top: .25rem;
}

.mini-check-note {
  margin: .85rem 0 0;
  font-size: .84rem;
  line-height: 1.45;
}

.mini-check-progress {
  margin: .2rem 0 .55rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mini-check-panel-header {
  margin: -.1rem 0 1.1rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid rgba(229, 225, 216, .95);
}

.mini-check-panel-header > span {
  display: block;
  color: var(--green);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.mini-check-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .35rem;
}

.mini-check-steps span {
  height: 4px;
  border-radius: 999px;
  background: var(--divider);
}

.mini-check-steps span.is-complete {
  background: var(--gold);
}

.mini-check-steps span.is-current {
  background: var(--green);
}

.mini-check-question {
  margin-bottom: 1.1rem;
}

.mini-check-options {
  display: grid;
  gap: .7rem;
  margin-bottom: 1.1rem;
}

.mini-check-option {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  width: 100%;
  min-height: 46px;
  padding: .82rem .9rem;
  border: 1px solid rgba(102, 100, 95, .26);
  border-radius: var(--radius);
  background: rgba(250, 248, 243, .86);
  color: var(--charcoal);
  font: inherit;
  font-size: .92rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.mini-check-option::before {
  content: "";
  flex: 0 0 auto;
  width: .78rem;
  height: .78rem;
  margin-top: .25rem;
  border: 1.5px solid rgba(34, 56, 47, .5);
  border-radius: 999px;
  background: var(--cream);
}

.mini-check-option:hover,
.mini-check-option:focus-visible {
  border-color: rgba(34, 56, 47, .48);
  background: rgba(250, 248, 243, .98);
}

.mini-check-option.is-selected {
  border-color: var(--green);
  background: rgba(200, 169, 110, .14);
}

.mini-check-option.is-selected::before {
  border-color: var(--green);
  box-shadow: inset 0 0 0 3px var(--cream);
  background: var(--green);
}

.mini-check-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.mini-check-actions .button {
  flex: 1 1 0;
  width: auto;
  margin-top: 0;
}

.mini-check-actions .button[disabled] {
  opacity: .48;
  cursor: not-allowed;
}

.mini-check-textarea {
  width: 100%;
  min-height: 122px;
  margin: .35rem 0 1rem;
  padding: .85rem;
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--charcoal);
  font: inherit;
  resize: vertical;
}

.mini-check-textarea:focus,
.mini-check-option:focus-visible,
.mini-check .button:focus-visible {
  outline: 2px solid rgba(200, 169, 110, .72);
  outline-offset: 2px;
}

.mini-check-result-intro,
.mini-check-result-note,
.mini-check-user-goal span {
  color: var(--muted-text);
  font-size: .86rem;
}

.mini-check-result-note {
  margin-bottom: 1rem;
}

.mini-check-goal,
.mini-check-user-goal {
  margin: 1rem 0;
  padding: .9rem;
  border: 1px solid rgba(200, 169, 110, .34);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(200, 169, 110, .1);
}

.mini-check-goal span,
.mini-check-user-goal span {
  display: block;
  margin-bottom: .35rem;
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mini-check-goal p,
.mini-check-user-goal p {
  margin-bottom: 0;
}

.about-photo {
  margin: 0;
}

.about-photo img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
}

.about-photo img {
  aspect-ratio: .9 / 1;
  object-position: center top;
}

.mirror-list {
  display: grid;
  gap: 1px;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

.mirror-list p {
  position: relative;
  margin: 0;
  padding: 1.2rem 0 1.2rem 1.25rem;
  border-top: 1px solid var(--divider);
  color: var(--muted-text);
}

.mirror-list p:first-child {
  border-top: 0;
}

.mirror-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.82rem;
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: var(--gold);
}

.differentiator,
.reviews {
  background: var(--cream-2);
}

.differentiator {
  padding: 64px 0;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

.body-copy p,
.about p,
.faq p {
  color: var(--muted-text);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2 span,
.method-highlight {
  color: var(--gold);
}

.process-flow,
.review-grid {
  display: grid;
  gap: 1rem;
}

.process-flow article,
.process-outcome {
  position: relative;
  padding: 1.15rem;
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .42);
}

.process-flow article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  min-height: 2.35rem;
  margin-bottom: .85rem;
  border: 1px solid rgba(200, 169, 110, .65);
  border-radius: 999px;
  background: rgba(200, 169, 110, .16);
  color: var(--gold);
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 700;
}

.process-flow p,
.review-grid p,
.section-heading p {
  color: var(--muted-text);
}

.process-flow h3 {
  margin-bottom: .45rem;
}

.process-outcome {
  border-color: rgba(34, 56, 47, .34);
  background: rgba(34, 56, 47, .08);
}

.process-outcome span {
  display: block;
  margin-bottom: .55rem;
  color: var(--green);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.process-outcome span::before {
  content: "✓";
  margin-right: .35rem;
  color: var(--gold);
}

.process-outcome p {
  margin-bottom: 0;
  color: var(--green);
  font-weight: 700;
}

.review-grid blockquote {
  margin: 0;
  padding: 1.25rem;
  border: 1px solid var(--divider);
  border-radius: var(--radius);
  background: rgba(250, 248, 243, .72);
  line-height: 1.62;
}

.review-grid span {
  display: inline-flex;
  margin-bottom: .85rem;
  color: var(--gold);
  font-size: .86rem;
  letter-spacing: .08em;
}

.review-grid p {
  margin-bottom: 1rem;
}

.review-grid cite {
  color: var(--charcoal);
  font-size: .9rem;
  font-style: normal;
  font-weight: 700;
}

.reviews-link {
  display: inline-flex;
  margin-top: 1.75rem;
  padding: .7rem .9rem;
  border: 1px solid rgba(34, 56, 47, .2);
  border-radius: var(--radius);
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease;
}

.reviews-link:hover,
.reviews-link:focus-visible {
  border-color: rgba(200, 169, 110, .85);
  background: rgba(250, 248, 243, .48);
}

.faq-list {
  border-top: 1px solid var(--divider);
}

details {
  border-bottom: 1px solid var(--divider);
}

summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 2rem 1.15rem 0;
  color: var(--charcoal);
  font-weight: 700;
}

summary::marker {
  content: "";
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: .98rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border: 1px solid rgba(200, 169, 110, .5);
  border-radius: 999px;
  color: var(--gold);
  font-size: 1rem;
  line-height: 1;
}

details[open] summary::after {
  content: "−";
}

details p {
  padding-bottom: 1.1rem;
  margin-bottom: 0;
}

.final-cta,
.site-footer {
  background: var(--green);
  color: var(--cream);
}

.final-cta {
  padding: 72px 0;
}

.final-cta p {
  color: rgba(250, 248, 243, .82);
}

.calendly-box {
  align-self: start;
  padding: 1.25rem;
  border: 1px solid rgba(200, 169, 110, .34);
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--charcoal);
}

.calendly-box h3 {
  margin-bottom: 1rem;
  color: var(--green);
  font-size: 1rem;
  font-weight: 700;
}

.calendly-inline-widget {
  width: 100%;
  min-width: 0 !important;
  max-width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
}

.booking-mobile-calendly-button {
  display: none;
}

.calendly-box .button-outline {
  border-color: var(--green);
  color: var(--green);
}

.calendly-box .button-light {
  background: var(--green);
  border-color: var(--green);
  color: var(--cream);
}

.calendly-box .button-light:hover,
.calendly-box .button-light:focus-visible {
  background: var(--green-2);
  border-color: var(--gold);
}

.calendly-box .button-outline:hover,
.calendly-box .button-outline:focus-visible {
  background: rgba(34, 56, 47, .06);
  border-color: var(--gold);
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(250, 248, 243, .16);
  font-size: .92rem;
}

.footer-grid,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}

.site-footer p {
  margin: 0;
  color: rgba(250, 248, 243, .78);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.footer-mark {
  width: 40px;
  height: auto;
  flex: 0 0 auto;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 32px), 760px);
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid rgba(200, 169, 110, .45);
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--charcoal);
}

.cookie-banner p {
  margin: 0;
  color: var(--muted-text);
  font-size: .92rem;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: .55rem;
}

.button-cookie-secondary {
  background: transparent;
  border-color: var(--green);
  color: var(--green);
}

.button-cookie-secondary:hover,
.button-cookie-secondary:focus-visible {
  background: rgba(34, 56, 47, .06);
  border-color: var(--gold);
}

.privacy-page {
  padding: 64px 0;
}

.privacy-page .container {
  max-width: 840px;
}

@media (min-width: 760px) {
  .section {
    padding: 96px 0;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
  }

  .hero-copy {
    max-width: 680px;
  }

  .differentiator {
    padding: 80px 0;
  }

  .mirror {
    padding-bottom: 82px;
  }

  .faq {
    padding: 82px 0;
  }

  .split,
  .about-grid,
  .final-grid {
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
  }

  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    gap: clamp(2rem, 5vw, 4rem);
  }

  .about .eyebrow {
    margin-bottom: 1rem;
  }

  .site-footer {
    padding-bottom: 28px;
  }
}

@media (min-width: 900px) {
  .nav-links {
    display: flex;
  }
}

@media (max-width: 767px) {
  .nav {
    min-height: 62px;
  }

  .site-header .button {
    min-height: 40px;
    padding: .42rem .58rem;
    font-size: .83rem;
  }

  .hero {
    padding-bottom: 50px;
  }

  .mirror {
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .about {
    padding-bottom: 48px;
  }

  .faq {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .differentiator h2,
  #steps-title {
    font-size: clamp(1.52rem, 6.35vw, 2rem);
  }

  .process-flow {
    gap: .72rem;
  }

  .process-flow article,
  .process-outcome {
    padding: .98rem;
  }

  .process-flow p {
    font-size: .96rem;
    line-height: 1.55;
  }

  .review-grid {
    gap: .72rem;
  }

  .review-grid blockquote {
    padding: 1rem;
  }

  .review-grid p {
    font-size: .93rem;
    line-height: 1.56;
  }

  .about-grid {
    gap: 1.25rem;
  }

  .about-photo {
    width: min(88%, 330px);
    margin-inline: auto;
  }

  .about p {
    font-size: .96rem;
    line-height: 1.58;
  }

  .final-grid {
    gap: 1.35rem;
  }

  .final-cta .contact-row {
    display: grid;
    gap: .7rem;
  }

  .final-cta .contact-row .button {
    width: 100%;
  }

  .calendly-box {
    display: none;
  }

  .booking-mobile-calendly-button {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: .78rem 1.1rem;
    border: 1px solid var(--cream);
    border-radius: var(--radius);
    background: var(--cream);
    color: var(--green);
    font-family: var(--font-body);
    font-size: .96rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
  }
}

@media (min-width: 980px) {
  .process-flow {
    grid-template-columns: repeat(4, 1fr);
  }

  .process-flow article::after {
    content: "→";
    position: absolute;
    right: -.9rem;
    top: 2.2rem;
    z-index: 1;
    color: #B78F45;
    font-size: 1.42rem;
    font-weight: 800;
  }

  .process-outcome {
    border-color: rgba(200, 169, 110, .55);
  }

  .review-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 520px) {
  body {
    font-size: 16px;
  }

  .section {
    padding: 58px 0;
  }

  .hero {
    padding-bottom: 44px;
  }

  .mirror {
    padding-top: 44px;
  }

  .about {
    padding-bottom: 48px;
  }

  .faq {
    padding-top: 48px;
  }

  .nav {
    min-height: 60px;
    gap: .65rem;
  }

  .brand {
    min-width: 0;
    gap: .58rem;
  }

  .brand-mark {
    width: 36px;
  }

  .brand-text strong {
    font-size: .96rem;
  }

  .brand-text small {
    display: none;
  }

  .site-header .button {
    flex: 0 0 auto;
    max-width: none;
    min-height: 38px;
    padding: .38rem .48rem;
    font-size: .8rem;
  }

  .full-label {
    display: none;
  }

  .short-label {
    display: inline;
  }

  h2 {
    font-size: clamp(1.65rem, 7vw, 2.16rem);
  }

  .hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }

  .hero-support {
    font-size: clamp(1.24rem, 5.7vw, 1.62rem);
  }

  .lead {
    font-size: 1.04rem;
  }

  .mini-check {
    padding: 1rem;
  }

  .mini-check h2,
  .mini-check h3 {
    font-size: 1.45rem;
  }

  .mini-check p,
  .mini-check-option {
    font-size: .92rem;
  }

  .mini-check-actions {
    display: grid;
  }

  .section-heading {
    margin-bottom: 1.45rem;
  }

  .mirror-list p {
    padding: 1.05rem 0 1.05rem 1.12rem;
  }

  .mirror-list p::before {
    top: 1.62rem;
  }

  .process-flow {
    position: relative;
    gap: .7rem;
    padding-left: .85rem;
  }

  .process-flow::before {
    content: "";
    position: absolute;
    left: 0;
    top: .7rem;
    bottom: .7rem;
    width: 1px;
    background: var(--divider);
  }

  .process-flow article,
  .process-outcome {
    padding: .92rem;
  }

  .final-cta {
    padding: 56px 0;
  }

  .cookie-banner {
    bottom: calc(16px + env(safe-area-inset-bottom));
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions .button {
    flex: 1;
  }

  .hero-actions .button,
  .contact-row .button {
    width: 100%;
  }

  .review-grid {
    gap: .7rem;
  }

  .review-grid blockquote {
    padding: .92rem;
  }

  .review-grid p {
    font-size: .91rem;
    line-height: 1.56;
  }

  .review-grid cite {
    font-size: .86rem;
  }

  .reviews-link {
    margin-top: 1.25rem;
  }

  .about-grid {
    gap: 1.1rem;
  }

  .about-photo {
    width: min(88%, 315px);
    margin-inline: auto;
  }

  .about p {
    font-size: .95rem;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .nav-links {
    display: none;
  }
}
