@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../external/fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../external/fonts.gstatic.com/s/urbanist/v18/L0x-DF02iFML4hGCyMqlbS1miXK2.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("../fonts/fa-light-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
}

:root {
  --liroy-blue: #0055ff;
  --liroy-navy: #00194c;
  --liroy-copy: #687799;
  --liroy-copy-dark: #334770;
  --liroy-cream: #ffe8d2;
  --liroy-pale: #f8faff;
  --liroy-border: #e1e5ee;
  --liroy-white: #fff;
  --liroy-shadow: 0 12px 40px rgba(0, 25, 76, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.liroy-site {
  margin: 0;
  overflow-x: hidden;
  color: var(--liroy-copy);
  background: var(--liroy-white);
  font: 500 16px/1.7 "Plus Jakarta Sans", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

.liroy-site img {
  max-width: 100%;
}

.liroy-site a {
  color: inherit;
  text-decoration: none;
}

.liroy-site h1,
.liroy-site h2,
.liroy-site h3,
.liroy-site h4,
.liroy-site h5,
.liroy-site h6 {
  margin: 0;
  color: var(--liroy-navy);
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

.liroy-site p {
  margin: 0 0 20px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.liroy-container {
  width: min(1220px, calc(100% - 60px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 100;
  height: 96px;
  background: white;
}

.site-header.is-sticky {
  position: relative;
  top: 0;
}

.site-header.home-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
}

.site-header.is-scrolled {
  position: fixed;
  inset: 0 0 auto;
  background: white;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  animation: liroy-fade-in-down 0.35s ease both;
}

.site-header.is-scrolled:not(.home-header) {
  position: sticky;
  inset: auto;
  top: 0;
}

@keyframes liroy-fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 229px;
  height: 55px;
  object-fit: contain;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav {
  margin-right: 50px;
}

.site-header:not(.home-header) .main-nav {
  margin-right: 25px;
}

.main-nav a {
  display: block;
  padding: 40px 15px;
  color: var(--liroy-navy);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--liroy-blue);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 6px;
  color: white;
  background: var(--liroy-blue);
  font-size: 21px;
  cursor: pointer;
}

.mobile-panel,
.mobile-scrim {
  display: none;
}

.hero {
  position: relative;
  min-height: 680.703px;
  overflow: hidden;
  background: url("../img/liroy/h2-banner-bg-wordpress.jpg") center/cover no-repeat;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 625px));
  align-items: center;
  gap: 0;
  width: min(1250px, 100%);
  min-height: 680.703px;
  padding-top: 110px;
}

.hero-copy {
  width: 80.92%;
  margin-left: 15px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 15px;
  padding: 4px 13px;
  border-radius: 999px;
  color: var(--liroy-blue);
  background: var(--liroy-cream);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-transform: uppercase;
}

.hero .eyebrow {
  padding-inline: 13px;
}

.hero h1 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(46px, 4.3vw, 55px);
  line-height: 1;
}

.hero-copy p {
  max-width: 506px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.hero .liroy-button {
  min-width: 198.14px;
}

.liroy-site .liroy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 50px;
  padding: 8px 8px 8px 22px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--liroy-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.liroy-site .liroy-button:hover,
.liroy-site .liroy-button:focus-visible {
  color: var(--liroy-blue);
  background: white;
  transform: translateY(-2px);
}

.liroy-site .hero-button,
.liroy-site .theme-button {
  position: relative;
  justify-content: flex-start;
  height: 50px;
  padding: 18px 18px 18px 22px;
  border-radius: 30px;
  background: #3276ff;
  gap: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.liroy-site .hero-button::before,
.liroy-site .theme-button::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: var(--liroy-blue);
  content: "";
  transform: translateY(-50%);
}

.liroy-site .hero-button::after,
.liroy-site .theme-button::after {
  position: relative;
  z-index: 1;
  margin-left: 45px;
  color: white;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.liroy-button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: -6px -6px -6px 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.liroy-button:hover i,
.liroy-button:focus-visible i {
  background: rgba(0, 85, 255, 0.1);
}

.hero-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: end;
  height: 570.703px;
  padding-inline: 15px;
}

.hero-shape {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
}

.hero-ring {
  right: 26%;
  bottom: 0;
  width: 465px;
}

.hero-wave {
  bottom: 47%;
  left: 47%;
  width: 78px;
  animation: float-bob-x 4s linear infinite;
}

.hero-dots {
  right: 45%;
  bottom: 22%;
  width: 107px;
  animation: alltuchtopdown 8s linear infinite;
}

.hero-person {
  z-index: 2;
  display: block;
  width: 300px;
  height: auto;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes alltuchtopdown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

.benefits {
  position: relative;
  padding: 80px 0 0;
  background: white;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6eeff;
}

.benefit-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 0;
  margin-bottom: 30px;
}

.benefit-icon,
.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--liroy-blue);
  background: var(--liroy-cream);
}

.benefit-icon {
  position: relative;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 14px;
  font-size: 40px;
  line-height: 0;
}

.benefit-icon::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 3px;
  border-radius: 3px;
  background: var(--liroy-blue);
  content: "";
  transform: translateX(-50%);
}

.benefit-icon i {
  transition: transform 0.3s linear;
}

.benefit-card:hover .benefit-icon i {
  transform: rotateY(180deg);
}

.benefit-content {
  min-width: 0;
}

