:root {
  --orchestree-ink: #14201d;
  --orchestree-ink-soft: #3a4b46;
  --orchestree-surface: #eff2ee;
  --orchestree-surface-alt: #dfe9e3;
  --orchestree-surface-dark: #11201d;
  --orchestree-surface-dark-alt: #18302b;
  --orchestree-orgmate-green: #35554f;
  --orchestree-orgmate-green-deep: #152c28;
  --orchestree-orgmate-green-soft: #31514a;
  --orchestree-link-line: rgba(70, 95, 89, 0.42);
  --orchestree-accent: #b17354;
  --orchestree-accent-soft: #c68767;
  --orchestree-accent-shadow: rgba(18, 30, 27, 0.24);
  --orchestree-header-accent: #cb7b55;
  --orchestree-header-accent-soft: #dc9470;
  --orchestree-button-text: rgba(255, 255, 255, 0.98);
  --orchestree-button-text-shadow: 0 1px 0 rgba(44, 27, 18, 0.22);
  --orchestree-line: rgba(20, 32, 29, 0.16);
  --orchestree-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body,
input,
select,
textarea {
  color: var(--orchestree-ink);
}

body {
  background: var(--orchestree-surface);
}

body.orchestree-home,
body.orchestree-legal {
  overflow-x: hidden;
  overflow-x: clip;
}

body.orchestree-home a,
body.orchestree-legal a {
  border-bottom-color: var(--orchestree-link-line);
  color: inherit;
}

body.orchestree-home a:hover,
body.orchestree-legal a:hover {
  border-bottom-color: transparent;
  color: var(--orchestree-accent) !important;
}

body.orchestree-home a:visited,
body.orchestree-legal a:visited {
  border-bottom-color: var(--orchestree-link-line);
  color: inherit;
}

body.orchestree-home a.button,
body.orchestree-legal a.button {
  border-bottom: 0;
}

body.landing #page-wrapper {
  padding-top: 0;
}

#page-wrapper {
  background: var(--orchestree-surface);
  overflow-x: hidden;
  overflow-x: clip;
}

body.landing #header,
body.orchestree-legal #header {
  align-items: center;
  display: flex;
  height: 2.35rem;
  justify-content: space-between;
  left: 0;
  line-height: 2.35rem;
  padding: 0 1.75rem;
  position: fixed;
  top: 0;
  width: 100%;
}

body.landing #header {
  background: rgba(11, 21, 18, 0.34);
  backdrop-filter: blur(12px) saturate(116%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 0.14rem 0.55rem rgba(7, 12, 11, 0.1);
}

body.orchestree-legal #header {
  background: rgba(17, 32, 29, 0.88);
  box-shadow: 0 0.35rem 1.2rem rgba(7, 12, 11, 0.18);
}

#header h1 {
  margin: 0;
}

#header h1 a {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#header nav ul {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin: 0;
}

#header nav ul li {
  padding-left: 0;
}

#header nav ul li a.button.primary {
  background: var(--orchestree-header-accent);
  box-shadow:
    0 0.55rem 1.1rem rgba(7, 13, 12, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: var(--orchestree-button-text) !important;
  font-size: 0.82rem;
  height: 1.7rem;
  line-height: 1.7rem;
  padding: 0 0.9rem;
  text-shadow: var(--orchestree-button-text-shadow);
}

#header nav ul li a.button.primary:hover,
#header nav ul li a.button.primary:active {
  background: var(--orchestree-header-accent-soft);
  box-shadow:
    0 0.7rem 1.25rem rgba(7, 13, 12, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: var(--orchestree-button-text) !important;
  text-shadow: var(--orchestree-button-text-shadow);
}

.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  border-radius: 6px;
}

.button.primary,
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary {
  background: var(--orchestree-accent);
  box-shadow:
    0 0.5rem 1.15rem var(--orchestree-accent-shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: var(--orchestree-button-text) !important;
  text-shadow: var(--orchestree-button-text-shadow);
}

.button.primary:hover,
.button:hover {
  background: var(--orchestree-accent-soft);
  box-shadow:
    0 0.65rem 1.4rem rgba(18, 30, 27, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: var(--orchestree-button-text) !important;
  text-shadow: var(--orchestree-button-text-shadow);
}

#banner {
  background-attachment: scroll;
  background-image:
    linear-gradient(rgba(23, 25, 31, 0.76), rgba(23, 25, 31, 0.58)),
    url("../../vendor/html5up-landed/images/banner.jpg");
  background-position: center center;
  background-size: cover;
  box-shadow: none;
  min-height: 50vh;
  overflow-x: hidden;
  overflow-x: clip;
  text-align: center;
}

#banner:before {
  height: 50vh;
}

