/*
Theme Name: Lawyer One
Theme URI: https://example.com/lawyer-one
Author: Your Name
Author URI: https://example.com
Description: A modern, conversion-focused WordPress theme for law firms and attorneys, featuring hero sections, team profiles, practice areas, testimonials, and a blog.
Version: 1.0.0
Text Domain: lawyer-one
*/

/* Reset / base
---------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background-color: #f4f6fb;
  line-height: 1.6;
}

a {
  color: #f3b15b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Layout helpers
---------------------------------------------*/
.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
}

.section--dark {
  background: #f4f6fb;
}

.section--alt {
  background: #e6ecf9;
}

.section--light {
  background: #ffffff;
}

.section--full-bleed-map {
  padding: 0;
}

.section--full-bleed-map .container {
  max-width: none;
  padding: 0;
}

.section--full-bleed-map .map-embed-wrap {
  position: relative;
}

.section--full-bleed-map iframe {
  display: block;
  width: 100%;
  border: 0;
}

.map-directions-btn {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(5, 7, 17, 0.96);
  color: #f4f4f6;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 1px solid rgba(243, 177, 91, 0.85);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.55);
  text-decoration: none;
}

.map-directions-btn:hover {
  background: rgba(10, 14, 30, 0.98);
  color: #f3b15b;
}

.section--team-dark {
  background: #050711;
}

.section--team-dark .section__title {
  color: #f4f4f6;
}

/* Intro section: heading + text left, image right (below hero)
---------------------------------------------*/
.intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .intro-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .intro__image-wrap {
    order: -1;
  }
}

.intro__content {
  position: relative;
}

.intro__title-ghost {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: rgba(17, 24, 39, 0.12);
  line-height: 1.15;
  margin-bottom: -0.35em;
  pointer-events: none;
}

.intro__title {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}

.intro__line {
  display: block;
  width: 48px;
  height: 3px;
  background: #050711;
  margin-bottom: 24px;
  border-radius: 2px;
}

.intro__text {
  color: #374151;
  font-size: 16px;
  line-height: 1.65;
}

.intro__text p {
  margin: 0 0 1em;
}

.intro__text p:last-child {
  margin-bottom: 0;
}

.intro__text .entry-content {
  margin-top: 1em;
}

.intro__text .entry-content p {
  margin-bottom: 1em;
}

.intro__image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.intro__image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.intro__image-placeholder {
  width: 100%;
  padding-bottom: 75%;
  background: linear-gradient(135deg, #e6ecf9 0%, #d1d9eb 100%);
}

.section--team-dark .section__subtitle {
  color: #d1d5db;
}

.section__title {
  font-size: 32px;
  margin-bottom: 16px;
}

.section__subtitle {
  color: #b5b8c7;
  max-width: 640px;
}

/* Team page: make subtitle full-width and slightly darker */
.page-template-page-team .section__subtitle {
  max-width: none;
  color: #374151;
  padding-bottom: 50px;
}

/* Header
---------------------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(to bottom, rgba(3, 6, 20, 0.98), rgba(3, 6, 20, 0.9));
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-branding__inner {
  display: flex;
  flex-direction: column;
}

.site-title {
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-logo {
  max-height: 50px;
  width: auto;
  margin-right: 10px;
}

.site-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-description {
  font-size: 12px;
  color: #b5b8c7;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 32px;
}

.primary-menu {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.primary-menu li {
  position: relative;
}

.primary-menu a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #f4f4f6;
  display: inline-block;
  padding: 6px 0;
}

.primary-menu .current-menu-item > a,
.primary-menu a:hover {
  color: #f3b15b;
}

/* Dropdown sub-menu */
.primary-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: rgba(6, 10, 30, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 100;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li.focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.primary-menu .sub-menu a {
  display: block;
  padding: 12px 18px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d8dae6;
  white-space: nowrap;
  border-radius: 6px;
  margin: 4px;
  width: calc(100% - 8px);
  box-sizing: border-box;
}

.primary-menu .sub-menu a:hover {
  color: #f3b15b;
  background: rgba(255, 255, 255, 0.05);
}

/* Third-level dropdown (nested) */
.primary-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 4px;
}

/* Optional: arrow indicator for items with dropdown */
.primary-menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  border: 4px solid transparent;
  border-top-color: currentColor;
}