.benefit-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.benefit-card p {
  width: 80%;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.section {
  padding: 105px 0;
}

.section-pale {
  background: var(--liroy-pale);
}

.services-showcase {
  padding: 120px 0 90px;
  background: url("../img/liroy/services-bg-wordpress.jpg") center/cover no-repeat;
}

.services-showcase .section-heading {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.services-showcase .section-heading .eyebrow {
  margin-bottom: 12px;
}

.services-showcase .section-heading h2 {
  width: 595px;
  font-size: 40px;
  line-height: 1.2;
}

.values-showcase {
  padding: 120px 0 90px;
  background: url("../img/liroy/services-bg-wordpress.jpg") center/cover no-repeat;
}

.values-showcase .section-heading {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.values-showcase .section-heading .eyebrow {
  margin-bottom: 12px;
}

.values-showcase .section-heading h2 {
  width: 595px;
  font-size: 40px;
  line-height: 1.2;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 510px);
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.section-heading.single {
  display: block;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  max-width: 650px;
  font-size: clamp(36px, 4vw, 48px);
}

.section-heading p {
  margin: 0 0 8px;
}

.heading-action {
  display: flex;
  justify-content: flex-end;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.service-card {
  position: relative;
  min-height: 347px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 0;
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 30px #ced2dd;
  transition: transform 0.25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card-media {
  position: absolute;
  inset: 7px;
  overflow: hidden;
}

.service-card-media::before,
.service-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
}

.service-card-media::before {
  background: linear-gradient(360deg, #00194c 11.66%, rgba(0, 25, 76, 0) 65.89%);
}

.service-card-media::after {
  background: linear-gradient(360deg, rgba(0, 25, 76, 0.55) 52.77%, rgba(0, 25, 76, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover .service-card-media::after {
  opacity: 1;
}

.service-card-media > img:not(.service-card-shape) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service-card:hover .service-card-media > img:not(.service-card-shape) {
  transform: scale(1.04);
}

.service-card-body {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 25px;
  left: 30px;
  min-height: 0;
  padding: 0;
}

.service-card-media .service-card-shape {
  position: absolute;
  top: -50px;
  right: 0;
  width: 65.328px;
  height: 29.281px;
  object-fit: contain;
  opacity: 0;
  transition: 0.3s linear;
  transform: none;
}

.service-card:hover .service-card-shape {
  top: 0;
  opacity: 1;
}

.service-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  border: 0;
  border-radius: 8px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  font-size: 36px;
  line-height: 0;
}

.service-card h3 {
  margin-bottom: 10px;
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.service-card p {
  height: 50px;
  margin: 0 0 5px;
  color: var(--liroy-cream);
  line-height: 1.7;
}

.service-card .card-link::after,
.value-card .card-link::after {
  position: absolute;
  inset: 0;
  content: "";
}

.about {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: white url("../img/images/h2_about_shape03.png") right bottom no-repeat;
}

.about::after {
  content: none;
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

.about-photo-wrap {
  position: relative;
  min-height: 0;
  padding-bottom: 90px;
}

.about-photo-wrap::before {
  position: absolute;
  z-index: -1;
  top: -47px;
  right: 26.39px;
  width: 156px;
  height: 156px;
  background: url("../img/images/h2_about_shape02.png") center/contain no-repeat;
  content: "";
}

.about-photo-wrap::after {
  position: absolute;
  z-index: 3;
  bottom: 124px;
  left: -56px;
  width: 108px;
  height: 112px;
  background: url("../img/images/h2_about_shape01.png") center/contain no-repeat;
  content: "";
}

.about-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100px 0 0 0;
}

.about-secondary {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 25px;
  width: 263px;
  height: 263px;
  border: 8px solid white;
  border-radius: 0 50px 0 0;
  object-fit: fill;
}

.experience-badge {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 85%;
  height: 165.375px;
  min-height: 0;
  padding: 40px 195px 50px 45px;
  border-radius: 0 0 0 60px;
  color: white;
  background: var(--liroy-blue);
}

.experience-badge strong {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  width: 70.703px;
  height: 75.375px;
  margin-right: 13px;
  padding-right: 13px;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  color: white;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
}

.experience-badge strong b {
  font-size: 64px;
  line-height: 0.8;
}

.experience-badge strong small {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 0.8;
}

.experience-badge span {
  flex: 0 0 182.297px;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.about-copy {
  padding-top: 35.593px;
}

.about-copy h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
}

.about-copy p {
  width: 90%;
  margin-bottom: 27.2px;
}

.about-copy > p:last-of-type {
  margin-bottom: 25px;
}

.about-copy .eyebrow {
  margin-bottom: 12px;
}

.about-values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-values li {
  display: flex;
  align-items: center;
  min-height: 30.594px;
  padding-bottom: 6px;
  color: var(--liroy-navy);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.about-values li:last-child {
  padding-bottom: 0;
}

.about-values i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-right: 5.5px;
  color: var(--liroy-blue);
  background: transparent;
  font-size: 22px;
}

.consultant-signature {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 55px;
}

.consultant-avatar {
  display: block;
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border: 3px solid white;
  border-radius: 50%;
  overflow: hidden;
}

.consultant-signature img {
  display: block;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
}

.consultant-signature strong {
  display: block;
  color: var(--liroy-navy);
  font: 700 20px/24px "Urbanist", sans-serif;
  margin-bottom: 5px;
}

.consultant-signature span {
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.value-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 30px;
  background: transparent;
  transition: transform 0.25s ease;
}

.value-card:hover {
  transform: translateY(-5px);
}

.value-card-media {
  height: 177px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.value-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value-card-body {
  position: relative;
  height: 310px;
  padding: 60px 30px 50px;
  border-radius: 0 0 10px 10px;
  background: white;
}

.value-card .value-icon {
  position: absolute;
  top: -35px;
  left: 30px;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 15px;
  background: var(--liroy-blue);
  color: white;
  font-size: 40px;
  line-height: 0;
  box-shadow: 0 10px 15px rgba(0, 85, 255, 0.2);
}

.value-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.value-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.value-watermark {
  position: absolute;
  right: 30px;
  bottom: -5px;
  color: var(--liroy-cream);
  font-size: 60px;
  line-height: 0;
  opacity: 0.8;
}

.callback-section {
  position: relative;
  min-height: 427.094px;
  overflow: hidden;
  padding: 120px 0;
  color: white;
  background-color: #00194c;
  background-image: url("../img/images/h2_request_shape02.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
}

.callback-grid {
  display: grid;
  grid-template-columns: repeat(2, 595px);
  align-items: stretch;
  gap: 30px;
  min-height: 187.094px;
}

.callback-copy h2 {
  margin-bottom: 15px;
  color: white;
  font-size: 40px;
}

.callback-copy {
  position: relative;
  z-index: 1;
  padding-top: 21.234px;
}

.callback-shape-left {
  position: absolute;
  z-index: -1;
  left: -95px;
  bottom: 0;
  width: 128px;
  height: 86px;
  max-width: none;
}

.callback-copy p {
  max-width: 535.5px;
  margin: 0;
  color: #d0d0dd;
}

.form-card {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.callback-section .form-card {
  position: relative;
  padding: 5px 10px;
  transform: translateY(48.609px);
}

.callback-section .form-card h3 {
  position: absolute;
  top: -48.594px;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  color: var(--liroy-navy);
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
}

.callback-section .form-grid {
  grid-template-columns: repeat(2, 279.5px);
  column-gap: 12.766px;
  row-gap: 23.5px;
}

.callback-section .form-field input,
.callback-section .liroy-button {
  min-height: 50px;
  height: 50px;
  padding: 0 7px;
  font: 400 16px/27.2px "Plus Jakarta Sans", sans-serif;
}

.callback-section .form-field input {
  border-color: #e0e6f2;
}

.callback-section .form-field input::placeholder {
  color: #687799;
  opacity: 1;
}

.callback-section .liroy-button {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.form-card h3 {
  display: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  position: relative;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.form-field input,
.form-field textarea,
.search-form input {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid var(--liroy-border);
  border-radius: 5px;
  outline: 0;
  color: var(--liroy-navy);
  background: white;
  font: 500 15px/1.4 "Plus Jakarta Sans", sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.search-form input:focus {
  border-color: var(--liroy-blue);
  box-shadow: 0 0 0 3px rgba(0, 85, 255, 0.11);
}

.form-status {
  display: none;
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 11px 13px;
  border-radius: 5px;
  color: var(--liroy-navy);
  background: #eef4ff;
  font-size: 13px;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  color: #a2263d;
  background: #fff0f3;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.site-flash {
  position: fixed;
  z-index: 80;
  top: 100px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(540px, calc(100% - 30px));
  padding: 14px 17px;
  border: 1px solid #b7e2cb;
  border-radius: 12px;
  color: #12683f;
  background: #effaf4;
  box-shadow: 0 16px 38px rgba(0, 25, 76, 0.12);
  font-size: 14px;
  font-weight: 700;
  transform: translateX(-50%);
}

.form-card .liroy-button,
.contact-form-wrap .liroy-button,
.quote-card .liroy-button {
  min-height: 52px;
  padding: 13px 25px;
  border-radius: 5px;
}

.contact-form-wrap .liroy-button,
.quote-card .liroy-button {
  text-transform: none;
}

.callback-section .form-card .liroy-button {
  min-height: 50px;
  height: 50px;
  padding: 0 7px;
  border-radius: 5px;
  font: 700 16px/27.2px "Plus Jakarta Sans", sans-serif;
  transform: translateY(0.5px);
}

.breadcrumb-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 340.578px;
  overflow: hidden;
  background: url("../img/liroy/h2-banner-bg-wordpress.jpg") center/cover no-repeat;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.breadcrumb-content h1 {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 700;
  line-height: 48.4px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--liroy-navy);
  font-size: 16px;
  line-height: 27.2px;
}

.breadcrumb-home-group {
  display: contents;
}

.breadcrumbs a {
  color: #96a1b8;
}

.listing-intro {
  padding: 120px 0 0;
  background: var(--liroy-pale);
}

.listing-intro .section-heading {
  grid-template-columns: 595px 535.5px;
  align-items: center;
  gap: 89.5px;
  margin-bottom: 0;
}

.listing-intro .section-heading h2 {
  max-width: 430px;
  font-size: 40px;
  line-height: 1.2;
}

.listing-intro .eyebrow {
  margin-bottom: 12px;
}

.listing-intro + .listing-content {
  padding-top: 50px;
}

.listing-content {
  padding: 50px 0 90px;
  background: var(--liroy-pale);
}

.listing-content .value-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  width: min(1250px, 100%);
  margin-inline: auto;
}

.listing-content .value-card {
  flex: 0 0 calc(25% - 30px);
  margin: 0 15px 30px;
}

.detail-section {
  padding: 120px 0;
}

.detail-grid {
  display: grid;
  grid-template-columns: 332.5px 857.5px;
  grid-template-areas: "sidebar content";
  align-items: start;
  gap: 30px;
}

.detail-sidebar {
  position: sticky;
  top: 120px;
  grid-area: sidebar;
}

.sidebar-card {
  margin-bottom: 30px;
  padding: 30px 30px 35px;
  border-radius: 7px;
  background: var(--liroy-pale);
}

.sidebar-card h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

.sidebar-card h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: var(--liroy-blue);
  content: "";
}

.sidebar-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-links li + li {
  margin-top: 10px;
}

.detail-sidebar-values .sidebar-links li:nth-child(-n + 4) {
  display: none;
}

.detail-sidebar-values .sidebar-links li:nth-child(5) {
  margin-top: 0;
}

.sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62.594px;
  padding: 15px 22px;
  border: 1px solid #e0e6f2;
  border-radius: 5px;
  color: var(--liroy-navy);
  background: white;
  font: 600 18px/30.6px "Urbanist", sans-serif;
}

.sidebar-links a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
}

.sidebar-links a i {
  flex: 0 0 22px;
  width: 22px;
  margin-left: 10px;
  font-size: 22px;
  line-height: 0;
}

.sidebar-links a:hover,
.sidebar-links a:focus-visible {
  border-color: var(--liroy-blue);
  color: white;
  background: var(--liroy-blue);
}

.sidebar-links a[aria-current="page"] {
  border-color: var(--liroy-border);
  color: var(--liroy-navy);
  background: white;
}

.quote-card {
  background: var(--liroy-pale);
}

.quote-card .form-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.quote-card form {
  margin-top: 15px;
  padding: 5px 5px 15px;
}

.quote-card .form-field input,
.quote-card .form-field textarea {
  min-height: 50px;
  height: 50px;
  padding: 12px;
  border-color: #e0e6f2;
  font: 400 16px/27.2px "Plus Jakarta Sans", sans-serif;
}

.quote-card .form-field textarea {
  min-height: 200px;
  height: 200px;
}

.quote-card .liroy-button {
  width: 100%;
  min-height: 50px;
  height: 50px;
  padding: 10px 20px;
  font: 700 16px/27.2px "Plus Jakarta Sans", sans-serif;
  margin-top: 7.188px;
}

.detail-hero-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

.detail-copy {
  grid-area: content;
}

.detail-copy > h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 43.2px;
}

.detail-copy p {
  margin-bottom: 0;
}

.detail-split {
  display: grid;
  grid-template-columns: 368.719px 488.781px;
  align-items: stretch;
  gap: 0;
  margin: 40px 0 50px;
}

.feature-stack {
  display: grid;
  gap: 20px;
  align-self: center;
  align-content: start;
  width: 338.719px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  padding: 25px 30px;
  border: 1px solid #dadfee;
  border-radius: 6px;
  background: white;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  flex: 0 0 35px;
  width: 35px;
  margin-right: 10px;
  color: var(--liroy-blue);
  font-size: 35px;
  line-height: 0;
}

.feature-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
}

.feature-box p {
  margin: 0;
  font-size: 16px;
  line-height: 27.2px;
}

.middle-copy {
  align-self: center;
  padding-left: 15px;
}

.middle-copy h2,
.detail-copy > .detail-outro-heading {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.middle-copy > p {
  margin: 0 0 30px;
}

.detail-visual-row {
  display: grid;
  grid-template-columns: repeat(2, 413.75px);
  gap: 30px;
  height: 295px;
  margin: 0;
}

.detail-visual-row img {
  justify-self: center;
  width: 410px;
  height: 270px;
  border-radius: 10px;
}

.detail-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: capitalize;
}

.detail-points li {
  display: flex;
  align-items: flex-start;
  font: 600 18px/23.4px "Urbanist", sans-serif;
}

.detail-points img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 5px;
  border-radius: 50%;
  background: var(--liroy-blue);
}

.detail-breadcrumb h1,
.quote-card h2 {
  text-transform: capitalize;
}

.detail-copy > .detail-outro-lead {
  margin-bottom: 30px;
}

.contact-page {
  padding: 120px 0;
}

.contact-page > .liroy-container {
  width: min(1250px, calc(100% - 30px));
}

.contact-grid {
  display: grid;
  grid-template-columns: 595px 545px;
  align-items: stretch;
  gap: 95px;
  margin-left: 15px;
}

.contact-image {
  height: 623.469px;
  min-height: 0;
  overflow: hidden;
  border-radius: 9px;
  background: var(--liroy-pale);
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.contact-form-wrap {
  height: 623.469px;
  padding: 44.547px 30px 30px;
  border-radius: 10px;
  background: var(--liroy-pale);
}

.contact-form-wrap h2 {
  position: relative;
  margin-bottom: 39px;
  font-size: 36px;
  line-height: 43.2px;
}

.contact-form-wrap h2::after {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: var(--liroy-blue);
  content: "";
}

.map-wrap {
  width: 100vw;
  height: 500px;
  margin: 0;
  overflow: hidden;
}

.contact-form-wrap .form-grid {
  grid-template-columns: repeat(2, 222.5px);
  column-gap: 26.766px;
  row-gap: 20px;
  padding: 5px;
}

.contact-form-wrap .form-field.full {
  width: 475px;
}

.contact-form-wrap .form-field input,
.contact-form-wrap .form-field textarea {
  min-height: 50px;
  height: 50px;
  padding: 12px;
  border-color: #e0e6f2;
  font: 400 16px/27.2px "Plus Jakarta Sans", sans-serif;
}

.contact-form-wrap .form-field textarea {
  min-height: 200px;
  height: 200px;
}

.contact-form-wrap .liroy-button {
  grid-column: 1 / -1;
  justify-self: center;
  width: 236px;
  min-height: 50px;
  height: 50px;
  margin-top: 12.188px;
  padding: 10px 20px;
  font: 700 16px/27.2px "Plus Jakarta Sans", sans-serif;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.empty-blog {
  padding: 120px 0;
}

.blog-layout {
  display: grid;
  grid-template-columns: 857.5px 317.5px;
  gap: 45px;
}

.no-results {
  height: 316.875px;
  padding: 40px 80px;
  border: 1px solid #b3ccff;
  border-radius: 5px;
  text-align: center;
}

.no-results h1 {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 45.5px;
}

.no-results p {
  margin: 0 0 20px;
  line-height: 27.2px;
}

.search-form {
  position: relative;
  margin-top: 30px;
}

.no-results-search {
  width: 100%;
  height: 65px;
  margin: 0;
}

.no-results-search input {
  width: 100%;
  min-height: 65px;
  height: 65px;
  padding: 20px 55px 20px 28px;
  border: 1px solid #e0e6f2;
  border-radius: 10px;
  background: #f4f6ff;
  font-size: 14px;
}

.no-results-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  border: 0;
  color: var(--liroy-blue);
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.blog-sidebar h3 {
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  text-transform: capitalize;
}

.blog-sidebar h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: var(--liroy-blue);
  content: "";
}

.blog-sidebar {
  display: grid;
  align-content: start;
  gap: 30px;
}

.blog-sidebar section {
  margin: 0;
}

.blog-search-widget {
  height: 118.391px;
}

.sidebar-search-form {
  position: relative;
  height: 55px;
}

.sidebar-search-form input {
  display: block;
  width: 100%;
  height: 55px;
  padding: 0 150px 0 20px;
  border: 0;
  border-radius: 8px;
  outline: 0;
  color: var(--liroy-navy);
  background: #f4f6ff;
  font: 500 16px/27.2px "Plus Jakarta Sans", sans-serif;
}

.sidebar-search-form button {
  position: absolute;
  inset: 0 0 0 auto;
  width: 137.656px;
  border: 0;
  border-radius: 0 8px 8px 0;
  color: white;
  background: var(--liroy-blue);
  padding: 12px 25px;
  font: 400 16px/27.2px "Plus Jakarta Sans", sans-serif;
  cursor: pointer;
}

.blog-sidebar-card {
  height: 120.391px;
  padding: 25px 30px 30px;
  border: 1px solid #e0e6f2;
  border-radius: 10px;
  background: transparent;
}

.blog-comments-card {
  height: 149.188px;
}

.blog-sidebar-card h3 {
  margin-bottom: 25px;
}

.blog-sidebar-card:has(p) h3 {
  margin-bottom: 25px;
}

.blog-sidebar-card p {
  margin: 0;
}

.site-footer {
  color: var(--liroy-copy);
  background: url("../img/liroy/footer-bg-wordpress.jpg") center/cover no-repeat;
}

.footer-main {
  display: grid;
  grid-template-columns: 33% 17% 17% 33%;
  gap: 0;
  width: min(1250px, 100%);
  min-height: 418.813px;
  padding: 100px 0 40px;
}

.footer-main > div {
  padding-inline: 15px;
}

.footer-main > div:last-child {
  width: calc(100% - 23.953px);
  margin-left: 23.953px;
}

.footer-brand img {
  display: block;
  width: 300px;
  height: auto;
  margin-bottom: 30px;
}

.footer-brand p {
  max-width: 344.25px;
  margin: 0;
}

.footer-main h2 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 18px;
  color: var(--liroy-navy);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

.footer-main h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background: var(--liroy-blue);
  content: "";
}

.footer-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-main li + li {
  margin-top: 5px;
}

.footer-main li {
  padding-bottom: 5px;
  line-height: 27.2px;
}

.footer-main a:hover {
  color: var(--liroy-blue);
}

.footer-contact {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--liroy-copy);
  background: #f1f1f1;
  font-size: 20px;
}

.footer-contact img {
  display: block;
  width: 18px;
  height: 18px;
}

.footer-bottom {
  min-height: 78.797px;
  padding: 27px 0;
  border-top: 1px solid var(--liroy-border);
  text-align: center;
  font-size: 14px;
  line-height: 23.8px;
}

.footer-bottom a {
  color: #6ca6ff;
}

.scroll-top-button {
  position: fixed;
  z-index: 80;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 6px;
  color: white;
  background: var(--liroy-blue);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.scroll-top-button.is-visible {
  opacity: 1;
  visibility: visible;
}

.skip-link {
  position: absolute;
  z-index: 1000;
  top: -100px;
  left: 15px;
  padding: 10px 15px;
  color: white;
  background: var(--liroy-navy);
}

.skip-link:focus {
  top: 15px;
}

@media (max-width: 1199px) {
  .hero-inner {
    grid-template-columns: minmax(0, 470px) 1fr;
    gap: 20px;
  }

  .hero-ring {
    right: -8%;
  }

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

  .footer-main {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 35px;
  }
}

@media (max-width: 991px) {
  .liroy-container {
    width: min(100% - 40px, 720px);
  }

  .main-nav {
    display: none;
  }

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

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-scrim {
    position: fixed;
    z-index: 150;
    inset: 0;
    display: block;
    border: 2px solid var(--liroy-blue);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .mobile-panel {
    position: fixed;
    z-index: 160;
    top: 0;
    right: 0;
    display: block;
    width: min(320px, calc(100% - 38px));
    height: 100dvh;
    padding: 30px 20px 30px 25px;
    overflow-y: auto;
    background: white;
    box-shadow: -16px 0 45px rgba(0, 25, 76, 0.15);
    transform: translateX(105%);
    transition: transform 0.3s ease;
  }

  .mobile-panel:focus {
    outline: 0;
  }

  .menu-open .mobile-scrim {
    opacity: 1;
    visibility: visible;
  }

  .menu-open .mobile-panel {
    transform: translateX(0);
  }

  .mobile-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 28px;
  }

  .mobile-panel-head img {
    width: 135px;
    height: auto;
  }

  .mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 0;
    color: var(--liroy-navy);
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    transform: translateX(7px);
  }

  .mobile-search {
    margin: 26px 0 20px;
    background: var(--liroy-pale);
  }

  .mobile-search input {
    min-height: 44px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .mobile-search button {
    top: 1px;
    right: 1px;
    width: 43px;
    height: 42px;
    color: var(--liroy-navy);
    background: transparent;
  }

  .mobile-nav-links {
    margin: 0 -20px 0 -25px;
    padding: 0;
    list-style: none;
  }

  .mobile-nav-links a {
    display: block;
    padding: 9px 25px;
    border-bottom: 1px solid var(--liroy-border);
    color: var(--liroy-navy);
    font-weight: 700;
  }

  .mobile-socials {
    display: flex;
    gap: 11px;
    margin-top: 22px;
    margin-left: 12px;
  }

  .mobile-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--liroy-border);
    border-radius: 0;
    color: var(--liroy-navy);
    background: white;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 75px;
    text-align: center;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
  }

  .hero-copy p {
    margin-inline: auto;
  }

  .hero-visual {
    height: 500px;
  }

  .hero-ring {
    right: 50%;
    width: 410px;
    transform: translateX(50%);
  }

  .hero-wave {
    top: 170px;
    left: 12%;
  }

  .hero-dots {
    top: 255px;
    left: 16%;
  }

  .hero-person {
    right: 50%;
    transform: translateX(50%);
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card + .benefit-card {
    border-top: 1px solid var(--liroy-border);
    border-left: 0;
  }

  .section-heading,
  .callback-grid,
  .about-grid,
  .detail-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-heading {
    gap: 25px;
  }

  .heading-action {
    justify-content: flex-start;
  }

  .about-photo-wrap {
    max-width: 610px;
    min-height: 660px;
  }

  .about-copy {
    padding: 35px 0 0;
  }

  .callback-grid {
    gap: 45px;
  }

  .detail-sidebar {
    position: static;
  }

  .contact-image {
    min-height: 520px;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .liroy-container {
    width: min(100% - 30px, 540px);
  }

  .site-header,
  .header-inner {
    height: 95px;
  }

  .brand img {
    width: 229px;
    height: auto;
  }

  .menu-toggle {
    height: 42px;
    border: 1px solid var(--liroy-blue);
    border-radius: 1px;
    color: var(--liroy-blue);
    background: white;
  }

  .hero {
    background-position: center;
    background-size: cover;
  }

  .hero-inner {
    gap: 10px;
    padding-top: 52px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .hero .eyebrow {
    padding-inline: 28px;
  }

  .hero h1 {
    font-size: 55px;
    line-height: 1;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-visual {
    height: 520px;
    margin-top: 30px;
  }

  .hero-ring {
    width: 330px;
  }

  .hero-wave {
    top: 97px;
    left: 15.5%;
  }

  .hero-dots {
    top: 187px;
    left: 16%;
  }

  .hero-person {
    width: 405px;
    max-width: none;
    height: 515px;
  }

  .benefits {
    padding-bottom: 65px;
  }

  .benefits-grid {
    transform: translateY(20px);
  }

  .benefit-card {
    grid-template-columns: 54px 1fr;
    min-height: 0;
    padding: 28px 22px;
  }

  .benefit-icon {
    width: 50px;
    height: 50px;
  }

  .section,
  .about,
  .callback-section,
  .detail-section,
  .contact-page,
  .empty-blog {
    padding: 75px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 35px;
  }

  .listing-intro .section-heading {
    display: block;
  }

  .listing-intro .section-heading h2 {
    font-size: 36px;
  }

  .section-heading h2,
  .about-copy h2,
  .callback-copy h2,
  .contact-form-wrap h2 {
    font-size: 36px;
  }

  .section-heading p {
    margin-top: 20px;
  }

  .service-grid,
  .value-grid,
  .listing-content .value-grid,
  .detail-split,
  .detail-visual-row,
  .detail-points,
  .form-grid,
  .footer-main,
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 346px;
  }

  .service-card-media {
    height: auto;
  }

  .service-card-body {
    min-height: 334px;
    padding: 22px 24px;
  }

  .value-card-media {
    height: 160px;
  }

  .about-photo {
    height: 360px;
    border-radius: 0;
  }

  .experience-badge {
    width: 100%;
    min-height: 112px;
    padding: 23px;
    border-radius: 0 0 0 35px;
  }

  .experience-badge strong {
    margin-right: 12px;
    padding-right: 8px;
  }

  .experience-badge strong b {
    font-size: 44px;
  }

  .experience-badge strong small {
    margin-top: 4px;
    font-size: 17px;
  }

  .experience-badge span {
    max-width: 225px;
    font-size: 14px;
  }

  .about-photo-wrap {
    min-height: 472px;
  }

  .about-photo-wrap::before,
  .about-photo-wrap::after,
  .about::after {
    display: none;
  }

  .about-secondary {
    display: none;
  }

  .about-copy {
    padding-top: 24px;
  }

  .about-copy .eyebrow {
    padding-inline: 21px;
  }

  .about-copy h2 {
    font-size: 32px;
  }

  .form-card,
  .contact-form-wrap {
    padding: 28px 22px;
  }

  .callback-section .form-card {
    padding: 0 10px;
    transform: none;
  }

  .callback-copy {
    transform: none;
    text-align: center;
  }

  .callback-section {
    padding: 118px 0 90px;
  }

  .callback-grid {
    gap: 103px;
  }

  .callback-copy h2 {
    max-width: 300px;
    margin-inline: auto;
    font-size: 32px;
  }

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

  .callback-section .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 13px;
  }

  .callback-section .liroy-button {
    font-size: 16px;
    text-transform: none;
  }

  .breadcrumb-hero {
    min-height: 285px;
  }

  .breadcrumb-content h1 {
    font-size: 38px;
  }

  .listing-intro {
    padding-top: 75px;
  }

  .detail-hero-image {
    height: 280px;
  }

  .detail-copy > h2 {
    font-size: 31px;
  }

  .detail-visual-row img {
    height: 220px;
  }

  .contact-image {
    min-height: 450px;
  }

  .map-wrap {
    height: 350px;
    margin-top: 55px;
  }

  .footer-main {
    gap: 35px;
    padding: 82px 0 45px;
  }

  .footer-bottom {
    padding-inline: 15px;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: 229px;
  }

  .hero h1 {
    font-size: 55px;
  }

  .hero-visual {
    height: 520px;
  }

  .hero-person {
    height: 515px;
  }

  .hero-ring {
    width: 300px;
  }

.hero .liroy-button {
  min-width: 198px;
}
}

@media (max-width: 767px) {
  .menu-toggle {
    width: 47.625px;
    height: 41px;
    padding: 5px 10px;
    border: 2px solid var(--liroy-blue);
    border-radius: 0;
    color: var(--liroy-blue);
    background: transparent;
    font-size: 27px;
    line-height: 27px;
  }

  .mobile-panel-head {
    margin-bottom: 30px;
  }

  .mobile-panel-head > a {
    display: block;
    line-height: 0;
  }

  .mobile-panel-head img {
    width: 134.984px;
  }

  .mobile-close {
    width: 35px;
    height: 30px;
    font-size: 20px;
    transform: translate(5px, -2px);
  }

  .mobile-search {
    position: relative;
    height: 45px;
    margin: 30px 0 25px;
  }

  .mobile-search input {
    min-height: 45px;
    height: 45px;
    padding: 10px 45px 10px 20px;
    font-size: 14px;
    line-height: 23.8px;
  }

  .mobile-search button {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 18px;
    padding: 0;
    border: 0;
    transform: translateY(-50%);
  }

  .mobile-nav-links a {
    min-height: 44px;
    padding: 10px 60px 10px 25px;
    font: 700 16px/24px "Urbanist", sans-serif;
  }

  .mobile-socials {
    gap: 12px;
    margin-top: 31px;
    margin-left: 11px;
  }

  .mobile-socials a {
    border: 1px solid #f1f4fc;
    border-radius: 0;
  }

  .hero {
    min-height: 1217.031px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding-top: 150px;
    text-align: center;
  }

  .hero-copy {
    width: 100%;
    margin-left: 0;
  }

  .hero .eyebrow {
    margin-bottom: 15px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .hero h1 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 55px;
  }

  .hero-copy p {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27.2px;
  }

  .hero-visual {
    position: relative;
    align-self: auto;
    width: 100%;
    height: 571px;
    margin-top: 50px;
    padding: 0;
  }

  .hero-person {
    position: relative;
    right: auto;
    bottom: auto;
    width: 300px;
    max-width: 300px;
    height: 571px;
    transform: none;
  }

  .hero-ring {
    display: none;
  }

  .hero-wave {
    top: 738.734px;
    bottom: auto;
    left: 81.891px;
  }

  .hero-dots {
    top: 856.297px;
    right: auto;
    bottom: auto;
    left: 35.094px;
  }

  .benefits {
    padding: 80px 0 0;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 50px;
    transform: none;
  }

  .benefit-card {
    display: block;
    min-height: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }

  .benefit-card + .benefit-card {
    border: 0;
  }

  .benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }

  .benefit-card p {
    width: 100%;
  }

  .services-showcase,
  .values-showcase {
    padding: 120px 0 90px;
  }

  .services-showcase .section-heading,
  .values-showcase .section-heading {
    display: block;
    margin-bottom: 60px;
    text-align: center;
  }

  .services-showcase .section-heading h2,
  .values-showcase .section-heading h2 {
    width: 100%;
    max-width: none;
    font-size: 32px;
    line-height: 38.4px;
  }

  .services-showcase .section-heading .eyebrow,
  .values-showcase .section-heading .eyebrow {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .heading-action {
    justify-content: center;
    margin-top: 20px;
  }

  .service-grid,
  .value-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-card {
    min-height: 347px;
    margin-bottom: 30px;
  }

  .service-card-media {
    height: auto;
  }

  .service-card-body {
    right: 30px;
    bottom: 25px;
    left: 30px;
    min-height: 0;
    padding: 0;
  }

  .about {
    padding: 80px 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-photo-wrap {
    width: 100%;
    max-width: none;
    min-height: 0;
    height: 570.141px;
    padding: 0;
  }

  .about-photo-wrap::before {
    display: block;
  }

  .about-photo {
    width: 100%;
    height: auto;
    border-radius: 40px 0 0;
  }

  .experience-badge {
    width: 100%;
    height: 111.391px;
    min-height: 0;
    padding: 30px 30px 30px 20px;
    border-radius: 0 0 0 35px;
  }

  .experience-badge strong {
    flex-basis: 53.969px;
    width: 53.969px;
    height: 51.391px;
    margin-right: 13px;
    padding-right: 13px;
  }

  .experience-badge strong b {
    font-size: 40px;
    line-height: 32px;
  }

  .experience-badge strong small {
    margin-top: 2px;
    font-size: 18px;
    line-height: 17px;
  }

  .experience-badge span {
    flex: 1 1 auto;
    max-width: none;
    font-size: 18px;
    line-height: 25.2px;
  }

  .about-copy {
    padding: 0;
  }

  .about-copy .eyebrow {
    margin-bottom: 12px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .about-copy h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38.4px;
  }

  .about-copy p {
    width: 100%;
    margin-bottom: 27.2px;
  }

  .about-copy > p:last-of-type {
    margin-bottom: 25px;
  }

  .about-values {
    gap: 6px;
  }

  .about-values li {
    min-height: 30.594px;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.6px;
  }

  .about-values i {
    flex-basis: 27.5px;
    width: 27.5px;
    height: 27.5px;
    margin-right: 5px;
  }

  .consultant-signature {
    gap: 15px;
    margin-top: 55px;
  }

  .value-card {
    margin-bottom: 30px;
  }

  .value-card-media {
    height: 177px;
  }

  .value-card-body {
    height: 310px;
    padding: 60px 30px 50px;
  }

  .callback-section {
    min-height: 0;
    padding: 120px 0;
  }

  .callback-grid {
    display: block;
    min-height: 0;
  }

  .callback-copy {
    padding: 0;
    text-align: center;
  }

  .callback-copy h2 {
    max-width: none;
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 38.4px;
  }

  .callback-copy p {
    max-width: none;
    margin: 0;
  }

  .callback-shape-left {
    left: -2px;
    bottom: -352px;
  }

  .callback-section .form-card {
    margin-top: 50px;
    padding: 0 0 5.031px;
    transform: none;
  }

  .callback-section .form-card h3 {
    position: static;
    display: block;
    width: auto;
    margin: 0;
    color: var(--liroy-navy);
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
  }

  .callback-section .form-grid {
    grid-template-columns: repeat(2, 162px);
    column-gap: 12.766px;
    row-gap: 23.5px;
    margin-top: 15px;
    padding: 5px 10px;
  }

  .callback-section .form-card .liroy-button {
    width: 162px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
    padding: 100px 0 40px;
  }

  .footer-main > div {
    padding: 0;
  }

  .footer-main > div:last-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .footer-brand p {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .footer-main li:last-child {
    padding-bottom: 0;
  }

  .footer-contact a {
    width: 40px;
    height: 40px;
  }

  .footer-bottom {
    min-height: 0;
    padding: 27px 15px;
  }

  .listing-intro {
    padding: 120px 0 0;
    text-align: center;
  }

  .listing-intro .section-heading {
    display: block;
  }

  .listing-intro .section-heading h2 {
    max-width: none;
    font-size: 32px;
    line-height: 38.4px;
  }

  .listing-intro .eyebrow {
    font-size: 13px;
    line-height: 22.1px;
  }

  .listing-intro .section-heading p {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .listing-content {
    padding: 47.812px 0 90px;
  }

  .listing-content .value-grid {
    display: block;
    width: calc(100% - 30px);
    margin-inline: auto;
  }

  .listing-content .value-card {
    width: 100%;
    margin: 0 0 30px;
  }

  .breadcrumb-hero {
    min-height: 0;
    padding: 90px 0 100px;
  }

  .breadcrumb-content h1 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 41.8px;
  }

  .values-breadcrumb .breadcrumbs {
    flex-wrap: wrap;
    gap: 5px 0;
  }

  .values-breadcrumb .breadcrumb-home-group {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    gap: 10px;
  }

  .values-breadcrumb .breadcrumbs > [aria-current="page"] {
    flex: 0 0 100%;
    text-align: center;
  }

  .detail-breadcrumb .breadcrumbs {
    flex-wrap: wrap;
    gap: 5px 10px;
  }

  .detail-breadcrumb .breadcrumbs > * {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .empty-blog {
    padding: 100px 0;
  }

  .blog-layout {
    grid-template-columns: 1fr;
    gap: 100px;
  }

  .no-results {
    width: 100%;
    height: 317.563px;
    padding: 30px 25px;
  }

  .no-results h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 39px;
  }

  .blog-sidebar-card {
    padding: 25px 25px 30px;
  }

  .detail-section {
    padding: 120px 0;
  }

  .detail-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "content"
      "sidebar";
    gap: 100px;
  }

  .detail-copy,
  .detail-sidebar,
  .detail-split,
  .feature-stack,
  .middle-copy,
  .detail-points,
  .quote-card form {
    min-width: 0;
    max-width: 100%;
  }

  .detail-sidebar {
    position: static;
  }

  .sidebar-links a {
    padding: 15px 16px;
  }

  .detail-hero-image {
    height: auto;
    object-fit: contain;
  }

  .detail-copy > h2 {
    font-size: 26px;
    line-height: 31.2px;
  }

  .detail-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-stack {
    width: calc(100% - 15px);
  }

  .feature-box {
    display: block;
    width: 100%;
    padding: 20px;
  }

  .feature-icon {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }

  .middle-copy {
    width: calc(100% - 15px);
    margin-left: 15px;
    padding: 0;
  }

  .middle-copy h2,
  .detail-copy > .detail-outro-heading {
    font-size: 24px;
    line-height: 28.8px;
  }

  .detail-points {
    grid-template-columns: 1fr;
  }

  .detail-visual-row {
    grid-template-columns: 1fr;
    gap: 25px;
    height: auto;
    padding-bottom: 25px;
  }

  .detail-visual-row img {
    width: 100%;
    height: auto;
    aspect-ratio: 410 / 270;
  }

  .detail-sidebar .sidebar-card {
    padding: 30px 25px 35px;
  }

  .detail-sidebar .sidebar-card:last-child {
    margin-bottom: 0;
  }

  .contact-page {
    padding: 120px 0;
  }

  .contact-page > .liroy-container {
    width: min(100% - 30px, 540px);
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
    margin-left: 0;
  }

  .contact-image {
    width: 100%;
    height: 377.219px;
    min-height: 0;
  }

  .contact-image img {
    display: block;
    height: 377.219px;
  }

  .contact-form-wrap {
    width: 100vw;
    height: 709.578px;
    margin-left: -15px;
    padding: 30px;
    border-radius: 0;
  }

  .contact-form-wrap h2 {
    margin-bottom: 50.875px;
    font-size: 26px;
    line-height: 31.2px;
  }

  .contact-form-wrap .form-grid {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 5px;
  }

  .contact-form-wrap .form-field,
  .contact-form-wrap .form-field.full,
  .contact-form-wrap .form-field input,
  .contact-form-wrap .form-field textarea {
    width: 317px;
  }

  .contact-form-wrap .liroy-button {
    grid-column: auto;
    width: 158.5px;
    margin-top: 5.188px;
    transform: translateX(-1.5px);
  }

  .map-wrap {
    width: 100vw;
    height: 350px;
    margin: 0;
  }

  .scroll-top-button {
    right: 15px;
  }
}

.detail-section {
  padding-bottom: 140px;
}

/* WordPress archives */
.archive-listing {
  padding: 120px 0;
}

.archive-layout {
  display: grid;
  grid-template-columns: 857.5px 317.5px;
  align-items: start;
  gap: 45px;
}

.archive-main,
.archive-grid,
.archive-card,
.archive-card-body {
  min-width: 0;
}

.archive-grid {
  position: relative;
  width: 100%;
}

.archive-grid.is-masonry-ready > .archive-card {
  position: absolute;
}

.archive-card {
  overflow: hidden;
  border-radius: 10px;
  background: var(--liroy-white);
}

.archive-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.archive-card-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s linear;
}

.archive-card:hover .archive-card-media img {
  transform: scale(1.1);
}

.archive-card-body {
  padding: 35px 30px;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: var(--liroy-white);
}

.archive-card-body h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28.8px;
}

.archive-card-body h2 a {
  color: var(--liroy-navy);
  transition: color 0.2s ease;
}

.archive-card-body h2 a:hover,
.archive-card-body h2 a:focus-visible {
  color: var(--liroy-blue);
}

.archive-card-body > p,
.archive-card-excerpt {
  margin-bottom: 25px;
}

.archive-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 10px;
  color: var(--liroy-copy);
  font-size: 13px;
}

.archive-meta > *,
.archive-meta a {
  display: inline-flex;
  align-items: center;
}

.archive-meta a {
  color: var(--liroy-copy);
  font-size: 16px;
}

.archive-meta a:hover,
.archive-meta a:focus-visible {
  color: var(--liroy-blue);
}

.archive-meta i {
  margin-right: 8px;
  color: var(--liroy-blue);
  font-size: 20px;
  line-height: 1;
}

.archive-avatar {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}

.archive-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.archive-pagination a,
.archive-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 50px;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: var(--liroy-copy);
  background: transparent;
  font: 500 20px/1 "Urbanist", sans-serif;
}

.archive-pagination a:hover,
.archive-pagination a:focus-visible,
.archive-pagination [aria-current="page"],
.archive-pagination .is-current {
  border-color: var(--liroy-blue);
  color: var(--liroy-white);
  background: var(--liroy-blue);
}

/* WordPress project details */
.project-details-section {
  padding: 0;
}

.project-details-module {
  padding: 120px 0;
}

.liroy-container.project-details-module {
  width: min(1220px, calc(100% - 60px));
}

.project-top-grid {
  display: grid;
  grid-template-columns: 866.187px 353.813px;
  align-items: start;
}

.project-main-image {
  display: block;
  width: calc(100% - 30px);
  height: auto;
  margin: 0 15px 30px;
  border-radius: 10px;
}

.project-info-card {
  width: calc(100% - 30px);
  margin: 0 15px 30px;
  padding: 25px 35px 28px;
  border: 1px solid #e0e6f2;
  border-radius: 5px;
}

.project-info-card > h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 28.8px;
}

.project-info-card > h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background: var(--liroy-blue);
  content: "";
}

.project-information {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-information > li,
.project-information > div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe3e7;
  color: var(--liroy-copy);
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.project-information > li:last-child,
.project-information > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.project-information > li > strong,
.project-information > li > span:first-child,
.project-information > div > dt {
  flex: 0 0 40%;
  width: 40%;
  color: var(--liroy-copy);
  font-size: 18px;
  font-weight: 700;
}

.project-information > div > dd {
  margin: 0;
}

.project-information .project-share-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-copy {
  padding: 0 15px;
}

.project-copy > h2 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 43.2px;
}

.project-copy > p {
  margin-bottom: 15px;
}

.project-copy > h2:not(:first-child) {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
}

.project-copy > p:last-child {
  margin-bottom: 0;
}

.project-bottom-grid {
  display: grid;
  grid-template-columns: 503.859px 716.141px;
  align-items: center;
  margin-top: 50px;
}

.project-bottom-grid > div:first-child {
  min-width: 0;
  margin-right: 20px;
  padding: 0 15px;
}

.project-bottom-grid h2 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
}