#banner .goto-next {
  bottom: 0.45rem;
  z-index: 4;
}

#banner .goto-next:before {
  filter: drop-shadow(0 0.35rem 0.8rem rgba(6, 10, 10, 0.28));
  opacity: 0.92;
}

#banner:after {
  background-image: none;
}

#banner .content {
  align-items: center;
  display: inline-flex;
  gap: 2.15rem;
  justify-content: space-between;
  margin-right: 0;
  max-width: min(78rem, 94vw);
  padding: 7.8rem 1.5rem 2.1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}

#banner .content header {
  display: block;
  flex: 1 1 44rem;
  max-width: 46rem;
  text-align: left;
}

#banner .content header h1 {
  color: var(--orchestree-white);
  font-size: 3.2rem;
  line-height: 1.06;
  margin: 0;
  text-shadow: 0 2px 18px rgba(6, 10, 10, 0.18);
  text-wrap: balance;
}

.orchestree-h1-line {
  display: block;
  white-space: nowrap;
}

.orchestree-subline,
.orchestree-description {
  color: rgba(255, 255, 255, 0.96);
  margin: 1.15rem 0 0;
  max-width: 39.5rem;
  text-shadow: 0 1px 14px rgba(6, 10, 10, 0.14);
}

.orchestree-subline {
  font-size: 1.25rem;
  line-height: 1.55;
}

.orchestree-description {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.orchestree-hero-object {
  display: block;
  flex: 0 0 min(40rem, 48vw);
  margin: 0;
  opacity: 1;
  pointer-events: none;
  transform: translate(-2.1rem, -3.4rem);
  width: min(40rem, 48vw);
}

.orchestree-hero-object img {
  display: block;
  filter:
    brightness(1.24)
    contrast(1.38)
    saturate(1.09)
    drop-shadow(0 2rem 3.8rem rgba(6, 10, 10, 0.34));
  height: auto;
  transform: translateY(0.7rem) rotate(-60deg) scale(1.2);
  transform-origin: center center;
  width: 100%;
}

.wrapper.orchestree-band {
  box-shadow: none;
  padding: 4.15rem 1.5rem 4.5rem;
}

.orchestree-band .container {
  max-width: 49rem;
}

#orgmate .container {
  max-width: 65rem;
}

.orchestree-band-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.orchestree-band-grid--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

#orgmate .orchestree-band-grid--reverse {
  gap: 3.3rem;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.orchestree-band-grid--reverse .orchestree-copy--with-media {
  order: 1;
}

.orchestree-band-grid--reverse .orchestree-band-image {
  order: 2;
}

.orchestree-band header.major {
  margin: 0 0 1.5rem;
}

.orchestree-band header.major:after {
  background: rgba(58, 79, 73, 0.34);
}

.orchestree-band h2 {
  font-size: 2rem;
  margin-bottom: 0;
}

.orchestree-copy {
  margin: 0 auto;
  max-width: 42rem;
}

.orchestree-copy--with-media {
  margin: 0;
  max-width: none;
  text-align: left;
}

#orgmate .orchestree-copy--with-media {
  box-sizing: border-box;
  left: -2rem;
  padding-right: 2rem;
  position: relative;
  width: calc(100% + 2rem);
}

#orgmate .orchestree-copy--with-media header.major {
  text-align: left;
}

#orgmate .orchestree-copy--with-media header.major h2 {
  margin-left: 5rem;
}

.orchestree-copy--about-overlay {
  margin: 0 auto;
  max-width: 36rem;
  position: relative;
  text-align: left;
  z-index: 1;
}

.orchestree-copy--about-overlay header.major {
  text-align: center;
}

.orchestree-band--about-overlay header.major:after {
  display: none;
}

.orchestree-copy p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0 auto 1.2rem;
}

.orchestree-band--light .orchestree-copy p,
.orchestree-band--contact .orchestree-copy p {
  color: #22312d;
}

.orchestree-band--dark .orchestree-copy p {
  color: rgba(255, 255, 255, 0.95);
}

.orchestree-contact-line {
  font-weight: 600;
}

.orchestree-copy--with-media p {
  margin-left: 0;
  margin-right: 0;
}

.orchestree-band-image {
  border-radius: 6px;
  margin: 0;
  min-height: 20rem;
  overflow: hidden;
}

.orchestree-band-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.orchestree-band-image--light {
  box-shadow: 0 1rem 2.5rem rgba(20, 32, 29, 0.1);
}

.orchestree-band-image--dark {
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.orchestree-band-image--orgmate {
  align-self: start;
  justify-self: end;
  min-height: 0;
  padding: 0;
  transform: translateX(4rem);
  width: 110%;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.6),
    0 1.1rem 2rem rgba(0, 0, 0, 0.28),
    0 3.4rem 6.8rem rgba(0, 0, 0, 0.5);
}

