@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(../fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(../fonts/manrope-latin.woff2) format('woff2');
  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;
}


/* Ladislav Turek — vlastní vzhled webu */
:root {
  --background: #fafbf7;
  --foreground: #203c32;
  --primary: #f2cc4d;
  --primary-foreground: #203c32;
  --secondary: #eaf0e8;
  --secondary-foreground: #203c32;
  --muted: #eef1e9;
  --muted-foreground: #607069;
  --accent: #f2cc4d;
  --accent-foreground: #203c32;
  --card: #fff;
  --card-foreground: #203c32;
  --popover: #fff;
  --popover-foreground: #203c32;
  --border: #dbe2d8;
  --ring: #51715f;
  --destructive: #b83131;
  --radius: 1rem;
  --pine: #203c32;
  --yellow: #f2cc4d;
 
}

* {
  box-sizing: border-box;
 
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
 
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
 
}

::selection {
  background: var(--yellow);
  color: var(--pine);
 
}

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

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

a:focus-visible, button:focus-visible {
  outline: 3px solid #977500;
  outline-offset: 6px;
 
}

button {
  font: inherit;
 
}

svg {
  flex-shrink: 0;
 
}

.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
 
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  padding: 15px;
  background: var(--yellow);
 
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fafbf7f2;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
 
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
 
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--pine);
  color: var(--yellow);
  border-radius: 13px;
 
}

.brand strong {
  display: block;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.4;
 
}

.brand-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  margin-top: 2px;
 
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
 
}

nav a {
  padding-block: 12px;
  transition: color .2s;
 
}

nav a:hover {
  color: #73811d;
 
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid var(--pine);
 
}

.mobile-phone {
  display: none;
 
}


.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 26px;
  line-height: 1.6;
 
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pine);
  flex-shrink: 0;
  box-shadow: 0 0 0 4px #e6ebdf;
 
}

h1 {
  font-size: clamp(4rem, 6.2vw, 5.5rem);
  line-height: 1.04;
  letter-spacing: -.065em;
  font-weight: 800;
  margin: 0 0 30px;
 
}

h1 > span {
  color: #58705a;
 
}

h1 .highlight {
  display: inline;
  color: var(--pine);
  background: linear-gradient(transparent 57%, var(--yellow) 57%, var(--yellow) 93%, transparent 93%);
  padding-right: .08em;
 
}

.hero-description {
  color: #5d6b62;
  font-size: 17px;
  line-height: 1.8;
  max-width: 450px;
  margin: 0 0 29px;
 
}

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

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 19px 23px;
  min-height: 58px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 7px;
  transition: background .2s, transform .2s;
 
}

.button-primary {
  color: var(--pine);
  background: var(--yellow);
 
}

.button-primary:hover {
  background: #fadd74;
  transform: translateY(-2px);
 
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #c2ccbe;
 
}

.text-link:hover {
  border-color: var(--pine);
 
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 25px 0 0;
  color: #69776c;
  font-size: 13px;
  line-height: 1.5;
 
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 570px;
  margin-block: 6px 18px;
 
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  border-radius: 12px 90px 12px 12px;
 
}

.image-label {
  position: absolute;
  top: 28px;
  left: 28px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  background: #142b24bb;
  border: 1px solid #ffffff38;
  border-radius: 20px;
  padding: 9px 13px;
  max-width: calc(100% - 56px);
 
}

.hero-note {
  position: absolute;
  bottom: -20px;
  left: -28px;
  right: 35px;
  background: var(--yellow);
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
  transform: rotate(-3deg);
  box-shadow: 0 8px 18px #1b362b13;
 
}

.note-plus {
  font-size: 48px;
  line-height: 1;
 
}

.hero-note p {
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
 
}

.hero-note strong {
  font-size: 17px;
  letter-spacing: -.02em;
 
}


@media (max-width: 1150px) {
  .container {
  width: calc(100% - 64px);
 
}  nav {
  gap: 19px;
 
} .hero-visual {
  min-height: 540px;
 
} h1 {
  font-size: clamp(3.8rem, 6.2vw, 5.5rem);
 
}

}

