:root {
  --stenzel-primary: #223867;
  --stenzel-primary-dark: #17284a;
  --stenzel-primary-soft: #31497d;
  --stenzel-accent: #c7a548;
  --stenzel-accent-strong: #d1b055;
  --stenzel-bg: #f2ede5;
  --stenzel-surface: #fbf8f3;
  --stenzel-white: #ffffff;
  --stenzel-text: #22304f;
  --stenzel-text-body: #586273;
  --stenzel-text-inverse: #f5f2eb;
  --stenzel-border: rgba(199, 165, 72, 0.34);
  --stenzel-shadow: 0 18px 38px rgba(27, 39, 70, 0.08);
  --stenzel-shadow-soft: 0 10px 28px rgba(27, 39, 70, 0.06);
  --stenzel-radius: 18px;
  --stenzel-transition: 180ms ease;
  --stenzel-max-width: 1200px;
}

html {
  scroll-behavior: smooth;
}

body.stenzel-page {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--stenzel-text-body);
  background: var(--stenzel-bg);
  line-height: 1.7;
}

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

a {
  color: var(--stenzel-primary);
  transition: color var(--stenzel-transition);
}

a:hover,
a:focus {
  color: var(--stenzel-accent);
}

.container-xl {
  max-width: calc(var(--stenzel-max-width) + 2rem);
}

h1,
h2,
h3,
h4,
.stenzel-brand-title,
.stenzel-brand-subtitle {
  font-family: "Playfair Display", Georgia, serif;
}

.stenzel-skip-link {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2000;
  background: var(--stenzel-primary-dark);
  color: var(--stenzel-text-inverse);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}

.stenzel-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--stenzel-primary) !important;
  border-bottom: none !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stenzel-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(199, 165, 72, 0.65), var(--stenzel-accent), rgba(199, 165, 72, 0.65));
}

.stenzel-navbar {
  min-height: 72px;
  background: transparent !important;
}

.stenzel-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.stenzel-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: var(--stenzel-white);
  color: var(--stenzel-primary);
  font-size: 0.9rem;
  font-weight: 700;
  flex-shrink: 0;
}

.stenzel-brand-mark img {
  width: 3rem;
  height: 3rem;
}

.stenzel-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.stenzel-brand-title {
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245, 242, 235, 0.8);
  line-height: 1.1;
}

.stenzel-brand-subtitle {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--stenzel-white);
  line-height: 1;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.stenzel-navbar .mod-menu,
.stenzel-navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}

.stenzel-navbar .mod-menu li,
.stenzel-navbar .navbar-nav li {
  margin: 0;
}

