/* ---------- fonts (self-hosted, latin subset only) ---------- */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/hanken-grotesk-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/newsreader-normal-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('../fonts/newsreader-italic-latin.woff2') format('woff2');
}

/* ---------- reset ---------- */
* { box-sizing: border-box; }
body { margin: 0; }
img { display: block; max-width: 100%; }
html { scroll-behavior: smooth; }
a { color: inherit; }

:root {
  --ink: #2e2933;
  --ink-strong: #2a2530;
  --purple: #6a5b78;
  --purple-light: #9a8aa8;
  --purple-pale: #d6cbde;
  --border: #e2dbe6;
  --border-soft: #ddd4e4;
  --bg: #f3f0f4;
  --bg-tint: #eae3ef;
  --bg-card: #f6f3f8;
  --body-copy: #5c5566;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Newsreader', Georgia, serif;
}

.eyebrow {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--purple-light);
  margin: 0 0 16px;
}
.eyebrow--light { color: #c9bdd6; }

/* ---------- nav ---------- */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 32px;
  border-bottom: 1px solid var(--border);
}
.nav__brand {
  text-decoration: none;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
}
.nav__brand-name { font-style: italic; }
.nav__brand-sub { font-size: 16px; letter-spacing: 0.03em; color: #6a5b78; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f6878;
}
.nav__links a { text-decoration: none; }
.nav__contact {
  color: var(--purple);
  border-bottom: 1px solid #b6a9c2;
  padding-bottom: 2px;
}
.nav__toggle { display: none; }

/* ---------- hero ---------- */
.hero {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 32px 80px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.hero h1 {
  font-weight: 400;
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 24px;
  color: var(--ink-strong);
  text-wrap: balance;
}
.hero h1 em { font-style: italic; color: var(--purple); }
.hero .lead {
  font-size: 20px;
  line-height: 1.6;
  color: var(--body-copy);
  max-width: 30em;
  margin: 0 0 34px;
}
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--purple-pale);
  border-radius: 999px;
  padding: 9px 16px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 13.5px;
  color: var(--body-copy);
  background: rgba(255,255,255,0.4);
}
.pill svg { flex: none; }

.btn {
  display: inline-block;
  text-decoration: none;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.btn--primary { color: #fff; background: var(--purple); padding: 15px 30px; }
.btn--block { width: 100%; padding: 15px; border-radius: 6px; font-size: 15px; }
.btn[disabled] { opacity: 0.65; cursor: default; }

.hero__media { position: relative; }
.hero__photo {
  aspect-ratio: 4/5;
  border-radius: 220px 220px 8px 8px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.hero__badge {
  position: absolute;
  bottom: -22px;
  left: -22px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 16px 40px -24px rgba(42,37,48,0.45);
}
.hero__badge-label {
  margin: 0;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--purple-light);
}
.hero__badge-value { margin: 5px 0 0; font-size: 17px; color: var(--ink-strong); }

/* ---------- generic section scaffolding ---------- */
.section--tinted { background: var(--bg-tint); }
.section--dark { background: var(--purple); color: #efeaf3; }
.section--darkest { background: #2a2530; color: #e8e3ee; }
.section--pattern { position: relative; }
.section--pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2296%22%20height=%2296%22%3E%3Cg%20fill=%22none%22%20stroke=%22%236a5b78%22%20stroke-opacity=%220.06%22%20stroke-width=%221.1%22%20stroke-linecap=%22round%22%3E%3Cpath%20d=%22M22%2066%20q10%20-30%2036%20-36%22/%3E%3Cpath%20d=%22M34%2048%20q-10%20-2%20-15%20-15%22/%3E%3Cpath%20d=%22M44%2040%20q14%20-5%2024%200%22/%3E%3C/g%3E%3C/svg%3E');
  background-size: 96px 96px;
}
.section__inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; padding: 84px 32px; }
.section__inner--narrow { max-width: 760px; }
.section__title { font-weight: 400; font-size: 38px; line-height: 1.2; margin: 0 0 14px; color: var(--ink-strong); }
.section__title--narrow { font-size: 40px; max-width: 14em; margin: 0 0 16px; }
.section__title--center { font-size: 40px; text-align: center; margin: 0 0 44px; }
.section__title--white { color: #fff; margin: 0 0 44px; }
.section__intro {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--body-copy);
  max-width: 34em;
  margin: 0 0 44px;
}
.section__footnote {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 15px;
  color: var(--purple-light);
  margin: 28px 0 0;
  font-style: italic;
}

/* ---------- issues grid ---------- */
.issue-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--purple-pale);
}
.issue {
  padding: 16px 8px;
  border-bottom: 1px solid var(--purple-pale);
  font-size: 20px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 14px;
}
.issue svg { flex: none; }

