/* Okna Trust. Cascade order is significant: keep responsive overrides after their component base rules. */
@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-cyrillic-wght-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-latin-wght-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Manrope,Arial,sans-serif;
  color: #202e2b;
  background: #fff;
  font-size: 16px;
  line-height: 1.65;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: .6;
}

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

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -.035em;
}

h1 {
  font-size: clamp(38px,4.5vw,70px);
  margin-bottom: 26px;
}

h2 {
  font-size: clamp(30px,3.1vw,46px);
  margin-bottom: 28px;
}

h3 {
  font-size: 23px;
}

p {
  color: #69736f;
  margin-bottom: 24px;
}

address {
  font-style: normal;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #edac45;
  outline-offset: 5px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #357d6b;
  outline-offset: 2px;
}

.container {
  width: calc(100% - 96px);
  max-width: 1344px;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 18px 25px;
  min-height: 58px;
  background: #174d42;
  color: #fff;
  border: 1px solid #174d42;
  border-radius: 7px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  transition: background .2s,transform .2s;
}

.btn:hover {
  background: #236652;
  border-color: #236652;
  transform: translateY(-2px);
}

.btn span {
  font-size: 21px;
  font-weight: 400;
}

.btn-outline {
  background: transparent;
  color: #174d42;
  border-color: #b6c6bb;
}

.btn-outline:hover {
  background: #eaf1e7;
  border-color: #7d9a89;
}

.btn-small {
  padding: 12px 20px;
  min-height: 50px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}

.hero-copy {
  padding: 58px 0 30px;
}

.eyebrow {
  display: block;
  color: #557768;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(54px,5.35vw,82px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.hero h1 em {
  font-style: normal;
  color: #39816a;
}

.hero-copy>p {
  font-size: 17px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-actions .btn {
  padding: 16px 21px;
}

.hero-bottom {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 22px 0;
  /*border-bottom: 1px solid #dde5dd;*/
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #718275;
}

.hero-bottom span:nth-child(2) {
  margin-left: auto;
  letter-spacing: .4px;
}

.hero-bottom a {
  border: 1px solid #dce5dc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 17px;
}

.section {
  padding: 88px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 36px;
}

.section-head h2 {
  margin: 0;
}

.section-head .eyebrow {
  margin-bottom: 17px;
}

.section-head>p {
  font-size: 14px;
  max-width: 360px;
  margin: 0 0 4px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #215d4b;
  font-weight: 650;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #92ac9c;
  background: transparent;
  flex-shrink: 0;
  line-height: 1.5;
}

.text-link:hover {
  color: #47856b;
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 20px;
}

.direction {
  position: relative;
  height: 290px;
  grid-column: span 2;
  overflow: hidden;
  border-radius: 9px;
  background: #e7ece6;
}

.direction:nth-child(1),
.direction:nth-child(2) {
  grid-column: span 3;
  height: 380px;
}

.direction>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}

.direction:hover>img {
  transform: scale(1.045);
}

.direction:after {
  content: '';
  position: absolute;
  inset: 25% 0 0;
  background: linear-gradient(transparent,#0e251bd4);
}

.direction>div {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  color: #fff;
}

.direction-index {
  position: absolute;
  top: 22px;
  left: 26px;
  font-size: 12px;
  border: 1px solid #ffffff7a;
  border-radius: 30px;
  padding: 3px 10px;
  background: #243b2f30;
}

.direction h3 {
  font-size: 24px;
  max-width: 80%;
  margin: 0;
}

.direction:nth-child(-n+2) h3 {
  font-size: 30px;
}

.round-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  font-size: 21px;
}

.feature-band {
  padding: 56px;
  border-radius: 12px;
  background: #f0f4ed;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  margin: 15px 0;
}

.feature-band>div>p {
  max-width: 410px;
  font-size: 15px;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.benefits article>span {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #5c816b;
}

.benefits h3 {
  font-size: 21px;
  margin: 12px 0;
}

.benefits p {
  font-size: 14px;
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 25px;
}

.card {
  border: 1px solid #e0e7df;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: white;
}

.card-image {
  height: 300px;
  overflow: hidden;
  display: block;
  background: #edf1ec;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.card:hover .card-image img {
  transform: scale(1.04);
}

.card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.card h3,
.card h2 {
  font-size: 23px;
  margin-bottom: 14px;
}

.card p {
  font-size: 14px;
  margin-bottom: 23px;
}

.card .text-link {
  margin-top: auto;
  font-size: 13px;
}

.small {
  font-size: 12px;
  line-height: 1.6;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 17px;
}

input:not([type=checkbox]),
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #dce3d9;
  background: white;
  border-radius: 6px;
  padding: 13px 14px;
  font-size: 15px;
  color: #263c30;
  margin-top: 7px;
  min-height: 48px;
}

textarea {
  resize: vertical;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #174d42;
  flex-shrink: 0;
  margin: 2px 0;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  line-height: 1.7;
}

.check a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  margin-top: 45px;
}

.step-number {
  font-size: 46px;
  line-height: 1;
  color: #9bb795;
  display: block;
  border-bottom: 1px solid #dbe4d8;
  padding-bottom: 24px;
  margin-bottom: 25px;
  letter-spacing: -2px;
}

.steps h3 {
  font-size: 20px;
}

.steps p {
  font-size: 14px;
}