.stenzel-navbar .mod-menu a,
.stenzel-navbar .navbar-nav a {
  display: inline-flex;
  align-items: center;
  color: rgba(245, 242, 235, 0.84);
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.stenzel-navbar .mod-menu .current > a,
.stenzel-navbar .mod-menu a:hover,
.stenzel-navbar .mod-menu a:focus,
.stenzel-navbar .navbar-nav .current > a,
.stenzel-navbar .navbar-nav a:hover,
.stenzel-navbar .navbar-nav a:focus {
  color: var(--stenzel-white);
}

.stenzel-navbar .mod-menu li:last-child a,
.stenzel-navbar .navbar-nav li:last-child a {
  padding: 0.55rem 1rem;
  border-radius: 4px;
  background: var(--stenzel-accent);
  color: var(--stenzel-primary-dark);
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.stenzel-navbar .mod-menu li:last-child a:hover,
.stenzel-navbar .mod-menu li:last-child a:focus,
.stenzel-navbar .navbar-nav li:last-child a:hover,
.stenzel-navbar .navbar-nav li:last-child a:focus {
  background: var(--stenzel-accent-strong);
  color: var(--stenzel-primary-dark);
}

.stenzel-offcanvas {
  background: var(--stenzel-primary);
  color: var(--stenzel-text-inverse);
}

.stenzel-offcanvas .btn-close {
  filter: invert(1);
}

.stenzel-offcanvas .mod-menu,
.stenzel-offcanvas .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stenzel-offcanvas .mod-menu a,
.stenzel-offcanvas .navbar-nav a {
  display: block;
  padding: 0.6rem 0.8rem;
  border-radius: 0.6rem;
  color: rgba(245, 242, 235, 0.9);
  text-decoration: none;
}

.stenzel-offcanvas .mod-menu .current > a,
.stenzel-offcanvas .mod-menu a:hover,
.stenzel-offcanvas .mod-menu a:focus,
.stenzel-offcanvas .navbar-nav .current > a,
.stenzel-offcanvas .navbar-nav a:hover,
.stenzel-offcanvas .navbar-nav a:focus {
  background: rgba(255, 255, 255, 0.08);
  color: var(--stenzel-white);
}

.stenzel-breadcrumb {
  background: var(--stenzel-primary);
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.stenzel-breadcrumb,
.stenzel-breadcrumb .mod-breadcrumbs,
.stenzel-breadcrumb .mod-breadcrumbs a,
.stenzel-breadcrumb .breadcrumb-item,
.stenzel-breadcrumb .breadcrumb-item a {
  color: rgba(245, 242, 235, 0.82);
}

.stenzel-breadcrumb a:hover,
.stenzel-breadcrumb a:focus {
  color: var(--stenzel-white);
}

.stenzel-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stenzel-accent);
}

.stenzel-eyebrow-light {
  color: rgba(209, 176, 85, 0.95);
}

.stenzel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.75rem 1.35rem;
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform var(--stenzel-transition), background-color var(--stenzel-transition), color var(--stenzel-transition), border-color var(--stenzel-transition);
}

.stenzel-btn:hover,
.stenzel-btn:focus {
  transform: translateY(-1px);
}

.stenzel-btn-outline {
  border: 1px solid var(--stenzel-accent);
  color: var(--stenzel-accent);
  background: transparent;
}

.stenzel-btn-outline:hover,
.stenzel-btn-outline:focus {
  border-color: var(--stenzel-accent-strong);
  color: var(--stenzel-white);
}

.stenzel-btn-solid {
  border: 1px solid var(--stenzel-accent);
  background: var(--stenzel-accent);
  color: var(--stenzel-primary-dark);
}

.stenzel-btn-solid:hover,
.stenzel-btn-solid:focus {
  background: var(--stenzel-accent-strong);
  color: var(--stenzel-primary-dark);
}

.stenzel-text-link {
  color: rgba(245, 242, 235, 0.92);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(245, 242, 235, 0.24);
  text-underline-offset: 0.25rem;
}

.stenzel-text-link:hover,
.stenzel-text-link:focus {
  color: var(--stenzel-white);
  text-decoration-color: var(--stenzel-accent);
}

.stenzel-hero,
.stenzel-office {
  background: var(--stenzel-primary);
  color: var(--stenzel-text-inverse);
}

.stenzel-hero {
  padding: 4.25rem 0 2.6rem;
}

.stenzel-hero-grid,
.stenzel-office-grid,
.stenzel-contact-grid,
.stenzel-footer-top {
  display: grid;
  gap: 2.5rem;
}

.stenzel-hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 320px);
  align-items: center;
}

.stenzel-hero-copy {
  max-width: 40rem;
}

.stenzel-hero-title {
  margin: 0;
  color: var(--stenzel-white);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 0.98;
}

.stenzel-hero-text {
  max-width: 33rem;
  margin: 0;
  color: rgba(245, 242, 235, 0.9);
  font-size: 1.02rem;
}

.stenzel-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  align-items: center;
}

.stenzel-hero-modules {
  margin-top: 1.5rem;
}

.stenzel-hero-visual {
  display: flex;
  justify-content: flex-end;
}

.stenzel-hero-figure {
  position: relative;
  width: min(100%, 320px);
  min-height: 380px;
  margin: 0;
}

.stenzel-hero-frame {
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
}

.stenzel-hero-frame-outer {
  inset: 0;
}