.header-cta {
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3b15b, #f7e0a3);
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
}

.header-cta:hover {
  text-decoration: none;
}

/* Menu toggle (hamburger) - hidden on desktop */
.menu-toggle {
  display: none;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #f4f4f6;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: #f4f4f6;
  outline: 0;
}

.menu-toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle__bar:nth-child(1) { top: 14px; }
.menu-toggle__bar:nth-child(2) { top: 21px; }
.menu-toggle__bar:nth-child(3) { top: 28px; }

.site-header.menu-open .menu-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.menu-open .menu-toggle__bar:nth-child(2) {
  opacity: 0;
}
.site-header.menu-open .menu-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Page hero (inner pages, not front page)
---------------------------------------------*/
.page-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 86vh;
  padding: 48px 0 40px;
  background: linear-gradient(180deg, rgba(11, 15, 31, 0.97) 0%, #050711 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

/* Location Main Page template: shorter hero */
.page-template-page-location-main-php .page-hero {
  min-height: 50vh;
}

/* Location practice pages hero (Washington DC, Maryland, Virginia) */
.page-hero--location {
  min-height: 45vh;
}

@media (max-width: 768px) {
  .page-hero--location {
    min-height: 57vh;
  }
}

/* Blog-style hero (category, tag, author, blog home): compact, no CTA bar */
.page-hero--blog {
  min-height: 0;
  padding: 40px 0 32px;
}

.page-hero--blog .page-hero__tagline {
  margin: 0 auto;
}

/* Category hero: heading + tagline left, latest post right
---------------------------------------------*/
.page-hero--category {
  min-height: 0;
  padding: 48px 0 56px;
  background: linear-gradient(180deg, rgba(11, 15, 31, 0.97) 0%, #050711 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Override base .page-hero__inner flex so category hero is two columns */
.page-hero--category .page-hero__inner.page-hero__inner--category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  flex: none;
  min-height: 0;
}

@media (max-width: 768px) {
  .page-hero--category .page-hero__inner.page-hero__inner--category {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Blog hero: single column, heading centered */
.page-hero--blog-main .page-hero__inner.page-hero__inner--blog-main {
  grid-template-columns: 1fr;
  max-width: 720px;
}

.page-hero--blog-main .page-hero__category-heading {
  text-align: center;
}

.page-hero--blog-main .page-hero__tagline--category {
  margin-left: auto;
  margin-right: auto;
}

.page-hero__category-heading {
  padding-top: 8px;
}

.page-hero__title--category {
  font-size: 36px;
  margin: 0 0 16px;
  color: #f4f4f6;
  line-height: 1.2;
}

.page-hero__tagline--category {
  font-size: 17px;
  line-height: 1.55;
  color: #b5b8c7;
  margin: 0;
  max-width: 480px;
}

.page-hero__tagline--category a {
  color: #c9a962;
}

.page-hero__latest {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-hero__latest-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6b7280;
}

.page-hero__post-card {
  background: rgba(5, 8, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease;
}

.page-hero__post-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

.page-hero__post-card-thumb {
  display: block;
  line-height: 0;
}

.page-hero__post-card-thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.page-hero__post-card-body {
  padding: 20px 20px 22px;
}

.page-hero__post-card-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6b7280;
  margin-bottom: 8px;
}

.page-hero__post-card-title {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 1.3;
}

.page-hero__post-card-title a {
  color: #f4f4f6;
}

.page-hero__post-card-title a:hover {
  color: #c9a962;
}

.page-hero__post-card-excerpt {
  font-size: 14px;
  color: #b5b8c7;
  line-height: 1.5;
  margin: 0 0 14px;
}

.page-hero__post-card-link {
  align-self: flex-start;
  font-size: 13px;
}

.page-hero__bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 30% 20%, rgba(56, 63, 100, 0.25) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(122, 86, 38, 0.15) 0%, transparent 45%);
  pointer-events: none;
}

.page-hero--has-bg .page-hero__bg {
  background: linear-gradient(180deg, rgba(5, 7, 17, 0.75) 0%, rgba(5, 7, 17, 0.88) 50%, rgba(5, 7, 17, 0.95) 100%);
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  min-height: 0;
}

.page-hero__heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 0;
  text-align: center;
}

.page-hero__title {
  font-size: 32px;
  margin: 0 0 12px;
  color: #f4f4f6;
  line-height: 1.2;
}

.page-hero__tagline {
  font-size: 17px;
  line-height: 1.5;
  color: #b5b8c7;
  margin: 0;
  max-width: 560px;
}

.page-hero__bar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px;
  margin-top: 24px;
  margin-bottom: 0;
  background: rgba(5, 8, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.page-hero__form-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.page-hero__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.page-hero__input {
  flex: 1 1 140px;
  min-width: 0;
  padding: 12px 18px;
  font-size: 15px;
  color: #f4f4f6;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.page-hero__input::placeholder {
  color: #8a8da8;
}

.page-hero__input:focus {
  outline: 0;
  border-color: rgba(243, 177, 91, 0.6);
}

.page-hero__submit {
  flex-shrink: 0;
}

.page-hero__toggle {
  margin-left: 0;
}

.page-hero__location-btn {
  font-size: 12px;
}

.page-hero__panel-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}

.page-hero--has-bg .page-hero__panel-wrapper {
  z-index: 4;
}

.page-hero--panel-open .page-hero__panel-wrapper {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}

.page-hero__panel {
  background: rgba(5, 8, 20, 0.98);
  border-top: 1px solid rgba(243, 177, 91, 0.4);
  border-radius: 16px 16px 0 0;
  padding: 20px 24px 24px;
  box-shadow: 0 -18px 35px rgba(0, 0, 0, 0.6);
}

.page-hero__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.page-hero__panel-title {
  font-size: 18px;
  color: #f4f4f6;
  margin: 0;
}

.page-hero__panel-close {
  background: transparent;
  border: 0;
  color: #9ca3af;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

.page-hero__panel-close:hover {
  color: #f4f4f6;
}

.page-hero__panel-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-hero__panel-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page-hero__field-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-hero__field-group label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9ca3af;
}

.page-hero__field-group input,
.page-hero__field-group textarea {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.85);
  color: #f9fafb;
  padding: 10px 14px;
  font-size: 14px;
}