.project-bottom-grid p {
  margin-bottom: 0;
}

.project-bottom-grid p:first-of-type {
  margin-bottom: 30px;
}

.project-checklist {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px 0;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.project-checklist li {
  display: flex;
  align-items: flex-start;
  width: 50%;
  min-height: 24px;
  color: var(--liroy-copy);
  font: 600 18px/23.4px "Urbanist", sans-serif;
}

.project-checklist li img,
.project-checklist li i {
  flex: 0 0 auto;
  margin-right: 10px;
}

.project-checklist li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--liroy-white);
  background: var(--liroy-blue);
  font-size: 11px;
  line-height: 1;
}

.project-secondary-image {
  display: block;
  width: calc(100% - 30px);
  height: auto;
  margin: 0 15px;
  border-radius: 10px;
}

/* Public WordPress 404 */
.wordpress-404 {
  padding: 120px 0;
}

.wordpress-404-content {
  text-align: center;
}

.liroy-site .wordpress-404-code {
  margin: 0 0 40px;
  color: var(--liroy-navy);
  font: 800 280px/0.8 "Urbanist", sans-serif;
}

.liroy-site .wordpress-404-code span {
  color: var(--liroy-blue);
}

.liroy-site .wordpress-404-message {
  margin: 0 0 35px;
  font-size: 44px;
  font-weight: 600;
  line-height: 61.6px;
  text-transform: capitalize;
}

