.osono-landing {
  --osono-blue: #00377A;
  --osono-blue-dark: #002f69;
  --osono-green: #86A63D;
  --osono-copy-gray: #4e5d6e;
  --osono-cream: #f8f5ec;
  --osono-soft: #f6f7f5;
  --osono-ink: #123159;
  --osono-muted: #4e5d6e;
  --osono-border: #dfe4e8;
  --osono-shadow: 0 14px 34px rgba(16, 42, 76, .13);
  color: var(--osono-ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  background: #fff;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.osono-landing *,
.osono-landing *::before,
.osono-landing *::after {
  box-sizing: border-box;
}

.osono-landing img,
.osono-landing svg {
  display: block;
}

.osono-container {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
}

.osono-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #e7f2ed;
}

.osono-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.osono-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(134, 166, 61, .3);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.osono-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 610px;
  display: flex;
  align-items: center;
  padding: 70px 0;
}

.osono-hero-card {
  width: min(100%, 400px);
  margin-left: 8px;
  padding: 38px 42px 36px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow:
    0 0 44px rgba(255, 255, 255, .78),
    0 20px 46px rgba(10, 43, 76, .17);
  backdrop-filter: blur(3px);
}

.osono-eyebrow,
.osono-kicker {
  margin: 0;
  color: var(--osono-green);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.osono-hero-card .osono-eyebrow {
  color: #23375c;
}

.osono-hero h1 {
  margin: 5px 0 12px;
  color: var(--osono-blue);
  font-size: 41px;
  line-height: 1.02;
  font-weight: 700;
	text-transform: none;
}

.osono-location {
  margin: 0 0 18px;
  color: #263850;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.osono-hero-card__lead {
  margin: 0 0 22px;
  color: #303845;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

.osono-hero-card__text,
.osono-copy p:not(.osono-kicker),
.osono-services p,
.osono-audience p {
  color: var(--osono-copy-gray);
}

.osono-hero-card__text {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.45;
}

.osono-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 13px 24px;
  border: 0;
  border-radius: 8px;
  background: var(--osono-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.osono-button:hover,
.osono-button:focus-visible {
  background: var(--osono-blue-dark) !important;
	color: #fff;
}

.osono-highlights {
  background: var(--osono-cream);
}

.osono-highlights__grid {
  min-height: 140px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: center;
}

.osono-highlight {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
}

.osono-icon svg {
  width: 52px;
  height: 52px;
  color: var(--osono-blue);
}

.osono-highlight h2 {
  margin: 0 0 3px;
  color: var(--osono-blue);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.osono-highlight p {
  margin: 0;
  color: #435066;
  font-size: 14px;
  line-height: 1.25;
}

.osono-section {
  padding: 88px 0;
}

.osono-section--soft {
  background: var(--osono-soft);
}

.osono-intro__grid {
  display: grid;
  grid-template-columns: .82fr .98fr;
  gap: 76px;
  align-items: center;
}

.osono-copy {
  max-width: 460px;
}

.osono-copy .osono-kicker {
  color: var(--osono-green);
  font-size: 18px;
  font-weight: 700;
}

.osono-copy h2,
.osono-heading h2 {
  margin: 8px 0 23px;
  color: var(--osono-blue);
  font-size: 32px;
  line-height: 1.12;
  font-weight: 700;
}

.osono-copy p:not(.osono-kicker) {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.55;
}

.osono-copy .osono-button {
  margin-top: 3px;
}

.osono-intro__image {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}

.osono-heading {
  margin: 0 auto 44px;
  text-align: center;
}

.osono-heading h2 {
  margin-bottom: 0;
}

.osono-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.osono-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 14px;
}

.osono-gallery__mobile-only {
  display: none !important;
}

.osono-gallery img {
  width: 100%;
  aspect-ratio: .74 / 1;
  object-fit: cover;
  transition: transform .22s ease;
}

.osono-gallery a:hover img,
.osono-gallery a:focus-visible img {
  transform: scale(1.035);
}

.osono-services {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin-top: 52px;
  text-align: center;
}

.osono-services article {
  min-width: 0;
}

.osono-service-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: var(--osono-cream);
}

.osono-service-icon svg {
  width: 36px;
  height: 36px;
  color: var(--osono-blue);
}

.osono-services h3,
.osono-audience h3 {
  margin: 0 0 11px;
  color: var(--osono-blue);
  font-size: 17px;
  line-height: 1.15;
  font-weight: 700;
}

.osono-services p {
  margin: 0;
  font-size: 15px;
  line-height: 1.36;
}

.osono-audience {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 850px;
  margin: 10px auto 0;
  text-align: center;
}

.osono-audience article {
  padding: 0 46px;
}

.osono-audience article + article {
  border-left: 1px solid rgba(150, 185, 77, .65);
}

.osono-mini-icon {
  min-height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
}

.osono-mini-icon svg {
  width: 50px;
  height: 46px;
  color: var(--osono-green);
}

.osono-audience p {
  margin: 0;
  font-size: 15px;
  line-height: 1.38;
}

.osono-contact-section {
  padding-top: 74px;
}

.osono-contact-card {
  max-width: 960px;
  display: grid;
  grid-template-columns: 390px 1fr;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--osono-shadow);
}

.osono-contact-info {
  padding: 42px 38px 40px;
  background: var(--osono-blue);
  color: #fff;
}

.osono-contact-info .osono-eyebrow {
  color: #fff;
}

.osono-contact-info h2 {
  margin: 4px 0 38px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.osono-contact-info ul {
  display: grid;
  gap: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.osono-contact-info li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 16px;
  align-items: start;
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
  line-height: 1.36;
}

.osono-contact-icon {
  width: 24px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
}

.osono-contact-icon svg {
  max-width: 23px;
  height: auto;
}

.osono-form {
  padding: 43px 38px 40px;
}

.osono-form-placeholder {
  margin-top: 18px;
}

.osono-form .wpcf7,
.osono-form .wpcf7-form {
  margin: 0;
}

.osono-form .wpcf7 p {
  margin: 0 0 13px;
}

.osono-form .osono-form-row p {
  margin-bottom: 0;
}

.osono-form .wpcf7 br {
  display: none;
}

.osono-form .wpcf7-form-control-wrap {
  display: block;
}

.osono-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.osono-form .osono-form-row > p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 0;
}

.osono-form label {
  display: block;
  margin: 0 0 13px;
  color: #46556a;
  font-size: 14px;
  font-weight: 700;
}

.osono-form input:not([type="checkbox"]):not([type="submit"]),
.osono-form textarea,
.osono-form .wpcf7 input[type="text"],
.osono-form .wpcf7 input[type="email"],
.osono-form .wpcf7 input[type="tel"],
.osono-form .wpcf7 input[type="number"],
.osono-form .wpcf7 textarea {
  width: 100% !important;
  display: block;
  margin: 6px 0 0 !important;
  border: 1px solid #d5dce2;
  border-radius: 0;
  background: #fff;
  color: #263850;
  font: inherit;
  box-shadow: none;
}

.osono-form input:not([type="checkbox"]):not([type="submit"]),
.osono-form .wpcf7 input[type="text"],
.osono-form .wpcf7 input[type="email"],
.osono-form .wpcf7 input[type="tel"],
.osono-form .wpcf7 input[type="number"] {
  height: 32px;
  padding: 4px 8px;
}

.osono-form textarea,
.osono-form .wpcf7 textarea {
  height: 50px !important;
  min-height: 50px;
  max-height: 50px;
  padding: 8px;
  resize: vertical;
}

.osono-privacy {
  display: flex !important;
  gap: 8px;
  align-items: flex-start;
  margin-top: 10px !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.osono-privacy input {
  margin-top: 2px;
}

.osono-form .wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0;
}

.osono-form .wpcf7-acceptance input {
  width: auto !important;
  margin: 2px 0 0 !important;
}

.osono-form .wpcf7-list-item-label {
  display: inline;
}

.osono-form .osono-button,
.osono-form .wpcf7 input[type="submit"] {
  margin-top: 4px;
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-height: 42px;
  padding: 13px 24px !important;
  border: 0 !important;
  border-radius: 8px;
  background: var(--osono-blue) !important;
  color: #fff !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.osono-form .wpcf7 input[type="submit"]:hover,
.osono-form .wpcf7 input[type="submit"]:focus-visible {
  background: var(--osono-blue-dark) !important;
}

.osono-form .wpcf7-spinner,
.osono-form .ajax-loader {
  float: none !important;
  margin: 12px 0 0 12px !important;
}

.osono-form .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
}

.osono-form .wpcf7-response-output {
  margin: 18px 0 0 !important;
  clear: both;
}

.osono-lightbox-open {
  overflow: hidden;
}

.osono-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(0, 20, 44, .84);
}