.page-hero__field-group textarea {
  border-radius: 12px;
  resize: vertical;
}

.page-hero__field-group input::placeholder,
.page-hero__field-group textarea::placeholder {
  color: #6b7280;
}

.page-hero__field-group--full {
  grid-column: 1 / -1;
}

/* Mobile: hide form, show CTA button only */
@media (max-width: 768px) {
  .page-hero {
    padding: 32px 0 32px;
    min-height: 80vh;
  }

  .page-hero__title {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .page-hero__tagline {
    font-size: 15px;
  }

  .page-hero__bar {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }

  .page-hero__panel {
    border-radius: 16px 16px 0 0;
  }

  .page-hero__panel-fields {
    grid-template-columns: minmax(0, 1fr);
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hero (front page)
---------------------------------------------*/
.hero {
  display: flex;
  align-items: center;
  min-height: 80vh;
  padding: 60px 0;
  background: radial-gradient(circle at top left, #383f64 0, transparent 50%),
    radial-gradient(circle at top right, #7a5626 0, transparent 55%),
    linear-gradient(145deg, #050711, #050711 40%, #0b0f1f 100%);
}

/* Hero with video background */
.hero.hero--has-video {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
}

.hero--has-video .hero__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__video-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.hero__video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(5, 7, 17, 0.88) 0%,
    rgba(5, 7, 17, 0.75) 50%,
    rgba(11, 15, 31, 0.85) 100%
  );
  z-index: 1;
}

.hero--has-video .hero__inner {
  position: relative;
  z-index: 2;
}

.hero__inner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  color: #f3b15b;
  margin-bottom: 16px;
}

.hero__title {
  font-size: 46px;
  color: #f4f4f6;
  line-height: 1.1;
  margin: 0 0 18px;
}

.hero__title span {
  color: #f3b15b;
}

.hero__text {
  color: #b5b8c7;
  max-width: 500px;
  margin-bottom: 24px;
}

.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 1px solid transparent;
}

.btn--primary {
  background: linear-gradient(135deg, #f3b15b, #f7e0a3);
  color: #111111;
}

.btn--ghost {
  background: transparent;
  color: #f4f4f6;
  border-color: rgba(255, 255, 255, 0.24);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
  color: #b5b8c7;
  font-size: 13px;
}

.hero__meta span {
  color: #f4f4f6;
}

/* Location hero variant (reuses core hero styles) */
.hero--location {
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}

.hero--location .hero__inner {
  position: relative;
  z-index: 2;
}

.hero--has-bg-image .hero__inner {
  position: relative;
  z-index: 2;
}

.hero__bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 7, 17, 0.9), rgba(5, 7, 17, 0.92));
  z-index: 1;
}