@media (max-width: 991.98px) {
  nav {
  display: none;
 
}  h1 {
  font-size: 3.8rem;
 
} .hero-visual {
  min-height: 560px;
 
} .hero-note {
  left: -10px;
  right: 0;
  padding: 18px;
  gap: 12px;
 
} .hero-note strong {
  font-size: 15px;
 
} .image-label {
  left: 15px;
  top: 18px;
  max-width: calc(100% - 30px);
 
}

}

@media (max-width: 767.98px) {
  html {
  scroll-padding-top: 92px;
 
} .container {
  width: calc(100% - 40px);
 
} .header-inner {
  min-height: 78px;
  gap: 15px;
 
} .brand {
  gap: 10px;
 
} .brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
 
} .brand strong {
  font-size: 17px;
 
} .brand-subtitle {
  font-size: 12px;
  letter-spacing: .035em;
 
} .desktop-phone {
  display: none;
 
} .mobile-phone {
  display: inline;
 
} .header-call {
  background: var(--yellow);
  padding-inline: 14px;
  border: 0;
  border-radius: 6px;
  font-size: 14px;
  gap: 7px;
 
}  .eyebrow {
  font-size: 12px;
  letter-spacing: .04em;
  margin-bottom: 21px;
 
} h1 {
  font-size: clamp(3.55rem, 12vw, 5.4rem);
  margin-bottom: 24px;
 
} .hero-description {
  font-size: 16px;
  max-width: 490px;
  line-height: 1.8;
  margin-bottom: 23px;
 
} .hero-actions {
  gap: 10px 20px;
 
} .button {
  font-size: 14px;
  padding: 18px 21px;
 
} .hero-location {
  font-size: 12px;
  margin-top: 18px;
 
} .hero-visual {
  margin-top: 34px;
  margin-bottom: 14px;
  min-height: 0;
  height: 370px;
 
} .hero-visual > img {
  border-radius: 9px 70px 9px 9px;
  object-position: center 57%;
 
} .image-label {
  right: auto;
  top: 20px;
  left: 20px;
 
} .hero-note {
  left: 12px;
  right: 15px;
  bottom: -14px;
  padding: 17px 21px;
 
} .hero-note strong {
  font-size: 16px;
 
} .note-plus {
  font-size: 44px;
 
}

}

@media (max-width: 380px) {
  .container {
  width: calc(100% - 32px);
 
} .brand strong {
  font-size: 16px;
 
} .header-call {
  padding-inline: 10px;
 
} .header-call svg {
  display: none;
 
} h1 {
  font-size: 3.3rem;
 
} .hero-actions > .button {
  width: 100%;
  padding-inline: 14px;
 
} .image-label {
  left: 12px;
 
}

}

@media (prefers-reduced-motion: reduce) {
  html {
  scroll-behavior: auto;
 
} *, *::before, *::after {
  animation: none !important;
  transition: none !important;
 
}

}


.promise-strip {
  background: var(--pine);
  color: #fafbf7;
 
}

.promise-inner {
  min-height: 83px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
 
}

.promise-inner > span {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 500;
 
}

.promise-inner .strip-star {
  color: var(--yellow);
  font-size: 29px;
  font-weight: 400;
 
}

.services-section {
  padding-block: 100px 65px;
  background: #eef1e9;
 
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 43px;
 
}

.section-heading .eyebrow, .approach-section .eyebrow {
  margin-bottom: 19px;
  color: #61735e;
 
}

h2 {
  margin: 0;
  font-size: clamp(2.4rem, 3.4vw, 3.25rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -.055em;
 
}

.section-heading > p {
  margin: 0 0 5px;
  max-width: 385px;
  font-size: 16px;
  line-height: 1.9;
  color: #627061;
 
}


.service-card {
  min-width: 0;
  background: #fafbf7;
  border: 1px solid #dee5d8;
  border-radius: 10px;
  padding: 29px;
  transition: border-color .25s, transform .25s;
 
}

.service-card:hover {
  border-color: #91a083;
  transform: translateY(-3px);
 
}

.service-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
 
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: #e9edde;
  border-radius: 14px;
 
}

.service-card:nth-child(2) .service-icon, .service-card:nth-child(6) .service-icon {
  background: #f3e7af;
 
}

.service-number {
  color: #899582;
  font-size: 12px;
  letter-spacing: .04em;
 
}