.stenzel-hero-frame-inner {
  inset: 40px 42px 42px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.stenzel-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stenzel-hero-badge {
  position: absolute;
  inset: auto 0 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  color: var(--stenzel-white);
  text-align: center;
  padding: 0 1rem;
  bottom: 0;
}

.stenzel-hero-badge strong {
  font-size: 0.75rem;
  font-weight: 700;
}

.stenzel-hero-badge span {
  font-size: 0.68rem;
  color: rgba(245, 242, 235, 0.84);
}

.stenzel-trustbar {
  background: var(--stenzel-surface);
  border-top: 1px solid var(--stenzel-accent);
  border-bottom: 1px solid var(--stenzel-accent);
}

.stenzel-trustbar-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.stenzel-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 4.5rem;
  padding: 0 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--stenzel-text);
}

.stenzel-trust-item + .stenzel-trust-item {
  border-left: 1px solid rgba(34, 48, 79, 0.14);
}

.stenzel-trust-item i {
  color: var(--stenzel-accent);
}

.stenzel-services,
.stenzel-contact,
.stenzel-inner-content {
  padding: 4.3rem 0;
}

.stenzel-services {
  background: var(--stenzel-bg);
}

.stenzel-section-head {
  margin-bottom: 2.2rem;
}

.stenzel-services h2,
.stenzel-office h2,
.stenzel-contact h2,
.stenzel-inner-content h1,
.stenzel-inner-content h2 {
  margin: 0;
  color: var(--stenzel-text);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
}

.stenzel-office h2 {
  color: var(--stenzel-white);
}

.stenzel-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}

.stenzel-service-card {
  padding: 1.4rem 1.35rem 1.6rem;
  background: var(--stenzel-white);
  border: 1px solid rgba(34, 56, 103, 0.08);
  border-radius: 10px;
  box-shadow: var(--stenzel-shadow-soft);
  min-height: 100%;
}

.stenzel-service-card h3 {
  margin: 0.95rem 0 0.75rem;
  color: var(--stenzel-text);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.15;
}

.stenzel-service-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
}

.stenzel-card-icon {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6px;
  background: var(--stenzel-primary);
  color: var(--stenzel-accent);
  font-size: 0.95rem;
}

.stenzel-services-modules {
  margin-top: 2rem;
}

.stenzel-office {
  padding: 4.3rem 0 4.1rem;
}

.stenzel-office-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  align-items: start;
}

.stenzel-office-copy p,
.stenzel-office-directions p {
  color: rgba(245, 242, 235, 0.82);
}

.stenzel-location-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2rem;
}

.stenzel-location-pill {
  min-width: 11rem;
  padding-right: 1.2rem;
  border-right: 1px solid rgba(245, 242, 235, 0.18);
}

.stenzel-location-pill:last-child {
  border-right: 0;
}

.stenzel-location-label {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--stenzel-accent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.stenzel-location-pill strong,
.stenzel-location-pill span {
  display: block;
  color: var(--stenzel-white);
  font-size: 0.92rem;
}

.stenzel-location-pill span {
  color: rgba(245, 242, 235, 0.7);
}

.stenzel-direction-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 1.6rem;
}

.stenzel-direction-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
}

.stenzel-direction-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--stenzel-accent);
  color: var(--stenzel-primary-dark);
  font-size: 0.82rem;
}

.stenzel-direction-item h3 {
  margin: 0 0 0.2rem;
  color: var(--stenzel-white);
  font-size: 1rem;
  font-weight: 700;
}

.stenzel-direction-item p {
  margin: 0;
  font-size: 0.9rem;
}

.stenzel-contact {
  background: var(--stenzel-bg);
}

.stenzel-contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  align-items: start;
}

.stenzel-contact-copy-inner {
  max-width: 29rem;
}

.stenzel-contact-intro {
  margin: 1.4rem 0 2rem;
  color: var(--stenzel-text-body);
}

.stenzel-contact-block {
  margin-bottom: 1.35rem;
}