/* ---------- decorative wave ---------- */
.wave {
  position: relative;
  height: 340px;
  overflow: hidden;
  background: linear-gradient(180deg, #f3eef6 0%, #e4d7ec 52%, #c9b6d8 100%);
}
.wave__layer { position: absolute; border-radius: 50%; }
.wave__layer--1 { left: -12%; right: 22%; bottom: -58%; height: 120%; background: rgba(106,91,120,0.18); }
.wave__layer--2 { left: 20%; right: -16%; bottom: -66%; height: 120%; background: rgba(106,91,120,0.30); }
.wave__layer--3 { left: -4%; right: 40%; bottom: -74%; height: 120%; background: rgba(74,62,86,0.22); }

/* ---------- expectation cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.card {
  margin: 0;
  background: var(--bg-card);
  border-radius: 10px;
  padding: 30px 34px;
  border: 1px solid var(--border-soft);
}
.card h3 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 23px; margin: 0 0 10px; color: var(--ink-strong); }
.card p { margin: 0; font-family: 'Hanken Grotesk', sans-serif; font-size: 15.5px; line-height: 1.7; color: var(--body-copy); }

/* ---------- about ---------- */
.about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
}
.about__label { margin: 0; letter-spacing: 0.18em; }
.about__label--sub { margin: 36px 0 0; }
.about__hello { font-size: 24px; line-height: 1.5; color: var(--ink); margin: 0 0 22px; }
.about__p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--body-copy);
  margin: 0 0 18px;
  font-family: 'Hanken Grotesk', sans-serif;
}
.about__p:last-of-type { margin-bottom: 0; }
.qual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
  font-family: 'Hanken Grotesk', sans-serif;
}
.qual {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid var(--purple-pale);
  border-radius: 8px;
  padding: 16px 22px;
  background: var(--bg-card);
}
.qual__name { font-size: 19px; font-weight: 700; letter-spacing: 0.04em; color: var(--purple); }
.qual__sub { font-size: 11px; letter-spacing: 0.05em; color: #8a7f97; }

/* ---------- approach ---------- */
.section--centered { max-width: 920px; margin: 0 auto; padding: 96px 32px; text-align: center; }
.approach__statement {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.4;
  margin: 0 0 40px;
  color: var(--ink-strong);
}
.approach__statement em { font-style: italic; color: var(--purple); }
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  text-align: left;
  font-family: 'Hanken Grotesk', sans-serif;
  border-top: 1px solid var(--border);
  padding-top: 40px;
}
.approach-grid h3 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 21px; margin: 0 0 10px; color: var(--ink); }
.approach-grid p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--body-copy); }

/* ---------- quote ---------- */
.section--quote { text-align: center; }
.quote-mark {
  display: block;
  font-size: 96px;
  line-height: 0.5;
  color: #b6a9c2;
  margin-bottom: 8px;
}
.quote-mark--small { font-size: 54px; line-height: 0.35; }
.quote {
  font-style: italic;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.25;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}

/* ---------- ways to work together ---------- */
.ways-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 28px; align-items: stretch; }
.ways-photo { border-radius: 10px; overflow: hidden; border: 1px solid var(--border-soft); min-height: 400px; }
.ways-photo img { width: 100%; height: 100%; object-fit: cover; }
.ways-cards { display: flex; flex-direction: column; gap: 14px; }
.card--icon { padding: 32px 34px; }
.card__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ddd0e4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.card--icon h3 { font-size: 23px; }
.card--icon p { font-size: 16px; }

