:root {
  --bg: #f5f1e8;
  --bg-panel: rgba(255, 252, 246, 0.86);
  --surface: #fcfaf5;
  --surface-strong: #f1eadf;
  --ink: #1b2430;
  --muted: #5b6675;
  --line: rgba(27, 36, 48, 0.14);
  --accent: #8b6b3f;
  --accent-deep: #5d4320;
  --navy: #1f3145;
  --shadow: 0 20px 60px rgba(31, 49, 69, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(245, 241, 232, 0.9)),
    radial-gradient(circle at top, rgba(139, 107, 63, 0.12), transparent 34%),
    var(--bg);
  color: var(--ink);
  font-family:
    "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Baskerville,
    Georgia, serif;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.site-shell,
.page-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.page-shell {
  padding: 32px 0 80px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding-top: 18px;
}

.header-bar,
.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-bar {
  padding: 16px 22px;
  border: 1px solid var(--line);
  background: rgba(252, 250, 245, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark strong,
.footer-title {
  display: block;
  color: var(--navy);
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

.brand-mark small,
.footer-copy {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-logo {
  flex: 0 0 auto;
  width: 58px;
  height: 42px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(31, 49, 69, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--navy);
  box-shadow: 0 10px 20px rgba(31, 49, 69, 0.08);
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

body.nav-collapsible .header-bar {
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 14px;
  gap: 10px;
}

body.nav-collapsible .brand-mark {
  flex: 1 1 auto;
  min-width: 0;
  gap: 10px;
}

body.nav-collapsible .brand-mark strong {
  font-size: 0.95rem;
}

body.nav-collapsible .brand-mark small {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

body.nav-collapsible .brand-logo {
  width: 44px;
  height: 32px;
}

body.nav-collapsible .nav-toggle {
  display: inline-flex;
  flex: 0 0 auto;
}

body.nav-collapsible .site-nav {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(139, 107, 63, 0.18);
  background: transparent;
}

body.nav-collapsible.nav-open .site-nav {
  display: flex;
}

body.nav-collapsible .site-nav a {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(31, 49, 69, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-size: 0.76rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

body.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.site-nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a,
.footer-links a,
.text-link {
  color: var(--navy);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.site-nav a[aria-current="page"] {
  color: var(--accent-deep);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.text-link {
  display: inline-block;
  margin-top: 8px;
}

.subjects-section > .primary-link {
  margin-top: 24px;
}

.masthead,
.credentials-strip,
.image-band,
.section-grid,
.subjects-section,
.page-panel,
.results-section,
.reviews-section,
.contact-section {
  position: relative;
}

.masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 26px;
  align-items: center;
  padding: 20px 0 8px;
}

.image-band::before,
.subjects-section::before,
.page-panel::before,
.results-section::before,
.reviews-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(139, 107, 63, 0.18);
  pointer-events: none;
}

.masthead-copy h1,
.page-intro h1,
.section-heading h2,
.contact-section h2 {
  margin: 0;
  color: var(--navy);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.masthead-copy h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.7rem);
  line-height: 1.02;
}

.page-intro h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

.hero-text,
.page-intro p,
.section-body p,
.results-grid p,
.contact-section p {
  font-size: 1rem;
  line-height: 1.68;
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-deep);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--navy);
  font-size: 0.96rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.primary-link {
  background: var(--navy);
  color: #f8f5ef;
}

.secondary-link {
  background: transparent;
  color: var(--navy);
}

.card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.card li {
  margin-bottom: 14px;
  line-height: 1.65;
}

.masthead-copy p {
  max-width: none;
}

.masthead-image,
.feature-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 49, 69, 0.12);
  background: linear-gradient(135deg, #ece4d5, #f7f3eb);
  box-shadow: var(--shadow);
}

.masthead-image {
  min-height: 380px;
}

.feature-image {
  min-height: 240px;
}

.masthead-image::before,
.feature-image::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(241, 234, 223, 0.55);
  z-index: 1;
  pointer-events: none;
}

.masthead-image::after,
.feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 25, 38, 0.04), rgba(15, 25, 38, 0.18)),
    linear-gradient(90deg, rgba(139, 107, 63, 0.08), transparent 42%);
  pointer-events: none;
}

.credentials-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(241, 234, 223, 0.52)),
    rgba(252, 250, 245, 0.72);
  box-shadow: var(--shadow);
}

.credential-item {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 18px 18px 16px;
  border: 1px solid rgba(139, 107, 63, 0.2);
  background: rgba(255, 252, 246, 0.86);
}

.credential-topline {
  display: flex;
  align-items: center;
  gap: 12px;
}

.credential-topline strong {
  color: var(--navy);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credential-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(139, 107, 63, 0.32);
  color: var(--accent-deep);
  background: rgba(241, 234, 223, 0.85);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.credential-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.95rem;
}