.stenzel-contact-copy h3 {
  margin: 0 0 0.35rem;
  color: var(--stenzel-accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-family: "Inter", system-ui, sans-serif;
}

.stenzel-contact-copy p,
.stenzel-contact-copy address,
.stenzel-footer-contact p {
  margin: 0;
  font-size: 0.96rem;
  font-style: normal;
}

.stenzel-contact-copy p,
.stenzel-contact-copy address {
  color: var(--stenzel-text);
}

.stenzel-footer-contact p {
  color: var(--stenzel-white);
}

.stenzel-contact-form-wrap {
  display: flex;
}

.stenzel-contact-form-card {
  width: 100%;
  padding: 1.35rem 1.35rem 1.4rem;
  background: var(--stenzel-white);
  border: 1px solid rgba(34, 56, 103, 0.08);
  border-radius: 12px;
  box-shadow: var(--stenzel-shadow);
}

.stenzel-contact-form-card h2 {
  margin-bottom: 1.15rem;
  color: var(--stenzel-text);
  font-size: 1.85rem;
}

.stenzel-contact-form .control-group,
.stenzel-contact-form .mb-3,
.stenzel-contact-form .field-spacer {
  margin-bottom: 1rem;
}

.stenzel-contact-form label,
.stenzel-contact-form .form-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--stenzel-text);
  font-size: 0.8rem;
  font-weight: 600;
}

.stenzel-contact-form input:not([type="checkbox"]):not([type="radio"]),
.stenzel-contact-form textarea,
.stenzel-contact-form select,
.stenzel-contact-form .form-control {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(34, 56, 103, 0.14);
  border-radius: 4px;
  background: #fffdfa;
  color: var(--stenzel-text);
  box-shadow: none;
}

.stenzel-contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.stenzel-contact-form input:focus,
.stenzel-contact-form textarea:focus,
.stenzel-contact-form select:focus,
.stenzel-contact-form .form-control:focus {
  border-color: rgba(199, 165, 72, 0.9);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 165, 72, 0.15);
}

.stenzel-contact-form .btn,
.stenzel-contact-form button,
.stenzel-contact-form input[type="submit"] {
  width: 100%;
  min-height: 3rem;
  border: 1px solid var(--stenzel-accent);
  border-radius: 4px;
  background: var(--stenzel-accent);
  color: var(--stenzel-primary-dark);
  font-weight: 700;
}

.stenzel-contact-form .btn:hover,
.stenzel-contact-form .btn:focus,
.stenzel-contact-form button:hover,
.stenzel-contact-form button:focus,
.stenzel-contact-form input[type="submit"]:hover,
.stenzel-contact-form input[type="submit"]:focus {
  background: var(--stenzel-accent-strong);
  color: var(--stenzel-primary-dark);
}

.stenzel-honeypot {
  position: absolute;
  left: -9999px;
}

.stenzel-inner-content {
  background: var(--stenzel-bg);
}

.stenzel-inner-content .com-contact,
.stenzel-contact-view {
  color: var(--stenzel-text-body);
}

.stenzel-inner-content h2.stenzel-legal-heading {
  margin: 1.6rem 0 0.7rem;
  color: var(--stenzel-text);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
}

.stenzel-contact-view .card,
.stenzel-form-card,
.stenzel-contact-card,
.stenzel-location-card {
  border-radius: 12px;
  box-shadow: var(--stenzel-shadow-soft);
}

.stenzel-contact-view .card-body {
  padding: 1.5rem;
}

.stenzel-contact-image-wrap {
  min-height: 14rem;
  background: linear-gradient(180deg, rgba(34, 56, 103, 0.1), rgba(34, 56, 103, 0.18));
}

.stenzel-contact-image,
.stenzel-contact-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
}

.stenzel-contact-avatar {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: var(--stenzel-primary);
  color: var(--stenzel-white);
  font-weight: 700;
}

.stenzel-contact-name,
.stenzel-contact-view h2 {
  color: var(--stenzel-text);
}