.wordpress-404 .liroy-button {
  width: 241.797px;
  min-width: 0;
  min-height: 50px;
  padding: 11px 25px;
}

.analytics-consent {
  position: fixed;
  z-index: 1200;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: min(430px, calc(100vw - 32px));
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(0, 35, 94, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 25, 68, 0.18);
  color: var(--liroy-navy);
}

.analytics-consent strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.analytics-consent p {
  margin: 0;
  color: var(--liroy-copy);
  font-size: 14px;
  line-height: 1.55;
}

.analytics-consent-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.analytics-consent button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--liroy-blue);
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.analytics-consent-reject {
  background: #fff;
  color: var(--liroy-blue);
}

.analytics-consent-accept {
  background: var(--liroy-blue);
  color: #fff;
}

@media (max-width: 575px) {
  .analytics-consent {
    right: 16px;
    bottom: 16px;
  }

  .analytics-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .archive-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 120px;
  }

  .project-archive-card .archive-card-media img {
    min-height: 230px;
    object-fit: cover;
  }

  .project-top-grid,
  .project-bottom-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .project-bottom-grid > div:first-child {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .archive-listing {
    padding: 100px 0;
  }

  .archive-layout {
    gap: 100px;
  }

  .archive-grid {
    display: grid;
    gap: 30px;
    height: auto !important;
  }

  .archive-grid > .archive-card {
    position: static;
    width: 100% !important;
  }

  .archive-card-media img {
    width: 100%;
    height: auto;
  }

  .archive-card-body {
    padding: 35px 20px;
  }

  .archive-card-body h2 {
    font-size: 22px;
    line-height: 26.4px;
  }

  .archive-pagination {
    margin-top: 30px;
  }

  .project-details-module {
    padding: 100px 0;
  }

  .liroy-container.project-details-module {
    width: min(100% - 30px, 540px);
  }

  .project-main-image,
  .project-info-card,
  .project-secondary-image {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  .project-main-image,
  .project-secondary-image {
    height: 250px;
    object-fit: fill;
  }

  .project-info-card {
    padding: 25px 25px 28px;
  }

  .project-copy {
    padding: 0 15px;
  }

  .project-copy > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .project-copy > h2:not(:first-child) {
    margin-top: 50px;
    font-size: 26px;
    line-height: 31.2px;
  }

  .project-bottom-grid h2 {
    font-size: 26px;
    line-height: 31.2px;
  }

  .project-bottom-grid {
    margin-top: 50px;
  }

  .project-bottom-grid > div:first-child {
    margin: 0 0 30px;
    padding: 0 15px;
  }

  .project-checklist li {
    width: 100%;
  }

  .project-checklist {
    gap: 20px 0;
  }

  .wordpress-404 {
    padding: 100px 0;
  }

  .liroy-site .wordpress-404-code {
    margin-bottom: 20px;
    font-size: 132px;
    line-height: 0.8;
  }

  .liroy-site .wordpress-404-message {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 33.6px;
  }
}

@media (min-width: 768px) {
  .detail-breadcrumb {
    align-items: flex-start;
    padding-top: 120px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