.profile-teaser {
  background: #174d42;
  color: white;
  border-radius: 12px;
  padding: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.profile-teaser p {
  color: #c2d5ca;
  max-width: 430px;
}

.profile-teaser .eyebrow {
  color: #b2d593;
}

.profile-teaser .btn {
  background: #d9eac9;
  color: #174d42;
  border-color: #d9eac9;
}

.profile-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-links a {
  display: flex;
  justify-content: space-between;
  padding: 23px 0;
  font-size: 21px;
  border-bottom: 1px solid #ffffff35;
}

.profile-links a:hover {
  color: #cce6ab;
}

.review-banner {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  padding-bottom: 25px;
}

.review-banner h2 {
  font-size: 34px;
}

.review-banner p {
  max-width: 720px;
  font-size: 15px;
}

.faq details {
  border-bottom: 1px solid #dce5da;
}

.faq details:first-child {
  border-top: 1px solid #dce5da;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 600;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  font-weight: 400;
  font-size: 23px;
  transition: transform .2s;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq p {
  max-width: 920px;
  padding: 0 40px 12px 0;
  font-size: 15px;
}

.cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  background: #edf3e7;
  padding: 55px;
  border-radius: 12px;
  margin: 15px 0 80px;
}

.cta h2 {
  font-size: 46px;
}

.cta p {
  font-size: 15px;
}

.cta-phone {
  font-size: 30px;
  font-weight: 650;
  letter-spacing: -1px;
  display: inline-block;
  margin: 30px 0 10px;
}

.cta-form {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}

.request-form .btn {
  width: 100%;
}

.request-form .check {
  font-size: 11px;
}

.form-status {
  font-size: 13px;
  line-height: 1.6;
  margin: 12px 0 0;
  color: #71451c;
}

.form-status:empty {
  display: none;
}

.footer {
  background: #f5f7f2;
  padding: 65px 0 25px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr .8fr;
  gap: 55px;
}

.footer-grid>div>a:not(.logo),.footer-grid ul li a{
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.footer-grid h2,.footer-grid .h2 {
  font-size: 15px;
  margin: 0 0 25px;
  letter-spacing: 0;
line-height: 1.15;
    font-weight: 600;
}

.footer-grid p {
  font-size: 13px;
  margin: 25px 0;
}

.footer-grid .footer-phone {
  font-size: 21px !important;
  font-weight: 650;
}

.footer address {
  font-size: 13px;
  color: #697b6e;
}

.footer .logo {
  font-size: 30px;
}

.footer-bottom {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 10px;
  color: #748174;
  border-top: 1px solid #dce4d8;
  margin-top: 45px;
  padding-top: 23px;
}

.mobile-bar {
  display: none;
}

.breadcrumbs {
  padding: 28px 0 5px;
}

/* Static layout (ol/li) and Yoast (nested span) use the same styling. */
.breadcrumbs > ol,
.breadcrumbs > span:first-child {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 0;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #748375;
}

.breadcrumbs > ol > li,
.breadcrumbs > span:first-child > span {
  display: inline-flex;
  align-items: baseline;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

.breadcrumbs > ol > li + li::before,
.breadcrumbs > span:first-child > span + span::before {
  content: '/';
  flex: 0 0 auto;
  margin: 0 14px;
  color: #b1bbb0;
}

.breadcrumbs a {
  min-width: 0;
  color: inherit;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: #174d42;
}

.page-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 35px 0 45px;
}

.page-hero h1 {
  font-size: clamp(35px,4vw,59px);
}

.page-hero>div>p {
  max-width: 620px;
}

.page-hero-img {
  height: 430px;
  border-radius: 10px;
  overflow: hidden;
}

.page-hero-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-heading {
  padding: 50px 0 20px;
  max-width: 1050px;
}

.page-heading h1 {
  font-size: clamp(36px,4.4vw,62px);
}

.page-heading p {
  max-width: 820px;
  font-size: 17px;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 90px;
  align-items: start;
}

.detail-layout h2 {
  font-size: 34px;
}

.lead {
  font-size: 18px;
  line-height: 1.8;
  max-width: 930px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 45px;
}

.feature-list li {
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #dce4d9;
  position: relative;
}

.feature-list li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #408163;
}

.quote-card {
  background: #eef4e8;
  border: 1px solid #dce7d4;
  border-radius: 10px;
  padding: 32px;
  position: sticky;
  top: 175px;
}

.quote-card h3 {
  font-size: 28px;
}

.quote-card p {
  font-size: 14px;
}

.quote-card .btn {
  width: 100%;
  margin: 15px 0;
}

.quote-card .text-link {
  font-size: 13px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}

.gallery>a {
  height: 310px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #edf1ea;
}

.gallery>a:only-child {
  grid-column: span 2;
  height: 430px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery>a>span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  font-size: 23px;
}

.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.filter {
  border: 1px solid #cbd9c5;
  border-radius: 30px;
  background: #fff;
  padding: 10px 22px;
  font-size: 14px;
}

.filter.active,
.filter:hover {
  background: #174d42;
  color: #fff;
  border-color: #174d42;
}

.work-cards .card[hidden] {
  display: none;
}

.prose {
  max-width: 890px;
}

.prose h2 {
  font-size: 32px;
  margin-top: 45px;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p {
  font-size: 17px;
  line-height: 1.9;
}

.prose>section {
  margin-bottom: 40px;
}

.table-wrap {
  overflow: auto;
  margin: 35px 0;
  border: 1px solid #dce4d7;
  border-radius: 8px;
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 570px;
  font-size: 14px;
  text-align: left;
}

th,
td {
  padding: 22px 25px;
  border-bottom: 1px solid #dce4d7;
}

th {
  background: #f0f5eb;
  font-size: 12px;
}

tr:last-child td {
  border-bottom: 0;
}

td:first-child {
  font-weight: 600;
}

td a:hover {
  color: #3e8867;
}

.inline-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.big-phone {
  font-size: clamp(25px,3vw,43px);
  font-weight: 600;
  display: block;
  letter-spacing: -1px;
}

.contact-info address {
  font-size: 28px;
  line-height: 1.6;
  margin: 25px 0;
}

.contact-info p {
  max-width: 340px;
}

.contact-photo {
  border-radius: 10px;
  overflow: hidden;
  min-height: 380px;
}

.contact-photo img {
width: 100%;
height: 100%;
object-fit: cover;
max-height: 500px;
}

.form-panel {
  padding: 35px;
  background: #f0f5eb;
  border-radius: 12px;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 35px;
}

.sitemap-grid h2 {
  font-size: 22px;
}

.sitemap-grid ul {
  list-style: none;
  padding: 0;
}

.sitemap-grid li {
  margin: 10px 0;
  font-size: 14px;
}

.notice {
  padding: 20px;
  border-left: 3px solid #809966;
  background: #f2f5ed;
}

.modal {
  border: 0;
  border-radius: 12px;
  padding: 35px;
  width: calc(100% - 32px);
  max-width: 540px;
  max-height: calc(100dvh - 40px);
  overflow: auto;
  color: #202e2b;
}

.modal::backdrop {
  background: #132a24a6;
  backdrop-filter: blur(5px);
}

.modal h2 {
  font-size: 32px;
  padding-right: 20px;
}

.modal .eyebrow {
  margin-top: 8px;
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 10px;
  background: none;
  border: 0;
  font-size: 30px;
  width: 40px;
  height: 40px;
}

.modal>p {
  font-size: 14px;
}

[hidden] {
  display: none !important;
}

@media (max-width:1199px) {
  .container {
    width: calc(100% - 56px);
  }

  .hero {
    gap: 24px;
  }

  .hero-copy {
    padding-top: 35px;
  }

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

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    font-size: 12px;
    padding: 13px 15px;
  }

  .feature-band,
  .cta {
    padding: 38px;
    gap: 40px;
  }

  .card-image {
    height: 215px;
  }

  .footer-grid {
    gap: 28px;
  }

  .detail-layout {
    gap: 45px;
  }

  .page-hero {
    gap: 35px;
  }

}

@media (max-width:991.98px) {
  .container {
    width: calc(100% - 40px);
  }

  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
  }

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

  .hero-copy {
    padding-top: 25px;
  }

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

  .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 23px;
  }

  .hero-actions .btn {
    font-size: 13px;
    padding: 13px 20px;
    min-height: 50px;
  }

  .section {
    padding: 60px 0;
  }

  .section-head {
    gap: 25px;
  }

  .section-head>p {
    max-width: 260px;
    font-size: 13px;
  }

  .direction {
    height: 245px;
  }

  .direction:nth-child(-n+2) {
    height: 315px;
  }

  .direction h3 {
    font-size: 20px;
  }

  .direction:nth-child(-n+2) h3 {
    font-size: 26px;
  }

  .direction>div {
    padding: 20px;
  }

  .feature-band {
    padding: 32px;
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .feature-band>div>p {
    max-width: 600px;
  }

  .benefits {
    gap: 30px;
  }

  .cards {
    gap: 17px;
  }

  .card-body {
    padding: 19px;
  }

  .card h3,
  .card h2 {
    font-size: 20px;
  }

  .card p {
    font-size: 13px;
  }

  .card-image {
    height: 195px;
  }

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

  .profile-teaser {
    padding: 35px;
    gap: 35px;
  }

  .profile-links a {
    font-size: 17px;
  }

  .cta {
    padding: 35px;
    gap: 30px;
  }

  .cta h2 {
    font-size: 34px;
  }

  .cta-phone {
    font-size: 24px;
  }

  .cta-form {
    padding: 20px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
  }

  .footer {
    padding-bottom: 85px;
  }

  .mobile-bar {
    display: grid;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    background: #fff;
    border-top: 1px solid #dce4d7;
    grid-template-columns: 1fr 1fr 1.3fr;
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
    gap: 8px;
    box-shadow: 0 -4px 20px #183c2010;
  }

  .mobile-bar a,
  .mobile-bar button {
    display: grid;
    place-items: center;
    font-size: 12px;
    min-height: 43px;
    border: 0;
    border-radius: 5px;
    background: #eff4ea;
  }

  .mobile-bar button {
    background: #174d42;
    color: white;
  }

  .page-hero {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .page-hero p {
    font-size: 14px;
  }

  .page-hero-img {
    height: 360px;
  }

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

  .quote-card {
    padding: 23px;
    top: 98px;
  }

  .quote-card h3 {
    font-size: 25px;
  }

  .quote-card .btn {
    font-size: 12px;
    padding: 13px;
  }

  .gallery {
    gap: 15px;
  }

  .gallery>a {
    height: 230px;
  }

  .contact-grid {
    gap: 30px;
  }

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

  .review-banner {
    padding-bottom: 0;
  }

  .review-banner h2 {
    font-size: 29px;
  }

}

@media (max-width:767px) {
  .container {
    width: calc(100% - 32px);
  }

  .hero {
    grid-template-columns: 1fr;
    margin-top: 12px;
    gap: 0;
  }

  .hero-copy {
    padding: 27px 5px 30px;
  }

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

  .hero h1 {
    font-size: clamp(49px,10vw,69px);
    margin-bottom: 22px;
  }

  .hero-copy>p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    flex-direction: row;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .btn {
    padding: 13px 15px;
    font-size: 12px;
    gap: 10px;
  }

  .hero-bottom {
    font-size: 8px;
    letter-spacing: 1px;
    gap: 12px;
    padding: 17px 0;
  }

  .hero-bottom span:nth-child(2) {
    font-size: 9px;
    letter-spacing: 0;
  }

  .hero-bottom a {
    width: 25px;
    height: 25px;
  }

  .section {
    padding: 48px 0;
  }

  h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .section-head {
    display: block;
    margin-bottom: 26px;
  }

  .section-head>.text-link {
    margin-top: 20px;
  }

  .section-head>p {
    margin-top: 20px;
    max-width: 100%;
    font-size: 14px;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.7px;
    margin-bottom: 15px;
  }

  .direction-grid {
    gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .direction,
  .direction:nth-child(-n+2) {
    grid-column: span 1;
    height: 235px;
  }

  .direction:last-child {
    grid-column: 1/-1;
    height: 245px;
  }

  .direction:nth-child(-n+2) h3,
  .direction h3 {
    font-size: 20px;
    max-width: 100%;
    padding-right: 16px;
    line-height: 1.25;
  }

  .direction>div {
    padding: 17px;
  }

  .direction-index {
    top: 15px;
    left: 15px;
    font-size: 10px;
  }

  .round-arrow {
    right: 14px;
    bottom: 15px;
    width: 25px;
    height: 25px;
    font-size: 15px;
  }

  .direction h3 {
    padding-bottom: 28px;
  }

  .direction:last-child h3 {
    padding-bottom: 0;
  }

  .feature-band {
    padding: 29px 23px;
    gap: 30px;
    margin: 0;
  }

  .feature-band h2 {
    font-size: 31px;
  }

  .benefits {
    gap: 27px 20px;
  }

  .benefits h3 {
    font-size: 19px;
  }

  .benefits p {
    font-size: 13px;
  }

  .benefits article>span {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .card-image {
    height: 260px;
  }

  .card-body {
    padding: 23px;
  }

  .card h3,
  .card h2 {
    font-size: 25px;
  }

  .card p {
    font-size: 14px;
  }

  .field-row {
    gap: 12px;
  }

  .steps {
    gap: 25px 22px;
    margin-top: 30px;
  }

  .step-number {
    font-size: 39px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .steps h3 {
    font-size: 19px;
  }

  .steps p {
    font-size: 13px;
  }

  .profile-teaser {
    padding: 30px 23px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .profile-teaser h2 {
    font-size: 35px;
  }

  .profile-teaser p {
    font-size: 14px;
  }

  .profile-links a {
    font-size: 18px;
    padding: 18px 0;
  }

  .review-banner {
    display: block;
    padding-bottom: 0;
  }

  .review-banner h2 {
    font-size: 30px;
  }

  .review-banner .btn {
    margin-top: 4px;
  }

  .faq summary {
    font-size: 16px;
    padding: 20px 0;
  }

  .faq p {
    padding-right: 15px;
    font-size: 14px;
  }

  .cta {
    padding: 28px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 5px 0 45px;
  }

  .cta h2 {
    font-size: 36px;
  }

  .cta-phone {
    font-size: 29px;
    margin-top: 5px;
  }

  .cta-form {
    padding: 20px 16px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-grid {
    gap: 35px 20px;
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1;
  }

  .footer-grid>div>a:not(.logo) {
    font-size: 12px;
  }

  .footer-grid h2,.footer-grid .h2 {
    margin-bottom: 20px;
  }

  .footer-bottom {
    font-size: 10px;
    gap: 14px;
    margin-top: 30px;
  }

  .footer-bottom>span:last-child {
    width: 100%;
  }

  .breadcrumbs {
    padding: 20px 0 5px;
  }

  .breadcrumbs > ol,
  .breadcrumbs > span:first-child {
    font-size: 10px;
    gap: 6px 0;
  }

  .breadcrumbs > ol > li + li::before,
  .breadcrumbs > span:first-child > span + span::before {
    margin: 0 10px;
  }

  .page-hero {
    grid-template-columns: 1fr;
    padding: 30px 0 15px;
    gap: 30px;
  }

  .page-hero h1 {
    font-size: 38px;
    overflow-wrap: break-word;
  }

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

  .page-hero-img {
    height: 300px;
  }

  .page-heading {
    padding: 35px 0 5px;
  }

  .page-heading h1 {
    font-size: 37px;
    overflow-wrap: break-word;
  }

  .page-heading p {
    font-size: 15px;
  }

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

  .detail-layout h2 {
    font-size: 30px;
  }

  .lead {
    font-size: 16px;
  }

  .quote-card {
    position: static;
    padding: 25px;
  }

  .quote-card .btn {
    font-size: 14px;
    padding: 15px;
  }

  .feature-list {
    font-size: 15px;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .gallery>a {
    height: 210px;
  }

  .gallery>a:only-child {
    grid-column: 1/-1;
    height: 310px;
  }

  .gallery>a>span {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .filters {
    gap: 8px;
  }

  .filter {
    font-size: 12px;
    padding: 8px 15px;
  }

  .prose h2 {
    font-size: 28px;
  }

  .prose p {
    font-size: 16px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .contact-photo {
    min-height: 0;
    height: 300px;
  }

  .contact-info address {
    font-size: 24px;
  }

  .big-phone {
    font-size: 29px;
  }

  .sitemap-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .modal {
    padding: 27px 20px;
    max-height: calc(100dvh - 24px);
  }

  .modal h2 {
    font-size: 28px;
  }

  .modal-close {
    right: 8px;
    top: 5px;
  }

  .form-panel {
    padding: 25px 20px;
  }

  .inline-actions {
    gap: 18px;
  }

  th,
  td {
    padding: 16px 20px;
  }

  .table-wrap {
    margin: 25px 0;
  }

}

@media (max-width:374px) {
  .hero h1 {
    font-size: 47px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

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

  .direction,
  .direction:nth-child(-n+2) {
    height: 260px;
  }

  .direction:last-child {
    grid-column: auto;
  }

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

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

  .gallery>a:only-child {
    grid-column: auto;
  }

  .cta-phone {
    font-size: 26px;
  }

}

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

  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }

}

@media print {
  .footer,
  .mobile-bar,
  .cta,
  .btn,
  .filters,
  .modal {
    display: none !important;
  }

  .container {
    width: 100%;
  }

  .section {
    padding: 20px 0;
  }

  .hero,
  .page-hero,
  .detail-layout {
    display: block;
  }

  .page-hero-img {
    height: 280px;
  }

  .card,
  .gallery>a {
    break-inside: avoid;
  }

}

.hero h1 small {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.6;
  color: #53695c;
}

button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.immersive-hero {
  display: block;
  position: relative;
  min-height: 660px;
  margin: 24px 0 0;
  border-radius: 16px;
  overflow: hidden;
  background: #123b32;
  color: white;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  z-index: -2;
}

.immersive-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#0b3029ed 0%,#113c32c9 37%,#183c3260 70%,#15352c15),linear-gradient(0deg,#0d2e2be0,transparent 45%);
  z-index: -1;
}

.immersive-hero .hero-copy {
  padding: 65px 58px 125px;
  width: 78%;
}

.immersive-hero .eyebrow {
  color: #d9e9cc;
  display: flex;
  align-items: center;
  gap: 10px;
}

.immersive-hero .eyebrow i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9eaa5;
  box-shadow: 0 0 0 5px #b3d99520;
}

.immersive-hero h1 {
  color: white;
  font-size: clamp(52px,5.7vw,82px);
  letter-spacing: -3.5px;
  line-height: 1.08;
  margin: 22px 0;
}

.immersive-hero h1 em {
  color: #c9e5ae;
  font-style: normal;
}

.immersive-hero .hero-copy>p {
  color: #e2eae5;
  font-size: 17px;
  line-height: 1.8;
}

.immersive-hero .hero-actions {
  display: flex;
  flex-direction: row;
  margin-top: 28px;
}

.immersive-hero .btn {
  background: #d6edb8;
  color: #173f32;
  border-color: #d6edb8;
}

.immersive-hero .btn:hover {
  background: #e6f6d2;
}

.immersive-hero .btn-outline {
  background: #ffffff08;
  color: white;
  border-color: #ffffff69;
  backdrop-filter: blur(8px);
}

.hero-signature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 25px;
  width: fit-content;
  margin-top: 36px;
  align-items: center;
}

.hero-signature>span {
  font-size: 11px;
  color: #d1ded4;
}

.hero-signature>span:last-child {
  grid-column: 1/-1;
  font-size: 10px;
  opacity: .85;
}

.hero-signature strong {
  font-size: 25px;
  font-weight: 600;
}

.hero-signature strong small {
  font-size: 12px;
}

.hero-project {
  position: absolute;
  right: 34px;
  bottom: 110px;
  padding: 18px 22px;
  border-left: 1px solid #fff7;
  background: #183c3225;
  backdrop-filter: blur(12px);
}

.hero-project span {
  display: block;
  font-size: 8px;
  letter-spacing: 1.4px;
  /*margin-bottom: 6px;*/
  color: #d6e9cd;
}

.hero-project a {
  font-size: 12px;
}

.immersive-hero .hero-bottom {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  border-top: 1px solid #ffffff3d;
  color: #dde8df;
  padding: 22px 0;
}

.immersive-hero .hero-bottom a {
  border-color: #fff5;
  color: white;
}

.card {
  transition: box-shadow .25s, transform .25s;
}

.card:hover {
  box-shadow: 0 15px 35px #153c2310;
  transform: translateY(-4px);
}

.card-price {
  color: #174d42;
  font-size: 26px;
  font-weight: 700;
}

.card-price span {
  font-size: 13px;
  font-weight: 500;
}

.card-price-spec {
  display: block;
  color: #78867a;
  font-size: 10px;
  margin: 6px 0 20px;
}

.feature-band {
  background: radial-gradient(ellipse at top right,#d8e7cd,transparent 60%),#f0f4ed;
}

.page-hero {
  border-bottom: 1px solid #e7ece3;
}

.page-hero-img {
  box-shadow: 12px 12px 0 #eff3e9;
}

.price-cell {
  white-space: nowrap;
  color: #174d42;
  font-size: 18px;
  font-weight: 700;
}

.window-builder {
  padding: 55px 42px;
  margin: 30px 0;
  border-radius: 16px;
  background: #f1f4ed;
}

.window-builder .section-head h2 {
  font-size: clamp(30px,3.3vw,45px);
}

.window-builder h2 em {
  color: #6e8e62;
  font-style: normal;
}

.window-builder .section-head>p {
  font-size: 14px;
}

.builder-grid {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 44px;
  align-items: start;
}

.builder-preview {
  position: sticky;
  top: 95px;
  min-width: 0;
}

.preview-top,
.preview-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
}

.preview-top>span:first-child {
  letter-spacing: 1.7px;
}

.preview-top>span:last-child {
  color: #7e8e7e;
}

.window-stage {
  margin: 20px 0 10px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.window-stage svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 440px;
}

.preview-bottom {
  font-weight: 600;
  color: #4a6b56;
}

.preview-bottom>span:last-child {
  font-weight: 400;
  font-size: 9px;
}

.builder-preview>.small {
  font-size: 10px;
  color: #6a7a6b;
  margin: 13px 0;
}

.quote-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d6dfd0;
  margin-top: 22px;
  padding-top: 20px;
}

.quote-total span {
  display: block;
  font-size: 11px;
  color: #64816b;
}

.quote-total strong {
  display: block;
  font-size: 39px;
  letter-spacing: -1.3px;
  color: #174d42;
  line-height: 1.4;
}

.quote-total .round-arrow {
  position: static;
  border-color: #bdcdb7;
  color: #174d42;
}

.builder-preview>.btn {
  width: 100%;
  margin-top: 8px;
}

.builder-preview>.text-link {
  display: flex;
  width: fit-content;
  margin: 12px auto 0;
  font-size: 12px;
}

.builder-options {
  padding: 26px;
  border-radius: 12px;
  border: 1px solid #e3e9de;
  background: #fff;
  min-width: 0;
}

.builder-step {
  display: block;
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #809476;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.builder-step:not(:first-child) {
  border-top: 1px solid #edf0e7;
  padding-top: 22px;
  margin-top: 8px;
}

.swatches {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
  min-width: 0;
}

.swatches legend {
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 10px;
}

.swatches>div {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
}

.swatch {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 9px 2px;
  border: 1px solid #edf0e9;
  border-radius: 7px;
  cursor: pointer;
}

.swatch input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.swatch span {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--swatch);
  border: 1px solid #0002;
  box-shadow: inset 0 2px 3px #fff5;
}

.swatch em {
  font-size: 9px;
  font-weight: 500;
  font-style: normal;
}

.swatch:has(input:checked) {
  border-color: #6a9078;
  background: #f1f7ec;
  box-shadow: 0 0 0 1px #6a9078;
}

.swatch:has(input:focus-visible) {
  outline: 3px solid #99b579;
  outline-offset: 3px;
}

.builder-checks .check {
  font-size: 12px;
  margin: 12px 0;
}

.builder-options .small {
  font-size: 10px;
  color: #71816f;
}

.quote-details {
  border-top: 1px solid #e5ebdf;
  padding-top: 14px;
}

.quote-details summary {
  font-size: 12px;
  cursor: pointer;
}

#calc-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-size: 11px;
}

#calc-summary dt {
  color: #748472;
}

#calc-summary dd {
  margin: 0;
  text-align: right;
}