.orchestree-band-image--orgmate img {
  border-radius: 4px;
  height: auto;
  object-fit: contain;
  transform: translateX(calc(2.2% - 0.1rem)) translateY(0.2rem) scale(1.09);
  transform-origin: 50% 58%;
  width: 100%;
}

.orchestree-band-image--contact {
  box-shadow: 0 1rem 2.5rem rgba(20, 32, 29, 0.12);
}

.orchestree-band--light {
  background: var(--orchestree-surface);
}

.orchestree-band--light h2,
.orchestree-band--light p {
  color: var(--orchestree-ink);
}

.orchestree-band--light header.major:after {
  background: rgba(58, 79, 73, 0.34);
}

.orchestree-band--dark,
.wrapper.style2.orchestree-band--dark {
  background: linear-gradient(180deg, var(--orchestree-surface-dark), var(--orchestree-surface-dark-alt));
}

.orchestree-band--dark h2,
.orchestree-band--dark p {
  color: rgba(255, 255, 255, 0.92);
}

.wrapper.style2.orchestree-band--dark {
  background:
    linear-gradient(180deg, #12201d, #1a2926 56%, #22302d);
}

.orchestree-band--dark header.major:after,
.wrapper.style2.orchestree-band--dark header.major:after {
  background: rgba(210, 224, 218, 0.28);
}

.orchestree-band--contact {
  background: var(--orchestree-surface-alt);
}

#contact.wrapper.orchestree-band {
  padding-bottom: 3.1rem;
  padding-top: 2.8rem;
}

#contact .container {
  max-width: 37rem;
}

#contact header.major {
  margin-bottom: 0.85rem;
}

#contact h2 {
  color: var(--orchestree-ink);
  font-size: 1.45rem;
}

#contact .orchestree-copy p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.orchestree-band--contact header.major:after {
  display: none;
}

.orchestree-actions {
  margin-top: 2rem;
}

.orchestree-band .button {
  background: var(--orchestree-accent);
  box-shadow:
    0 0.5rem 1.15rem var(--orchestree-accent-shadow),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: var(--orchestree-button-text) !important;
  min-width: 11rem;
  text-shadow: var(--orchestree-button-text-shadow);
}

.orchestree-band .button:hover {
  background: var(--orchestree-accent-soft);
  box-shadow:
    0 0.65rem 1.4rem rgba(18, 30, 27, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: var(--orchestree-button-text) !important;
  text-shadow: var(--orchestree-button-text-shadow);
}

.wrapper.style2.orchestree-band--dark .button,
.wrapper.style2.orchestree-band--dark .button.primary {
  background: var(--orchestree-accent);
  box-shadow:
    0 0.6rem 1.25rem rgba(7, 13, 12, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: var(--orchestree-button-text) !important;
  text-shadow: var(--orchestree-button-text-shadow);
}

.wrapper.style2.orchestree-band--dark .button:hover,
.wrapper.style2.orchestree-band--dark .button:active,
.wrapper.style2.orchestree-band--dark .button.primary:hover,
.wrapper.style2.orchestree-band--dark .button.primary:active {
  background: var(--orchestree-accent-soft) !important;
  box-shadow:
    0 0.8rem 1.55rem rgba(7, 13, 12, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2) !important,
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  color: var(--orchestree-button-text) !important;
  text-shadow: var(--orchestree-button-text-shadow);
}

.orchestree-text-link {
  border-bottom: 0 !important;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 0.16em;
}

.orchestree-band--light .orchestree-text-link,
.orchestree-band--contact .orchestree-text-link {
  text-decoration-color: rgba(20, 32, 29, 0.3);
}

#footer {
  background: #0b1513;
  padding: 3.25rem 1.5rem;
  text-align: center;
}

.orchestree-footer-inner {
  max-width: 46rem;
}

.orchestree-footer-line,
.orchestree-footnote {
  color: rgba(255, 255, 255, 0.8);
  margin: 0.35rem 0;
}

.orchestree-footer-line a,
.orchestree-footnote a {
  color: rgba(255, 255, 255, 0.95);
}

.orchestree-footnote {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  line-height: 1.58;
  margin-top: 1rem;
}

.orchestree-legal-shell {
  min-height: 100vh;
  padding: 8rem 1.5rem 4.5rem;
}

.orchestree-legal-shell .container {
  max-width: 46rem;
}

.orchestree-legal-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--orchestree-line);
  border-radius: 6px;
  color: var(--orchestree-ink);
  padding: 2rem;
}