.image-band {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(252, 250, 245, 0.78);
  box-shadow: var(--shadow);
}

.site-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.masthead-image:hover .site-image,
.feature-image:hover .site-image {
  transform: scale(1.015);
}

.image-plaque {
  position: absolute;
  z-index: 2;
  max-width: min(82%, 320px);
  padding: 14px 16px;
  border: 1px solid rgba(31, 49, 69, 0.12);
  background: rgba(252, 250, 245, 0.88);
  box-shadow: 0 12px 30px rgba(31, 49, 69, 0.12);
  backdrop-filter: blur(4px);
}

.image-plaque-hero {
  left: 22px;
  bottom: 22px;
}

.image-plaque-feature {
  right: 22px;
  bottom: 22px;
}

.image-plaque-label {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.image-plaque p {
  margin: 0;
  color: var(--navy);
  line-height: 1.55;
}

.section-grid,
.subjects-section,
.page-panel,
.results-section,
.reviews-section,
.contact-section {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(252, 250, 245, 0.78);
  box-shadow: var(--shadow);
}

.reviews-section {
  overflow: hidden;
  background: var(--surface);
}

.page-intro {
  display: grid;
  gap: 18px;
}

.page-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
  gap: 18px;
  margin-top: 24px;
}

.contact-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
}

.contact-form-card > p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.65;
}

.contact-placeholder {
  display: grid;
  gap: 16px;
}

.contact-simple {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  max-width: 760px;
}

.contact-simple p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.section-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  gap: 28px;
}

.section-heading h2,
.contact-section h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.page-intro .primary-curriculum-note,
.section-heading .primary-curriculum-note {
  max-width: 760px;
  margin-top: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(139, 107, 63, 0.28);
  background: var(--surface-strong);
  color: var(--navy);
  font-size: clamp(1.04rem, 1.5vw, 1.18rem);
  font-weight: 700;
  line-height: 1.4;
}

.tutors-highlight-note {
  max-width: none !important;
  width: 100%;
}

.section-body {
  display: grid;
  gap: 14px;
}

.subjects-grid,
.tutors-grid,
.reviews-grid,
.results-grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.subjects-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.subjects-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reviews-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.results-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.review-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  min-height: 0;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(139, 107, 63, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(241, 234, 223, 0.44)),
    var(--surface);
  box-shadow: 0 16px 34px rgba(31, 49, 69, 0.07);
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-deep), var(--accent), var(--navy));
}

.star-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(139, 107, 63, 0.18);
  margin: 0;
  color: var(--accent-deep);
  line-height: 1;
}

.star-icon {
  flex: 1 1 0;
  width: 100%;
  height: clamp(2.1rem, 3.2vw, 3rem);
  fill: currentColor;
}

.review-card p {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.58;
}

.review-source {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
}

.review-source::before {
  content: "";
  flex: 0 0 24px;
  height: 1px;
  background: currentColor;
}

.review-source strong,
.review-source small {
  display: block;
}

.review-source strong {
  color: var(--accent-deep);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.review-source small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.card h3,
.results-grid h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.3rem;
}

.card p,
.results-grid p {
  margin: 0;
}

.tutor-card {
  display: grid;
  gap: 20px;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(241, 234, 223, 0.48)),
    var(--surface);
  box-shadow: 0 16px 38px rgba(31, 49, 69, 0.07);
}

.tutor-card-header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.tutor-monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(139, 107, 63, 0.34);
  background: #f1eadf;
  color: var(--accent-deep);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tutor-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tutor-card h3 {
  margin-bottom: 0;
}

.tutor-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tutor-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(31, 49, 69, 0.1);
  background: rgba(252, 250, 245, 0.72);
  color: var(--muted);
  font-size: 0.82rem;
}

.tutor-subjects {
  display: grid;
  gap: 8px;
}

.tutor-subject-row {
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(139, 107, 63, 0.18);
  background: rgba(252, 250, 245, 0.72);
}

.tutor-subject-row strong {
  display: inline-flex;
  align-items: center;
  align-self: start;
  min-height: 30px;
  padding: 6px 10px;
  background: var(--navy);
  color: #f8f5ef;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.tutor-subject-row span {
  color: var(--accent-deep);
  font-size: 0.86rem;
  line-height: 1.45;
  padding-top: 4px;
}

.tutor-detail {
  display: grid;
  gap: 8px;
}

.tutor-detail strong {
  color: var(--navy);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tutor-detail p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.tutor-detail-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.tutor-detail-list li {
  margin-bottom: 10px;
  line-height: 1.65;
}

.tutor-detail-list li:last-child {
  margin-bottom: 0;
}

.accent-card {
  background: var(--surface-strong);
}

.results-grid article span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.9rem;
  letter-spacing: 0.16em;
}

.contact-section {
  display: grid;
  gap: 18px;
}