.fancybox__caption,
.fancybox__footer .f-caption {
  display: none !important;
}

.article-heading {
  max-width: 960px;
  padding: 45px 0 35px;
}

.article-heading h1 {
  font-size: clamp(36px,4.5vw,62px);
  line-height: 1.12;
}

.article-heading .lead {
  max-width: 790px;
}

.article-meta {
  display: flex;
  gap: 10px 25px;
  flex-wrap: wrap;
  font-size: 11px;
  color: #80907d;
  margin-top: 30px;
}

.article-cover {
  height: 410px;
  border-radius: 14px;
  overflow: hidden;
}

.article-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: 270px minmax(0,760px);
  gap: 75px;
  align-items: start;
}

.article-toc {
  position: sticky;
  top: 105px;
  padding: 24px;
  background: #f2f5ed;
  border-radius: 10px;
}

.article-toc summary {
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.article-toc ol {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.article-toc li {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.5;
}

.article-toc .toc-h3 {
  padding-left: 12px;
  font-size: 11px;
}

.article-toc a {
  color: #748273;
}

.article-toc a.active {
  color: #174d42;
  font-weight: 750;
}

.article-toc .text-link {
  font-size: 11px;
}

.article-content {
  font-size: 17px;
  line-height: 1.9;
}

.article-content p {
  color: #536253;
}

.article-content h2 {
  font-size: 31px;
  line-height: 1.25;
  margin: 45px 0 22px;
}

.article-content h3 {
  font-size: 21px;
  margin: 30px 0 15px;
}

.article-content li {
  padding-left: 8px;
  margin-bottom: 10px;
  color: #536253;
}

.article-note {
  padding: 25px 30px;
  background: #eef4e7;
  border-left: 3px solid #8dad75;
  margin: 30px 0;
}

.article-note p {
  margin-bottom: 0;
  font-size: 15px;
}

.article-end {
  margin-top: 40px;
  border-top: 1px solid #dfe7d8;
}

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 105;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: #a7c980;
}

.blog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}

