/* Shared presentation for native blocks on the front end and in the editor. */

.arbo-home-section {
  padding-block: 112px;
}

.arbo-home-section > .wp-block-group,
.arbo-home-section > .wp-block-media-text {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}

.arbo-home-hero {
  min-height: 782px !important;
}

.arbo-home-hero .wp-block-cover__inner-container {
  align-self: stretch;
  width: min(1140px, calc(100% - 40px));
  padding-top: 256px;
}

.arbo-home-hero h1 {
  max-width: 540px;
  margin: 0 0 52px;
  font-size: 36px !important;
  line-height: 1.19;
}

.arbo-home-hero__lead {
  max-width: 520px;
  margin-bottom: 18px !important;
  font-size: 18px !important;
  line-height: 1.432 !important;
}

.arbo-home-hero .wp-block-buttons {
  gap: 24px;
  margin-top: 39px;
}

.arbo-home-hero .is-style-outline .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}

.arbo-home-hero .is-style-outline .wp-block-button__link:hover {
  border-color: #cfddd4;
  background: rgb(255 255 255 / 10%);
  color: #fff;
}

.arbo-home-about {
  min-height: 703px;
  padding-block: 120px 24px;
  background: #fff url("/wp-content/uploads/2025/03/hero-o-nas-white.png") right center / auto no-repeat !important;
}

.arbo-home-about__content {
  grid-template-columns: minmax(0, 1fr) 550px !important;
  gap: 64px;
  align-items: start !important;
}

.arbo-home-about__content .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
  padding: 20px 0 0 30px;
}

.arbo-home-about__content .wp-block-media-text__content h2 {
  max-width: 520px;
  margin-bottom: 42px;
  font-size: 36px;
  line-height: 1.18;
}

.arbo-home-about__content .wp-block-media-text__content > p:not(.arbo-home-about__signature) {
  max-width: 520px;
}

.arbo-home-about__content .wp-block-buttons {
  margin-top: 22px;
}

.arbo-home-about__signature {
  margin-top: 26px;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 25px;
  font-style: italic;
  line-height: 1.3;
}

.arbo-home-about__content .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.arbo-home-about__content .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}

.arbo-home-intro {
  gap: 64px;
  max-width: none;
  margin-bottom: 36px;
}

.arbo-section-lead {
  max-width: 760px;
  margin-bottom: clamp(36px, 6vw, 64px);
  color: #4c5751;
  font-size: clamp(1.125rem, 2vw, 1.35rem);
}

.arbo-home-services-intro {
  min-height: 496px;
  padding-block: 112px 72px;
}

.arbo-home-services-intro h2 {
  margin-bottom: 52px;
  font-size: 36px;
}

.arbo-home-services-intro__actions {
  gap: 24px;
}

.arbo-home-services-grid-section {
  min-height: 948px;
  padding-block: 88px;
  background: var(--arbo-green) url("/wp-content/uploads/2025/03/tlo-pod-oferta.png") center / cover no-repeat;
}

.arbo-service-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 0;
}

.arbo-home-services-grid-section .arbo-service-grid {
  width: 100%;
  max-width: none;
}

.arbo-home-services-grid-section .arbo-service-grid > * {
  margin-block-start: 0 !important;
}

.arbo-service-card {
  position: relative;
  min-height: 244px;
  padding: 24px;
  border: 1px solid #cfddd4;
  background: #fff;
  transition: 180ms ease;
}

.arbo-service-card::after {
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: #136648;
  content: "→";
  font-size: 1.4rem;
  transition: transform 180ms ease;
}

.arbo-service-card:hover {
  border-color: #136648;
  box-shadow: 0 12px 35px rgb(28 67 55 / 10%);
  transform: translateY(-3px);
}

.arbo-service-card:hover::after {
  transform: translateX(4px);
}

.arbo-service-card h3 {
  margin: 0;
  padding-right: 22px;
  font-family: var(--arbo-font-body);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.42;
}

.arbo-service-card a {
  color: #1a202c;
  text-decoration: none;
}

/* Offer page: preserve the original rhythm and 4 x 3 service presentation. */
.arbo-page--offer .arbo-page-body,
.arbo-page--offer .arbo-page-surface {
  padding-bottom: 0;
}

.arbo-offer-intro,
.arbo-offer-services,
.arbo-offer-contact {
  margin-inline: calc(var(--arbo-page-pad-x, 24px) * -1);
  padding-inline: 0;
}

.arbo-offer-intro {
  margin-top: calc(0px - var(--arbo-page-pad-y, 48px));
  padding-block: clamp(56px, 7vw, 88px);
  background: #f0f0f0;
}

.arbo-page-content > .arbo-offer-intro:first-child {
  margin-top: calc(0px - var(--arbo-page-pad-y, 48px));
}

.arbo-offer-intro > * {
  max-width: 820px;
}

.arbo-offer-intro h2,
.arbo-offer-contact h2 {
  margin-top: 0;
}

.arbo-offer-intro__actions {
  gap: 12px;
  margin-top: 32px;
}

.arbo-offer-intro__actions .wp-block-button__link {
  border: 2px solid var(--arbo-green);
  border-radius: 0;
  background: var(--arbo-green);
  color: #fff;
}

.arbo-offer-intro__actions .is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--arbo-green-dark);
}

.arbo-offer-services {
  padding-block: clamp(72px, 8vw, 96px);
  background: var(--arbo-green) url("/wp-content/uploads/2025/03/tlo-pod-oferta.png") center / cover no-repeat;
}

.arbo-offer-services .arbo-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}