/* ---------- first steps ---------- */
.callout {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 44px;
}
.callout__icon {
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 50%;
  background: rgba(214,207,226,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.callout__title { font-weight: 500; font-size: 21px; margin: 0 0 5px; color: #fff; }
.callout__body {
  margin: 0;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 15.5px;
  line-height: 1.65;
  color: #d8cfe2;
  max-width: 52em;
}
.steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  align-items: baseline;
}
.step__n { font-size: 40px; font-style: italic; color: #c9bdd6; }
.step h3 { font-weight: 500; font-size: 25px; margin: 0 0 6px; color: #fff; }
.step p {
  margin: 0;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #d8cfe2;
  max-width: 38em;
}

/* ---------- fees ---------- */
.fees {
  max-width: 1080px;
  margin: 0 auto;
  padding: 96px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.price-list { font-family: 'Hanken Grotesk', sans-serif; margin-top: 30px; }
.price-row {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  gap: 16px;
}
.price-row span:first-child { font-size: 16px; color: var(--body-copy); }
.price { font-family: 'Newsreader', serif; font-size: 24px; color: var(--purple); }
.price-note { font-size: 14px; color: var(--purple-light); align-self: center; white-space: nowrap; }
.fees__note {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--body-copy);
  margin: 26px 0 0;
}
.fees__note strong { color: var(--ink-strong); }
.map-photo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
}
.map-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.25) contrast(0.95); }

/* ---------- testimonials ---------- */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial { margin: 0; display: flex; flex-direction: column; gap: 18px; }
.testimonial blockquote {
  margin: 0;
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
}

/* ---------- faq ---------- */
.faq { max-width: 820px; margin: 0 auto; padding: 96px 32px; }
.accordion__item { border-top: 1px solid var(--border-soft); }
.accordion__trigger {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: 'Newsreader', serif;
  font-size: 22px;
  color: var(--ink);
}
.accordion__sign {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 22px;
  color: var(--purple-light);
  flex: none;
}
.accordion__panel { margin: 0; padding: 0 0 26px; }
.accordion__panel p {
  margin: 0;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--body-copy);
  max-width: 40em;
}