.hero__media {
  position: relative;
}

.hero__card {
  background: rgba(6, 10, 30, 0.96);
  border-radius: 18px;
  padding: 22px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.hero__avatar {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}

img.attachment-lawyer-portrait.size-lawyer-portrait {
  min-width: 100%;
}

.hero__name {
  font-size: 18px;
  margin-bottom: 4px;
}

.hero__role {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #b5b8c7;
  margin-bottom: 10px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(243, 177, 91, 0.14);
  color: #f3b15b;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  margin-top: 32px;
  overflow: hidden;
}

.hero__stat {
  padding: 18px 20px 16px;
  background: rgba(6, 10, 30, 0.94);
}

.hero__stat-value {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.hero__stat-label {
  font-size: 12px;
  color: #b5b8c7;
}

/* Single lawyer stats on dark card */
.single-lawyer .hero__stats {
  background: rgba(15, 23, 42, 0.8);
}

.single-lawyer .hero__stat {
  background: rgba(6, 10, 30, 0.98);
}

.single-lawyer .hero__stat-value,
.single-lawyer .hero__stat-label {
  color: #f9fafb;
}

/* Cards & grids
---------------------------------------------*/
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 24px;
}

.card--highlight {
  border-color: rgba(243, 177, 91, 0.8);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

a.card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

a.card:hover {
  border-color: rgba(243, 177, 91, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #f3b15b;
  margin-bottom: 8px;
}

.card__title {
  font-size: 18px;
  margin-bottom: 6px;
}

.card__meta {
  font-size: 13px;
  color: #4b5563;
}

.card__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #f3b15b;
  text-decoration: none;
  transition: color 0.2s ease;
}

a.card:hover .card__link {
  color: #c9a962;
}

/* Team
---------------------------------------------*/
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  background: #050714;
  padding: 25px;
  border-radius: 20px;
}

.team-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 18px 18px 20px;
}

.team-card__photo {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
}

.team-card__name {
  font-size: 16px;
  margin-bottom: 2px;
}

.team-card__role {
  font-size: 12px;
  color: #4b5563;
  margin-bottom: 6px;
}

.team-card__meta {
  font-size: 12px;
  color: #4b5563;
}

/* Locations page
---------------------------------------------*/
.locations-page__header {
  margin-bottom: 48px;
}

.locations-page__thumb {
  margin: 20px 0;
  border-radius: 12px;
  overflow: hidden;
}

.locations-page__intro {
  margin-top: 16px;
  color: #d8dae6;
  max-width: 720px;
}

.locations-list__title {
  font-size: 24px;
  margin-bottom: 24px;
  color: #f4f4f6;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat( auto-fill, minmax(280px, 1fr) );
  gap: 24px;
}