.blog-toolbar .filters {
  margin: 0;
}

.blog-search {
  width: 250px;
  flex-shrink: 0;
}

.blog-filter {
  border: 1px solid #cbd9c5;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 13px;
  background: white;
}

.blog-filter.active {
  background: #174d42;
  color: white;
  border-color: #174d42;
}

@media (min-width:992px) and (max-width:1199px) {
  .hero-project {
    right: 22px;
    bottom: 88px;
  }

  .immersive-hero .hero-copy {
    padding-left: 40px;
  }

  .builder-grid {
    gap: 25px;
  }

  .window-builder {
    padding: 35px 28px;
  }

  .builder-options {
    padding: 20px;
  }

}

@media (max-width:991.98px) {
  .immersive-hero {
    min-height: 590px;
  }

  .immersive-hero .hero-copy {
    padding: 50px 35px 130px;
    width: 100%;
  }

  .immersive-hero h1 {
    font-size: 62px;
  }

  .hero-project {
    display: none;
  }

  .window-builder {
    padding: 35px 25px;
  }

  .builder-grid {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .builder-options {
    padding: 20px;
  }

  .quote-total strong {
    font-size: 32px;
  }

  .article-layout {
    grid-template-columns: 220px minmax(0,1fr);
    gap: 35px;
  }

  .article-toc {
    padding: 20px;
  }

  .blog-toolbar {
    display: block;
  }

  .blog-search {
    width: 100%;
    margin-top: 20px;
  }

}

@media (max-width:767px) {
  .immersive-hero {
    min-height: 625px;
    margin-top: 14px;
    border-radius: 12px;
  }

  .immersive-hero .hero-copy {
    padding: 38px 23px 110px;
  }

  .immersive-hero:before {
    background: linear-gradient(90deg,#0b3029eb,#14372da0),linear-gradient(0deg,#0b3029e6,transparent 80%);
  }

  .hero-bg {
    object-position: 62% center;
  }

  .immersive-hero h1 {
    font-size: clamp(43px,10.5vw,63px);
    letter-spacing: -2px;
    margin: 27px 0;
  }

  .immersive-hero .hero-copy>p {
    font-size: 14px;
  }

  .immersive-hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .immersive-hero .hero-actions .btn {
    font-size: 13px;
    min-height: 52px;
  }

  .hero-signature {
    margin-top: 24px;
    gap: 1px 15px;
  }

  .hero-signature>span {
    font-size: 10px;
  }

  .hero-signature strong {
    font-size: 24px;
  }

  .immersive-hero .hero-bottom {
    left: 23px;
    right: 23px;
    padding: 20px 0;
  }

  .immersive-hero .hero-bottom>span:nth-child(2) {
    display: none;
  }

  .window-builder {
    padding: 30px 18px;
    margin: 20px 0;
  }

  .window-builder .section-head h2 {
    font-size: 30px;
  }

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

  .builder-preview {
    position: static;
  }

  .window-stage {
    margin-top: 15px;
  }

  .window-stage svg {
    max-height: 360px;
  }

  .builder-options {
    padding: 20px 16px;
  }

  .swatches>div {
    gap: 6px;
  }

  .swatch em {
    font-size: 8px;
  }

  .builder-step {
    font-size: 9px;
  }

  .preview-top {
    font-size: 8px;
  }

  .preview-bottom {
    font-size: 10px;
  }

  .builder-options label {
    font-size: 12px;
  }

  .builder-options input:not([type=checkbox]),
  .builder-options select {
    font-size: 16px;
    padding: 11px;
  }

  .article-heading {
    padding: 30px 0;
  }

  .article-heading h1 {
    font-size: 36px;
  }

  .article-heading .lead {
    font-size: 16px;
  }

  .article-meta {
    font-size: 10px;
    gap: 8px 15px;
  }

  .article-cover {
    height: 260px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .article-toc {
    position: static;
  }

  .article-content {
    font-size: 16px;
  }

  .article-content h2 {
    font-size: 27px;
  }

  .article-content h3 {
    font-size: 20px;
  }

  .article-note {
    padding: 20px;
  }

  .blog-filter {
    font-size: 11px;
    padding: 9px 14px;
  }

}

@media (max-width:359px) {
  .hero-signature {
    display: block;
  }

  .hero-signature>span {
    display: block;
  }

  .immersive-hero {
    min-height: 650px;
  }

  .window-builder {
    padding: 25px 12px;
  }

  .builder-options {
    padding: 18px 12px;
  }

  .preview-bottom {
    flex-wrap: wrap;
  }

}

@media print {
  .article-toc,
  .reading-progress {
    display: none;
  }

  .article-layout,
  .builder-grid {
    display: block;
  }

  .builder-preview {
    position: static;
  }

}

.immersive-hero h1 small {
  display: block;
  color: #dbe6dc;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 18px;
}

@media (max-width:767px) {
  .immersive-hero h1 small {
    font-size: 11px;
  }

}

.immersive-hero h1 {
  max-width: 920px;
  font-size: clamp(42px,4.5vw,65px);
  line-height: 1.12;
  letter-spacing: -2.5px;
}

.immersive-hero .hero-copy {
  width: 87%;
}

.page-hero.service-hero {
  display: block;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  margin: 25px 0 0;
  border: 0;
  border-radius: 16px;
  background: #153e33;
  color: white;
  min-height: 440px;
}

.service-hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: auto;
}

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

.service-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg,#10372ff0 0%,#133a30c9 42%,#193c3270 70%,#1a322a30),linear-gradient(0deg,#163f3080,transparent);
}

.service-hero-copy {
  padding: 52px;
  max-width: 860px;
}

.service-hero .eyebrow {
  color: #c7ddaf;
}

.service-hero h1 {
  font-size: clamp(38px,4.2vw,61px);
  color: #fff;
  line-height: 1.12;
  margin-bottom: 22px;
}

.service-hero .service-hero-copy>p {
  max-width: 610px;
  color: #e4ece5;
  font-size: 16px;
}

.service-hero .btn {
  background: #d6edb8;
  border-color: #d6edb8;
  color: #173f32;
}

.service-hero .inline-actions {
  margin-top: 25px;
}

.hero-quiz-link {
  border: 0;
  border-bottom: 1px solid #ffffff70;
  padding: 8px 0;
  background: transparent;
  color: white;
  font-size: 14px;
}

.service-hero-note {
  display: block;
  color: #cbdbce;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 30px;
}

.quiz-teaser {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 30px;
  margin: 25px 0 15px;
  padding: 30px 34px;
  border: 1px solid #dfe8d8;
  border-radius: 12px;
  background: linear-gradient(115deg,#f7f9f3,#edf3e4);
}

.quiz-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #d7e1d1;
  padding-right: 28px;
}

.quiz-badge>span {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3px;
  color: #719462;
}

.quiz-badge small {
  font-size: 12px;
  line-height: 1.5;
  color: #6b7c64;
}

.quiz-teaser .eyebrow {
  font-size: 10px;
  margin-bottom: 7px;
}

.quiz-teaser h2 {
  font-size: 25px;
  margin: 0 0 8px;
  line-height: 1.25;
  letter-spacing: -.6px;
}

.quiz-teaser p {
  font-size: 13px;
  margin: 0;
  max-width: 480px;
  color: #708169;
}

.quiz-teaser>.btn {
  font-size: 13px;
  white-space: nowrap;
}

.quiz-dialog {
  border: 0;
  padding: 0;
  border-radius: 16px;
  width: calc(100% - 40px);
  max-width: 1000px;
  max-height: calc(100dvh - 40px);
  overflow: auto;
  color: #233e31;
}

.quiz-dialog::backdrop {
  background: #0a281fa8;
  backdrop-filter: blur(6px);
}

.quiz-layout {
  display: grid;
  grid-template-columns: .72fr 1fr;
  min-height: 600px;
}

.round-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #d9e3d2;
  border-radius: 50%;
  color: #244d3d;
  background: #fff;
}