.arbo-offer-services .arbo-service-card {
  height: 100%;
  margin-block-start: 0 !important;
  min-height: 270px;
  padding: 28px 24px 58px;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.arbo-offer-services .arbo-service-card h3 {
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.42;
}

.arbo-offer-services .arbo-service-card::after {
  right: 24px;
  bottom: 24px;
  content: "\2192";
}

.arbo-offer-contact {
  margin-bottom: calc(0px - var(--arbo-page-pad-y, 48px));
  padding-block: clamp(64px, 8vw, 96px);
  background: #fff;
}

.arbo-page-content > .arbo-offer-contact:last-child {
  margin-bottom: calc(0px - var(--arbo-page-pad-y, 48px));
}

.arbo-offer-contact__lead {
  max-width: 720px;
  margin-bottom: clamp(36px, 5vw, 56px);
  color: #4c5751;
  font-size: 1.1rem;
}

.arbo-offer-contact__columns {
  gap: clamp(36px, 6vw, 72px) !important;
  align-items: stretch !important;
}

.arbo-offer-contact__person {
  padding-block: 4px 28px;
  border-bottom: 1px solid #cfddd4;
}

.arbo-offer-contact__person + .arbo-offer-contact__person {
  padding-top: 28px;
}

.arbo-offer-contact__person h3,
.arbo-offer-contact__form h3 {
  margin-top: 0;
  font-size: 1.35rem;
}

.arbo-offer-contact__person .arbo-team-contact,
.arbo-offer-contact__form .arbo-team-contact {
  align-items: flex-start;
  flex-direction: column;
}

.arbo-offer-contact__map {
  min-height: 300px;
  margin-top: 28px;
  overflow: hidden;
  background: #cfddd4;
}

.arbo-offer-contact__map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.arbo-offer-contact__form {
  padding: clamp(28px, 4vw, 42px);
  background: #f0f0f0;
}

.arbo-offer-contact__form .frm_forms {
  margin-top: 28px;
}

/* Shared contact section used by articles and the Offer page. */
.arbo-prototype-section-inner {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.arbo-prototype-contact {
  padding: 104px 0;
  background:
    radial-gradient(circle at 90% 10%, rgb(255 255 255 / 10%), transparent 30%),
    linear-gradient(145deg, var(--arbo-green) 0%, var(--arbo-green-dark) 100%);
  color: var(--arbo-white);
}

.arbo-prototype-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(56px, 9vw, 120px);
  align-items: start;
}

.arbo-prototype-kicker {
  margin: 0 0 14px;
  color: var(--arbo-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.arbo-prototype-contact h2,
.arbo-prototype-contact h3 {
  color: var(--arbo-white);
}

.arbo-prototype-contact h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.arbo-prototype-contact__details > p:not(.arbo-prototype-kicker) {
  max-width: 560px;
  color: rgb(255 255 255 / 78%);
}

.arbo-prototype-person {
  margin-top: 36px;
}

.arbo-prototype-person h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.arbo-prototype-person a {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--arbo-white);
}

.arbo-prototype-contact__form {
  padding: clamp(28px, 5vw, 48px);
  background: var(--arbo-white);
  color: var(--arbo-ink);
}

.arbo-prototype-contact__form h3 {
  color: var(--arbo-green-dark);
  font-size: 26px;
}

.arbo-prototype-contact__form .frm_description {
  color: #405048 !important;
}

.arbo-realizations-grid {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 230px) 210px;
  margin-bottom: 40px !important;
}

.arbo-realizations-grid figure.wp-block-image {
  position: relative;
  display: block;
  flex: none !important;
  width: auto !important;
  height: auto;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden;
  background: var(--arbo-green-dark);
}

.arbo-realizations-grid figure:nth-child(1) { grid-area: 1 / 1 / 3 / 8; }
.arbo-realizations-grid figure:nth-child(2) { grid-area: 1 / 8 / 2 / 13; }
.arbo-realizations-grid figure:nth-child(3) { grid-area: 2 / 8 / 3 / 13; }
.arbo-realizations-grid figure:nth-child(4) { grid-area: 3 / 1 / 4 / 5; }
.arbo-realizations-grid figure:nth-child(5) { grid-area: 3 / 5 / 4 / 9; }
.arbo-realizations-grid figure:nth-child(6) { grid-area: 3 / 9 / 4 / 13; }

.arbo-realizations-grid figure > a {
  display: block;
  width: 100%;
  height: 100%;
}

.arbo-realizations-grid img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: filter 350ms ease, transform 500ms cubic-bezier(.2, .7, .2, 1);
}

.arbo-realizations-grid figure:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.035);
}

.arbo-realizations-grid .wp-element-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 38px 18px 17px;
  background: linear-gradient(180deg, transparent 0%, rgb(11 35 27 / 84%) 100%);
  color: var(--arbo-white);
  font-family: var(--arbo-font-heading);
  font-size: clamp(0.78rem, 1.2vw, 1rem);
  line-height: 1.2;
  pointer-events: none;
  text-align: left;
}

.arbo-realizations-grid .wp-element-caption small {
  color: #ffd0a8;
  font-family: var(--arbo-font-body);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arbo-home-realizations {
  min-height: 994px;
  padding-block: 0 47px;
}

.arbo-home-realizations > .wp-block-group > * {
  margin-block-start: 0 !important;
}

.arbo-home-realizations > .wp-block-group > h2 {
  display: grid;
  min-height: 83px;
  margin: 0;
  place-items: center;
}

.arbo-home-realizations h2,
.arbo-home-partners h2 {
  text-align: center;
}

.arbo-home-realizations .arbo-section-lead,
.arbo-home-partners .arbo-section-lead {
  margin-inline: auto;
  text-align: center;
}

.arbo-home-realizations .arbo-section-lead {
  display: flex;
  align-items: center;
  min-height: 195px;
  margin-block: 0;
}

.arbo-realizations-carousel {
  position: relative;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 32px !important;
  width: 100%;
  min-height: 561px;
  margin: 0 !important;
  padding: 0 calc((100% - 768px) / 2) 16px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.arbo-realizations-carousel figure.wp-block-image {
  flex: 0 0 min(768px, calc(100vw - 80px)) !important;
  width: min(768px, calc(100vw - 80px)) !important;
  max-width: none !important;
  margin: 0 !important;
  scroll-snap-align: center;
}

.arbo-realizations-carousel figure > a,
.arbo-realizations-carousel img {
  display: block;
  width: 100% !important;
}

.arbo-realizations-carousel img {
  height: auto !important;
  aspect-ratio: 768 / 545;
  object-fit: contain;
}

.arbo-realizations-carousel::-webkit-scrollbar {
  display: none;
}

.arbo-carousel-controls {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.arbo-carousel-control {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(19 102 72 / 24%);
  border-radius: 50%;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 8px 24px rgb(28 67 55 / 16%);
  color: var(--arbo-green);
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  transition: 180ms ease;
}

.arbo-carousel-control:hover,
.arbo-carousel-control:focus-visible {
  border-color: var(--arbo-green);
  background: var(--arbo-green);
  color: #fff;
}

.arbo-carousel-control:disabled {
  opacity: 0.35;
  cursor: default;
}

.arbo-carousel-counter {
  padding: 4px 10px;
  border-radius: 99px;
  background: rgb(255 255 255 / 92%);
  color: var(--arbo-green);
  font-size: 13px;
  font-weight: 700;
}

.arbo-home-news {
  min-height: 1554px;
  padding-block: 64px 48px;
  background: #fff !important;
}

.arbo-home-news > .wp-block-group > h2,
.arbo-home-news > .wp-block-group > .arbo-section-lead {
  max-width: 620px;
}

.arbo-home-news > .wp-block-group > .arbo-section-lead {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.611;
}

.arbo-news-grid .wp-block-post-template {
  gap: 48px;
  margin-inline: 12px;
}

.arbo-news-grid .wp-block-post {
  overflow: hidden;
  border-radius: 0 64px 0 64px;
  background: linear-gradient(180deg, #136648 0%, #1c4337 100%);
  color: #fff;
}

.arbo-news-grid .wp-block-post-date,
.arbo-news-grid .wp-block-post-title {
  margin-inline: 24px;
}

.arbo-news-grid .wp-block-post-date {
  margin-top: 22px;
  color: rgb(255 255 255 / 70%);
}

.arbo-news-grid .wp-block-post-title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 22px !important;
  line-height: 1.36;
}

.arbo-news-grid .wp-block-post-title a {
  color: #fff;
  text-decoration: none;
}

.arbo-news-grid .wp-block-post-title a:hover {
  color: #68ffc8;
}

.arbo-news-grid .wp-block-post-featured-image {
  margin: 24px 24px 0;
}

.arbo-news-grid .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 13 / 8 !important;
  object-fit: cover;
}

.arbo-news-grid__meta {
  margin: 0 24px 28px !important;
  color: rgb(255 255 255 / 76%);
  font-size: 16px;
  line-height: 1.45;
}

.arbo-news-grid__meta > * {
  margin: 0 !important;
}

.arbo-news-grid__meta .wp-block-post-date {
  margin-top: 8px !important;
  margin-inline: 0;
  color: inherit;
}

.arbo-home-partners {
  min-height: 887px;
  margin-bottom: 24px;
  padding-block: 96px 95px;
  background: var(--arbo-mist) !important;
}

.arbo-home-partners > .wp-block-group > * {
  margin-block-start: 0 !important;
}

.arbo-home-partners > .wp-block-group > h2 {
  display: grid;
  min-height: 83px;
  margin: 0;
  place-items: center;
}

.arbo-home-partners .arbo-section-lead {
  display: flex;
  align-items: center;
  min-height: 147px;
  margin-block: 0;
}

.arbo-partner-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.arbo-partner-grid figure {
  display: grid;
  min-height: 222px;
  margin: 0;
  padding: 22px;
  place-items: center;
  border: 1px solid #d9dedb;
  background: #fff;
}

.arbo-partner-grid img {
  width: auto;
  max-height: 178px;
  filter: none;
  opacity: 1;
  transition: 180ms ease;
}

.arbo-partner-grid a:hover img,
.arbo-partner-grid figure:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.arbo-contact-columns {
  gap: 40px;
  align-items: flex-start !important;
}

.arbo-contact-card,
.arbo-contact-form {
  margin-bottom: 24px;
  padding: 32px;
  box-shadow: none;
}

.arbo-contact-card h3,
.arbo-contact-form h3 {
  font-size: 1.35rem;
}

.arbo-home-contact {
  min-height: 913px;
  margin-top: 24px;
  padding-block: 0 42px;
}

.arbo-home-contact > .wp-block-group > * {
  margin-block-start: 0 !important;
}

.arbo-home-contact > .wp-block-group > h2 {
  display: flex;
  align-items: center;
  min-height: 55px;
  margin: 0;
}

.arbo-home-contact .arbo-section-lead {
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0;
  font-size: 18px;
}

.arbo-home-contact .arbo-contact-columns > .wp-block-column:first-child .arbo-contact-card {
  padding: 18px;
}

.arbo-home-contact .arbo-contact-card--general {
  padding: 32px;
}

.arbo-home-contact .arbo-contact-form {
  padding: 0;
}

.arbo-contact-detail {
  position: relative;
  margin: 22px 0 0;
  padding-left: 54px;
}

.arbo-contact-detail::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #4c5751;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.arbo-contact-detail--phone::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.arbo-contact-detail--email::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E");
}

.arbo-contact-detail a {
  color: #4f927a;
  font-weight: 600;
  text-decoration: none;
}

.arbo-contact-map {
  height: 300px;
  overflow: hidden;
}

.arbo-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.arbo-article-contact {
  margin-top: clamp(48px, 8vw, 80px);
  padding: clamp(28px, 5vw, 48px);
  border-radius: 8px;
  background: #cfddd4;
}

.arbo-article-contact .wp-block-columns {
  gap: clamp(28px, 5vw, 52px);
  align-items: flex-start;
}

.arbo-article-contact h2 {
  margin-top: 0 !important;
}

.arbo-article-contact h3 {
  font-size: 1.3rem;
}

.arbo-article-contact .frm_forms {
  padding: 24px;
  background: #fff;
}

.arbo-related-posts .wp-block-post-template {
  gap: 24px;
}

.arbo-related-posts .wp-block-post {
  overflow: hidden;
  border: 1px solid #d9dedb;
  background: #fff;
}

.arbo-related-posts .wp-block-post-featured-image {
  margin: 0;
}

.arbo-related-posts .wp-block-post-title,
.arbo-related-posts .wp-block-post-date {
  margin-inline: 20px;
}

.arbo-related-posts .wp-block-post-title {
  margin-top: 20px;
  font-size: 1.2rem;
}

.arbo-related-posts .wp-block-post-date {
  margin-bottom: 20px;
  color: #64706a;
  font-size: 0.9rem;
}

.arbo-realizations-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
}