.location-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.location-card:hover {
  border-color: rgba(243, 177, 91, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.location-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.location-card__link:hover {
  color: inherit;
  text-decoration: none;
}

.location-card__thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.location-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-card__body {
  padding: 20px 20px 22px;
}

.location-card__title {
  font-size: 18px;
  margin: 0 0 8px;
  color: #f4f4f6;
}

.location-card__excerpt {
  font-size: 14px;
  color: #b5b8c7;
  margin: 0 0 12px;
  line-height: 1.5;
}

.location-card__cta {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f3b15b;
}

.locations-list__empty {
  color: #b5b8c7;
  font-size: 15px;
}

/* Location main template
---------------------------------------------*/
.location-main__intro {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 32px 36px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.location-main__intro p {
  color: #374151;
}

.section--location-band {
  background: #050711;
}

.location-main__band {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.7fr);
  gap: 40px;
  align-items: center;
}

.location-main__band-media img {
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.location-main__band-content {
  color: #e5e7eb;
}

.location-main__band-title {
  font-size: 26px;
  margin-bottom: 12px;
  color: #f9fafb;
}

.location-main__band-content p {
  color: #d1d5db;
}

.location-main__text-blocks {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

.location-main__text-block .section__title {
  margin-bottom: 12px;
}

.location-main__text-block p {
  color: #d1d5db;
}

.location-main__practice-title {
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 50px;
}

.location-main__practice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  box-shadow: #0000001c 0px 5px 20px;
  overflow: hidden;
}

.location-main__practice-item {
  padding: 16px 18px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  background: rgba(10, 14, 30, 0.98);
  color: #f4f4f6;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.location-main__practice-item a {
  color: #f4f4f6;
  text-decoration: none;
}

.location-main__practice-item a:hover {
  color: #f3b15b;
}

.location-main__testimonial {
  max-width: 720px;
}

.location-main__testimonial-heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-bottom: 10px;
}

.location-main__testimonial-quote {
  font-size: 17px;
  color: #f4f4f6;
  margin-bottom: 8px;
}

.location-main__testimonial-name {
  font-size: 13px;
  color: #d1d5db;
}

.location-main__faqs {
  max-width: 820px;
}

.location-main__faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 16px;
}

.location-main__faq-item {
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(249, 250, 251, 0.08);
  background: rgba(15, 23, 42, 0.9);
}

.location-main__faq-question {
  margin: 0 0 8px;
  font-size: 16px;
  color: #f3b15b !important;
}

.location-main__faq-answer {
  font-size: 14px;
  color: #d1d5db;
}

/* Location main: testimonial section – dark background, light text */
.section--location-testimonial {
  background: #050711;
}

.section--location-testimonial .location-main__testimonial-heading {
  color: #9ca3af;
}

.section--location-testimonial .location-main__testimonial-quote {
  color: #f4f4f6;
}

.section--location-testimonial .location-main__testimonial-name {
  color: #d1d5db;
}

/* Content & sidebar
---------------------------------------------*/
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(0, 1fr);
  gap: 40px;
}