.quiz-close {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 16px;
}

.quiz-aside {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  color: white;
  background: #163f32;
}

.quiz-aside>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .65;
}

.quiz-aside:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,#0e332ee8, #17432d60);
}

.quiz-aside>div {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 48px 34px;
}

.quiz-aside .eyebrow {
  color: #d7e6c5;
}

.quiz-aside h2 {
  font-size: 40px;
  line-height: 1.15;
  margin: 50px 0 25px;
  letter-spacing: -1.4px;
}

.quiz-aside p {
  font-size: 15px;
  color: #d9e7dc;
}

.quiz-aside a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-top: 45px;
}

.quiz-main {
  padding: 55px 40px 35px;
  min-width: 0;
}

.quiz-main>.eyebrow {
  font-size: 11px;
  margin-bottom: 14px;
  padding-right: 20px;
}

#quiz-progress {
  display: block;
  width: 100%;
  height: 4px;
  appearance: none;
  border: 0;
  background: #e7ede2;
  border-radius: 4px;
  margin-bottom: 32px;
}

#quiz-progress::-webkit-progress-bar {
  background: #e7ede2;
  border-radius: 4px;
}

#quiz-progress::-webkit-progress-value {
  background: #83a868;
  border-radius: 4px;
}

#quiz-progress::-moz-progress-bar {
  background: #83a868;
}

