@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/cabin-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Patua One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/patua-one-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'La Belle Aurore';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/la-belle-aurore-latin.woff2') format('woff2');
}

:root {
  --burgundy: #500537;
  --green: #8bc34a;
  --green-dark: #41611b;
  --teal: #3ec492;
  --teal-ink: #116b51;
  --heading: #4c5166;
  --body: #626977;
  --page: #f5f5f5;
  --footer: #3d434c;
  --white: #fff;
  --container: 1377px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--page);
  color: var(--body);
  font-family: 'Cabin', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; }

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

button,
a,
summary { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid #ffd76a;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: .65rem 1rem;
  background: var(--white);
  color: var(--burgundy);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: calc(100% - 88px);
  margin-inline: auto;
}

.narrow-container { max-width: 1240px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 65px;
  background: var(--burgundy);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 65px;
  gap: 1.25rem;
}

.header-logo { flex: 0 0 148px; }
.header-logo img { width: 148px; height: 45px; object-fit: contain; }

.desktop-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 3.2vw, 3.25rem);
  min-height: 65px;
}

.desktop-nav a,
.header-action,
.mobile-nav summary,
.button,
.footer-grid h2,
.footer-links,
.rate-card h3 {
  font-family: 'Patua One', Georgia, serif;
}

.desktop-nav a {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: .85rem 0;
  color: var(--white);
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav a.active { color: var(--green); }

.desktop-nav a.active::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: var(--green);
  content: '';
}

.header-action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 45px;
  color: var(--white);
  background: #4f9348;
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
}

.header-action:hover { background: #609f52; }

.action-icon {
  display: grid;
  width: 65px;
  min-height: 45px;
  place-items: center;
  border-right: 1px solid rgba(255,255,255,.8);
  font-family: 'Cabin', sans-serif;
  font-size: 27px;
}

.header-action > span:last-child { padding-inline: 28px 38px; }

.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 1007px;
  overflow: hidden;
  color: var(--white);
  background-image: linear-gradient(rgba(4,20,0,.05), rgba(255,255,255,0)), url('assets/images/hero-yard.jpg');
  background-position: center;
  background-size: cover;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 1007px;
  width: calc(100% - 86px);
  padding-top: 69px;
}

.hero-mark {
  width: 374px;
  margin: 0 0 0 26px;
}

.hero-mark img { width: 374px; height: auto; }

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 746px;
  padding: 30px 0 220px 22px;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 1.25rem;
  color: var(--heading);
  font-family: 'Patua One', Georgia, serif;
  font-weight: 400;
  line-height: 1.16;
}

h1 { color: var(--white); font-size: clamp(2.85rem, 3.5vw, 3.125rem); }
h2 { font-size: clamp(2.85rem, 3.5vw, 3.125rem); }
h3 { font-size: clamp(1.55rem, 2vw, 2.1rem); }
h4 { font-size: 1.2rem; }
.route-content .source-heading-level-3 { font-size: clamp(1.55rem, 2vw, 2.1rem); }
.route-content .source-heading-level-4 { font-size: 1.2rem; }
.route-content .source-heading-level-5 { font-size: 1rem; }
.route-content .source-heading-level-6 { font-family: 'Cabin', Arial, sans-serif; font-size: .75rem; font-weight: 700; line-height: 1.3; }

.hero-copy p {
  margin: 0 0 1.15rem;
  color: var(--white);
  font-size: clamp(1.1rem, 1.52vw, 1.45rem);
  line-height: 1.45;
}

.hero-lede { margin-bottom: 1.1rem !important; }
.hero-facts { margin: 1.4rem 0 1.35rem; padding: 0; list-style: none; }
.hero-facts li { display: flex; align-items: baseline; gap: .55rem; font-size: clamp(1.05rem, 1.5vw, 1.45rem); line-height: 1.5; }
.hero-facts span { flex: 0 0 1.45rem; text-align: center; }
.hero-dog { position: absolute; z-index: 0; bottom: -10px; left: 50%; width: min(750px, 58vw); transform: translateX(-50%); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: .85rem 2rem;
  border: 0;
  border-radius: 2px;
  font-size: 1.15rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}