.form-feedback {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.site-footer {
  padding: 0 0 36px;
}

.footer-bar {
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

@media (max-width: 1280px) {
  .masthead {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 22px;
  }
}

@media (max-width: 1100px), (max-aspect-ratio: 4 / 5) {
  .masthead {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 14px;
  }

  .masthead-copy {
    order: 1;
  }

  .masthead-visual {
    order: 2;
  }

  .masthead-copy h1,
  .masthead-copy p {
    max-width: none;
  }

  .masthead-image {
    min-height: 300px;
  }

  .credentials-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .footer-bar,
  .masthead,
  .credentials-strip,
  .image-band,
  .section-grid,
  .contact-layout,
  .page-panel-grid,
  .subjects-grid,
  .tutors-grid,
  .reviews-grid,
  .results-grid {
    grid-template-columns: 1fr;
  }

  .footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .masthead-image {
    min-height: 360px;
  }
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100% - 1rem, 1120px);
    padding-top: 10px;
    padding-bottom: 32px;
  }

  .site-shell {
    width: min(100% - 1rem, 1120px);
  }

  .site-header {
    padding-top: 8px;
  }

  .masthead {
    gap: 14px;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .masthead,
  .credentials-strip,
  .image-band,
  .section-grid,
  .subjects-section,
  .page-panel,
  .results-section,
  .reviews-section,
  .contact-section {
    padding: 18px;
  }

  .image-band::before,
  .subjects-section::before,
  .page-panel::before,
  .results-section::before,
  .reviews-section::before,
  .contact-section::before {
    inset: 8px;
  }

  .masthead-copy h1 {
    font-size: clamp(1.82rem, 8vw, 2.5rem);
    line-height: 1.04;
  }

  .page-intro h1,
  .section-heading h2,
  .contact-section h2 {
    font-size: clamp(1.85rem, 7vw, 2.55rem);
    line-height: 1.08;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .hero-text,
  .page-intro p,
  .section-heading p:not(.eyebrow),
  .section-body p,
  .results-grid p,
  .contact-section p {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .primary-link,
  .secondary-link {
    min-height: 44px;
    padding: 10px 16px;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
  }

  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .masthead-image {
    min-height: 240px;
  }

  .image-plaque {
    padding: 12px 14px;
  }

  .image-plaque-label {
    margin-bottom: 6px;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
  }

  .image-plaque p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .credentials-strip {
    gap: 10px;
    margin-top: 8px;
    padding: 10px;
  }

  .credential-item {
    gap: 10px;
    padding: 14px 14px 13px;
  }

  .credential-topline {
    gap: 10px;
  }

  .credential-topline strong {
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  .credential-mark {
    width: 38px;
    height: 38px;
    font-size: 0.72rem;
  }

  .credential-item p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .page-intro,
  .section-body,
  .contact-sidebar,
  .contact-simple {
    gap: 12px;
  }

  .page-panel-grid,
  .contact-layout,
  .subjects-grid,
  .tutors-grid,
  .reviews-grid,
  .results-grid {
    gap: 14px;
    margin-top: 18px;
  }

  .card,
  .results-grid article {
    padding: 18px;
  }

  .card h3,
  .results-grid h3,
  .tutor-card h3 {
    margin-bottom: 10px;
    font-size: 1.12rem;
  }

  .card p,
  .results-grid p,
  .tutor-detail p,
  .tutor-detail-list,
  .review-card p {
    line-height: 1.55;
  }

  .card li,
  .tutor-detail-list li {
    margin-bottom: 8px;
  }

  .review-card {
    gap: 14px;
    padding: 18px 18px 16px;
  }

  .star-rating {
    gap: 6px;
    padding-bottom: 12px;
  }

  .review-card p {
    font-size: 0.98rem;
  }

  .review-source {
    gap: 8px;
  }

  .review-source::before {
    flex-basis: 18px;
  }

  .review-source strong {
    font-size: 0.74rem;
    letter-spacing: 0.12em;
  }

  .review-source small {
    font-size: 0.78rem;
  }

  .tutor-card {
    gap: 16px;
  }

  .footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

  .footer-bar {
    gap: 14px;
    padding-top: 18px;
  }

  .footer-title {
    font-size: 0.98rem;
  }

  .footer-copy {
    margin-top: 6px;
    font-size: 0.72rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }

  .footer-links a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid rgba(139, 107, 63, 0.16);
    font-size: 0.8rem;
    letter-spacing: 0.07em;
  }

  .tutor-card-header,
  .tutor-subject-row {
    grid-template-columns: 1fr;
  }

  .tutor-monogram {
    width: 52px;
    height: 52px;
  }

  .credentials-strip {
    grid-template-columns: 1fr;
  }

  .image-plaque {
    left: 16px;
    right: 16px;
    bottom: 14px;
    max-width: none;
  }
}