h3 {
  margin: 0;
  letter-spacing: -.035em;
  font-weight: 800;
 
}

.service-copy h3 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 11px;
 
}

.service-copy p {
  color: #65705f;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 27px;
 
}

.service-detail {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #76806d;
  border-top: 1px solid #e0e6d9;
  padding-top: 17px;
 
}

.other-work {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-top: 33px;
 
}

.other-work p {
  font-size: 14px;
  line-height: 1.8;
  color: #65705f;
  margin: 0;
 
}

.other-work p strong {
  color: var(--pine);
  font-weight: 800;
 
}

.other-work .text-link {
  flex-shrink: 0;
 
}


.approach-description {
  max-width: 440px;
  color: #65705f;
  line-height: 1.8;
  font-size: 16px;
  margin: 24px 0 33px;
 
}

.steps {
  display: grid;
  gap: 0;
 
}

.step {
  display: flex;
  gap: 23px;
  padding-block: 22px;
  border-top: 1px solid var(--border);
 
}

.step-number {
  color: #879677;
  font-size: 14px;
  padding-top: 4px;
  font-weight: 600;
 
}

.step h3 {
  font-size: 19px;
  margin-bottom: 7px;
 
}

.step p {
  color: #65705f;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  max-width: 390px;
 
}

.personal-note {
  position: relative;
  margin-top: 11px;
  padding: 45px 42px 0;
  background: #eaf0e3;
  border-radius: 10px 60px 10px 10px;
 
}

.quote-symbol {
  font-size: 100px;
  line-height: .8;
  display: block;
  font-family: Georgia, serif;
  color: #738569;
  margin-bottom: 10px;
 
}

blockquote {
  font-size: clamp(1.85rem, 2.7vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.05em;
  margin: 0 0 30px;
 
}

blockquote > span {
  background: linear-gradient(transparent 57%, var(--yellow) 57%, var(--yellow) 94%, transparent 94%);
 
}

.note-signature {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 32px;
 
}

.initials {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--pine);
  color: var(--yellow);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
 
}

.note-signature strong {
  font-size: 15px;
  display: block;
  font-weight: 800;
 
}

.note-signature > div > span {
  font-size: 12px;
  color: #65745e;
  display: block;
  margin-top: 3px;
 
}

.area-note {
  display: flex;
  gap: 14px;
  margin-inline: -42px;
  padding: 26px 35px;
  background: #e1e9d9;
  border-radius: 0 0 10px 10px;
 
}

.area-note h3 {
  font-size: 17px;
  margin-bottom: 6px;
 
}

.area-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #5d6e55;
 
}

.contact-section {
  background: var(--pine);
  color: #fafbf7;
  padding-block: 83px;
  position: relative;
 
}


.contact-section .eyebrow {
  color: #c1cdbb;
  margin-bottom: 25px;
 
}

.contact-section h2 {
  font-size: clamp(2.5rem, 4vw, 3.6rem);
 
}

.contact-section h2 > span {
  color: var(--yellow);
 
}

.contact-description {
  color: #c1cdbb;
  line-height: 1.8;
  font-size: 16px;
  margin: 24px 0 0;
 
}

.contact-links {
  min-width: 0;
 
}

.contact-link-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .06em;
  color: #d0dacb;
  font-weight: 600;
  margin-bottom: 12px;
 
}

.contact-phone {
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff30;
 
}

.contact-phone-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  letter-spacing: -.055em;
  font-weight: 700;
  color: var(--yellow);
 
}

.contact-phone:hover .contact-phone-value {
  color: #fff0a7;
 
}

.contact-email {
  display: block;
  margin-top: 24px;
 
}

.contact-email > span:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
 
}

.contact-email:hover > span:last-child {
  color: var(--yellow);
 
}

.contact-area {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  line-height: 1.6;
  color: #c1cdbb;
  margin-top: 29px;
 
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-block: 30px;
 
}

.footer-brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
 
}

.footer-brand > span {
  color: #737d6c;
  font-size: 12px;
  padding-left: 8px;
  border-left: 1px solid var(--border);
 
}

.site-footer p {
  color: #737d6c;
  font-size: 12px;
  margin: 0;
 
}