#quiz-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}

#quiz-title:focus {
  outline: none;
}

#quiz-description {
  font-size: 14px;
  color: #738370;
  margin-bottom: 25px;
}

.quiz-choices {
  display: grid;
  gap: 10px;
}

.quiz-choice {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  padding: 16px 18px;
  min-height: 64px;
  border: 1px solid #dce5d5;
  border-radius: 8px;
  background: #fbfcf9;
  color: #294c38;
  font-size: 15px;
  transition: background .2s,border-color .2s;
}

.quiz-choice:hover,
.quiz-choice[aria-pressed=true] {
  background: #edf4e5;
  border-color: #92b078;
}

.choice-index {
  font-size: 11px;
  color: #8ba17b;
}

.choice-arrow {
  margin-left: auto;
  font-size: 19px;
  color: #79956a;
}

.quiz-controls {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 22px;
}

.quiz-controls .text-link {
  font-size: 12px;
}

.intake-summary {
  display: grid;
  grid-template-columns: .6fr 1fr;
  gap: 8px 14px;
  padding: 18px;
  background: #f0f5e9;
  border-radius: 8px;
  font-size: 12px;
  margin: 15px 0 24px;
}

.intake-summary dt {
  color: #7b8b70;
}

.intake-summary dd {
  margin: 0;
  font-weight: 600;
}

.seo-section {
  display: grid;
  grid-template-columns: .85fr 1.35fr;
  gap: 65px;
  border-top: 1px solid #e0e8da;
  padding: 50px 0;
  margin: 30px 0 10px;
}

.seo-heading h2 {
  font-size: 29px;
  line-height: 1.25;
}

.seo-text {
  font-size: 15px;
  color: #667861;
}

.seo-text>p {
  margin-top: 0;
}

.seo-details>summary {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  cursor: pointer;
  color: #174d42;
  font-size: 14px;
  font-weight: 650;
  padding: 8px 0;
  list-style: none;
  border-bottom: 1px solid #a9bf9c;
}

.seo-details>summary::-webkit-details-marker {
  display: none;
}

.seo-less {
  display: none;
}

.seo-details[open]>summary {
  display: none;
}
/*
.seo-copy {
  padding-top: 22px;
}
*/

.seo-copy h2{
  color: #284f38;
  font-size: 23px;
  margin-top: 25px;
}

.seo-copy h3 {
  color: #284f38;
  font-size: 20px;
  margin-top: 25px;
}

.seo-copy h3:first-child,.seo-copy h2:first-child {
  margin-top: 0;
}

.seo-copy p {
  line-height: 1.85;
}

.seo-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.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;
}

.assistant-widget {
  position: fixed;
  bottom: 24px;
  right: 25px;
  z-index: 110;
}

.assistant-launcher {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 58px;
  padding: 0 22px;
  background: #174d42;
  color: #fff;
  border: 1px solid #ffffff66;
  border-radius: 40px;
  box-shadow: 0 8px 35px #0e382d40;
}

.assistant-launcher span {
  font-size: 13px;
  font-weight: 650;
}

.assistant-launcher:hover {
  background: #256955;
}

.assistant-panel {
  position: absolute;
  bottom: 74px;
  right: 0;
  width: 375px;
  max-height: min(650px,calc(100dvh - 125px));
  border: 1px solid #dce5d8;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 70px #142e2733;
  display: flex;
  flex-direction: column;
}

.assistant-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  background: #174d42;
  color: white;
  flex-shrink: 0;
}

.assistant-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff45;
  border-radius: 50%;
  flex-shrink: 0;
}

.assistant-head h2 {
  font-size: 15px;
  margin: 0 0 3px;
  letter-spacing: -.2px;
  line-height: 1.4;
}

.assistant-head span {
  font-size: 10px;
  color: #c5dccd;
  display: block;
}

.assistant-close {
  display: grid;
  place-items: center;
  width: 32px;
  height: 36px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  color: white;
  flex-shrink: 0;
}

.assistant-scroll {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 20px 17px;
}

.chat-message {
  padding: 13px 15px;
  border-radius: 11px 11px 11px 0;
  background: #f0f5ea;
  color: #425c42;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 12px;
  max-width: 94%;
  overflow-wrap: anywhere;
}

.chat-message.visitor {
  margin-left: auto;
  background: #174d42;
  color: #fff;
  border-radius: 11px 11px 0 11px;
  width: fit-content;
}

.assistant-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 15px 0;
}

.assistant-choices:empty {
  display: none;
}

.assistant-choices button {
  border: 1px solid #b9cbb0;
  border-radius: 7px;
  background: white;
  color: #315a40;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
}

.assistant-choices button:hover {
  background: #edf4e6;
}

#assistant-composer {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e3eadf;
}

#assistant-composer input {
  min-width: 0;
  margin: 0;
  font-size: 13px;
  min-height: 44px;
  padding: 10px;
}

#assistant-composer button {
  width: 43px;
  flex-shrink: 0;
  border: 0;
  border-radius: 7px;
  background: #174d42;
  color: #fff;
  display: grid;
  place-items: center;
}

.assistant-tools {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-top: 16px;
}

.assistant-tools .text-link,
.assistant-tools>a {
  font-size: 11px;
}

.assistant-tools>a {
  color: #547750;
  text-decoration: underline;
}

#assistant-contact .request-form label {
  font-size: 12px;
}

.assistant-panel .request-form input:not([type=checkbox]),
.assistant-panel textarea {
  font-size: 14px;
  padding: 10px;
}

.assistant-panel .request-form .check {
  font-size: 10px;
}

.assistant-panel .request-form .btn {
  font-size: 13px;
}

.assistant-nudge {
  position: absolute;
  bottom: 74px;
  right: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 295px;
  background: #fff;
  color: #244831;
  border: 1px solid #dce5d6;
  border-radius: 13px 13px 0 13px;
  box-shadow: 0 12px 35px #16342524;
  padding: 17px 12px 17px 18px;
}

.nudge-message {
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
}

