:root {
  --content-ink: #17221d;
  --content-muted: #53625a;
  --content-line: rgba(23, 34, 29, .12);
  --content-accent: #ef7047;
  --content-green: #1b4332;
}
.content_page { background: #fbfcf9; color: var(--content-ink); min-height: 100vh; }
.content_page main { min-height: 60vh; }
.content_page .header { position: sticky; top: 0; z-index: 20; }
.content_page .footer { margin-top: 5rem; }
.content_page .content_hero, .content_page .content_article, .content_page .content_grid, .content_page .contact_page_main > .contact_page_form, .content_page .contact_page_main > .contact_page_hero { width: min(1180px, calc(100% - 3rem)); margin-left: auto; margin-right: auto; }
.content_hero { padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 7vw, 6rem); }
.content_eyebrow { color: var(--content-accent); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; margin: 0 0 1.25rem; }
.content_hero h1, .content_article h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .98; letter-spacing: -.07em; margin: .7rem 0 1.5rem; }
.content_lede { max-width: 760px; color: var(--content-muted); font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.75; }
.content_grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; padding-bottom: 2rem; }
.content_card { display: flex; min-height: 300px; flex-direction: column; justify-content: flex-end; border: 1px solid var(--content-line); border-radius: 1.25rem; background: #fff; color: inherit; padding: clamp(1.4rem, 3vw, 2.2rem); text-decoration: none; box-shadow: 0 1rem 3rem rgba(23, 34, 29, .045); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.content_card:hover, .content_card:focus-visible { transform: translateY(-4px); border-color: rgba(239, 112, 71, .55); box-shadow: 0 1.5rem 4rem rgba(23, 34, 29, .09); }
.content_card_label { color: var(--content-accent); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content_card h2 { font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.12; letter-spacing: -.045em; margin: .75rem 0; }
.content_card p { color: var(--content-muted); line-height: 1.65; margin: 0; }
.content_article { padding: clamp(3rem, 7vw, 6rem) 0; }
.content_article > .content_back { display: inline-flex; margin-bottom: 2rem; }
.content_article h1 { max-width: 980px; }
.content_article h2 { max-width: 760px; font-size: clamp(1.6rem, 3vw, 2.45rem); letter-spacing: -.045em; margin: 4rem 0 1rem; }
.content_article h3 { max-width: 760px; font-size: 1.2rem; margin: 2rem 0 .6rem; }
.content_article p, .content_article li { max-width: 760px; color: var(--content-muted); line-height: 1.85; font-size: 1.05rem; }
.content_article ul, .content_article ol { max-width: 760px; padding-left: 1.3rem; }
.content_quote { max-width: 760px; border-left: 4px solid var(--content-accent); margin: 2rem 0; padding: .5rem 0 .5rem 1.25rem; color: #33423a; font-size: 1.2rem; line-height: 1.6; }
.content_actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2.5rem 0 0; }
.content_button { display: inline-flex; align-items: center; gap: .45rem; border-radius: 999px; background: var(--content-green); color: #fff; padding: .82rem 1.15rem; text-decoration: none; font-weight: 700; font-size: .92rem; }
.content_button_secondary { background: transparent; color: var(--content-ink); border: 1px solid rgba(23,34,29,.22); }
.content_back { color: inherit; text-decoration: none; font-weight: 700; }
.content_back:hover, .content_back:focus-visible { color: var(--content-accent); }
.content_page .contact_page_hero { padding-bottom: 2.5rem; }
.contact_details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; margin-top: 2.5rem; }
.contact_detail { display: flex; min-height: 5rem; align-items: center; gap: .75rem; border: 1px solid var(--content-line); border-radius: 1rem; background: #fff; color: inherit; padding: .9rem 1rem; text-decoration: none; box-shadow: 0 .65rem 1.6rem rgba(23, 34, 29, .07); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.contact_detail:hover { transform: translateY(-3px); border-color: var(--content-accent); box-shadow: 0 1rem 2rem rgba(23, 34, 29, .12); }
.contact_detail:focus-visible { outline: 3px solid var(--content-accent); outline-offset: 3px; }
.contact_detail_icon { display: grid; width: 2.65rem; height: 2.65rem; flex: 0 0 2.65rem; place-items: center; border-radius: .8rem; background: var(--content-accent); color: #fff; font-size: 1.05rem; }
.contact_detail_whatsapp .contact_detail_icon { background: #168c4a; }
.contact_detail_strategy .contact_detail_icon { background: var(--content-green); }
.contact_detail_copy { display: flex; min-width: 0; flex: 1; flex-direction: column; gap: .25rem; }
.contact_detail_label { color: var(--content-accent); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact_detail_value { overflow-wrap: anywhere; color: var(--content-ink); font-size: .92rem; font-weight: 700; }
.contact_detail_arrow { color: var(--content-accent); font-size: 1.15rem; font-weight: 800; }
.contact_page_form { padding-bottom: 2rem; }
.contact_page_form > h2, .contact_page_form_intro { width: min(760px, 100%); }
.contact_page_form > h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.06em; margin: 0 0 .75rem; }
.contact_page_form_intro { color: var(--content-muted); line-height: 1.7; margin: 0 0 2rem; }
.contact_page_form .contact { width: 100%; margin: 0; padding-top: 0; }
.contact_page_form .section_header { display: none; }
.content_footer { border-top: 1px solid var(--content-line); }
@media (min-width: 1100px) { .content_article { padding-right: 16%; } .content_article::after { content: 'Godlove Tikum'; position: fixed; right: 3rem; bottom: 2rem; color: rgba(23,34,29,.22); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; } }
@media (max-width: 900px) { .content_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .content_page .content_hero, .content_page .content_article, .content_page .content_grid, .content_page .contact_page_main > .contact_page_form, .content_page .contact_page_main > .contact_page_hero { width: min(100% - 2rem, 560px); } .content_hero { padding-top: 4rem; } .content_grid, .contact_details { grid-template-columns: 1fr; } .contact_detail { min-height: 4.7rem; } .contact_detail_value { font-size: .88rem; } .content_card { min-height: 240px; } .content_article { padding-top: 2.5rem; } }
@media (prefers-reduced-motion: reduce) { .content_card { transition: none; } .content_card:hover, .content_card:focus-visible { transform: none; } }

@media (max-width: 680px) {
    .content_page .contact_page_main > .contact_page_form {
        width: min(100% - 1rem, 560px);
    }
    .contact_page_form .contact {
        width: 100%;
    }
}

.content_eyebrow_spaced { margin-top: 2.5rem; }


.content_media {
  max-width: 980px;
  margin: 2.5rem 0 3.5rem;
}
.content_media img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border: 1px solid var(--content-line);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1.25rem 3rem rgba(23, 34, 29, .1);
}
.content_media_dark img { background: #0b0d12; }
.content_media_tall { max-width: 680px; }
.content_media_tall img { max-height: none; object-fit: contain; }
.content_media figcaption {
  margin-top: .75rem;
  color: var(--content-muted);
  font-size: .9rem;
  line-height: 1.55;
}
.work_index_page .content_hero { padding-bottom: 2.5rem; }
.work_card { min-height: 0; justify-content: flex-start; gap: .35rem; }
.work_card_media {
  width: calc(100% + 2.8rem);
  height: 190px;
  margin: -1.4rem -1.4rem 1.2rem;
  object-fit: cover;
  border-bottom: 1px solid var(--content-line);
  border-radius: 1.25rem 1.25rem 0 0;
}
.work_card_media_dark { background: #0b0d12; object-position: center; }
.work_card_link { margin-top: auto; padding-top: 1.15rem; color: var(--content-green); font-weight: 800; }
.work_card_quiet { opacity: .96; }
.not_found_article { min-height: 58vh; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 680px) {
  .content_media { margin-top: 2rem; margin-bottom: 2.5rem; }
  .content_media img { border-radius: .9rem; }
  .work_card_media { height: 180px; width: calc(100% + 2.8rem); }
}
@media (prefers-reduced-motion: reduce) { .content_media img { transition: none; } }


.not_found_article { align-items: flex-start; }
.not_found_actions {
  display: grid;
  width: min(100%, 980px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.75rem 0 1.5rem;
}
.not_found_option {
  display: flex;
  min-height: 11rem;
  flex-direction: column;
  gap: .65rem;
  border: 1px solid var(--content-line);
  border-radius: 1.1rem;
  background: #fff;
  color: inherit;
  padding: 1.35rem;
  text-decoration: none;
  box-shadow: 0 1rem 2.5rem rgba(23, 34, 29, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.not_found_option:hover, .not_found_option:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(239, 112, 71, .6);
  box-shadow: 0 1.35rem 3rem rgba(23, 34, 29, .11);
}
.not_found_option strong { color: var(--content-green); font-size: 1.1rem; }
.not_found_option > span:last-child { color: var(--content-muted); line-height: 1.6; }
@media (max-width: 780px) {
  .not_found_actions { grid-template-columns: 1fr; }
  .not_found_option { min-height: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .not_found_option { transition: none; }
  .not_found_option:hover, .not_found_option:focus-visible { transform: none; }
}


.not_found_article { position: relative; overflow: hidden; isolation: isolate; }
.not_found_hero_mark {
  position: absolute;
  z-index: -1;
  top: -2.5rem;
  right: clamp(-2rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  color: rgba(24, 71, 54, .07);
  font-size: clamp(12rem, 28vw, 25rem);
  font-weight: 800;
  letter-spacing: -.12em;
  line-height: .8;
  pointer-events: none;
  user-select: none;
}
.not_found_hero_mark i {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  margin: 1.5rem 0 0 .8rem;
  border: .28rem solid rgba(239, 112, 71, .46);
  border-radius: 50%;
  transform: rotate(18deg);
}
.not_found_kicker { position: relative; }
.not_found_kicker::before {
  content: "";
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin: 0 .55rem .1rem 0;
  border-radius: 50%;
  background: var(--content-orange);
}
@media (max-width: 780px) {
  .not_found_hero_mark {
    top: 0;
    right: -1.75rem;
    font-size: 11rem;
  }
  .not_found_hero_mark i { width: .8rem; height: .8rem; border-width: .2rem; }
}
@media (prefers-reduced-motion: reduce) {
	.not_found_hero_mark i { transform: none; }
	}
	
	.not_found_fallback {
	  margin-top: 3.5rem;
	  padding-top: 2.5rem;
	  border-top: 1px solid var(--content-line);
	}
	.not_found_fallback p {
	  margin-bottom: 1.25rem;
	  font-weight: 700;
	  font-size: 1rem;
	}
	.not_found_fallback_links {
	  display: flex;
	  flex-wrap: wrap;
	  gap: .75rem;
	}