.osono-lightbox.is-open {
  display: flex;
}

.osono-lightbox img {
  max-width: min(100%, 1120px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
}

.osono-lightbox__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--osono-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1020px) {
  .osono-highlights__grid,
  .osono-services {
    grid-template-columns: repeat(2, 1fr);
  }

  .osono-intro__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .osono-copy {
    max-width: 640px;
  }

  .osono-services {
    gap: 38px 34px;
  }
}

@media (max-width: 760px) {
  .osono-container {
    width: min(100% - 28px, 560px);
  }

  .osono-hero,
  .osono-hero__inner {
    min-height: 640px;
  }

  .osono-hero__image {
    object-position: center;
  }

  .osono-hero__inner {
    align-items: flex-end;
    padding: 34px 0;
  }

  .osono-hero-card {
    margin: 0;
    padding: 28px 24px;
  }

  .osono-hero h1 {
    font-size: 34px;
  }

  .osono-highlights__grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px 0;
  }

  .osono-section {
    padding: 58px 0;
  }

  .osono-copy h2,
  .osono-heading h2 {
    font-size: 32px;
  }

  .osono-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .osono-gallery__mobile-only {
    display: block !important;
  }

  .osono-gallery img {
    aspect-ratio: .9 / 1;
  }

  .osono-services {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .osono-audience {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .osono-audience article {
    padding: 0 18px 32px;
  }

  .osono-audience article + article {
    border-left: 0;
    border-top: 1px solid rgba(150, 185, 77, .65);
    padding-top: 32px;
  }

  .osono-contact-card,
  .osono-form-row {
    grid-template-columns: 1fr;
  }

  .osono-form .osono-form-row > p {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .osono-contact-info,
  .osono-form {
    padding: 34px 24px;
  }
}