.arbo-realizations-gallery figure {
  width: auto !important;
  margin: 0 !important;
  overflow: hidden;
}

.arbo-realizations-gallery img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Realizations page: editorial portfolio rather than a uniform thumbnail grid. */
.arbo-page--realizations .arbo-page-surface {
  max-width: 1400px;
  padding: 0;
  background: transparent;
}

.arbo-realizations-intro {
  max-width: 920px;
  padding: clamp(36px, 6vw, 72px);
  background: var(--arbo-white);
}

.arbo-realizations-intro .arbo-prototype-kicker {
  margin-bottom: 18px;
}

.arbo-realizations-intro h2 {
  max-width: 760px;
  margin-top: 0;
  color: var(--arbo-green-dark);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
}

.arbo-realizations-intro > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: #4c5751;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.arbo-realizations-portfolio {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(150px, 16vw, 235px);
  gap: clamp(10px, 1.5vw, 20px) !important;
  margin-top: clamp(18px, 3vw, 32px) !important;
}

.arbo-realizations-portfolio figure {
  position: relative;
  grid-column: span 4;
  width: auto !important;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  background: var(--arbo-sage);
}

.arbo-realizations-portfolio figure:nth-child(1) {
  grid-column: span 8;
  grid-row: span 2;
}

.arbo-realizations-portfolio figure:nth-child(7),
.arbo-realizations-portfolio figure:nth-child(8) {
  grid-column: span 6;
}

.arbo-realizations-portfolio figure:nth-child(10) {
  grid-column: span 8;
}

.arbo-realizations-portfolio figure:nth-child(11) {
  grid-column: 1 / -1;
}

.arbo-realizations-portfolio img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 500ms ease;
}

.arbo-realizations-portfolio figure:hover img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

@media (max-width: 900px) {
  .arbo-realizations-portfolio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }

  .arbo-realizations-portfolio figure,
  .arbo-realizations-portfolio figure:nth-child(1),
  .arbo-realizations-portfolio figure:nth-child(7),
  .arbo-realizations-portfolio figure:nth-child(8),
  .arbo-realizations-portfolio figure:nth-child(10),
  .arbo-realizations-portfolio figure:nth-child(11) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .arbo-realizations-portfolio figure:nth-child(1),
  .arbo-realizations-portfolio figure:nth-child(11) {
    grid-column: 1 / -1;
  }
}

/* Large, editable realization boards with media links and captions. */
.arbo-realizations-portfolio.arbo-realizations-portfolio--large {
  display: block !important;
  margin-top: clamp(24px, 4vw, 48px) !important;
}

.arbo-realizations-portfolio--large > .arbo-realization-item,
.arbo-realizations-portfolio--large > .wp-block-image {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 0 clamp(36px, 6vw, 72px) !important;
  overflow: visible;
  background: transparent;
}

.arbo-realizations-portfolio--large .arbo-realization-item a {
  display: block;
  overflow: hidden;
  background: var(--arbo-sage);
  cursor: zoom-in;
}

.arbo-realizations-portfolio--large .arbo-realization-item img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto;
  object-fit: contain;
}