.nudge-dismiss {
  border: 0;
  background: none;
  color: #829578;
  padding: 0;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

@media (max-width:1199px) {
  .quiz-teaser {
    gap: 20px;
    padding: 26px;
  }

  .quiz-badge {
    padding-right: 18px;
  }

  .quiz-teaser h2 {
    font-size: 22px;
  }

  .quiz-teaser>.btn {
    padding: 15px 18px;
  }

}

@media (max-width:991.98px) {
  .service-hero-copy {
    padding: 40px;
    max-width: 680px;
  }

  .service-hero h1 {
    font-size: 44px;
  }

  .quiz-teaser {
    grid-template-columns: auto 1fr;
  }

  .quiz-teaser>.btn {
    grid-column: 2;
    justify-self: start;
  }

  .quiz-badge {
    grid-row: span 2;
  }

  .quiz-teaser h2 {
    font-size: 24px;
  }

  .quiz-layout {
    grid-template-columns: .6fr 1fr;
  }

  .quiz-aside>div {
    padding: 38px 24px;
  }

  .quiz-aside h2 {
    font-size: 33px;
  }

  .quiz-aside a {
    font-size: 18px;
  }

  .quiz-main {
    padding: 55px 28px 30px;
  }

  .seo-section {
    gap: 30px;
  }

  .seo-heading h2 {
    font-size: 26px;
  }

  .assistant-widget {
    bottom: calc(79px + env(safe-area-inset-bottom));
    right: 18px;
  }

  .assistant-launcher {
    width: 55px;
    height: 55px;
    padding: 0;
    justify-content: center;
  }

  .assistant-launcher span {
    display: none;
  }

  .assistant-panel {
    bottom: 69px;
    max-height: calc(100dvh - 170px - env(safe-area-inset-bottom));
  }

}

@media (max-width:767px) {
  .immersive-hero .hero-copy {
    width: 100%;
  }

  .immersive-hero h1 {
    font-size: clamp(34px,8.7vw,53px);
    letter-spacing: -1.6px;
  }

  .page-hero.service-hero {
    min-height: 440px;
    border-radius: 12px;
    margin-top: 18px;
  }

  .service-hero-copy {
    padding: 36px 24px;
  }

  .service-hero h1 {
    font-size: clamp(33px,8.3vw,46px);
  }

  .service-hero .service-hero-copy>p {
    font-size: 15px;
  }

  .service-hero:before {
    background: linear-gradient(90deg,#0b302aee,#143a2cac);
  }

  .service-hero .inline-actions {
    gap: 18px;
  }

  .service-hero-note {
    font-size: 10px;
    letter-spacing: .4px;
  }

  .quiz-teaser {
    display: block;
    padding: 25px 23px;
    margin-top: 18px;
  }

  .quiz-badge {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
  }

  .quiz-badge>span {
    font-size: 37px;
  }

  .quiz-badge small {
    font-size: 11px;
  }

  .quiz-teaser h2 {
    font-size: 26px;
  }

  .quiz-teaser p {
    font-size: 14px;
  }

  .quiz-teaser>.btn {
    width: 100%;
    margin-top: 20px;
  }

  .quiz-dialog {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 12px;
  }

  .quiz-layout {
    display: block;
    min-height: 0;
  }

  .quiz-aside {
    display: none;
  }

  .quiz-main {
    padding: 50px 23px 27px;
  }

  .quiz-close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }

  #quiz-title {
    font-size: 27px;
  }

  .quiz-choice {
    padding: 14px 12px;
    font-size: 14px;
    gap: 12px;
  }

  #quiz-description {
    font-size: 13px;
  }

  .quiz-main .request-form input:not([type=checkbox]),
  .quiz-main textarea {
    font-size: 16px;
  }

  .seo-section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 35px 0;
    margin-top: 18px;
  }

  .seo-heading h2 {
    font-size: 27px;
    margin-bottom: 0;
  }

  .seo-copy h3 {
    font-size: 21px;
  }

  .seo-text {
    font-size: 15px;
  }

  .assistant-widget {
    right: 12px;
  }

  .assistant-panel {
    width: min(375px,calc(100vw - 24px));
  }

  .assistant-nudge {
    width: min(295px,calc(100vw - 24px));
  }

  .assistant-head {
    padding: 15px 13px;
    gap: 9px;
  }

  .assistant-head h2 {
    font-size: 14px;
  }

  .assistant-head span {
    font-size: 9px;
  }

  .assistant-avatar {
    width: 35px;
    height: 35px;
  }

  .assistant-scroll {
    padding: 17px 13px;
  }

  .assistant-panel .request-form input:not([type=checkbox]),
  .assistant-panel textarea,
  #assistant-composer input {
    font-size: 16px;
  }

}

@media print {
  .assistant-widget,
  .quiz-teaser,
  .quiz-dialog {
    display: none !important;
  }

  .seo-section {
    display: block;
  }

  .service-hero {
    color: #174d42;
  }

}

/* Header and a single navigation tree for desktop, compact and mobile views. */

html {
  scroll-padding-top: 105px;
}

body.menu-open {
  overflow: hidden;
}

.topline {
  background: #174d42;
  color: #e2eee8;
  font-size: 12px;
  letter-spacing: .035em;
}

.topline .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}

.header-shell {
  height: 153px;
}

.header {
  position: relative;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e2e7e3;
}

.header-main {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-tag {
  font-size: 13px;
  line-height: 1.5;
  color: #79817d;
  border-left: 1px solid #dce3de;
  padding-left: 32px;
}

.header-phone {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  margin-left: auto;
}

.header-phone small {
  font-size: 12px;
  color: #78817c;
  display: block;
  font-weight: 400;
}

.nav {
  width: 100%;
  transition: none;
}

.nav>ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: calc(100% - 80px);
  max-width: 1320px;
  margin: auto;
}

.nav-item {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 52px;
}

.nav-item>a {
  font-size: 13px;
  padding: 13px 0;
  font-weight: 600;
}

.nav a:hover,
.nav .active {
  color: #2c785e;
}

.submenu-toggle {
  display: grid;
  place-items: center;
  width: 30px;
  height: 38px;
  border: 0;
  background: none;
  padding: 0;
  color: #597568;
}

.submenu-toggle svg {
  transition: transform .2s;
}

.submenu-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.submenu {
  position: absolute;
  top: 100%;
  left: -20px;
  padding: 14px;
  list-style: none;
  margin: 0;
  background: #fff;
  box-shadow: 0 18px 60px #1e372a24;
  border: 1px solid #e3e9e2;
  border-radius: 0 0 12px 12px;
  width: 310px;
  display: none;
  max-height: 70vh;
  overflow: auto;
}

.nav-item:nth-last-child(-n+2) .submenu {
  left: auto;
  right: -10px;
}

.nav-item.expanded>.submenu {
  display: block;
}

.submenu a {
  display: block;
  padding: 9px 10px;
  font-size: 14px;
  border-radius: 4px;
}

.submenu a:hover {
  background: #eff4ee;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  height: 44px;
  padding: 0 15px;
  border: 1px solid #d3ded6;
  background: #fff;
  border-radius: 7px;
  color: #174d42;
  flex-shrink: 0;
}

.menu-toggle i {
  width: 20px;
  display: grid;
  gap: 4px;
}

.menu-toggle i span {
  display: block;
  height: 2px;
  width: 20px;
  background: currentColor;
}

.menu-toggle i span:nth-child(2) {
  width: 14px;
}

.menu-toggle b {
  font-size: 11px;
  letter-spacing: 1.2px;
}

.drawer-top,
.drawer-bottom {
  display: none;
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: #0c251d80;
  backdrop-filter: blur(5px);
  z-index: 101;
}

.header.is-compact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 35px #163d2310;
}

.header.is-compact .header-main {
  height: 74px;
}

.header.is-compact .header-tag,
.header.is-compact .header-phone small {
  display: none;
}

.header.has-drawer .menu-toggle {
  display: flex;
}