.orchestree-legal-card h1 {
  color: var(--orchestree-ink);
  font-size: 2rem;
  margin: 0 0 0.75rem;
}

.orchestree-legal-card h2 {
  color: var(--orchestree-ink);
  font-size: 1.12rem;
  margin: 1.8rem 0 0.65rem;
}

.orchestree-legal-card p {
  color: var(--orchestree-ink);
  line-height: 1.8;
  margin: 0 0 1rem;
}

.orchestree-legal-card a {
  color: inherit;
}

.orchestree-legal-card address,
.orchestree-legal-card strong {
  color: var(--orchestree-ink);
}

.orchestree-legal-meta {
  color: var(--orchestree-ink-soft);
  font-size: 0.96rem;
}

#titleBar,
#navPanel {
  display: none !important;
}

@media screen and (max-width: 980px) {
  #banner .content header h1 {
    font-size: 2.65rem;
  }

  #banner .content {
    display: block;
    max-width: min(46rem, 100%);
  }

  #banner .content header {
    margin: 0 auto;
    max-width: 44rem;
    text-align: center;
  }

  .orchestree-subline,
  .orchestree-description {
    margin-left: auto;
    margin-right: auto;
  }

  .orchestree-hero-object {
    margin: 2.2rem auto 0;
    transform: translate(-1.5rem, -2.45rem);
    width: min(35rem, 84vw);
  }

  .orchestree-band-grid,
  .orchestree-band-grid--reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .orchestree-band-grid--reverse .orchestree-copy--with-media,
  .orchestree-band-grid--reverse .orchestree-band-image {
    order: initial;
  }

  #orgmate .orchestree-band-grid--reverse {
    gap: 2rem;
  }

  #orgmate .orchestree-copy--with-media {
    left: 0;
    padding-right: 0;
    width: auto;
  }

  #orgmate .orchestree-copy--with-media::after {
    display: none;
  }

  .orchestree-band-image--orgmate {
    transform: translateX(2.8rem);
    width: 106%;
  }

  .orchestree-band-image--orgmate img {
    transform: translateX(calc(1.8% - 0.4rem)) translateY(0.16rem) scale(1.06);
    transform-origin: 50% 56%;
  }

}

@media screen and (max-width: 736px) {
  html,
  body {
    overflow-x: hidden;
  }

  body.landing #header,
  body.orchestree-legal #header {
    display: flex !important;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 1rem;
  }

  body.landing #header {
    background: rgba(11, 21, 18, 0.46);
    backdrop-filter: blur(10px) saturate(112%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  #header h1 a {
    font-size: 0.84rem;
  }

  #header nav ul li a.button.primary {
    background: var(--orchestree-header-accent);
    box-shadow:
      0 0.45rem 0.9rem rgba(7, 13, 12, 0.24),
      inset 0 0 0 1px rgba(255, 255, 255, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    color: var(--orchestree-button-text) !important;
    font-size: 0.74rem;
    height: 1.45rem;
    line-height: 1.45rem;
    min-width: auto;
    padding-left: 0.78rem;
    padding-right: 0.78rem;
    text-shadow: var(--orchestree-button-text-shadow);
  }

  #banner {
    min-height: auto;
  }

  #banner:before {
    height: auto;
  }

  #banner .content {
    max-width: 100%;
    padding: 7.15rem 1.25rem 3.35rem;
  }

  #banner .content header h1 {
    font-size: 2rem;
  }

  .orchestree-h1-line {
    display: inline;
    white-space: normal;
  }

  .orchestree-subline {
    font-size: 1.05rem;
  }

  .orchestree-hero-object {
    margin-top: 1.85rem;
    transform: translate(-0.9rem, -1.8rem);
    width: min(26rem, 92vw);
  }

  .wrapper.orchestree-band,
  .orchestree-legal-shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .wrapper.orchestree-band {
    padding-top: 3.4rem;
  }

  #contact.wrapper.orchestree-band {
    padding-bottom: 2.6rem;
    padding-top: 2.35rem;
  }

  .orchestree-band h2,
  .orchestree-legal-card h1 {
    font-size: 1.65rem;
  }

  .orchestree-copy p,
  .orchestree-legal-card p {
    font-size: 1rem;
  }

  .orchestree-band-image {
    min-height: 14rem;
  }

  .orchestree-band-image--orgmate {
    min-height: 0;
    transform: translateX(1.4rem);
    width: 103%;
  }

  .orchestree-band-image--orgmate img {
    transform: translateX(calc(1.3% - 0.3rem)) translateY(0.12rem) scale(1.04);
    transform-origin: 50% 54%;
  }

  .orchestree-copy--about-overlay {
    max-width: 100%;
  }

  .orchestree-legal-card {
    padding: 1.5rem;
  }
}