/* ---------- contact ---------- */
.contact { text-align: center; }
.contact__title { font-weight: 400; font-size: 44px; line-height: 1.15; margin: 0 0 20px; }
.contact__title em { font-style: italic; color: #b6a9c2; }
.contact__intro {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 16.5px;
  line-height: 1.75;
  color: #c3bccd;
  margin: 0 auto 44px;
  max-width: 34em;
}
.contact-methods {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 16px;
  text-align: left;
}
.contact-method {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 22px 24px;
}
.contact-method__icon {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: 50%;
  background: rgba(182,169,194,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-method__label {
  display: block;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--purple-light);
  margin-bottom: 4px;
}
.contact-method__value { font-family: 'Hanken Grotesk', sans-serif; font-size: 17px; color: #fff; overflow-wrap: anywhere; }

.divider { display: flex; align-items: center; gap: 20px; margin: 52px 0 32px; }
.divider span { height: 1px; background: rgba(255,255,255,0.14); flex: 1; }
.divider p { font-family: 'Hanken Grotesk', sans-serif; font-size: 14px; color: var(--purple-light); margin: 0; }

.form-card { background: var(--bg); border-radius: 12px; padding: 36px; text-align: left; }
.contact-form { font-family: 'Hanken Grotesk', sans-serif; display: flex; flex-direction: column; gap: 16px; }

.form-alert[hidden] { display: none; }
.form-alert {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f6e9ee;
  border: 1px solid #e0bccb;
  border-radius: 8px;
  padding: 14px 16px;
}
.form-alert svg { flex: none; margin-top: 1px; }
.form-alert p { margin: 0; font-size: 13.5px; line-height: 1.55; color: #8a3a51; }
.form-alert a { color: #8a3a51; }

.field { display: flex; flex-direction: column; gap: 7px; font-size: 13px; color: var(--body-copy); font-weight: 500; }
.field input,
.field textarea {
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  outline: none;
  border: 1px solid var(--purple-pale);
}
.field textarea { resize: vertical; }
.field input.is-invalid,
.field textarea.is-invalid { border-color: #c98ca0; }
.field__error { font-weight: 400; font-size: 12.5px; color: #a14a63; }

.field--honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-footnote { margin: 0; font-size: 12.5px; color: #978aa3; }
.form-footnote a { color: inherit; text-decoration: underline; }

.spinner {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  display: inline-block;
  animation: ssSpin 0.7s linear infinite;
  margin-right: 10px;
  vertical-align: -2px;
}
@keyframes ssSpin { to { transform: rotate(360deg); } }

.form-success { padding: 40px 8px; text-align: center; }
.form-success__icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e3ede4;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.form-success__title { font-family: 'Newsreader', serif; font-style: italic; font-size: 28px; color: var(--ink); margin: 0 0 12px; }
.form-success__body { font-family: 'Hanken Grotesk', sans-serif; font-size: 15.5px; line-height: 1.6; color: var(--body-copy); margin: 0; }

/* ---------- urgent notice ---------- */
.notice {
  background: var(--bg-tint);
  font-family: 'Hanken Grotesk', sans-serif;
}
.notice__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 32px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.notice__dot { width: 8px; height: 8px; border-radius: 50%; background: #a8748f; flex: none; margin-top: 7px; }
.notice p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--body-copy); }
.notice strong { color: var(--ink-strong); font-weight: 600; }

/* ---------- footer ---------- */
.footer {
  background: #2a2530;
  color: #8d8497;
  padding: 36px 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
.footer__brand {
  margin: 0;
  font-size: 20px;
  color: #d8cfe2;
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
}
.footer__brand-name { font-style: italic; }
.footer__brand-sub { font-size: 15px; letter-spacing: 0.03em; color: #b6a9c2; }
.footer__meta {
  margin: 0;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12.5px;
  line-height: 1.6;
  text-align: right;
}
.footer__meta a { color: inherit; }

/* ---------- mobile sticky CTA ---------- */
.mobile-cta { display: none; }
.mobile-cta--hidden { transform: translateY(100%); opacity: 0; pointer-events: none; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  body { padding-bottom: 84px; }
  .mobile-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(243,240,244,0.92);
    backdrop-filter: blur(6px);
    border-top: 1px solid var(--border);
    box-shadow: 0 -8px 24px -16px rgba(42,37,48,0.35);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .mobile-cta .btn { margin: 0; }
  .nav { flex-wrap: wrap; padding: 16px 24px; position: relative; }
  .nav__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
    background: none;
    border: 1px solid var(--purple-pale);
    border-radius: 6px;
    padding: 10px 16px;
    cursor: pointer;
  }
  .nav__links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    order: 3;
    margin-top: 16px;
    font-size: 17px;
    letter-spacing: normal;
    text-transform: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a {
    padding: 16px 4px;
    border-top: 1px solid var(--border);
  }
  .nav__contact { border-bottom: none; }
  .hero { grid-template-columns: 1fr; padding: 32px 24px 48px; gap: 28px; }
  .hero .eyebrow { margin-bottom: 16px; }
  .hero h1 { font-size: 34px; margin-bottom: 18px; }
  .hero .lead { font-size: 16px; margin-bottom: 26px; }
  .pill-row { margin-bottom: 24px; }
  .hero__media { max-width: 260px; margin: 0 auto; }
  .section__inner,
  .section--centered,
  .about,
  .fees,
  .faq { padding-left: 24px; padding-right: 24px; }
  .issue-grid,
  .card-grid,
  .about,
  .approach-grid,
  .ways-grid,
  .fees,
  .testimonial-grid,
  .qual-grid,
  .contact-methods { grid-template-columns: 1fr; }
  .section__title--narrow,
  .section__title { font-size: 28px; }
  .approach__statement { font-size: 24px; }
  .quote { font-size: 28px; }
  .contact__title { font-size: 32px; }
  .footer-row { flex-direction: column; align-items: flex-start; text-align: left; }
  .footer__meta { text-align: left; }
}