.back-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  min-height: 44px;
 
}

.mobile-contact-bar {
  display: none;
 
}

@media (max-width: 1150px) {
    .service-card {
  padding: 24px;
 
} .service-copy h3 {
  font-size: 19px;
 
} .service-detail {
  font-size: 12px;
  letter-spacing: 0;
 
} .site-footer p {
  display: none;
 
}

}

@media (max-width: 991.98px) {
  .promise-inner {
  gap: 18px;
 
} .promise-inner > span {
  font-size: 13px;
  gap: 8px;
 
} .promise-inner .strip-star {
  font-size: 23px;
 
}  .services-section {
  padding-block: 75px 50px;
 
} .section-heading {
  gap: 30px;
 
} .section-heading > p {
  max-width: 290px;
 
} .desktop-break {
  display: none;
 
}  .personal-note {
  padding: 32px 27px 0;
 
} .area-note {
  margin-inline: -27px;
  padding: 24px;
 
}  .contact-email > span:last-child {
  font-size: 17px;
 
} .contact-phone-value {
  font-size: 2.2rem;
 
}

}

@media (max-width: 767.98px) {
  body {
  padding-bottom: calc(76px + env(safe-area-inset-bottom));
 
} .promise-inner {
  justify-content: center;
  min-height: 66px;
  gap: 14px;
  flex-wrap: wrap;
  padding-block: 16px;
 
} .promise-inner > span {
  font-size: 12px;
 
} .promise-inner > span:last-child, .promise-inner > span:nth-child(4) {
  display: none;
 
} .promise-inner .strip-star {
  font-size: 22px;
 
} .promise-inner > span:first-child svg {
  width: 16px;
 
} .services-section {
  padding-block: 58px 35px;
 
} .section-heading {
  display: block;
  margin-bottom: 29px;
 
} .section-heading > p {
  max-width: none;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
 
} h2 {
  font-size: clamp(2.2rem, 8.5vw, 3.25rem);
 
}  .service-card {
  display: flex;
  gap: 18px;
  padding: 24px 21px;
 
} .service-card-top {
  margin: 0;
  display: block;
 
} .service-icon {
  width: 47px;
  height: 47px;
  border-radius: 12px;
 
} .service-icon svg {
  width: 25px;
  height: 25px;
 
} .service-number {
  display: block;
  text-align: center;
  margin-top: 14px;
 
} .service-copy {
  flex: 1;
  min-width: 0;
 
} .service-copy h3 {
  font-size: 19px;
  margin-bottom: 9px;
 
} .service-copy p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
 
} .service-detail {
  display: none;
 
} .other-work {
  display: block;
  padding-top: 25px;
 
} .other-work p {
  font-size: 14px;
 
} .other-work .text-link {
  margin-top: 11px;
 
}  .approach-description {
  margin-top: 20px;
 
} .step {
  gap: 20px;
 
} .step h3 {
  font-size: 18px;
 
} .step p {
  font-size: 16px;
 
} .personal-note {
  margin-top: 33px;
  padding: 35px 31px 0;
 
} blockquote {
  font-size: clamp(2rem,8vw,2.7rem);
 
} .quote-symbol {
  font-size: 90px;
  margin-bottom: 4px;
 
} .area-note {
  margin-inline: -31px;
  padding: 24px 26px;
 
} .area-note p {
  font-size: 14px;
 
} .contact-section {
  padding-block: 53px 45px;
 
}  .contact-section h2 {
  font-size: clamp(2.2rem,8.7vw,3.5rem);
 
} .contact-description {
  margin-top: 20px;
 
} .contact-links {
  margin-top: 35px;
 
} .contact-phone-value {
  font-size: clamp(2.2rem,10vw,3.25rem);
 
} .contact-email > span:last-child {
  font-size: clamp(1rem,4.5vw,1.4rem);
 
} .contact-area {
  font-size: 12px;
  margin-top: 24px;
 
} .site-footer {
  align-items: flex-start;
  gap: 20px;
  padding-block: 25px;
 
} .footer-brand {
  gap: 8px;
  max-width: 190px;
 
} .footer-brand > span {
  padding-left: 27px;
  border: 0;
  width: 100%;
 
} .back-top {
  font-size: 12px;
  gap: 6px;
  flex-shrink: 0;
 
} .mobile-contact-bar {
  position: fixed;
  z-index: 30;
  inset: auto 0 0;
  display: flex;
  align-items: stretch;
  gap: 11px;
  padding: 11px 18px calc(11px + env(safe-area-inset-bottom));
  background: #fafbf7f5;
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -5px 25px #203c3208;
 
} .mobile-email {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 12px 7px;
  font-size: 14px;
  font-weight: 700;
  min-height: 52px;
 
} .mobile-call {
  flex: 1;
  background: var(--yellow);
  color: var(--pine);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 800;
  min-height: 52px;
 
}

}