.stenzel-contact-position,
.stenzel-contact-meta small,
.stenzel-contact-view .text-muted {
  color: var(--stenzel-text-body) !important;
}

.stenzel-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(34, 56, 103, 0.08);
  color: var(--stenzel-primary);
}

.stenzel-footer {
  background: var(--stenzel-primary);
  color: rgba(245, 242, 235, 0.92);
}

.stenzel-footer-top {
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  padding: 2.4rem 0 2rem;
}

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

.stenzel-footer-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--stenzel-white);
  color: var(--stenzel-primary);
  overflow: hidden;
}

.stenzel-footer-brand-mark img {
  width: 1.1rem;
  height: 1.1rem;
}

.stenzel-footer-brand h2 {
  margin: 0;
  color: var(--stenzel-white);
  font-size: 1.45rem;
}

.stenzel-footer-brand p {
  margin: 0.2rem 0 0;
  color: rgba(245, 242, 235, 0.78);
  font-size: 0.82rem;
}

.stenzel-footer-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.stenzel-footer-column h3 {
  margin: 0 0 0.8rem;
  color: var(--stenzel-accent);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-family: "Inter", system-ui, sans-serif;
}

.stenzel-footer-menu .mod-menu,
.stenzel-footer-menu .navbar-nav,
.stenzel-footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stenzel-footer a {
  color: rgba(245, 242, 235, 0.86);
  text-decoration: none;
}

.stenzel-footer a:hover,
.stenzel-footer a:focus {
  color: var(--stenzel-accent);
}

.stenzel-footer-contact p + p {
  margin-top: 0.55rem;
}

.stenzel-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stenzel-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 1rem 0 1.1rem;
  color: rgba(245, 242, 235, 0.55);
  font-size: 0.74rem;
}

