@font-face { font-family: "DM Sans"; src: url("assets/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 500; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("assets/newsreader-latin.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
:root { color-scheme: light; --burgundy: #68002f; --blush: #f6eeea; --body-font: "DM Sans", Arial, sans-serif; --heading-font: "Newsreader", Georgia, serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--burgundy); font-family: var(--body-font); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 20; padding: .75rem 1rem; background: #fff; }
.skip-link:focus { top: 1rem; }
.site-header { height: 155px; display: flex; justify-content: center; align-items: center; background: var(--burgundy); border-bottom: 1px solid rgba(255,255,255,.7); }
.logo-link { display: block; width: 210px; height: 145px; overflow: hidden; }
.logo-link img { display: block; width: 100%; height: 100%; object-fit: contain; }
.about-section { background: var(--burgundy); color: #fff; }
.about-inner { max-width: 1440px; min-height: 570px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; column-gap: 7.64vw; align-items: center; padding: 25px 7.83vw 43px; }
.about-inner h1 { margin: 0; transform: translateY(-113px); font-family: var(--heading-font); font-size: clamp(62px, calc(2.7vw + 27.5px), 66.4px); font-weight: 400; letter-spacing: -.02em; line-height: 1.056; }
.about-copy { max-width: 552px; justify-self: end; font-size: 16px; line-height: 1.55; }
.about-copy p { margin: 0 0 18px; }
.about-copy p:last-child { margin-bottom: 0; }
.services-section { overflow: hidden; background: #fff; }
.services-inner { max-width: 1440px; margin: auto; padding: max(55px, calc(2.9vh + 20px)) 0 max(48px, calc(2.9vh + 13px)) 58px; }
.services-inner h2, .contact-intro h2 { margin: 0; font-family: var(--heading-font); font-size: 46.24px; font-weight: 400; letter-spacing: -.02em; line-height: 1.2; }
.services-inner h2 { margin-bottom: 47px; }
.carousel-wrap { position: relative; }
.services-track { display: flex; gap: 20px; padding-right: 58px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.services-track::-webkit-scrollbar { display: none; }
.service-card { flex: 0 0 415px; min-height: 538px; padding: 24px; background: var(--blush); scroll-snap-align: start; }
.service-card img { display: block; width: 100%; height: 243px; object-fit: cover; }
.service-card h3 { margin: 17px 0 4px; font-family: var(--heading-font); font-size: 24.4px; font-weight: 400; letter-spacing: -.02em; line-height: 1.114; }
.service-card p { margin: 0; color: #111; font-size: 14.272px; line-height: 1.5; }
.carousel-arrow { position: absolute; top: 49%; width: 59px; height: 59px; border: 0; border-radius: 50%; background: rgba(104,0,47,.76); color: white; font-size: 28px; line-height: 1; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { background: var(--burgundy); }
.carousel-arrow-prev { left: 0; transform: translate(-35%, -50%); }
.carousel-arrow-next { right: 40px; transform: translate(35%, -50%); }
.carousel-arrow:disabled { opacity: 0; pointer-events: none; }
.contact-section { min-height: 39.4vh; background: var(--blush); }
.contact-inner { max-width: 1440px; margin: auto; display: grid; grid-template-columns: minmax(0,560px) minmax(0,600px); column-gap: 106px; padding: 42px 60px 40px 114px; }
.contact-intro p { max-width: 430px; margin: 25px 0 0; font-size: 16px; line-height: 1.35; }
.contact-form { width: 100%; font-size: 15px; }
.contact-form fieldset { margin: 0 0 19px; padding: 0; border: 0; }
.contact-form legend { padding: 0 0 12px; }
.contact-form label { display: block; margin: 0 0 18px; }
.contact-form label span { font-size: 13px; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 7px 9px; border: 1px solid transparent; border-radius: 0; background: #fff; color: #222; }
.contact-form input { height: 37px; }
.contact-form textarea { min-height: 99px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--burgundy); outline-offset: 1px; }
.name-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.name-fields label { margin-bottom: 0; }
.bot-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.send-button { display: block; width: 100%; min-height: 59px; margin-top: 22px; border: 0; border-radius: 999px; background: var(--burgundy); color: #fff; }
.send-button:hover, .send-button:focus-visible { background: #850a46; }
.send-button:disabled { cursor: wait; opacity: .7; }
.form-status { min-height: 2rem; margin: 12px 0 0; line-height: 1.4; }
.form-status:empty { display: none; }
.site-footer { min-height: 405px; padding: 34px 25px 45px; display: flex; flex-direction: column; align-items: center; color: var(--burgundy); text-align: center; }
.site-footer p { max-width: 960px; margin: 0 0 45px; font-size: 15px; }
.wosb-mark { display: block; width: 88px; height: auto; margin-bottom: 65px; }
.linkedin-link { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 6px; background: var(--burgundy); color: #fff; font: bold 26px Arial, sans-serif; text-decoration: none; }
.linkedin-link:hover, .linkedin-link:focus-visible { background: #850a46; }
@media (max-width: 900px) {
  .about-inner { column-gap: 35px; padding-right: 45px; padding-left: 45px; }
  .contact-inner { grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 40px; padding-right: 35px; padding-left: 35px; }
}
@media (max-width: 767px) {
  .site-header { height: 125px; }
  .logo-link { width: 135px; height: 98px; }
  .about-inner { display: block; min-height: 0; padding: 25px 30px 65px; }
  .about-inner h1 { margin-bottom: 30px; transform: none; font-size: 52px; }
  .about-copy { max-width: none; font-size: 16px; line-height: 1.52; }
  .about-copy p { margin-bottom: 20px; }
  .services-inner { padding: 65px 20px 65px; }
  .services-inner h2, .contact-intro h2 { font-size: 38px; }
  .services-inner h2 { margin-bottom: 40px; }
  .services-track { gap: 20px; padding-right: 0; }
  .service-card { flex-basis: 100%; min-height: 0; padding: 28px; }
  .service-card img { height: auto; aspect-ratio: 1.5; }
  .service-card h3 { font-size: 25px; }
  .service-card p { font-size: 15px; }
  .carousel-wrap { padding-bottom: 68px; }
  .carousel-arrow { top: auto; bottom: 0; width: 42px; height: 42px; font-size: 25px; }
  .carousel-arrow-prev { left: calc(50% - 50px); transform: none; }
  .carousel-arrow-next { right: calc(50% - 50px); transform: none; }
  .carousel-arrow:disabled { opacity: .35; pointer-events: none; }
  .contact-section { min-height: 0; }
  .contact-inner { display: block; padding: 35px 30px 110px; }
  .contact-intro p { margin: 26px 0 45px; }
  .site-footer { min-height: 0; padding-top: 42px; }
  .site-footer p { line-height: 1.4; }
}
@media (prefers-reduced-motion: reduce) { html, .services-track { scroll-behavior: auto; } }