@media (max-width: 380px) {
  .service-card {
  padding: 20px 16px;
  gap: 14px;
 
} .service-icon {
  width: 41px;
  height: 41px;
 
} .service-copy h3 {
  font-size: 18px;
 
} .promise-inner {
  gap: 11px;
 
} .promise-inner > span:first-child svg {
  display: none;
 
} .mobile-contact-bar {
  padding-inline: 12px;
  gap: 7px;
 
} .mobile-call {
  gap: 7px;
  font-size: 13px;
 
} .mobile-email {
  font-size: 13px;
 
}

}

@media (max-width: 380px) {
  h1 {
  font-size: clamp(2.85rem, 14vw, 3.3rem);
 
}

}


/* Layout uses the Bootstrap 5 grid. Custom rules preserve the original design. */
.container.site-container {
  max-width: none;
  padding-inline: 0;
 
}

body {
  line-height: 1.5;
 
}

a:hover {
  color: inherit;
 
}

nav .nav-link {
  color: var(--pine);
  padding: 12px 0;
  font-weight: 600;
 
}

nav .nav-link:hover {
  color: #73811d;
 
}

.btn-primary {
  --bs-btn-color: #203c32;
  --bs-btn-bg: #f2cc4d;
  --bs-btn-border-color: #f2cc4d;
  --bs-btn-hover-color: #203c32;
  --bs-btn-hover-bg: #fadd74;
  --bs-btn-hover-border-color: #fadd74;
  --bs-btn-active-color: #203c32;
  --bs-btn-active-bg: #edc13a;
  --bs-btn-active-border-color: #edc13a;
  --bs-btn-focus-shadow-rgb: 151,117,0;
 
}

.button {
  border: 0;
 
}

.hero {
  padding-block: 66px 78px;
 
}

.hero-row {
  --bs-gutter-x: 70px;
  --bs-gutter-y: 0;
 
}

.hero-row > .col-md-6:first-child {
  align-self: center;
 
}

.hero-visual {
  height: calc(100% - 24px);
 
}

.services-grid {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
 
}

.service-card {
  color: var(--pine);
 
}

.service-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
 
}

.service-detail {
  margin-top: auto;
 
}

.approach-section {
  padding-block: 110px;
 
}

.approach-row {
  --bs-gutter-x: 115px;
  --bs-gutter-y: 0;
 
}

.contact-row {
  --bs-gutter-x: 100px;
  --bs-gutter-y: 0;
 
}

@media (min-width: 1550px) {
  .hero {
  padding-block: 85px 100px;
 
} .hero-row {
  --bs-gutter-x: 90px;
 
}

}

@media (max-width: 1150px) {
  .hero-row {
  --bs-gutter-x: 40px;
 
} .approach-row {
  --bs-gutter-x: 65px;
 
} .contact-row {
  --bs-gutter-x: 60px;
 
}

}

@media (max-width: 991.98px) {
  .hero-row {
  --bs-gutter-x: 32px;
 
} .approach-section {
  padding-block: 80px;
 
} .approach-row, .contact-row {
  --bs-gutter-x: 35px;
 
}

}

@media (max-width: 767.98px) {
  .hero {
  padding-block: 40px 64px;
 
} .hero-visual {
  height: 370px;
 
} .hero-row, .approach-row, .contact-row {
  --bs-gutter-x: 0;
 
} .services-grid {
  --bs-gutter-y: 12px;
 
} .service-card {
  flex-direction: row;
 
} .approach-section {
  padding-block: 60px;
 
}

}