.header.has-drawer .nav {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 102;
  display: flex;
  flex-direction: column;
  width: min(500px,100%);
  height: 100dvh;
  max-height: none;
  background: #fbfcf9;
  padding: 22px 35px 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
  visibility: hidden;
  transform: translateX(105%);
}

.header.has-drawer .nav.open {
  visibility: visible;
  transform: translateX(0);
}

.header.has-drawer .nav.drawer-motion {
  transition: transform .32s ease, visibility .32s;
}

.header.has-drawer .nav>ul {
  display: block;
  width: 100%;
  margin: 0;
}

.header.has-drawer .nav-item {
  flex-wrap: wrap;
  border-bottom: 1px solid #dde6dc;
}

.header.has-drawer .nav-item>a {
  flex: 1;
  padding: 12px 0;
  font-size: 18px;
}

.header.has-drawer .submenu-toggle {
  width: 44px;
  height: 44px;
}

.header.has-drawer .submenu {
  position: static;
  width: 100%;
  max-height: none;
  padding: 0 0 15px 10px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.header.has-drawer .drawer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.drawer-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #678174;
}

.nav-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d4dfd3;
  border-radius: 50%;
  background: transparent;
  color: #174d42;
}

.header.has-drawer .drawer-bottom {
  display: block;
  margin-top: 30px;
  padding-top: 15px;
}

.drawer-bottom>span {
  font-size: 12px;
  color: #718174;
}

.drawer-bottom>a {
  display: block;
  font-size: 25px;
  font-weight: 700;
}

.drawer-bottom p {
  font-size: 13px;
}

.drawer-bottom .btn {
  width: 100%;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 1000;
  background: #174d42;
  color: #fff;
  padding: 12px 20px;
}

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

@media (min-width:992px) and (hover:hover) {
  .header:not(.has-drawer) .nav-item:hover>.submenu {
    display: block;
  }

  .header:not(.has-drawer) .nav-item:hover>.submenu-toggle svg {
    transform: rotate(180deg);
  }

}

@media (max-width:1199px) {
  .header-main {
    gap: 22px;
  }

  .header-tag {
    display: none;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .nav>ul {
    width: calc(100% - 56px);
  }

  .nav-item>a {
    font-size: 11px;
  }

  .submenu-toggle {
    width: 23px;
  }

}

@media (max-width:991.98px) {
  .header-shell {
    height: 79px;
  }

  .header-main {
    height: 78px;
    gap: 15px;
  }

  .header.is-compact .header-main {
    height: 68px;
  }

  .header-main>.btn {
    display: none;
  }

  .topline {
    font-size: 10px;
  }

  .topline .container>span:nth-child(2) {
    display: none;
  }

  .header-phone {
    font-size: 17px;
  }

  .header-phone small {
    font-size: 10px;
  }

  .menu-toggle {
    display: flex;
    min-width: 45px;
    height: 42px;
    padding: 0 12px;
    gap: 9px;
  }

  .menu-toggle b {
    font-size: 10px;
  }

  .header:not(.has-drawer) .nav {
    display: none;
  }

  .header.has-drawer .nav {
    inset: 0;
    width: 100%;
    padding: 20px 25px calc(28px + env(safe-area-inset-bottom));
  }

  .header.has-drawer .nav-item>a {
    font-size: 19px;
    padding: 13px 0;
  }

  .header.has-drawer .submenu a {
    font-size: 14px;
  }

  .header.has-drawer .drawer-bottom {
    margin-top: 25px;
    padding-top: 0;
  }

}

@media (max-width:767px) {
  .header-shell {
    height: 74px;
  }

  .header-main {
    height: 73px;
    gap: 10px;
  }

  .topline .container {
    min-height: 30px;
  }

  .topline a {
    font-size: 9px;
  }

  .header-phone {
    font-size: 12px;
    letter-spacing: -.3px;
  }

  .header-phone small {
    display: none;
  }

  .menu-toggle {
    min-width: 38px;
    width: 38px;
    height: 38px;
    padding: 8px;
  }

  .menu-toggle b {
    display: none;
  }

}

@media (max-width:374px) {
  .header-phone {
    font-size: 11px;
  }

}

@media (max-width:359px) {
  .header-phone {
    font-size: 10px;
  }

}

/* Shared image logo: explicit dimensions, no old text mark. */

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 200px;
  max-width: 100%;
  line-height: 1;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .logo {
  width: 200px;
}

.header-phone {
  flex-shrink: 0;
  white-space: nowrap;
}

.header-tag {
  flex-shrink: 0;
}

.header.is-compact .logo {
  width: 180px;
}

@media (max-width:991.98px) {
  .header .logo {
    width: 180px;
  }

  .header.is-compact .logo {
    width: 170px;
  }

}

@media (max-width:767px) {
  .header .logo,
  .header.is-compact .logo {
    width: clamp(112px,34vw,160px);
  }

  .header-main {
    gap: 8px;
  }

  .header-phone {
    font-size: 12px;
    letter-spacing: -.3px;
  }

}

@media (max-width:359px) {
  .header-phone {
    font-size: 11px;
  }

  .header .logo,
  .header.is-compact .logo {
    width: 112px;
  }

}

.error-page {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  align-items: center;
  gap: 65px;
  padding: 55px 0 45px;
}

.error-copy h1 {
  font-size: clamp(42px,4.8vw,65px);
  line-height: 1.1;
  margin: 22px 0;
  letter-spacing: -2.4px;
}

.error-copy>p {
  max-width: 470px;
  font-size: 16px;
  line-height: 1.85;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.error-help {
  margin-top: 42px;
  padding-left: 18px;
  border-left: 2px solid #c4d9b1;
}

.error-help>span {
  display: block;
  color: #79916e;
  font-size: 12px;
}

.error-help>a {
  display: inline-block;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -.6px;
}

.error-visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 16px;
  background: #174d42;
}

.error-visual>img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.error-visual:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg,#164939ba,#0e3027e6);
  z-index: 1;
}

.error-visual-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.error-number {
  font-size: clamp(150px,15vw,225px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -.085em;
  padding-right: .085em;
  color: #d5edb8;
}

.error-caption {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 22px;
}

.error-shortcuts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  padding: 25px 0 45px;
  margin-bottom: 20px;
  border-top: 1px solid #e1e9dc;
}

.error-shortcuts>span {
  color: #7c8e74;
  font-size: 12px;
  margin-right: auto;
}

.error-shortcuts>a {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
  color: #2d6148;
}

.error-shortcuts>a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width:991.98px) {
  .error-page {
    gap: 30px;
  }

  .error-copy h1 {
    font-size: 43px;
  }

  .error-visual {
    min-height: 470px;
  }

  .error-number {
    font-size: 160px;
  }

}

@media (max-width:767px) {
  .error-page {
    grid-template-columns: 1fr;
    padding: 35px 0 30px;
    gap: 30px;
  }

  .error-copy h1 {
    font-size: clamp(36px,9vw,48px);
    letter-spacing: -1.6px;
  }

  .error-copy>p {
    font-size: 15px;
  }

  .error-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .error-actions .btn {
    font-size: 13px;
    padding: 14px 19px;
    min-height: 53px;
  }

  .error-help {
    margin-top: 28px;
  }

  .error-help>a {
    font-size: 23px;
  }

  .error-visual {
    min-height: 300px;
  }

  .error-visual-content {
    padding: 25px;
  }

  .error-number {
    font-size: 160px;
  }

  .error-caption {
    font-size: 14px;
    margin-top: 12px;
  }

  .error-shortcuts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    padding: 25px 0 35px;
  }

  .error-shortcuts>span {
    grid-column: 1/-1;
  }

  .error-shortcuts>a {
    font-size: 12px;
    gap: 6px;
  }

}

@media (max-width:359px) {
  .error-actions {
    flex-direction: column;
  }

  .error-actions .btn {
    width: 100%;
  }

}

@media print {
  .header-shell,
  .topline {
    display: none !important;
  }

}