.arbo-realizations-portfolio--large .wp-element-caption {
  margin: 14px 0 0;
  color: var(--arbo-green-dark);
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.arbo-team-grid {
  gap: clamp(28px, 5vw, 48px);
  align-items: stretch !important;
}

.arbo-team-card {
  height: 100%;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid #d9dedb;
  background: #fff;
}

.arbo-team-card figure {
  margin: calc(-1 * clamp(22px, 4vw, 36px)) calc(-1 * clamp(22px, 4vw, 36px)) 28px;
}

.arbo-team-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.arbo-team-card h2 {
  margin-top: 0 !important;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.arbo-team-profile {
  margin-block: 0 clamp(56px, 8vw, 104px);
  padding-block: clamp(8px, 2vw, 20px);
}

.arbo-team-profile__layout {
  gap: clamp(36px, 6vw, 84px);
  align-items: center !important;
}

.arbo-team-profile__content h2 {
  margin-top: 0 !important;
  margin-bottom: 28px;
  color: var(--arbo-green-dark);
  font-size: clamp(1.75rem, 3.3vw, 2.65rem);
  line-height: 1.12;
}

.arbo-team-profile__content p {
  line-height: 1.7;
}

.arbo-team-profile__photo,
.arbo-team-profile__media figure {
  width: 100%;
  margin: 0 !important;
}

.arbo-team-profile__photo img,
.arbo-team-profile__media img {
  display: block;
  width: 100%;
  min-height: clamp(440px, 52vw, 640px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.arbo-team-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 32px;
}

.arbo-team-contact__link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--arbo-green-dark);
  font-weight: 700;
  text-decoration: none;
}

.arbo-team-contact__link::before {
  display: block;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  content: "";
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.arbo-team-contact__link--phone::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.46 15.46 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.arbo-team-contact__link--email::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E");
}

.arbo-team-contact__link:hover,
.arbo-team-contact__link:focus-visible {
  color: var(--arbo-green);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .arbo-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arbo-offer-services .arbo-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arbo-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {

  .arbo-home-section {
    padding-block: 64px;
  }

  .arbo-home-section > .wp-block-group,
  .arbo-home-section > .wp-block-media-text,
  .arbo-home-hero .wp-block-cover__inner-container {
    width: calc(100% - 40px);
  }

  .arbo-prototype-contact {
    padding-block: 72px;
  }

  .arbo-prototype-contact__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .arbo-prototype-contact__form {
    padding: 24px;
  }
	.arbo-team-profile__layout {
		gap: 28px;
	}

	.arbo-team-profile__media {
		order: 2;
	}

	.arbo-team-profile__photo img,
	.arbo-team-profile__media img {
		min-height: 0;
	}

	.arbo-team-contact {
		align-items: flex-start;
		flex-direction: column;
	}

  .arbo-home-hero {
    min-height: 695px !important;
  }

  .arbo-home-hero .wp-block-cover__inner-container {
    padding-top: 234px;
  }

  .arbo-home-hero h1 {
    margin-bottom: 44px;
    font-size: 29px !important;
    line-height: 1.35;
  }

  .arbo-home-hero__lead {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .arbo-home-hero .wp-block-buttons {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
  }

  .arbo-home-about__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .arbo-home-about {
    min-height: 0;
    padding-block: 24px 0;
    background-position: center bottom !important;
  }

  .arbo-home-about__content .wp-block-media-text__content {
    order: 1;
    padding: 0;
  }

  .arbo-home-about__content .wp-block-media-text__media {
    order: 2;
    margin-inline: -14px;
  }

  .arbo-home-about__content .wp-block-media-text__content h2 {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .arbo-home-about__signature {
    font-size: 17px;
  }

  .arbo-home-services-intro {
    min-height: 0;
    padding-block: 64px;
  }

  .arbo-home-services-intro h2 {
    margin-bottom: 32px;
    font-size: 30px;
  }

  .arbo-home-intro {
    gap: 0;
    margin-bottom: 28px;
  }

  .arbo-home-services-intro__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .arbo-home-services-grid-section {
    min-height: 0;
    padding-block: 48px;
  }

  .arbo-realizations-grid {
    gap: 9px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 245px repeat(2, 155px);
  }

  .arbo-realizations-grid figure:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
  .arbo-realizations-grid figure:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
  .arbo-realizations-grid figure:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
  .arbo-realizations-grid figure:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
  .arbo-realizations-grid figure:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
  .arbo-realizations-grid figure:nth-child(6) { display: none !important; }

  .arbo-realizations-grid .wp-element-caption { padding: 30px 11px 10px; font-size: 0.7rem; }
  .arbo-realizations-grid .wp-element-caption small { font-size: 0.52rem; }

  .arbo-home-realizations,
  .arbo-home-news,
  .arbo-home-partners,
  .arbo-home-contact {
    min-height: 0;
  }

  .arbo-home-realizations h2,
  .arbo-home-partners h2,
  .arbo-home-realizations .arbo-section-lead,
  .arbo-home-partners .arbo-section-lead {
    text-align: left;
  }

  .arbo-realizations-carousel {
    gap: 14px !important;
    width: calc(100% + 40px);
    min-height: 0;
    margin-inline: -20px !important;
    padding: 0 20px 14px;
    scroll-padding-inline: 20px;
  }

  .arbo-carousel-control {
    width: 42px;
    height: 42px;
  }

  .arbo-realizations-carousel figure.wp-block-image {
    flex-basis: calc(100vw - 58px) !important;
    width: calc(100vw - 58px) !important;
    scroll-snap-align: start;
  }

  .arbo-news-grid .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  .arbo-service-grid {
    grid-template-columns: 1fr;
  }

  .arbo-offer-services .arbo-service-grid {
    grid-template-columns: 1fr;
  }

  .arbo-service-card {
    min-height: 190px;
  }

  .arbo-offer-services .arbo-service-card {
    min-height: 190px;
  }

  .arbo-offer-contact__columns {
    flex-direction: column;
  }

  .arbo-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arbo-partner-grid figure {
    min-height: 140px;
    padding: 14px;
  }

  .arbo-contact-columns {
    gap: 0;
  }

  .arbo-contact-card,
  .arbo-contact-form {
    padding: 24px;
  }

  .arbo-realizations-gallery {
    grid-template-columns: 1fr;
  }

  .arbo-realizations-intro {
    padding: 32px 24px;
  }

  .arbo-realizations-portfolio {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .arbo-realizations-portfolio figure,
  .arbo-realizations-portfolio figure:nth-child(1),
  .arbo-realizations-portfolio figure:nth-child(7),
  .arbo-realizations-portfolio figure:nth-child(8),
  .arbo-realizations-portfolio figure:nth-child(10),
  .arbo-realizations-portfolio figure:nth-child(11) {
    grid-column: 1;
    height: auto;
  }

  .arbo-realizations-portfolio img {
    aspect-ratio: 4 / 3;
  }

  /*
   * Keep lazy-loaded realization boards from reserving the browser's
   * 3000 x 1500 px fallback box before their files reach the viewport.
   * Every board used on this page is landscape and close to 7:5, so the
   * preview remains stable while the full image is still loading.
   */
  .arbo-page--realizations .arbo-realizations-portfolio--large .arbo-realization-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 7 / 5;
  }

  .arbo-page--realizations .arbo-realizations-portfolio--large .arbo-realization-item img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

/* Cohesive homepage system: five type sizes, left-aligned content and app-like mobile spacing. */
.arbo-native-page .entry__content {
  --arbo-home-type-small: 14px;
  --arbo-home-type-body: 16px;
  --arbo-home-type-card: 20px;
  --arbo-home-type-section: 36px;
  --arbo-home-type-hero: 36px;
  font-size: var(--arbo-home-type-body);
}

.arbo-native-page .arbo-home-section p,
.arbo-native-page .arbo-home-section li {
  font-size: var(--arbo-home-type-body);
  line-height: 1.65;
}

.arbo-native-page .arbo-home-section h2 {
  font-size: var(--arbo-home-type-section);
  line-height: 1.18;
}

.arbo-native-page .arbo-home-section h3,
.arbo-native-page .arbo-service-card h3,
.arbo-native-page .arbo-news-grid .wp-block-post-title {
  font-size: var(--arbo-home-type-card) !important;
  line-height: 1.35;
}

.arbo-native-page .arbo-home-section .wp-block-button__link {
  font-size: var(--arbo-home-type-body);
}

.arbo-native-page .arbo-news-grid__meta,
.arbo-native-page .arbo-news-grid__meta p,
.arbo-native-page .arbo-news-grid__meta .wp-block-post-date {
  font-size: var(--arbo-home-type-small);
}

.arbo-native-page .arbo-home-hero h1 {
  font-size: var(--arbo-home-type-hero) !important;
}

.arbo-home-about__content .wp-block-media-text__content {
  padding-left: 0;
}

.arbo-home-services-intro > .wp-block-group > h2,
.arbo-home-services-intro > .wp-block-group > .arbo-home-intro,
.arbo-home-services-intro > .wp-block-group > .wp-block-buttons,
.arbo-home-news > .wp-block-group > h2,
.arbo-home-news > .wp-block-group > .arbo-section-lead,
.arbo-home-news > .wp-block-group > .wp-block-buttons,
.arbo-home-partners > .wp-block-group > h2,
.arbo-home-partners > .wp-block-group > .arbo-section-lead {
  width: 100%;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.arbo-home-services-intro > .wp-block-group > h2,
.arbo-home-services-intro > .wp-block-group > .arbo-home-intro,
.arbo-home-services-intro > .wp-block-group > .wp-block-buttons,
.arbo-home-news > .wp-block-group > .wp-block-buttons {
  max-width: none;
}

.arbo-home-realizations {
  min-height: 0;
  padding-block: 96px;
}

.arbo-home-realizations__layout {
  width: min(1140px, calc(100% - 48px));
  gap: 72px;
  margin-block: 0;
}

.arbo-home-realizations__content h2,
.arbo-home-realizations__content .arbo-section-lead {
  min-height: 0;
  margin-inline: 0;
  text-align: left;
}

.arbo-home-realizations__content h2 {
  margin-block: 0 28px;
}

.arbo-home-realizations__content .arbo-section-lead {
  display: block;
  margin-block: 0 32px;
  color: #4c5751;
}

.arbo-home-realizations__media {
  min-width: 0;
}

.arbo-home-realizations__media .arbo-realizations-carousel {
  width: 100%;
  min-height: 0;
  padding: 0 0 16px;
}

.arbo-home-realizations__media .arbo-realizations-carousel figure.wp-block-image {
  flex-basis: 100% !important;
  width: 100% !important;
}

.arbo-home-news {
  min-height: 0;
  padding-block: 96px;
}

.arbo-home-news > .wp-block-group > h2,
.arbo-home-news > .wp-block-group > .arbo-section-lead {
  width: 100%;
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.arbo-home-news > .wp-block-group > h2 {
  margin-bottom: 28px;
}

.arbo-home-news > .wp-block-group > .arbo-section-lead {
  margin-bottom: 48px;
}

.arbo-news-grid .wp-block-post-featured-image {
  overflow: hidden;
}

.arbo-news-grid .wp-block-post-featured-image img {
  transition: transform 450ms cubic-bezier(.2, .7, .2, 1), filter 300ms ease;
}

.arbo-news-grid .wp-block-post:hover .wp-block-post-featured-image img,
.arbo-news-grid .wp-block-post:focus-within .wp-block-post-featured-image img {
  filter: saturate(1.06);
  transform: scale(1.045);
}

.arbo-home-news .wp-block-buttons {
  justify-content: flex-start;
}

.arbo-home-partners {
  min-height: 0;
  margin-bottom: 0;
  padding-block: 96px;
}

.arbo-home-partners > .wp-block-group > h2,
.arbo-home-partners .arbo-section-lead {
  display: block;
  min-height: 0;
  margin-inline: 0;
  text-align: left;
}

.arbo-home-partners > .wp-block-group > h2 {
  margin-bottom: 28px;
}

.arbo-home-partners .arbo-section-lead {
  max-width: 760px;
  margin-bottom: 52px;
}

.arbo-partner-grid {
  gap: 28px;
}

.arbo-partner-grid figure {
  min-height: 270px;
  padding: 0;
  border: 0;
  background: transparent;
}

.arbo-partner-grid img {
  width: min(270px, 100%);
  max-width: 100%;
  max-height: 270px;
  transition: transform 240ms ease, filter 240ms ease;
}

.arbo-partner-grid figure:hover img,
.arbo-partner-grid figure:focus-within img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.arbo-home-contact {
  min-height: 0;
  margin-top: 0;
  padding-block: 104px;
  background:
    radial-gradient(circle at 90% 10%, rgb(255 255 255 / 10%), transparent 30%),
    linear-gradient(145deg, var(--arbo-green) 0%, var(--arbo-green-dark) 100%) !important;
  color: #fff;
}

.arbo-home-contact__layout {
  width: min(1140px, calc(100% - 48px));
  gap: clamp(56px, 8vw, 112px);
  margin-block: 0;
}

.arbo-home-contact h2,
.arbo-home-contact__details h3 {
  color: #fff;
}

.arbo-home-contact__details h2 {
  max-width: 520px;
  margin-block: 0 24px;
}

.arbo-home-contact__lead {
  max-width: 520px;
  margin-bottom: 36px;
  color: rgb(255 255 255 / 80%);
}

.arbo-home-contact__person {
  margin-top: 16px;
  padding: 22px 24px;
  border-left: 3px solid var(--arbo-orange);
  background: rgb(255 255 255 / 8%);
  transition: transform 220ms ease, background-color 220ms ease;
}

.arbo-home-contact__person:hover,
.arbo-home-contact__person:focus-within {
  transform: translateX(6px);
  background: rgb(255 255 255 / 13%);
}

.arbo-home-contact__person h3 {
  margin-bottom: 12px;
}

.arbo-home-contact__person .arbo-contact-detail {
  margin-top: 10px;
}

.arbo-home-contact__person .arbo-contact-detail::before {
  background-color: var(--arbo-orange);
}

.arbo-home-contact__person .arbo-contact-detail a {
  color: #fff;
}

.arbo-home-contact__person .arbo-contact-detail a:hover,
.arbo-home-contact__person .arbo-contact-detail a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--arbo-orange);
  text-underline-offset: 4px;
}

.arbo-home-contact__form {
  padding: 42px;
  background: #fff;
  color: var(--arbo-ink);
  box-shadow: 0 24px 70px rgb(5 32 23 / 22%);
}

.arbo-home-contact__form .frm_form_title,
.arbo-home-contact__form .frm_description,
.arbo-home-contact__form h2,
.arbo-home-contact__form h3 {
  color: var(--arbo-green-dark) !important;
}

.arbo-home-contact__form .frm_form_title {
  margin-bottom: 24px !important;
  font-size: var(--arbo-home-type-card) !important;
  line-height: 1.35 !important;
}

.arbo-home-contact__form > h3 {
  margin: 0 0 28px;
  color: var(--arbo-green-dark) !important;
}

@media (max-width: 700px) {
  .arbo-native-page .entry__content {
    --arbo-home-type-small: 13px;
    --arbo-home-type-body: 15px;
    --arbo-home-type-card: 18px;
    --arbo-home-type-section: 28px;
    --arbo-home-type-hero: 28px;
  }

  .arbo-home-section > .wp-block-group,
  .arbo-home-section > .wp-block-media-text,
  .arbo-home-hero .wp-block-cover__inner-container,
  .arbo-home-realizations__layout,
  .arbo-home-contact__layout {
    width: calc(100% - 64px);
  }

  .arbo-home-about__content .wp-block-media-text__media {
    margin-inline: 0;
  }

  .arbo-home-realizations,
  .arbo-home-news,
  .arbo-home-partners,
  .arbo-home-contact {
    padding-block: 64px;
  }

  .arbo-home-realizations__layout,
  .arbo-home-contact__layout {
    flex-direction: column;
    gap: 40px;
  }

  .arbo-home-realizations__content,
  .arbo-home-realizations__media,
  .arbo-home-contact__details,
  .arbo-home-contact__form {
    flex-basis: 100% !important;
    width: 100%;
  }

  .arbo-home-realizations__content h2,
  .arbo-home-news > .wp-block-group > h2,
  .arbo-home-partners > .wp-block-group > h2 {
    margin-bottom: 22px;
  }

  .arbo-home-realizations__content .arbo-section-lead,
  .arbo-home-news > .wp-block-group > .arbo-section-lead,
  .arbo-home-partners .arbo-section-lead {
    margin-bottom: 32px;
  }

  .arbo-home-realizations__media .arbo-realizations-carousel {
    width: 100%;
    margin-inline: 0 !important;
    padding: 0 0 12px;
  }

  .arbo-home-realizations__media .arbo-realizations-carousel figure.wp-block-image {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .arbo-partner-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .arbo-partner-grid figure {
    min-height: 220px;
    padding: 0;
  }

  .arbo-partner-grid img {
    width: min(270px, 100%);
    max-height: 270px;
  }

  .arbo-home-contact__form {
    padding: 24px;
  }

  .arbo-home-contact__person {
    padding: 20px;
  }

  .arbo-home-contact__person .arbo-contact-detail {
    padding-left: 42px;
  }
}

/* Shared five-step type scale for the main native company pages. */
.arbo-page--realizations,
.arbo-page--contact,
.arbo-page--about,
.arbo-page--offer {
  --arbo-page-type-small: 13px;
  --arbo-page-type-body: 16px;
  --arbo-page-type-card: 20px;
  --arbo-page-type-section: 36px;
  --arbo-page-type-hero: 48px;
}

.arbo-page--contact,
.arbo-page--about,
.arbo-page--offer {
  --arbo-page-type-body: 15px;
  --arbo-page-type-card: 18px;
  --arbo-page-type-section: 30px;
  --arbo-page-type-hero: 40px;
}

.arbo-page--realizations .arbo-page-hero__title,
.arbo-page--contact .arbo-page-hero__title,
.arbo-page--about .arbo-page-hero__title,
.arbo-page--offer .arbo-page-hero__title {
  font-size: var(--arbo-page-type-hero);
  line-height: 1.12;
}

.arbo-page--realizations .arbo-page-hero__intro,
.arbo-page--contact .arbo-page-hero__intro,
.arbo-page--about .arbo-page-hero__intro,
.arbo-page--offer .arbo-page-hero__intro {
  font-size: 20px;
  line-height: 1.6;
}

.arbo-page--contact .arbo-page-hero__intro,
.arbo-page--about .arbo-page-hero__intro,
.arbo-page--offer .arbo-page-hero__intro {
  font-size: 18px;
}

.arbo-page--realizations .arbo-page-content h2,
.arbo-page--contact .arbo-page-content h2,
.arbo-page--about .arbo-page-content h2,
.arbo-page--offer .arbo-page-content h2,
.arbo-page--realizations .arbo-prototype-contact h2,
.arbo-page--contact .arbo-prototype-contact h2,
.arbo-page--about .arbo-prototype-contact h2,
.arbo-page--offer .arbo-prototype-contact h2 {
  font-size: var(--arbo-page-type-section);
  line-height: 1.18;
}

.arbo-page--realizations .arbo-page-content h3,
.arbo-page--contact .arbo-page-content h3,
.arbo-page--about .arbo-page-content h3,
.arbo-page--offer .arbo-page-content h3,
.arbo-page--realizations .arbo-prototype-contact h3,
.arbo-page--contact .arbo-prototype-contact h3,
.arbo-page--about .arbo-prototype-contact h3,
.arbo-page--offer .arbo-prototype-contact h3,
.arbo-page--realizations .arbo-realizations-portfolio--large .wp-element-caption,
.arbo-page--about .arbo-team-contact__link {
  font-size: var(--arbo-page-type-card);
  line-height: 1.35;
}

.arbo-page--realizations .arbo-page-content p,
.arbo-page--realizations .arbo-page-content li,
.arbo-page--contact .arbo-page-content p,
.arbo-page--contact .arbo-page-content li,
.arbo-page--about .arbo-page-content p,
.arbo-page--about .arbo-page-content li,
.arbo-page--offer .arbo-page-content p,
.arbo-page--offer .arbo-page-content li,
.arbo-page--realizations .arbo-prototype-contact__details > p:not(.arbo-prototype-kicker),
.arbo-page--contact .arbo-prototype-contact__details > p:not(.arbo-prototype-kicker),
.arbo-page--about .arbo-prototype-contact__details > p:not(.arbo-prototype-kicker),
.arbo-page--offer .arbo-prototype-contact__details > p:not(.arbo-prototype-kicker) {
  font-size: var(--arbo-page-type-body);
  line-height: 1.7;
}

.arbo-page--realizations .arbo-prototype-kicker,
.arbo-page--contact .arbo-prototype-kicker,
.arbo-page--about .arbo-prototype-kicker,
.arbo-page--offer .arbo-prototype-kicker {
  font-size: var(--arbo-page-type-small);
}

@media (max-width: 700px) {
  .arbo-page--realizations,
  .arbo-page--contact,
  .arbo-page--about,
  .arbo-page--offer {
    --arbo-page-type-small: 13px;
    --arbo-page-type-body: 15px;
    --arbo-page-type-card: 18px;
    --arbo-page-type-section: 28px;
    --arbo-page-type-hero: 32px;
  }

  .arbo-page--contact,
  .arbo-page--about,
  .arbo-page--offer {
    --arbo-page-type-small: 12px;
    --arbo-page-type-body: 15px;
    --arbo-page-type-card: 17px;
    --arbo-page-type-section: 24px;
    --arbo-page-type-hero: 28px;
  }

  .arbo-page--realizations .arbo-page-hero__intro,
  .arbo-page--contact .arbo-page-hero__intro,
  .arbo-page--about .arbo-page-hero__intro,
  .arbo-page--offer .arbo-page-hero__intro {
    font-size: 16px;
    line-height: 1.55;
  }

  .arbo-page--contact .arbo-page-hero__intro,
  .arbo-page--about .arbo-page-hero__intro,
  .arbo-page--offer .arbo-page-hero__intro {
    font-size: 15px;
  }
}

/* Native Articles index. */
.arbo-page--articles,
.arbo-page-content--full {
  margin: 0;
}

.arbo-articles-hero {
  min-height: 500px;
  padding: 200px 0 88px;
  background:
    radial-gradient(circle at 86% 10%, rgb(255 255 255 / 12%), transparent 34%),
    linear-gradient(145deg, var(--arbo-green) 0%, var(--arbo-green-dark) 100%);
  color: #fff;
}

.arbo-articles-hero__inner,
.arbo-articles-index__inner {
  width: min(1140px, calc(100% - 48px));
  margin-inline: auto;
}

.arbo-articles-hero__inner > * {
  width: 100%;
  max-width: 800px;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.arbo-articles-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 30px !important;
  color: rgb(255 255 255 / 76%);
  font-size: 14px;
}

.arbo-articles-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.arbo-articles-breadcrumbs a:hover,
.arbo-articles-breadcrumbs a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.arbo-articles-hero h1 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 48px;
  line-height: 1.12;
}

.arbo-articles-hero__lead {
  margin: 0;
  color: rgb(255 255 255 / 86%) !important;
  font-size: 20px;
  line-height: 1.6;
}

.arbo-articles-index {
  padding-block: 96px;
}

.arbo-articles-intro {
  width: 100%;
  max-width: 760px;
  margin: 0 0 42px !important;
}

.arbo-articles-intro > * {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.arbo-articles-intro h2 {
  margin-block: 0 22px;
  font-size: 36px;
}

.arbo-articles-intro > p:last-child {
  margin-bottom: 0;
  color: #4c5751;
  font-size: 16px;
  line-height: 1.65;
}

.arbo-articles-filters {
  width: 100%;
  max-width: none !important;
  margin: 0 0 52px !important;
}

.arbo-articles-filters,
.arbo-articles-filters > ul,
.arbo-articles-filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.arbo-articles-filters li {
  margin: 0;
}

.arbo-articles-filters a {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 16px;
  align-items: center;
  border: 1px solid #cbd7d0;
  background: #fff;
  color: var(--arbo-green-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 180ms ease;
}

.arbo-articles-filters a:hover,
.arbo-articles-filters a:focus-visible {
  border-color: var(--arbo-green);
  background: var(--arbo-green);
  color: #fff;
}

.arbo-articles-query {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.arbo-articles-query .wp-block-post-template {
  gap: 32px;
  margin: 0;
}

.arbo-article-card {
  height: 100%;
  overflow: hidden;
  border-radius: 0 64px 0 64px;
  background: linear-gradient(180deg, var(--arbo-green) 0%, var(--arbo-green-dark) 100%);
  color: #fff;
}

.arbo-article-card > * {
  margin-block-start: 0 !important;
}

.arbo-article-card .wp-block-post-featured-image {
  margin: 24px 24px 0;
  overflow: hidden;
  background: #dbe5df;
}

.arbo-article-card .wp-block-post-featured-image a,
.arbo-article-card .wp-block-post-featured-image img {
  display: block;
  width: 100%;
}

.arbo-article-card .wp-block-post-featured-image img {
  aspect-ratio: 13 / 8;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.2, .7, .2, 1), filter 300ms ease;
}

.arbo-article-card:hover .wp-block-post-featured-image img,
.arbo-article-card:focus-within .wp-block-post-featured-image img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.arbo-article-card__body {
  display: flex;
  min-height: 300px;
  padding: 24px 24px 28px;
  flex-direction: column;
}

.arbo-article-card__body > * {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.arbo-article-card__category {
  margin-bottom: 12px !important;
  color: #ffd0a8;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
}

.arbo-article-card__category a {
  color: inherit;
  text-decoration: none;
}

.arbo-article-card .wp-block-post-title {
  margin: 0 0 18px !important;
  font-size: 20px;
  line-height: 1.35;
}

.arbo-article-card .wp-block-post-title a {
  color: #fff;
  text-decoration: none;
}

.arbo-article-card .wp-block-post-excerpt {
  margin-bottom: 24px !important;
  color: rgb(255 255 255 / 78%);
  font-size: 16px;
  line-height: 1.55;
}

.arbo-article-card .wp-block-post-excerpt__excerpt {
  margin: 0;
}

.arbo-article-card__footer {
  margin-top: auto !important;
  padding-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 18%);
  color: rgb(255 255 255 / 72%);
  font-size: 14px;
}

.arbo-article-card__footer time,
.arbo-article-card__footer .wp-block-read-more {
  color: inherit;
  font-size: 14px;
}

.arbo-article-card__footer .wp-block-read-more {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.arbo-article-card__footer .wp-block-read-more:hover,
.arbo-article-card__footer .wp-block-read-more:focus-visible {
  color: #ffd0a8;
}

.arbo-articles-query .wp-block-query-pagination {
  gap: 8px;
  margin-top: 56px;
}

.arbo-articles-query .wp-block-query-pagination a,
.arbo-articles-query .wp-block-query-pagination-numbers > * {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  place-items: center;
  background: #fff;
  color: var(--arbo-green-dark);
  text-decoration: none;
}

.arbo-articles-query .wp-block-query-pagination-numbers .current {
  background: var(--arbo-green);
  color: #fff;
}

/* Native category archives share the Articles visual language. */
.site-main.arbo-category-archive {
  padding-block: 0;
}

.arbo-category-hero__eyebrow {
  margin: 0 0 14px !important;
  color: #ffd0a8;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.arbo-category-hero .arbo-articles-hero__lead > :first-child {
  margin-top: 0;
}

.arbo-category-hero .arbo-articles-hero__lead > :last-child {
  margin-bottom: 0;
}

.arbo-category-index {
  background: var(--arbo-mist, #f2f5f3);
}

.arbo-category-filters {
  align-items: center;
}

.arbo-category-filters a {
  gap: 8px;
}

.arbo-category-filters a span {
  display: inline-grid;
  min-width: 22px;
  min-height: 22px;
  padding-inline: 5px;
  place-items: center;
  background: #e8eee9;
  color: #4c5751;
  font-size: 11px;
}

.arbo-category-filters a:hover span,
.arbo-category-filters a:focus-visible span,
.arbo-category-filters a.is-active span {
  background: rgb(255 255 255 / 18%);
  color: #fff;
}

.arbo-category-filters a.is-active {
  border-color: var(--arbo-green);
  background: var(--arbo-green);
  color: #fff;
}

.arbo-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.arbo-category-grid .arbo-article-card {
  display: flex;
  flex-direction: column;
}

.arbo-category-card__image a {
  height: 100%;
}

.arbo-category-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 13 / 8;
  background:
    radial-gradient(circle at 78% 24%, rgb(255 255 255 / 45%), transparent 28%),
    linear-gradient(145deg, #dbe5df, #afc9ba);
}

.arbo-category-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 12px;
}

.arbo-category-query .navigation.pagination {
  margin-top: 56px;
}

.arbo-category-query .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.arbo-category-query .page-numbers {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  place-items: center;
  background: #fff;
  color: var(--arbo-green-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.arbo-category-query .page-numbers.current,
.arbo-category-query .page-numbers:hover,
.arbo-category-query .page-numbers:focus-visible {
  background: var(--arbo-green);
  color: #fff;
}

.arbo-category-empty {
  padding: 32px;
  background: #fff;
}

@media (max-width: 900px) {
  .arbo-articles-query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arbo-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .arbo-articles-hero {
    min-height: 430px;
    padding: 160px 0 64px;
  }

  .arbo-articles-hero__inner,
  .arbo-articles-index__inner {
    width: calc(100% - 64px);
  }

  .arbo-articles-breadcrumbs {
    margin-bottom: 22px !important;
    font-size: 13px;
  }

  .arbo-articles-hero h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .arbo-articles-hero__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .arbo-articles-index {
    padding-block: 64px;
  }

  .arbo-articles-intro {
    margin-bottom: 32px !important;
  }

  .arbo-articles-intro h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .arbo-articles-intro > p:last-child {
    font-size: 15px;
  }

  .arbo-articles-filters {
    margin-bottom: 36px !important;
  }

  .arbo-articles-filters a {
    min-height: 38px;
    padding: 7px 12px;
    font-size: 13px;
  }

  .arbo-articles-query .wp-block-post-template {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .arbo-article-card .wp-block-post-title {
    font-size: 18px;
  }

  .arbo-article-card .wp-block-post-excerpt {
    font-size: 15px;
  }

  .arbo-article-card__body {
    min-height: 0;
  }

  .arbo-category-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .arbo-category-hero__eyebrow {
    font-size: 12px;
  }

  .arbo-category-query .navigation.pagination {
    margin-top: 40px;
  }
}

/* Shared Gutenberg layout for all individual service pages. */
.arbo-page--service .arbo-page-hero {
  padding-bottom: clamp(64px, 7vw, 88px);
}

.arbo-page--service .arbo-page-hero__title {
  font-size: clamp(44px, 5.3vw, 68px);
  line-height: 1.08;
}

.arbo-page-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  max-width: 900px;
  margin: 0 0 28px;
  color: rgb(255 255 255 / 78%);
  font-size: 14px;
  line-height: 1.5;
}

.arbo-page-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.arbo-page-breadcrumbs a:hover,
.arbo-page-breadcrumbs a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.arbo-page--service .arbo-page-body {
  padding-block: clamp(56px, 7vw, 88px);
}

.arbo-page--service .arbo-page-surface {
  width: min(1180px, 100%);
  padding: clamp(56px, 7vw, 88px) clamp(32px, 6vw, 72px);
}

.arbo-service-content {
  color: var(--arbo-text);
}

.arbo-service-content > * {
  width: min(800px, 100%);
  margin-inline: auto;
}

.arbo-service-content > .wp-block-image,
.arbo-service-content > .wp-block-gallery {
  width: min(960px, 100%);
  margin-top: clamp(36px, 6vw, 64px);
  margin-bottom: clamp(44px, 7vw, 72px);
}

.arbo-service-content > .wp-block-image img {
  display: block;
  width: 100%;
  max-height: 610px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0 72px 0 72px;
}

.arbo-service-content h2 {
  margin-top: clamp(56px, 7vw, 80px);
  margin-bottom: 20px;
  color: var(--arbo-green-dark);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.16;
}

.arbo-service-content > h2:first-child {
  margin-top: 0;
}

.arbo-service-content h3 {
  margin-top: clamp(36px, 5vw, 52px);
  margin-bottom: 16px;
  color: var(--arbo-green-dark);
  font-size: clamp(23px, 2.5vw, 29px);
  line-height: 1.25;
}

.arbo-service-content p,
.arbo-service-content li {
  font-size: 17px;
  line-height: 1.7;
}

.arbo-service-content ul,
.arbo-service-content ol {
  padding: clamp(24px, 4vw, 36px) clamp(24px, 5vw, 44px) clamp(24px, 4vw, 36px) clamp(46px, 6vw, 68px);
  border-left: 4px solid var(--arbo-orange);
  background: color-mix(in srgb, var(--arbo-green) 7%, #fff);
}

.arbo-service-content li + li {
  margin-top: 12px;
}

.arbo-service-content li::marker {
  color: var(--arbo-green);
}

@media (max-width: 700px) {
  .arbo-page--service .arbo-page-hero {
    padding: 160px 24px 56px;
  }

  .arbo-page--service .arbo-page-hero__title {
    font-size: 32px;
    line-height: 1.16;
  }

  .arbo-page--service .arbo-page-hero__intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .arbo-page-breadcrumbs {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .arbo-page--service .arbo-page-body {
    padding: 32px 24px;
  }

  .arbo-page--service .arbo-page-surface {
    padding: 40px 24px;
  }

  .arbo-service-content h2 {
    margin-top: 52px;
    font-size: 28px;
  }

  .arbo-service-content h3 {
    margin-top: 34px;
    font-size: 21px;
  }

  .arbo-service-content p,
  .arbo-service-content li {
    font-size: 16px;
    line-height: 1.7;
  }

  .arbo-service-content > .wp-block-image,
  .arbo-service-content > .wp-block-gallery {
    margin-block: 36px 44px;
  }

  .arbo-service-content > .wp-block-image img {
    aspect-ratio: 4 / 3;
    border-radius: 0 40px 0 40px;
  }

  .arbo-service-content ul,
  .arbo-service-content ol {
    padding: 22px 20px 22px 42px;
  }
}

/* Legal documents keep a calmer reading width while retaining the site style. */
.arbo-page--legal .arbo-page-hero {
  padding-bottom: clamp(56px, 6vw, 76px);
}

.arbo-page--legal .arbo-page-hero__title {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.1;
}

.arbo-page--legal .arbo-page-body {
  padding-block: clamp(48px, 6vw, 80px);
}

.arbo-page--legal .arbo-page-surface {
  width: min(1040px, 100%);
  padding: clamp(48px, 6vw, 76px) clamp(32px, 6vw, 72px);
}

.arbo-legal-content,
.arbo-legal-content #cmplz-document {
  width: min(820px, 100%);
  max-width: 820px;
  margin-inline: auto;
  color: var(--arbo-text);
}

.arbo-legal-content > p:first-child {
  color: var(--arbo-green-dark);
  font-size: 18px;
  font-weight: 700;
}

.arbo-legal-content h2,
.arbo-legal-content #cmplz-document h2 {
  margin: 52px 0 18px;
  color: var(--arbo-green-dark);
  font-size: clamp(25px, 3vw, 32px);
  line-height: 1.25;
}

.arbo-legal-content h3,
.arbo-legal-content #cmplz-document h3 {
  margin: 36px 0 14px;
  color: var(--arbo-green-dark);
  font-size: 21px;
  line-height: 1.3;
}

.arbo-legal-content p,
.arbo-legal-content li,
.arbo-legal-content #cmplz-document p,
.arbo-legal-content #cmplz-document li {
  font-size: 16px;
  line-height: 1.75;
}

.arbo-legal-content a {
  color: var(--arbo-green);
  overflow-wrap: anywhere;
}

/* Native error screen; independent from the editable reference page. */
.arbo-404 {
  display: grid;
  min-height: min(780px, 100svh);
  padding: 200px 24px 96px;
  place-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgb(255 255 255 / 14%), transparent 34%),
    linear-gradient(145deg, var(--arbo-green) 0%, var(--arbo-green-dark) 100%);
  color: #fff;
}

.arbo-404__inner {
  width: min(900px, 100%);
}

.arbo-404__code {
  margin: 0 0 18px;
  color: var(--arbo-orange);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .14em;
}

.arbo-404 h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 80px);
  line-height: 1.05;
}

.arbo-404__lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgb(255 255 255 / 88%);
  font-size: 18px;
  line-height: 1.7;
}

.arbo-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.arbo-404__secondary {
  border: 1px solid rgb(255 255 255 / 60%);
  background: transparent;
  color: #fff;
}

.arbo-page--404 .arbo-page-hero__title {
  max-width: 780px;
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1.06;
}

.arbo-page-404-code {
  margin: 0 0 20px;
  color: var(--arbo-orange);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .14em;
}

.arbo-page--404 .arbo-page-body {
  padding-block: clamp(40px, 5vw, 64px);
}

.arbo-page--404 .arbo-page-surface {
  width: min(820px, 100%);
  padding: clamp(40px, 5vw, 56px);
}

.arbo-404-content > p {
  margin-top: 0;
  font-size: 18px;
}

.arbo-404-actions {
  gap: 14px;
  margin-top: 26px;
}

@media (max-width: 700px) {
  .arbo-page--legal .arbo-page-hero {
    padding: 160px 24px 52px;
  }

  .arbo-page--legal .arbo-page-hero__title {
    font-size: 32px;
  }

  .arbo-page--legal .arbo-page-hero__intro {
    font-size: 15px;
  }

  .arbo-page--legal .arbo-page-body {
    padding: 32px 24px;
  }

  .arbo-page--legal .arbo-page-surface {
    padding: 40px 24px;
  }

  .arbo-legal-content h2,
  .arbo-legal-content #cmplz-document h2 {
    margin-top: 42px;
    font-size: 25px;
  }

  .arbo-legal-content p,
  .arbo-legal-content li,
  .arbo-legal-content #cmplz-document p,
  .arbo-legal-content #cmplz-document li {
    font-size: 15px;
    line-height: 1.7;
  }

  .arbo-404 {
    min-height: 720px;
    padding: 160px 24px 72px;
    place-items: start center;
  }

  .arbo-404 h1 {
    font-size: 38px;
  }

  .arbo-404__lead {
    font-size: 16px;
  }

  .arbo-404__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .arbo-404__actions .wp-element-button {
    width: 100%;
    text-align: center;
  }

  .arbo-page--404 .arbo-page-hero {
    padding: 160px 24px 56px;
  }

  .arbo-page--404 .arbo-page-hero__title {
    font-size: 36px;
  }

  .arbo-page--404 .arbo-page-body {
    padding: 32px 24px;
  }

  .arbo-page--404 .arbo-page-surface {
    padding: 36px 24px;
  }

  .arbo-404-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .arbo-404-actions .wp-block-button,
  .arbo-404-actions .wp-block-button__link {
    width: 100%;
  }
}