@media (max-width: 1199.98px) {
  .stenzel-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stenzel-hero-grid,
  .stenzel-contact-grid,
  .stenzel-office-grid,
  .stenzel-footer-top {
    grid-template-columns: 1fr;
  }

  .stenzel-hero-visual {
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .stenzel-navbar {
    min-height: 4.5rem;
  }

  .stenzel-brand-mark {
    width: 2.3rem;
    height: 2.3rem;
  }

  .stenzel-brand-title {
    font-size: 0.5rem;
  }

  .stenzel-brand-subtitle {
    font-size: 1.1rem;
  }

  .stenzel-hero,
  .stenzel-services,
  .stenzel-office,
  .stenzel-contact,
  .stenzel-inner-content {
    padding: 3.25rem 0;
  }

  .stenzel-trustbar-list {
    grid-template-columns: 1fr;
  }

  .stenzel-trust-item {
    justify-content: flex-start;
    min-height: 3.75rem;
    padding: 0.85rem 0;
  }

  .stenzel-trust-item + .stenzel-trust-item {
    border-top: 1px solid rgba(34, 48, 79, 0.14);
    border-left: 0;
  }

  .stenzel-services-grid,
  .stenzel-footer-columns {
    grid-template-columns: 1fr;
  }

  .stenzel-location-pills {
    flex-direction: column;
    gap: 1rem;
  }

  .stenzel-location-pill {
    border-right: 0;
    border-bottom: 1px solid rgba(245, 242, 235, 0.18);
    padding: 0 0 1rem;
  }

  .stenzel-location-pill:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .stenzel-header .container-xl,
  .stenzel-hero .container-xl,
  .stenzel-trustbar .container-xl,
  .stenzel-services .container-xl,
  .stenzel-office .container-xl,
  .stenzel-contact .container-xl,
  .stenzel-footer .container-xl,
  .stenzel-inner-content .container-xl {
    padding-inline: 1.25rem;
  }

  .stenzel-navbar {
    min-height: 3.85rem;
  }

  .stenzel-brand {
    gap: 0.55rem;
  }

  .stenzel-brand-mark {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8rem;
  }

  .stenzel-brand-mark img {
    width: 1.8rem;
    height: 1.8rem;
  }

  .stenzel-brand-title {
    font-size: 0.42rem;
    letter-spacing: 0.24em;
  }

  .stenzel-brand-subtitle {
    font-size: 1.9rem;
    line-height: 0.88;
  }

  .stenzel-hero {
    padding: 1.2rem 0 1.7rem;
  }

  .stenzel-hero-grid,
  .stenzel-office-grid,
  .stenzel-contact-grid,
  .stenzel-footer-top {
    gap: 1.7rem;
  }

  .stenzel-hero-copy {
    max-width: 21.5rem;
    margin-inline: auto;
    text-align: center;
  }

  .stenzel-eyebrow,
  .stenzel-location-label,
  .stenzel-contact-copy h3,
  .stenzel-footer-column h3 {
    font-size: 0.66rem;
    letter-spacing: 0.28em;
  }

  .stenzel-hero-title,
  .stenzel-services h2,
  .stenzel-office h2,
  .stenzel-contact h2 {
    font-size: 2.1rem;
  }

  .stenzel-hero-title {
    line-height: 1.02;
  }

  .stenzel-hero-text {
    max-width: 21rem;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .stenzel-hero-text,
  .stenzel-hero-actions {
    justify-content: center;
    margin-inline: auto;
  }

  .stenzel-hero-actions {
    width: 100%;
    gap: 0.9rem;
  }

  .stenzel-hero-actions .stenzel-btn,
  .stenzel-hero-actions .stenzel-text-link {
    width: 100%;
  }

  .stenzel-hero-actions .stenzel-btn {
    min-height: 3.15rem;
    justify-content: center;
  }

  .stenzel-hero-actions .stenzel-text-link {
    display: inline-flex;
    justify-content: center;
  }

  .stenzel-hero-visual {
    justify-content: center;
  }

  .stenzel-hero-figure {
    width: min(100%, 230px);
    min-height: 320px;
  }

  .stenzel-hero-frame-inner {
    inset: 30px 30px 34px;
  }

  .stenzel-trustbar-list {
    gap: 0;
  }

  .stenzel-trust-item {
    min-height: 0;
    padding: 0.95rem 0;
    font-size: 0.94rem;
  }

  .stenzel-services,
  .stenzel-office,
  .stenzel-contact,
  .stenzel-inner-content {
    padding: 3rem 0;
  }

  .stenzel-section-head {
    margin-bottom: 1.55rem;
  }

  .stenzel-services-grid {
    gap: 0.95rem;
  }

  .stenzel-contact-form-card,
  .stenzel-service-card {
    padding: 1.2rem;
  }

  .stenzel-service-card {
    border-radius: 12px;
  }

  .stenzel-service-card h3 {
    font-size: 1.05rem;
    line-height: 1.2;
  }

  .stenzel-service-card p {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .stenzel-office-copy,
  .stenzel-office-directions,
  .stenzel-contact-copy-inner {
    max-width: 100%;
  }

  .stenzel-office-copy p,
  .stenzel-office-directions p,
  .stenzel-contact-copy p,
  .stenzel-contact-copy address {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .stenzel-location-pills {
    margin-top: 1.4rem;
  }

  .stenzel-direction-list {
    margin-top: 1rem;
    gap: 0.9rem;
  }

  .stenzel-direction-item {
    gap: 0.8rem;
  }

  .stenzel-direction-item h3 {
    font-size: 0.98rem;
  }

  .stenzel-contact-intro {
    margin: 1rem 0 1.35rem;
  }

  .stenzel-contact-form-card h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .stenzel-footer-top {
    padding: 1.9rem 0 1.45rem;
  }

  .stenzel-footer-brand {
    align-items: flex-start;
  }

  .stenzel-footer-brand h2 {
    font-size: 1.15rem;
    line-height: 1.15;
  }

  .stenzel-footer-brand p {
    font-size: 0.78rem;
  }

  .stenzel-footer-columns {
    gap: 1.35rem;
  }

  .stenzel-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.9rem 0 1rem;
  }
}