.content {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 32px 36px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.content h1,
.content h2,
.content h3,
.content h4 {
  color: #111827;
}

.content p {
  color: #374151;
}

.sidebar {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 24px 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.sidebar__title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
}

.sidebar-nav--pages {
  margin-bottom: 24px;
}

.sidebar-nav--practice {
  margin-bottom: 24px;
}

.sidebar-nav--practice .sidebar__title {
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(15, 23, 42, 0.12);
}

.sidebar-nav--practice-children {
  margin-top: 24px;
}

.sidebar-menu--pages {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu__item {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-menu__item:last-child {
  border-bottom: 0;
}

.sidebar-menu__link {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #1f2933;
}

.sidebar-menu__link:hover {
  color: #f3b15b;
}

.sidebar-menu__item--current .sidebar-menu__link {
  color: #f3b15b;
  font-weight: 600;
}

/* Practice areas sidebar menu – make items chunkier */
.sidebar-nav--practice .sidebar-menu--pages {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav--practice .sidebar-menu__item {
  border-bottom: 0;
  margin-bottom: 8px;
}

.sidebar-nav--practice .sidebar-menu__link {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f9fafb;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.sidebar-nav--practice .sidebar-menu__link:hover {
  border-color: rgba(243, 177, 91, 0.8);
  background: #fff7ed;
  color: #b45309;
}

.sidebar-nav--practice .sidebar-menu__item--current .sidebar-menu__link {
  border-color: rgba(243, 177, 91, 0.9);
  background: #111827;
  color: #f3b15b;
}

.sidebar .widget {
  margin-bottom: 24px;
}

.sidebar .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* Contact page offices list */
ul.sidebar__list.sidebar__list--offices {
  margin: 0;
  padding: 0;
}

li.sidebar__office {
  list-style: none;
  margin: 10px 0;
  background: #030614;
  color: #ffffff;
  padding: 15px;
  border-radius: 25px;
}

li.sidebar__office a {
  color: #f3b15b;
}

li.sidebar__office a:hover {
  color: #c9a962;
}

/* Practice areas sidebar: Free Case Evaluation form */
.sidebar-form {
  margin-bottom: 24px;
  padding: 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #050814;
  border-radius: 15px;
}

.sidebar-form .sidebar__title {
  margin-bottom: 16px;
  color: #fff;
}

.sidebar-form__field {
  margin-bottom: 14px;
}

.sidebar-form__field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #909caf;
  margin-bottom: 6px;
}

.sidebar-form__field input,
.sidebar-form__field textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  color: #111827;
  background: #f9fafb;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
}

.sidebar-form__field input:focus,
.sidebar-form__field textarea:focus {
  outline: none;
  border-color: rgba(243, 177, 91, 0.7);
  background: #fff;
}

.sidebar-form__field textarea {
  resize: vertical;
  min-height: 72px;
}

.sidebar-form__submit {
  width: 100%;
  margin-top: 6px;
}

.sidebar-form__notice {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.sidebar-form__notice.notice--success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.sidebar-form__notice.notice--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.sidebar-form__notice p {
  margin: 0;
  margin-bottom: 10px;
}

.notice {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.notice--success {
  background: #ecfdf5;
  border: 1px solid #34d399;
  color: #065f46;
}

.notice--error {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

.contact-form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form__field label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  padding: 10px 12px;
  font-size: 14px;
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form__hp {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* Blog
---------------------------------------------*/
.blog-layout--has-sidebar .blog-layout__inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: start;
}

@media (max-width: 900px) {
  .blog-layout--has-sidebar .blog-layout__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.blog-sidebar__block {
  background: rgba(5, 8, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px 20px 24px;
  position: sticky;
  top: 24px;
}

.blog-sidebar__title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6b7280;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar__list li {
  margin-bottom: 4px;
}

.blog-sidebar__list li:last-child {
  margin-bottom: 0;
}

.blog-sidebar__link {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d8dae6;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.15s ease, background 0.15s ease;
}

.blog-sidebar__link:hover {
  color: #f3b15b;
  background: rgba(255, 255, 255, 0.05);
}

/* Single post sidebar: dark blocks, no widget area */
.sidebar--single {
  background: transparent;
  padding: 0;
}

.sidebar--single .blog-sidebar__block {
  margin-bottom: 20px;
  position: static;
}

.sidebar--single .blog-sidebar__block:last-child {
  margin-bottom: 0;
}

/* Recent posts in single sidebar: image left, title right */
.blog-sidebar__list--recent {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-sidebar__recent-item {
  margin-bottom: 0;
}

.blog-sidebar__recent-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #d8dae6;
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.15s ease, background 0.15s ease;
}

.blog-sidebar__recent-link:hover {
  color: #f3b15b;
  background: rgba(255, 255, 255, 0.05);
}

.blog-sidebar__recent-thumb {
  flex-shrink: 0;
  width: 110px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.blog-sidebar__recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-sidebar__recent-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.06);
}

.blog-sidebar__recent-title {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.blog-sidebar__cta-text {
  color: #b5b8c7;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.blog-sidebar__cta .blog-sidebar__cta-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.post-card {
  background: #050814;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.post-card__thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.post-card__body {
  padding: 20px 20px 22px;
}

.post-card__meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #4b5563;
  margin-bottom: 8px;
}

.post-card__title {
  font-size: 17px;
  margin-bottom: 6px;
}

.post-card__excerpt {
  font-size: 14px;
  color: #d0d2e0;
}

.post-card__footer {
  padding: 0 20px 18px;
  margin-top: auto;
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 32px;
}

.pagination a,
.pagination span {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
}

.pagination .current {
  background: #f3b15b;
  border-color: #f3b15b;
  color: #111111;
}

/* Footer
---------------------------------------------*/
.site-footer {
  background: #02030a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 40px 0 26px;
  color: #9b9db3;
  font-size: 13px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 32px;
  margin-bottom: 28px;
}

.footer-top__col {
  min-width: 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.footer-brand__logo img {
  max-height: 40px;
  width: auto;
}

.footer-brand__name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f4f4f6;
}

.footer-brand__tagline {
  margin: 4px 0 0;
  font-size: 13px;
  color: #9b9db3;
}

.footer-brand__copy {
  margin: 0;
  font-size: 13px;
  color: #9b9db3;
  max-width: 360px;
}

.footer-heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #f4f4f6;
  margin: 0 0 12px;
}

.footer-links-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links-menu li {
  margin: 0 0 6px;
}

.footer-links-menu a {
  color: #9b9db3;
  font-size: 13px;
}

.footer-links-menu a:hover {
  color: #f3b15b;
}

.footer-address {
  margin: 0;
  white-space: pre-line;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 16px;
}

.site-footer__credit {
  text-align: right;
}

.site-footer__credit a {
  color: #f3b15b;
  font-weight: 500;
  margin-left: 4px;
}

/* Responsive
---------------------------------------------*/
@media (max-width: 960px) {
  .site-header__inner {
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 24px;
  }

  .site-branding {
    min-width: 0;
  }

  .site-title {
    font-size: 18px;
  }

  .site-description {
    display: none;
  }

  .primary-navigation {
    flex-basis: 100%;
    order: 3;
    gap: 12px;
  }

  .primary-menu {
    flex-wrap: wrap;
    gap: 12px;
  }

  .primary-menu a {
    font-size: 13px;
    padding: 8px 0;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__media {
    order: -1;
  }

  .hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid,
  .team-grid,
  .post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .locations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-main__band {
    grid-template-columns: minmax(0, 1fr);
  }

  .location-main__practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .site-header__inner {
    justify-content: space-between;
    padding: 14px 24px;
  }

  .menu-toggle {
    display: flex;
    order: 1;
  }

  .primary-navigation {
    display: none;
    flex-basis: 100%;
    order: 2;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 4px;
  }

  .site-header.menu-open .primary-navigation {
    display: flex;
  }

  .primary-menu {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
  }

  .primary-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .primary-menu li:last-child {
    border-bottom: 0;
  }

  .primary-menu > li > a {
    padding: 14px 0;
    font-size: 14px;
    display: block;
  }

  /* Mobile: sub-menus visible by default (stacked), no hover dropdown */
  .primary-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    width: 100%;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
    padding-left: 16px;
    margin: 0 0 8px 0;
    border-left: 2px solid rgba(243, 177, 91, 0.5);
  }

  .primary-menu .sub-menu a {
    padding: 10px 12px;
    margin: 0;
    width: 100%;
    font-size: 13px;
  }

  .primary-menu .menu-item-has-children > a::after {
    display: none;
  }

  .primary-menu .sub-menu .sub-menu {
    margin-left: 0;
    padding-left: 16px;
  }

  .header-cta {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    padding: 12px 20px;
  }
}

@media (max-width: 640px) {
  .site-header__inner {
    padding: 12px 20px;
  }

  .site-title {
    font-size: 16px;
  }

  .hero {
    padding-top: 80px;
  }

  .card-grid,
  .team-grid,
  .post-list,
  .hero__stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .locations-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .location-main__practice-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__credit {
    text-align: left;
  }
}

