body {
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at 15% 10%,
    rgba(177, 193, 239, 0.2),
    transparent 45%
  );
  z-index: 0;
}

body > * {
  position: relative;
  z-index: 1;
}

.orchard-copy-shell {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.orchard-copy {
  border: 1px solid rgba(10, 10, 10, 0.12);
  background: rgba(249, 244, 235, 0.74);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 55px rgba(10, 10, 10, 0.08);
  padding: clamp(1.15rem, 0.95rem + 0.8vw, 2rem);
  border-radius: 0.3rem;
}

.orchard-copy p,
.orchard-copy li {
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.orchard-copy h1,
.orchard-copy h2,
.orchard-copy h3,
.orchard-copy h4 {
  margin-bottom: 0.8rem;
  letter-spacing: -0.02em;
}

.orchard-generic-page {
  padding: 8rem 0 4rem;
}

.orchard-generic-page h2 {
  margin-bottom: 1rem;
}

.orchard-work-feed {
  min-height: 20vh;
  padding: 2rem 0 5rem;
}

.orchard-blog-index {
  padding-top: 8.6rem;
  padding-bottom: 5rem;
}

.orchard-blog-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.orchard-post-summary {
  background: var(--base-200);
  border: 1px solid rgba(10, 10, 10, 0.2);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center bottom;
}

.orchard-post-summary:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: var(--base-300);
  box-shadow: 0 18px 45px rgba(10, 10, 10, 0.15);
}

.orchard-post-summary-link {
  display: block;
  color: inherit;
  padding: 1.25rem;
}

.orchard-post-summary-link h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.orchard-post-summary-link p {
  color: var(--base-secondary-dark);
}

.orchard-project-header {
  padding-top: 8rem;
}

.page-blog .orchard-post-summary,
.page-project .project-overview,
.page-about .copy-container,
.page-contact .contact {
  will-change: transform, opacity;
}

.page-blog .project-title h3,
.page-project .project-title h3,
.page-contact .contact-header-title h2 {
  overflow-wrap: anywhere;
}

.page-blog .orchard-blog-index .project-title h3 {
  letter-spacing: -0.024em;
  margin-bottom: 0.5rem;
}

.page-blog .orchard-blog-index .project-header .mono {
  opacity: 0.78;
  letter-spacing: 0.05em;
}

.page-blog .orchard-blog-index .banner {
  border: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: 0.42rem;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(10, 10, 10, 0.16);
}

.page-blog .orchard-blog-index .field-name-blog-image {
  border: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: 0.42rem;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(10, 10, 10, 0.16);
}

.page-blog .orchard-blog-index .banner img {
  min-height: clamp(13rem, 29vw, 23rem);
  object-fit: cover;
}

.page-blog .orchard-blog-index .field-name-blog-image img {
  min-height: clamp(13rem, 29vw, 23rem);
  object-fit: cover;
}

.page-blog .orchard-post-summary-link p.mono {
  opacity: 0.7;
  letter-spacing: 0.05em;
}

.page-blog .orchard-post-summary-link h4 {
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.page-contact .contact {
  background: linear-gradient(
    165deg,
    rgba(10, 10, 10, 0.95),
    rgba(30, 23, 17, 0.96)
  );
}

.page-contact .contact .container {
  max-width: 1240px;
}

.page-contact .contact form,
.page-contact .contact .wpcf7-form {
  display: grid;
  gap: 0.7rem;
}

.page-contact .contact-area form,
.page-contact .contact-form form {
  display: grid;
  gap: 0.7rem;
}

.page-contact .contact input,
.page-contact .contact textarea {
  width: 100%;
  border: 1px solid rgba(249, 244, 235, 0.34);
  border-radius: 0.42rem;
  background: rgba(249, 244, 235, 0.08);
  color: var(--base-100);
  padding: 0.88rem 0.98rem;
  font-family: "Host Grotesk";
  font-size: clamp(0.95rem, 0.9rem + 0.16vw, 1.06rem);
  transition: border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-contact .contact-area input,
.page-contact .contact-area textarea,
.page-contact .contact-form input,
.page-contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(249, 244, 235, 0.34);
  border-radius: 0.42rem;
  background: rgba(249, 244, 235, 0.08);
  color: var(--base-100);
  padding: 0.88rem 0.98rem;
  font-family: "Host Grotesk";
  font-size: clamp(0.95rem, 0.9rem + 0.16vw, 1.06rem);
  transition: border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-contact .contact input::placeholder,
.page-contact .contact textarea::placeholder {
  color: rgba(249, 244, 235, 0.62);
}

.page-contact .contact input:focus,
.page-contact .contact textarea:focus {
  outline: none;
  border-color: rgba(255, 221, 148, 0.8);
  background: rgba(249, 244, 235, 0.12);
  box-shadow: 0 0 0 3px rgba(255, 221, 148, 0.18);
}

.page-contact .contact-area input:focus,
.page-contact .contact-area textarea:focus,
.page-contact .contact-form input:focus,
.page-contact .contact-form textarea:focus {
  outline: none;
  border-color: rgba(255, 221, 148, 0.8);
  background: rgba(249, 244, 235, 0.12);
  box-shadow: 0 0 0 3px rgba(255, 221, 148, 0.18);
}

.page-contact .contact button,
.page-contact .contact input[type="submit"],
.page-contact .contact .wpcf7-submit {
  width: fit-content;
  margin-top: 0.5rem;
  border: 1px solid rgba(249, 244, 235, 0.44);
  border-radius: 999px;
  background: linear-gradient(
    130deg,
    rgba(249, 244, 235, 0.14),
    rgba(177, 193, 239, 0.16)
  );
  color: var(--base-100);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(0.74rem, 0.71rem + 0.12vw, 0.86rem);
  padding: 0.76rem 1.1rem;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-contact .contact-area form button,
.page-contact .contact-area form input[type="submit"],
.page-contact .contact-form form button,
.page-contact .contact-form form input[type="submit"] {
  width: fit-content;
  margin-top: 0.5rem;
  border: 1px solid rgba(249, 244, 235, 0.44);
  border-radius: 999px;
  background: linear-gradient(
    130deg,
    rgba(249, 244, 235, 0.14),
    rgba(177, 193, 239, 0.16)
  );
  color: var(--base-100);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(0.74rem, 0.71rem + 0.12vw, 0.86rem);
  padding: 0.76rem 1.1rem;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-contact .contact button:hover,
.page-contact .contact input[type="submit"]:hover,
.page-contact .contact .wpcf7-submit:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 221, 148, 0.82);
  background: linear-gradient(
    130deg,
    rgba(255, 221, 148, 0.24),
    rgba(177, 193, 239, 0.2)
  );
}

.page-home .orchard-copy-shell {
  margin-top: -1rem;
}

.orchard-blog-list .banner,
.orchard-blog-list > .generic:first-child {
  grid-column: 1 / -1;
}

.next-project a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16rem;
}

.widget,
.blog-posts,
.content-items {
  margin: 0;
  padding: 0;
}

.page-home .field-name-liquid-page-link-builder,
.page-home .field-name-liquid-page-sub-heading {
  display: none;
}

.page-home section {
  position: relative;
}

.page-home section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-home .container.pt-3 {
  margin-top: 5.25rem;
  padding: 0 var(--space-4) var(--space-4);
}

.page-home .container.pt-3 > .row {
  border: 1px solid rgba(10, 10, 10, 0.18);
  box-shadow: 0 28px 70px rgba(10, 10, 10, 0.16);
  background: linear-gradient(150deg, #080808 12%, #1a1612 72%, #1e1711 100%);
  border-radius: 0.5rem;
  overflow: hidden;
  transform: perspective(1400px) rotateX(1.8deg);
  transform-origin: center top;
  animation: odHomeRise 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-home .container.pt-3 > .row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(177, 193, 239, 0.14) 0%,
    transparent 36%,
    transparent 62%,
    rgba(255, 221, 148, 0.11) 100%
  );
  pointer-events: none;
}

.page-home .container.pt-3 .bg-primary {
  background: transparent !important;
}

.page-home #landingHeadlines {
  isolation: isolate;
}

.page-home #landingHeadlines .carousel-item {
  min-height: clamp(17rem, 34vw, 24rem);
  padding-right: clamp(0.4rem, 0.2rem + 0.8vw, 1.1rem);
}