.button-light { color: var(--green-dark); background: #d9e9a4; }
.button-light:hover { background: var(--white); }
.button-green { color: var(--white); background: #3f8240; }
.button-green:hover { background: #3b783b; }
.button-burgundy { color: var(--white); background: var(--burgundy); }
.button-burgundy:hover { background: #712356; }
.button span { margin-right: .5rem; font-family: 'Cabin', sans-serif; }

.section { padding: 86px 0; background: var(--white); }

.intro { padding-block: 80px 130px; }
.intro > .container { width: min(1240px, calc(100% - 200px)); }
.intro-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 100px; align-items: center; }
.intro h2 { max-width: 820px; }
.intro p,
.section-lede { max-width: 1060px; margin: 0; font-size: 1.375rem; line-height: 1.45; }

.contact-card {
  padding: 2rem 2.1rem;
  color: var(--white);
  background: var(--burgundy);
  box-shadow: 12px 12px 0 var(--green);
}

.contact-card h3 { color: var(--white); font-size: 2.75rem; line-height: 1.29; }
.contact-card p { margin: 0 0 1rem; font-size: 1.375rem; line-height: 1.45; }
.contact-card a { display: flex; min-height: 44px; align-items: center; margin-top: .45rem; color: var(--white); font-size: 1.12rem; text-decoration: none; }
.contact-card a:hover { color: #d9e9a4; }
.contact-phone { font-family: 'Cabin', sans-serif; font-size: 2.31rem !important; }

.proof { padding-top: 34px; }
.proof h2 { margin-bottom: 30px; }
.feature-grid { display: grid; grid-template-columns: 1fr; gap: 0; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.feature-grid li { display: grid; grid-template-columns: 2.4rem 1fr; gap: .75rem; align-items: start; }
.feature-grid p { margin: 0 0 1.25rem; font-size: 1.375rem; line-height: 1.45; }
.feature-icon { font-size: 1.8rem; line-height: 1.2; }

.photo-section { position: relative; overflow: hidden; color: var(--white); background-position: center; background-size: cover; }
.photo-section::before { position: absolute; inset: 0; background: rgba(10,55,5,.54); content: ''; }
.photo-content { position: relative; z-index: 1; max-width: 760px; padding-block: 100px; }
.photo-content h2,
.photo-content h3 { color: var(--white); }
.photo-content h3 { margin-top: 1.4rem; font-size: 2rem; }
.photo-content p { font-size: 1.25rem; line-height: 1.55; }
.separator { width: 161px; height: 26px; margin-bottom: 1.2rem; object-fit: contain; }
.seasonal { min-height: 884px; background-image: url('assets/images/seasonal-yard.jpg'); }
.seasonal .photo-content { max-width: 918px; margin-inline: auto; padding: 240px 0 114px; }
.seasonal .photo-content h2 { margin-bottom: 30px; font-size: 3.125rem; line-height: 58px; }
.seasonal .separator { display: block; margin: 0 auto 18px; }
.seasonal .photo-content > p { margin: 0 0 22px; font-size: 1.375rem; line-height: 32px; }
.check-list { margin: 0 0 37px; padding-left: 40px; font-size: 1.375rem; line-height: 32px; }
.check-list li + li { margin-top: 0; }
.seasonal .button { display: flex; width: 395px; min-height: 57px; margin: 0 auto; }

.rates { padding-bottom: 90px; text-align: left; }
.rates h2 { margin-bottom: 30px; }
.rates > .container { max-width: 1164px; }
.rates .section-lede { max-width: none; margin: 0; }
.rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 3.7rem -15px 1.25rem; text-align: left; }
.rate-card { min-height: 307px; margin-inline: 12px; padding: 9px; overflow: hidden; background: var(--page); border: 0; box-shadow: none; }
.rate-card h3 { height: 71px; margin: 0; padding: 15px; color: var(--heading); background: var(--teal); font-size: 2.75rem; line-height: 40px; text-align: center; }
.rate-card .price { min-height: 92px; margin: 15px; color: var(--teal-ink); font-family: 'Patua One', Georgia, serif; font-size: 4.6875rem; line-height: 1; text-align: center; }
.price sup { font-family: 'Cabin', sans-serif; font-size: 1rem; vertical-align: top; }
.price small { color: var(--body); font-family: 'Cabin', sans-serif; font-size: 1rem; }
.rate-card > p:last-child { min-height: 94px; margin: 0; padding: 15px; color: var(--body); font-size: 1.375rem; line-height: 1.45; }
.rates .button { display: flex; width: min(784px, 100%); min-height: 70px; margin: 0 auto; }

.audiences { padding-top: 30px; padding-bottom: 0; background: var(--page); }
.audiences > .container { max-width: 1164px; }
.audiences > .container > h2 { text-align: center; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 959px 849px; gap: 35px 46px; margin-top: 5.625rem; }
.audience-card { padding: 10px; background: var(--white); }
.audience-card img { display: block; width: min(300px, 100%); height: 200px; margin: 0 auto 25px; object-fit: cover; }
.audience-card h3 { margin: 55px 0 30px; color: var(--heading); font-size: 1.925rem; line-height: 1.3; }
.audience-card h4 { margin: 20px 0; color: var(--green-dark); font-family: 'Cabin', sans-serif; font-size: 1.03rem; line-height: 1.2; font-weight: 700; }
.audience-card p,
.audience-card li { font-size: 1.03rem; line-height: 1.2; }
.audience-card p { margin: 0 0 20px; }
.audience-card ul { margin: 0; padding-left: 40px; }

.reviews { margin-top: 35px; padding-block: 120px 109px; background: var(--page); }
.reviews > .container { max-width: 1240px; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; align-items: start; margin-top: 4.375rem; }
.review-card { margin: 0; padding: 0; background: transparent; }
.review-card img { width: 150px; height: 150px; margin: 0 auto 24px; object-fit: cover; border-radius: 50%; }
.review-card blockquote { margin: 0; padding: 20px 24px; background: var(--white); font-size: 1rem; font-style: italic; line-height: 1.5; text-align: center; }
.review-card figcaption { margin-top: 24px; color: var(--teal-ink); font-family: 'Cabin', sans-serif; font-size: 1.125rem; line-height: 2rem; letter-spacing: 2px; text-align: center; }
.review-card:nth-child(3) blockquote { min-height: 300px; }

.google-reviews { margin-top: 80px; padding-top: 50px; border-top: 1px solid #ddd; }
.google-review-summary { text-align: center; }
.google-review-summary h3 { margin-bottom: 8px; color: var(--heading); font-size: 2rem; }
.google-review-summary > * { display: block; }
.review-stars { color: #fbbc04; font-size: 1.2rem; letter-spacing: 2px; }
.google-review-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
.google-review { padding: 24px; background: var(--white); }
.google-review h4 { margin: 0; color: var(--heading); font-family: 'Cabin', sans-serif; font-size: 1.125rem; }
.google-review p { margin: 16px 0 0; font-size: 1rem; line-height: 1.5; }

.service-story { min-height: 738px; background-image: url('assets/images/service-lawn.jpg'); }
.service-story .photo-content { max-width: 1240px; margin-inline: auto; padding: 125px 0 75px; }
.service-story .photo-content h2 { margin-bottom: 30px; color: var(--white); font-size: 4.5rem; line-height: .81; text-align: center; text-shadow: 0 3px 8px rgba(0,0,0,.65); }
.service-story .story-subtitle { font-size: 3.125rem !important; line-height: 58px !important; }
.service-story .separator { display: block; margin: 30px auto 17px; }
.service-story .story-copy { max-width: 684px; min-height: 192px; margin: 0 auto 20px; font-size: 1.375rem; line-height: 1.45; }
.service-story .story-callout { max-width: 684px; margin: 0 auto 20px; font-size: 1.375rem; line-height: 1.45; text-align: center; }
.service-story .button { display: flex; width: 190px; min-height: 55px; margin: 0 auto; }

.diaries { padding-top: 30px; padding-bottom: 88px; text-align: center; }
.diaries > .container { max-width: 1164px; }
.blog-kicker { margin: -1rem 0 2.2rem; color: var(--green-dark); font-family: 'La Belle Aurore', cursive; font-size: 1.8rem; }
.article-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; text-align: left; }
.article-card { overflow: hidden; background: var(--white); }
.article-card a { color: inherit; text-decoration: none; }
.article-card img { width: 100%; height: auto; aspect-ratio: 700 / 441; object-fit: cover; }
.article-card h3 { padding: 15px 14px 0 0; color: var(--heading); font-size: 1.375rem; line-height: 1.45; }
.article-card > p { margin: 0; padding: 0 0 1.3rem; font-size: 1.375rem; line-height: 1.45; }
.article-card:hover h3 { color: var(--green-dark); }

.site-footer { padding: 70px 30px 0; color: rgba(255,255,255,.88); background: var(--footer); }
.footer-grid { display: grid; width: 100%; max-width: none; min-height: 469px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 0 13px; }
.footer-grid > div { padding-inline: 15px; }
.footer-brand img { width: 100%; max-width: 309px; height: 206px; margin-bottom: 36px; object-fit: contain; }
.footer-contact { display: grid; gap: 2rem; }
.footer-grid h2 { margin-bottom: 28px; color: var(--white); font-size: 1.125rem; line-height: 1.5; letter-spacing: .03em; }
.footer-grid p { margin: 0; font-size: 1rem; line-height: 2; }
.footer-grid a { display: flex; min-height: 44px; align-items: center; color: var(--white); line-height: 2; text-decoration: none; }
.footer-grid a:hover { color: var(--green); }
.footer-phone { margin-bottom: .55rem; font-family: 'Cabin', sans-serif; font-size: 1rem; }
.social-links { display: flex; gap: .5rem; margin-bottom: 1rem !important; }
.social-links a { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; font-family: 'Cabin', sans-serif; font-weight: 700; }
.footer-links { display: grid; gap: 21px; padding-left: 13px; font-size: 1rem; }
.footer-bottom { margin: 60px -30px 0; padding: 20px 30px; color: var(--white); background: #30353d; font-size: 1rem; line-height: 2; text-align: center; }

@media (max-width: 1024px) {
  .container { width: min(880px, calc(100% - 44px)); }
  .intro > .container, .rates > .container, .audiences > .container, .diaries > .container, .service-story .photo-content { width: calc(100% - 44px); }
  .desktop-nav, .header-action { display: none; }
  .site-header, .header-inner { min-height: 85px; }
  .header-inner { justify-content: space-between; }
  .mobile-nav { position: relative; display: block; margin-left: auto; }
  .mobile-nav summary { display: grid; width: 44px; height: 44px; place-items: center; color: var(--teal); cursor: pointer; font-family: 'Cabin', sans-serif; font-size: 2rem; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; top: 54px; right: 0; display: grid; min-width: 220px; padding: .6rem; background: var(--burgundy); box-shadow: 0 10px 20px rgba(0,0,0,.25); }
  .mobile-nav nav a { display: flex; min-height: 44px; align-items: center; padding: .55rem .75rem; color: var(--white); font-family: 'Patua One', Georgia, serif; font-size: 1.15rem; text-decoration: none; }
  .mobile-nav nav a:hover, .mobile-nav nav a.active { color: var(--green); }
  .hero, .hero-inner { min-height: 930px; }
  .hero-inner { display: block; width: calc(100% - 44px); padding-top: 66px; }
  .hero-mark { display: none; }
  .hero-copy { max-width: 760px; padding: 0 0 300px; }
  .hero-copy p { font-size: clamp(1.1rem, 2.2vw, 1.45rem); }
  .hero-dog { width: min(750px, 92vw); }
  .intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-card { max-width: 480px; }
  .audiences { padding-bottom: 86px; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; row-gap: 2rem; }
  .article-grid, .google-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { padding: 48px 22px 0; }
  .footer-bottom { margin: 60px -22px 0; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 0; padding: 0; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 17px; }
  .container { width: calc(100% - 44px); }
  h1 { font-size: clamp(2.45rem, 10.5vw, 3rem); }
  h2 { font-size: clamp(2.35rem, 10vw, 3rem); }
  .hero, .hero-inner { min-height: 900px; }
  .hero-inner { padding-top: 58px; }
  .hero-copy { padding-bottom: 270px; }
  .hero-copy p { font-size: 1.12rem; }
  .hero-facts li { font-size: 1.08rem; }
  .hero-dog { width: 680px; max-width: none; }
  .section { padding-block: 62px; }
  .intro { padding-block: 62px 52px; }
  .intro p, .section-lede, .photo-content p { font-size: 1.12rem; }
  .feature-grid, .rate-grid, .audience-grid, .review-grid, .article-grid, .google-review-grid { grid-template-columns: 1fr; }
  .feature-grid { gap: 1.3rem; }
  .seasonal, .service-story { min-height: auto; }
  .seasonal .photo-content, .service-story .photo-content { margin-inline: auto; }
  .service-story .photo-content { padding-block: 76px; }
  .service-story .photo-content h2 { font-size: clamp(3.5rem, 10vw, 4.5rem); line-height: 1.16; }
  .service-story .story-subtitle { font-size: clamp(2.35rem, 8vw, 3.125rem) !important; line-height: 1.16 !important; }
  .photo-content { padding-block: 76px; }
  .seasonal .photo-content { padding-block: 76px; }
  .seasonal .photo-content h2 { font-size: clamp(2.5rem, 8vw, 3.125rem); line-height: 1.16; }
  .seasonal .button { width: min(395px, 100%); }
  .rates { padding-bottom: 62px; }
  .rate-grid { margin-block: 2rem; }
  .rate-card { margin-inline: 0; }
  .rate-card > p:last-child { min-height: 0; }
  .audience-card img { width: min(300px, 100%); height: auto; aspect-ratio: 3 / 2; margin: 0 auto 25px; }
  .audience-card h3 { margin: 30px 0; }
  .audience-grid { grid-template-rows: none; }
  .reviews { margin-top: 0; padding-block: 62px; }
  .diaries { padding-bottom: 62px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; padding: 0; }
  .footer-bottom { margin: 32px -22px 0; padding: 16px 22px; }
  .footer-grid > div { padding-inline: 0; }
  .footer-brand { grid-column: auto; }
}


/* Source-backed interior routes */
.interior-page .route-title {
  padding: 54px 0;
  background: var(--white);
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.interior-page .route-title h1 {
  max-width: 1040px;
  margin: 0 auto;
  color: var(--heading);
  font-family: 'Patua One', Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.12;
}

.route-content {
  max-width: 1040px;
  padding-top: 64px;
  padding-bottom: 80px;
  color: var(--heading);
}

.route-content::after { content: ""; display: table; clear: both; }

.route-content h2,
.route-content h3,
.route-content h4,
.route-content h5,
.route-content h6 {
  clear: both;
  margin: 2.2rem 0 1rem;
  color: var(--heading);
  font-family: 'Patua One', Georgia, serif;
  font-weight: 400;
  line-height: 1.18;
}

.route-content h2 { font-size: clamp(1.8rem, 3.5vw, 2.75rem); }
.route-content h3 { font-size: clamp(1.45rem, 2.7vw, 2rem); }
.route-content h4 { font-size: 1.35rem; }
.route-content p,
.route-content li,
.route-content blockquote { font-size: 1.05rem; }
.route-content p { margin: 0 0 1.25rem; overflow-wrap: anywhere; }
.route-content ul,
.route-content ol { margin: 0 0 1.5rem; padding-left: 1.5rem; }
.route-content li + li { margin-top: .55rem; }
.route-content a { color: var(--green-dark); font-weight: 700; }
.route-content blockquote {
  margin: 2rem 0;
  padding: .25rem 0 .25rem 1.5rem;
  border-left: 5px solid var(--green);
}
.route-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.route-content th,
.route-content td { padding: .75rem; border: 1px solid #d7d8db; text-align: left; vertical-align: top; }
.route-content img { width: auto; max-width: 100%; height: auto; margin: 1rem auto 1.75rem; }
.route-content p > img:first-child { float: left; max-width: min(320px, 45%); margin: .35rem 1.5rem 1rem 0; }
.source-image { margin: 1.5rem 0; }
.source-action a {
  display: inline-block;
  min-height: 44px;
  padding: .65rem 1rem;
  border: 2px solid var(--green);
  border-radius: 5px;
  text-decoration: none;
}

.post-archive-content,
.faq-archive-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1240px;
}
.route-card {
  min-width: 0;
  padding: 1.5rem;
  background: var(--white);
  border-top: 5px solid var(--green);
}
.route-card h2 { margin-top: 0; font-size: 1.65rem; }
.route-card img { max-height: 260px; object-fit: cover; }

@media (max-width: 767px) {
  .interior-page .route-title { padding: 38px 0; }
  .route-content { padding-top: 42px; padding-bottom: 58px; }
  .post-archive-content,
  .faq-archive-content { grid-template-columns: 1fr; }
  .route-content p > img:first-child { float: none; max-width: 100%; margin: 1rem auto 1.5rem; }
  .route-content table { display: block; overflow-x: auto; }
}