.page-home .container.pt-3 h1 {
  color: var(--base-100);
  letter-spacing: -0.024em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.page-home .container.pt-3 h1.display-4 {
  font-size: clamp(2.6rem, 5.6vw, 5.1rem);
  line-height: 0.9;
  letter-spacing: -0.028em;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
  max-width: 18ch;
}

.page-home .container.pt-3 .carousel-item p,
.page-home .container.pt-3 .carousel-item .lead {
  color: rgba(249, 244, 235, 0.88) !important;
}

.page-home .container.pt-3 .carousel-item .lead {
  font-size: clamp(1rem, 0.88rem + 0.45vw, 1.34rem);
  line-height: 1.4;
  max-width: 48ch;
}

.page-home .container.pt-3 .carousel-indicators {
  gap: 0.5rem;
}

.page-home .container.pt-3 .carousel-indicators [data-bs-target] {
  width: 0.62rem;
  height: 0.62rem;
  margin: 0;
  border-radius: 999px;
  border: 1px solid rgba(249, 244, 235, 0.45);
  background: rgba(249, 244, 235, 0.28);
  opacity: 1;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .container.pt-3 .carousel-indicators .active {
  background: var(--accent-3);
  transform: scale(1.28);
}

.page-home .container.pt-3 a.btn,
.page-home .container.pt-3 .btn {
  border-radius: 999px;
  border: 1px solid rgba(249, 244, 235, 0.5);
  background: rgba(249, 244, 235, 0.08);
  color: var(--base-100) !important;
  padding: 0.82rem 1.25rem;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .container.pt-3 a.btn:hover,
.page-home .container.pt-3 .btn:hover {
  background: rgba(249, 244, 235, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.page-home .container.pt-3 a.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-top: clamp(0.55rem, 0.45rem + 0.35vw, 0.95rem);
  padding: 0.74rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(249, 244, 235, 0.44);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(0.74rem, 0.71rem + 0.12vw, 0.86rem);
  background: linear-gradient(
    130deg,
    rgba(249, 244, 235, 0.1),
    rgba(177, 193, 239, 0.12)
  );
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .container.pt-3 a.icon-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 221, 148, 0.8);
  background: linear-gradient(
    130deg,
    rgba(255, 221, 148, 0.23),
    rgba(177, 193, 239, 0.18)
  );
}

.page-home .container.pt-3 a.icon-link svg {
  transform: translateX(0);
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .container.pt-3 a.icon-link:hover svg {
  transform: translateX(2px);
}

.page-home section.px-4.pt-5.my-5.text-center.border-bottom {
  border: 1px solid rgba(10, 10, 10, 0.14) !important;
  border-radius: 0.5rem;
  margin: 0 var(--space-4) var(--space-4) !important;
  padding: clamp(2rem, 1.4rem + 2.4vw, 4rem) !important;
  background: linear-gradient(
    165deg,
    rgba(249, 244, 235, 0.92),
    rgba(237, 231, 220, 0.92)
  );
  overflow: hidden;
  animation: odHomeRise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-home section.px-4.pt-5.my-5.text-center.border-bottom:nth-of-type(odd) {
  background: linear-gradient(
    165deg,
    rgba(177, 193, 239, 0.23),
    rgba(249, 244, 235, 0.92)
  );
}

.page-home section.px-4.pt-5.my-5.text-center.border-bottom:nth-of-type(1) {
  animation-delay: 0.12s;
}

.page-home section.px-4.pt-5.my-5.text-center.border-bottom:nth-of-type(2) {
  animation-delay: 0.2s;
}

.page-home section.px-4.pt-5.my-5.text-center.border-bottom::before {
  background: radial-gradient(
      circle at 10% 12%,
      rgba(177, 193, 239, 0.35),
      transparent 42%
    ),
    radial-gradient(circle at 92% 82%, rgba(242, 172, 172, 0.26), transparent 38%);
  mix-blend-mode: multiply;
}

.page-home section.px-4.pt-5.my-5.text-center.border-bottom::after {
  content: "";
  position: absolute;
  width: 14rem;
  height: 14rem;
  right: -5rem;
  top: -5rem;
  border: 1px solid rgba(10, 10, 10, 0.08);
  transform: rotate(26deg);
  pointer-events: none;
}

.page-home section.px-4.pt-5.my-5.text-center.border-bottom h1 {
  font-size: clamp(2.8rem, 8vw, 7.2rem);
  margin-bottom: 0.75rem;
}

.page-home section#clients {
  padding: 0 var(--space-4) var(--space-4) !important;
}

.page-home section#clients > .row,
.page-home section.container.py-5 > .row {
  gap: 1rem;
}

.page-home section#clients .col,
.page-home section.container.py-5 .col {
  border: 1px solid rgba(10, 10, 10, 0.14);
  background: rgba(249, 244, 235, 0.8);
  border-radius: 0.35rem;
  padding: clamp(0.95rem, 0.8rem + 0.4vw, 1.25rem);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  animation: odHomeRise 0.66s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-home section#clients .col:nth-child(1),
.page-home section.container.py-5 .col:nth-child(1) {
  animation-delay: 0.22s;
}

.page-home section#clients .col:nth-child(2),
.page-home section.container.py-5 .col:nth-child(2) {
  animation-delay: 0.3s;
}

.page-home section#clients .col:nth-child(3),
.page-home section.container.py-5 .col:nth-child(3) {
  animation-delay: 0.38s;
}

.page-home section#clients .col::before,
.page-home section.container.py-5 .col::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -1.2rem;
  right: -1.2rem;
  border: 1px solid rgba(10, 10, 10, 0.12);
  transform: rotate(45deg);
  pointer-events: none;
}

.page-home section#clients .col:hover,
.page-home section.container.py-5 .col:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(10, 10, 10, 0.15);
  border-color: rgba(10, 10, 10, 0.28);
}

.page-home .od-reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .od-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.page-home .od-reveal[data-reveal-order="1"] {
  transition-delay: 0.04s;
}

.page-home .od-reveal[data-reveal-order="2"] {
  transition-delay: 0.12s;
}

.page-home .od-reveal[data-reveal-order="3"] {
  transition-delay: 0.2s;
}

@keyframes odHomeRise {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    filter: blur(7px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.page-home section#clients a,
.page-home section.container.py-5 a {
  color: inherit;
}

@media (max-width: 1000px) {
  .page-home .container.pt-3 {
    margin-top: 4.75rem;
    padding: 0 var(--space-3) var(--space-3);
  }

  .page-home .container.pt-3 > .row {
    transform: none;
  }

  .page-home .container.pt-3 h1.display-4 {
    font-size: clamp(2.15rem, 8vw, 3.2rem);
  }

  .page-home #landingHeadlines .carousel-item {
    min-height: clamp(16rem, 52vw, 22rem);
  }

  .page-home section.px-4.pt-5.my-5.text-center.border-bottom,
  .page-home section#clients {
    margin-left: var(--space-3) !important;
    margin-right: var(--space-3) !important;
    padding-left: var(--space-3) !important;
    padding-right: var(--space-3) !important;
  }
}

.content-items {
  list-style: none;
}

@media (max-width: 1000px) {
  .orchard-blog-list {
    grid-template-columns: 1fr;
  }

  .orchard-project-header {
    padding-top: 6.5rem;
  }
}
